@charset "utf-8";

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    line-height: 1.8;
    color: #ddd;
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    background: #111;
}

img {
    width: 100%;
    max-width:100%;
    height:auto;
    vertical-align: top;
}

#wrapper {
    overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #67a2ef;
}
a:hover {
    color: #adcaf0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
    padding: 0.2em 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h1 {
    font-size: 3.0em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1.6em;
}
h4 {
    font-size: 1.35em;
}
h5 {
    font-size: 1.05em;
}
h6 {
    font-size: 1.0em;
}

p {
    margin-bottom: 1.5em;
}

/*　汎用クラス
**************************************************************/

/* 文字揃え */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-just {
    text-align: justify;
}
.text-center {
    text-align: center;
}

/*テキスト装飾*/
.text-border-top {
    border-top: 1px solid;
}
.text-border-bottom {
    border-bottom: 1px solid;
}
.text-frame {
    line-height: 1.0 !important;
    border: 1px solid;
    padding: 0.25em 0.5em 0.3em 0.5em;
}
.inline-block {
    display: inline-block;
}
.text-s {
    font-size: 90%;
}
.text-ss {
    font-size: 80%;
}
.text-sss {
    font-size: 70%;
}
.text-l {
    font-size: 107%;
}
.text-ll {
    font-size: 115%;
}
.text-lll {
    font-size: 125%;
}
.text-llll {
    font-size: 135%;
}
.text-lllll {
    font-size: 150%;
}
.text-normal {
    font-weight: normal;
}
.text-bold {
    font-weight: 500;
}
.lh-narrow {
    line-height: 1.5;
}

/*リンクURL*/
.url {
    line-height: 1.5;
    word-break: break-all;
}

/*　マージン・パディング
**************************************************************/
/* マージン0 */
.margin-0 {
    margin: 0;
}
/* 左右マージン */
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
/* 左右余白 */
.px-0 {
    padding-right: 0;
    padding-left: 0;
}
.px-05 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.px-10 {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}
.px-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.px-20 {
    padding-right: 2.0rem;
    padding-left: 2.0rem;
}
.px-30 {
    padding-right: 3.0rem;
    padding-left: 3.0rem;
}
/* 上マージン */
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 1.0rem!important; }
.mt-2 { margin-top: 2.0rem!important; }
.mt-3 { margin-top: 3.0rem!important; }
.mt-4 { margin-top: 4.0rem!important; }
.mt-5 { margin-top: 5.0rem!important; }
/* 下マージン */ 
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 1.0rem!important; }
.mb-2 { margin-bottom: 2.0rem!important; }
.mb-3 { margin-bottom: 3.0rem!important; }
.mb-4 { margin-bottom: 4.0rem!important; }
.mb-5 { margin-bottom: 5.0rem!important; }
/* 左マージン */
.ml-0 { margin-left: 0!important; }
.ml-1 { margin-left: 1.0rem!important; }
.ml-2 { margin-left: 2.0rem!important; }
.ml-3 { margin-left: 3.0rem!important; }
.ml-4 { margin-left: 4.0rem!important; }
.ml-5 { margin-left: 5.0rem!important; }
/* 右マージン */
.mr-0 { margin-right: 0!important; }
.mr-1 { margin-right: 1.0rem!important; }
.mr-2 { margin-right: 2.0rem!important; }
.mr-3 { margin-right: 3.0rem!important; }
.mr-4 { margin-right: 4.0rem!important; }
.mr-5 { margin-right: 5.0rem!important; }
/* 上パディング */
.pt-0 { padding-top: 0!important; }
.pt-1 { padding-top: 1.0rem!important; }
.pt-2 { padding-top: 2.0rem!important; }
.pt-3 { padding-top: 3.0rem!important; }
.pt-4 { padding-top: 4.0rem!important; }
.pt-5 { padding-top: 5.0rem!important; }
/* 下パディング */ 
.pb-0 { padding-bottom: 0!important; }
.pb-1 { padding-bottom: 1.0rem!important; }
.pb-2 { padding-bottom: 2.0rem!important; }
.pb-3 { padding-bottom: 3.0rem!important; }
.pb-4 { padding-bottom: 4.0rem!important; }
.pb-5 { padding-bottom: 5.0rem!important; }
/* 左パディング */
.pl-0 { padding-left: 0!important; }
.pl-1 { padding-left: 1.0rem!important; }
.pl-2 { padding-left: 2.0rem!important; }
.pl-3 { padding-left: 3.0rem!important; }
.pl-4 { padding-left: 4.0rem!important; }
.pl-5 { padding-left: 5.0rem!important; }
/* 右パディング */ 
.pr-0 { padding-right: 0!important; }
.pr-1 { padding-right: 1.0rem!important; }
.pr-2 { padding-right: 2.0rem!important; }
.pr-3 { padding-right: 3.0rem!important; }
.pr-4 { padding-right: 4.0rem!important; }
.pr-5 { padding-right: 5.0rem!important; }

/*　Page Top ボタン
**************************************************************/
/*ボタンデザイン*/
#page-top a {
	display: block;
    font-size: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background: #333 url("../img/btn_arrow.png") no-repeat center center;
    background-size:55%;
    border-radius:50%;
    position: relative;
}
#page-top a:hover {
	background:#333 url("../img/btn_arrow.png") no-repeat center center;
    background-size:55%;
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 5%;
	bottom:50px;
	z-index: 999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}
p#page-top {
    margin-bottom:0;
}
/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
      transform: translateY(0);
    }
    to {
        opacity: 1;
      transform: translateY(100px);
    }
}
@media screen and (max-width: 1024px) {
    #page-top {
        right: 15px;
    }
}

/*　footer
**************************************************************/
footer {
    width: 100%;
    height: auto;
    font-size:15px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #fff;
}
footer a {
    color:#555;
}
footer a:hover {
    color:#000;
}
footer .footer-outer {
    padding: 30px 0;
}
footer .footer-logo-outer {
    text-align: center;
    margin: 1.2em 0 0.5em 0;
    display: block;
}
footer .copyright {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
footer .footer-logo-outer span.footer-logo {
    display: inline-block;
    width: 88px;
    vertical-align: middle;
    margin: 0 15px;
}

/*　ヘッダー + ハンバーガーメニュー
**************************************************************/
#header {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: +1;
}
/* Navメニュー
**************************************************************/
#header .navi {
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,0.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 1.0s;
  pointer-events: none;
}
/* リンク無効化：デフォルトはクリックできない */
#header .navi .menu {
  pointer-events: none;
}
/* 有効化：メニューが開いたときだけリンクが有効に */
#header .navi.active .menu {
  pointer-events: auto;
}

#header .navi.active {
  left: 0;
}
#header .navi .menu {
  width: 100%;
  height: 85vh;
  flex-direction: column;
  padding: 45px 0;
  overflow: auto;
}
#header .navi .menu > li {
  width: 100%;
  font-size:1.25em;
  font-weight: 700;
  text-align: right;
  padding-right: 2.5em;
}
#header .navi .menu > li a {
  width: 100%;
  display: block;
  padding: 20px;
  color: #555;
}
#header .navi .menu > li a::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url("../img/chevron-right.png") no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
#header .hamburger {
  width: 44px;
  height: 42px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.2);
  z-index: 1001;
}
#header .hamburger span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
}
#header .hamburger.active {
  background: #999;
}
#header .hamburger.active span {
  background-color: #fff;
}
#header .hamburger span:nth-of-type(1) {
  top: 10px; 
}
#header .hamburger span:nth-of-type(2) {
  top: 20px;
}
#header .hamburger span:nth-of-type(3) {
  top: 30px;
}
#header .hamburger.active span:nth-of-type(1) {
  background-color: #fff;
  top: 20px;
  transform: rotate(-45deg);
}
#header .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-of-type(3) {
  background-color: #fff;
  top: 20px;
  transform: rotate(45deg);
}
#header .mask.active {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
/* 背景を白くフェードインする */
#header .navi {
  background-color: rgba(255, 255, 255, 0); /* 初期は透明 */
  transition: background-color 0.7s ease;
}

#header .navi.active {
  background-color: rgba(255, 255, 255, 1); /* アクティブ時に白く */
}

/* liフェードインアニメーション */
#header .navi .menu > li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#header .navi .menu > li.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/*　背景慣性スクロールアニメーション
**************************************************************/
.image-layer {
    background-image: url("../images/dust.png");
    background-size: 100%;
    background-repeat: repeat;
    pointer-events: none; 
    z-index: -1;
    position: relative;
    width: 100%;
    height: 100vh;
    position:fixed;
}
@media screen and (max-width: 600px) {
    .image-layer {
        background-size: 200%;
    }

}

/*　Flex layout
**************************************************************/
.column-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.column-box .col-25,
.column-box .col-30,
.column-box .col-33,
.column-box .col-50,
.column-box .col-70,
.column-box .col-75,
.column-box .col-100 {
    padding: 0 2.5%;
}
.column-box .col-25 {
    width: 25%; 
}
.column-box .col-30 {
    width: 30%; 
}
.column-box .col-33 {
    width: calc(100% / 3); 
}
.column-box .col-50 {
    width: 50%; 
}
.column-box .col-70 {
    width: 70%; 
}
.column-box .col-75 {
    width: 75%; 
}
.column-box .col-100 {
    width: 100%; 
}
.column-box .mx-auto {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 600px) {
    .column-box .col-30 {
        width: 70%;
        margin: 0 auto 1.5em auto;
    }
    .column-box .col-50 {
        width: 100%; 
    }
    .column-box .col-70 {
        width: 100%; 
    }
    .column-box .col-sp-50 {
        width: 50%;
    }
    .column-box .col-sp-70 {
        width: 70%;
    }
    .column-box .col-sp-100 {
        width: 100%; 
    }
}

/*　Youtube 埋め込み
**************************************************************/
.youtube {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 600px) {
    .youtube.short {
        width: 50%;
        max-width: 80%;
        aspect-ratio: 9 / 16;
        margin: auto;
    }
    .youtube.short iframe {
        width: 100%;
        height: 100%;
    }
}

/* SNSシェアアイコン
**************************************************************/
.sns-share {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: #111;
}
.sns-share dl.share-list {
    text-align: center;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sns-share .share-list dt.share-ttl {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height:50px;
    text-align: center;
    width: 50px;
}
.sns-share .share-list dd {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}
.sns-share .share-list dd img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*　メインビジュアル　+　タイトル
**************************************************************/
#mv-area {
  width: 100%;
}
#mv-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#mv-container .artist-photo {
  width: 60%;
}
#mv-container .title-area {
  width: 40%;
}
@media screen and (max-width: 1024px) {
    #mv-container .artist-photo {
        width: 55%;
    }
    #mv-container .title-area {
        width: 45%;
    }
}
@media screen and (max-width: 600px) {
    #mv-container .artist-photo {
        width: 100%;
    }
    #mv-container .title-area {
        width: 100%;
        margin-top: -47vw;
    }
}

/*　Contents
**************************************************************/
.contents-block {
    width: 100%;
    margin: 0;
    padding: 0;
}
.contents-outer {
    width: 100%;
}
.contents-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 0;
}
@media screen and (max-width: 600px) {
    .contents-inner {
        padding: 30px 0 50px 0;
    }
}

/*　フェードインボーダー
**************************************************************/
.fade-block {
  position: relative;
  margin: 0;
  padding: 50px 0;
}
.border-line {
  position: absolute;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.top-border {
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(100%);
}
.bottom-border {
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
}
.fade-block.active .top-border {
  transform: translateX(0);
  opacity: 1;
}
.fade-block.active .bottom-border {
  transform: translateX(0);
  opacity: 1;
}

/*　見出し
**************************************************************/
h2.section-title {
    font-size:2.2em;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5em;
    background: url("../images/h2_bg.png") no-repeat;
    background-size: 6.0em;
    background-position: center;
    padding: 2.0em 0 2.0em 0;
}
h4.border-bottom {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.3em;
    margin:1.5em 0;
}
@media screen and (max-width: 1024px) {
    h2.section-title {
        font-size:2.0em;
        letter-spacing: 0.3em;
    }
}

/*　New Release
**************************************************************/
#newRelease {
    margin-top: -100px;
    background: url("../images/leo_microcosm_bgtext.png") no-repeat;
    background-position: top left;
    background-size: 100%;
    position: relative;
    z-index: 0;
}
.jacket {
    width: 500px;
    height: auto;
    margin: 0 auto 15px auto;
    position: relative;
}
.jacket .release-date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: -100px;
}
.column-box .col-50.nogutter {
    padding: 0;
}
.bottom-angle {
    position: relative;
    padding-bottom: 10px;
}
.bottom-angle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: 10px auto 0 auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff; /* 三角形の色 */
}
@media screen and (max-width: 1024px) {
    #newRelease {
        margin-top: -180px;
    }
    .jacket {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    #newRelease {
        margin-top: -150px;
    }
    #newRelease .col-50.liner-notes {
        padding: 2.0em;
    }
}

/*　収録曲リスト
**************************************************************/
.song-list {
  list-style: none;
  counter-reset: track;
  padding-left: 0;
  margin: 18px 0;
}
.song-list li {
  counter-increment: track;
  margin-bottom: 1em;
  position: relative;
  padding-left: 2.5em;
  font-weight: 500;
}
.song-list li::before {
  content: counter(track, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
  font-weight: inherit;
}
.song-list span {
  display: block;
  font-size: 0.9em;
  font-weight: 300;
}

/*　レコーディングスタッフ
**************************************************************/
dl.recording-staff {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 45px;
}
dl.recording-staff dt {
    width: 20%;
    font-weight: 300;
}
dl.recording-staff dd {
    width: 80%;
}
@media screen and (max-width: 768px) {
    dl.recording-staff {
        margin: 1.5em 0 0 0;
    }
    dl.recording-staff dt {
        width: 30%;
    }
    dl.recording-staff dd {
        width: 70%;
    }
}

/*　配信リリース「Vanishing Metro」
**************************************************************/
.digital-release {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.vanishingMetro {
    width: 400px;
    text-align: center;
}
.vanishingMetro img {
    width: 300px;
    height: 300px;
}
.digital-release-left {
    display: flex;
    justify-content: flex-end;
    width: calc(50% - 200px);
}
.digital-release-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    border-radius: 50%;
    margin: 10px 0 0 0;
}
.digital-release-content {
    width:cals(50% - 200px);
}
@media screen and (max-width: 1024px) {
    .digital-release-left {
        width: 150px;
    }
    .digital-release-content {
        width:cals(100% - 550px);
    }
}
@media screen and (max-width: 768px) {
    .digital-release-left {
        width: 120px;
    }
    .digital-release-content {
        width:100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .vanishingMetro {
        width: 100%;
    }
    .digital-release-left {
        margin-bottom: -30px;
        z-index: +1;
    }
}

/*　Colabo Artists List
**************************************************************/
ul.colabo-artists-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    justify-content: center;
}
ul.colabo-artists-list li {
    font-size: 1.1em;
    font-weight: 500;
}
ul.colabo-artists-list li:not(:last-child)::after {
    content:"、";
}
@media screen and (max-width: 1024px) {
    ul.colabo-artists-list {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    ul.colabo-artists-list {
        width: 100%;
    }
}

/*　Artists
**************************************************************/
#artists .col-50 {
    margin-bottom: 70px;
}
#artists h4.colabo-artists-name {
    font-size: 1.15em;
    color: #fff;
    font-weight: 500;
    margin: 0 0 1.0em 0;
}
.colabo-artists-photo {
  width: 80%; /* 親要素に依存 */
  max-width: 450px;
  aspect-ratio: 1 / 1; /* 高さ = 幅 */
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}
.colabo-artists-photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.colabo-artists-photo .photographer {
  font-size: 0.8em;
  color: #fff;
  background: #111;
  margin-bottom: 0;
  padding: 0.2em 0.5em;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
a.btn-link {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    line-height: 1.0;
    padding: 0.3em 1.5em 0.3em 0.5em;
    border: 1px solid #fff;
    border-radius: 4px;
    position: relative;
}
a.btn-link:hover {
    background: #555;
}
a.btn-link::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.4em;
    right: 0.25em;
}

/*　Official Link
**************************************************************/
dl.official-link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
dl.official-link dt {
    width: 28px;
    margin-right: 12px;
}
dl.official-link dd {
    font-size: 0.9em;
    width: calc(100% / 3 - 40px);
}
@media screen and (max-width: 768px) {
    dl.official-link dd {
        width: calc(50% - 40px);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    dl.official-link dd {
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }
}