@charset "UTF-8";

body{
width: 100%;
height: 100%;
position: relative;
margin: 0px;
padding: 0px;
color: #ffffff;
font-size: 1.5vw;
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;background-color: #000000;
}

a{
text-decoration: none;
}

a:link{
color: #ffffff;
}

a:visited{
color: #ffffff;
}

a:hover{
color: #BA0909;
}

a:active{
color: #ffffff;
}

ul{
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.wrapper{
height: 100%;
width: 100%;
display: block;
z-index: 0;
}

.h-space20{
height: 20px;
}

.global-navi-inner{
display: table-cell;
justify-content: space-around;
padding:0;
list-style: none;
width: 100%;
margin: 0 auto;
vertical-align:middle;
}

#global-navi ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
display: table;
}

#global-navi ul:after{
content:'';
display:block;
height: 0px;
clear: both;
visibility:hidden;
}

#global-navi li span.en{
display: none;
}

#global-navi a:link{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

#global-navi a:visited{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

#global-navi a:hover{
background-color: #000000;
background-position: top left;
color: #BA0909;
}

#global-navi a:active{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

/*-----------------------
スマホグローバルナビ
-------------------------*/

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 0%;
  left: 0%;
  transform:translate(0%,5%);
  width: 100%;
  height: 100%;
}

.modalContents{
width: 100%;
}

.topimage-area{
width: 100%;
}

.topimage-inner{
width: 70%;
margin: 0px auto;
}

.topimage{
width: 100%;
}

.topimage img{
width: 100%;
vertical-align: bottom;
}

.contents-area{
width: 100%;
}

.official-title{
width: 100%;
text-align: center;
}

.official-title p{
font-size: 5vw;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.category-title{
width: 100%;
text-align: center;
}

.category-title p{
font-size: 5vw;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.artist-area{
width: 100%;
}

.artist-inner{
width: 100%;
}

.artist table{
width: 100%;
border-collapse: collapse;
}

.artist tr{
width: 100%;
}

td.artist-left{
width: 50%;
vertical-align: top;
}

td.artist-left img{
width: 100%;
}

td.artist-center{
width: 6%;
}

td.artist-right{
width: 47%;
vertical-align: top;
background-color: rgba(0,0,0,0.8);
}

p.artist-right-comment{
font-size: 16px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 1em;
}

p.artist-right-name{
font-size: 30px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 16px;
}

td.artist-m-image{
width: 50%;
text-align: center;
}

td.artist-m-image img{
width: 100%;
}

td.artist-m-comment{
width: 47%;
vertical-align: top;
background-color: rgba(0,0,0,0.8);
}

p.artist-m-comment{
font-size: 16px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 1em;
}

p.artist-m-name{
font-size: 30px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 16px;
}

.v-artist-area{
width: 100%;
}

.v-artist-inner{
width: 100%;
}

.v-artist table{
width: 100%;
border-collapse: collapse;
}

.v-artist tr{
width: 100%;
}

td.v-artist-left{
width: 50%;
vertical-align: top;
}

td.v-artist-left img{
width: 100%;
}

td.v-artist-center{
width: 6%;
}

td.v-artist-right{
width: 47%;
vertical-align: top;
background-color: rgba(0,0,0,0.8);
}

p.v-artist-right-comment{
font-size: 16px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 1em;
}

p.v-artist-right-name{
font-size: 30px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 16px;
}

td.v-artist-m-image{
width: 50%;
text-align: center;
}

td.v-artist-m-image img{
width: 100%;
}

td.v-artist-m-comment{
width: 47%;
vertical-align: top;
background-color: rgba(0,0,0,0.8);
}

p.v-artist-m-comment{
font-size: 16px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 1em;
}

p.v-artist-m-name{
font-size: 30px;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
text-indent: 16px;
}

.dg-area{
width:100%;
}

.dg-inner{
width:100%;
}

.dg{
width:100%;
}

.dg table{
width: 100%;
}

.dg tr{
width: 100%;
}

td.dg-left{
width: 47%;
}

td.dg-left img{
width: 100%;
}

.dg-center{
width: 6%;
}

td.dg-right{
width: 47%;
vertical-align: top;
}

table.dg-item{
width: 100%;
}

tr.dg-item{
width: 100%;
}

td.dg-item-icon{
width:10%
}

td.dg-item-space{
width:5%
}

td.dg-album-title{
width:85%
}

td.dg-item-title{
width:85%
}

.dg-album-title a{
text-decoration: none;
}

.dg-album-title a:link{
color: #ffffff;
}

.dg-album-title a:visited{
color: #ffffff;
}

.dg-album-title a:hover{
color: #31a1e1;
}

.dg-album-title a:active{
color: #31a1e1;
}

.link-area{
width: 100%;
}

.link{
width: 100%;
}

.link table{
width: 100%;
}

.link tr{
width: 100%;
}

td.link-icon{
width: 10%;
}

td.link-icon img{
width: 100%;
}

td.link-space{
width: 5%;
}

td.link-contents{
width: 85%;
vertical-align: middle;
}


/* 以下ボタンスタイル */
button {
  padding: 5px;
  background-color: rgba(0,38,192,0.8);
  border: 1px solid #000000;
  border-radius: 5px;
  cursor: pointer;
  color: #ffffff;
}

#openModal {
  position: absolute;
  top: 45%;
  right: 1%;
  transform:translate(-10%,-50%);
}

/*--------------------------
フッターナビ
--------------------------*/

.footer-inner{
width: 100%;
}

.footer-navi-area{
width: 100%;
}

.footer-navi-wrapper{
width: 100%;
display: table;
}

.footer-navi-inner{
width: 100%;
display: table-cell;
}

#footer-navi ul{
width: 100%;
margin: 0px;
padding: 0px;
list-style-type: none;
display: table;
}

#footer-navi ul:after{
content:'';
display:block;
height: 0px;
clear: both;
visibility:hidden;
}

#footer-navi li span.en{
display: none;
}

#footer-navi a:link{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

#footer-navi a:visited{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

#footer-navi a:hover{
background-color: #000000;
background-position: top left;
color: #BA0909;
}

#footer-navi a:active{
background-color: #000000;
background-position: top left;
color: #ffffff;
}

/*----------------------------
縦向きの場合のスタイル
----------------------------*/
@media screen and (max-width: 480px) {

#footer-navi li{
display: table-cell;
font-size: 1.5vw;
color: #ffffff;
overflow: hidden;
vertical-align: middle;
text-align: center;
}

#footer-navi li a{
display: block;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
}

.header-area{
width: 100%;
height: 40px;
top: 0px;
left: 0px;
z-index: 10;
position: fixed !important;
background-color: #000000;
}

.header-inner{
display: none;
}

/*---------------------------
モバイルナビゲーション
---------------------------*/

.modal-line{
width: 100%;
border: 1px solid #ffffff;
}

.m-globalnavi{
width: 100%;
display: table;
background-color: rgba(0,0,0,0.8);
}

.m-globalnavi-left{
width: 40%;
display: table-cell;
}

.m-globalnavi-left img{
width: 90%;
padding: 5px;
}

.m-globalnavi-right{
width: 60%;
display: table-cell;
}

.m-globalnavi-right-inner{
width: 100%;
text-align: right;
}

  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }

  .icon-hamburger {
    display: inline-block;
  }

.element-bg-photo p{
margin: 0px;
padding: 0px;
line-height: 1em;
font-size: 6vw;
color: #fff;
}

.main-area{
width: 100vw;
position: relative;
top: 40px;
z-index: 1;
}

.main-container{
width: 100%;
position: relative;
}

.topimage-top-space{
height: 5px;
}

.contents-inner{
width: 80%;
margin: 0px auto;
}

.artist{
display: none;
}

.m-side-artist{
display: none;
}

.m-artist{
width: 100%;
}

td.artist-m-h-space{
height: 5px;
}

td.v-artist-m-h-space{
height: 5px;
}

.v-artist{
display: none;
}

.m-v-side-artist{
display: none;
}

.m-v-artist{
width: 100%;
}

.modalContents p{
font-size: 5vw;
color: #ffffff;
text-align: center;
margin: 10px 0px 10px 0px;
}

.closeModal {
  position: absolute;
  top: 0px;
  right: 1rem;
  cursor: pointer;
  font-size: 10vw;
  color: #ffffff;
}

.dg-album-title p{
font-size: 13px;
font-weight: bold;
color: #BA0909;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.dg-item-title p{
font-size: 13px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.link-inner{
width: 100%;
margin: 0px auto;
}

.link-contents p{
font-size: 16px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.footer-area{
width: 100%;
height: 8vh;
background-color: #000000;
}

.copy{
width: 100%;
text-align: center;
}

.copy p{
font-size: 5px;
color: #ffffff;
}

.h-space-footer-top{
height: 5px;
}

.h-space-footer{
height: 20px;
}

.h-space-category-top{
height: 10px;
}

.h-space-artist{
height: 30px;
}

body::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, .8) 15%, rgba(0, 13, 255, .8) 30%, rgba(0, 0, 0, .8) 90%),url('../img/m_backgroundimage.jpg') no-repeat left top;
  background-size: auto 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

h1 {
    display: block;
    font-size: 6vw;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

}

/*-----------------------
 横向きの場合のスタイル 
-------------------------*/
@media screen and (min-width: 481px) and (max-width: 896px)  {

#footer-navi li{
display: table-cell;
font-size: 1.5vw;
color: #ffffff;
overflow: hidden;
vertical-align: middle;
text-align: center;
}

#footer-navi li a{
display: block;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
}

.header-area{
width: 100%;
height: 70px;
top: 0px;
left: 0px;
z-index: 10;
position: fixed !important;
background-color: #000000;
}

.header-inner{
display: none;
}

/*---------------------------
モバイルナビゲーション
---------------------------*/

.modal-line{
width: 100%;
border: 1px solid #ffffff;
}

.m-globalnavi{
width: 100%;
display: table;
background-color: rgba(0,0,0,0.8);
}

.m-globalnavi-left{
width: 40%;
display: table-cell;
}

.m-globalnavi-left img{
width: 90%;
padding: 5px;
}

.m-globalnavi-right{
width: 60%;
display: table-cell;
}

.m-globalnavi-right-inner{
width: 100%;
text-align: right;
}

  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }

  .icon-hamburger {
    display: inline-block;
  }

.element-bg-photo p{
margin: 0px;
padding: 0px;
line-height: 1em;
font-size: 6vw;
color: #fff;
}

.main-area{
width: 100vw;
position: relative;
top: 70px;
z-index: 1;
}

.main-container{
width: 100%;
position: relative;
}

.topimage-top-space{
height: 10px;
}

.contents-inner{
width: 80%;
margin: 0px auto;
}

.artist{
display: none;
}

.m-side-artist{
width: 100%;
}

.m-artist{
display: none;
}

td.artist-m-h-space{
height: 10px;
}

td.v-artist-m-h-space{
height: 10px;
}

.v-artist{
display: none;
}

.m-v-side-artist{
width: 100%;
}

.m-v-artist{
display: none;
}

.modalContents p{
font-size: 2vw;
color: #ffffff;
text-align: center;
margin: 10px 0px 10px 0px;
}

.closeModal {
  position: absolute;
  top: 0px;
  right: 1rem;
  cursor: pointer;
  font-size: 5vw;
  color: #ffffff;
}

.dg-album-title p{
font-size: 24px;
font-weight: bold;
color: #BA0909;
margin: 0px;
padding: 0px;
line-height: 2em;
}

.dg-item-title p{
font-size: 24px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 2em;
}

.link-inner{
width: 50%;
margin: 0px auto;
}

.link-contents p{
font-size: 16px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.footer-area{
width: 100%;
height: 20vh;
background-color: #000000;
}

.copy{
width: 100%;
text-align: center;
}

.copy p{
font-size: 5px;
color: #ffffff;
}

.h-space-footer-top{
height: 10px;
}

.h-space-footer{
height: 30px;
}

.h-space-category-top{
height: 20px;
}

.h-space-artist{
height: 40px;
}

body::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, .8) 15%, rgba(0, 13, 255, .8) 30%, rgba(0, 0, 0, .8) 90%),url('../img/backgroundimage.jpg') no-repeat left top;
  background-size: auto 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

h1 {
    display: block;
    font-size: 3vw;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

}

/*---------------------------------
ＰＣ用表示
---------------------------------*/
@media all and (min-width: 897px){

#global-navi li{
display: table-cell;
font-size: 1.5vw;
color: #ffffff;
overflow: hidden;
vertical-align: middle;
text-align: center;
}

#global-navi li a{
display: block;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
}

#footer-navi li{
display: table-cell;
font-size: 1.5vw;
color: #ffffff;
overflow: hidden;
vertical-align: middle;
text-align: center;
}

#footer-navi li a{
display: block;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
}

.header-area{
width: 100%;
height: 70px;
top: 0px;
left: 0px;
z-index: 10;
position: fixed !important;
background-color: #000000;
}

.header-inner{
width: 100%;
display: flex;
}

.m-globalnavi{
display: none;
}

.header-title-wrapper{
width: 30%;
display: table;
}

.header-title{
width: 100%;
display: table-cell;
text-align: left;
vertical-align: middle;
margin: 0px;
padding: 0px;
}

.header-title img{
width: 70%;
margin: 10px 0px 10px 30px;
}

.global-navi-area{
width: 60%;
}

.global-navi-wrapper{
width: 100%;
height: 100%;
text-align: center;
display: table;
}

.header-right{
width: 10%
}

.main-area{
width: 100%;
position: relative;
top: 70px;
z-index: 1;
}

.main-container{
width: 100%;
position: relative;
top: 20px;
}

.topimage-top-space{
height: 20px;
}

.contents-inner{
width: 70%;
margin: 0px auto;
}

.artist{
width: 100%;
}

.m-side-artist{
display: none;
}

.m-artist{
display: none;
}

td.artist-m-h-space{
height: 30px;
}

td.v-artist-m-h-space{
height: 30px;
}

.v-artist{
width: 100%;
}

.m-v-side-artist{
display: none;
}

.m-v-artist{
display: none;
}

.dg-album-title p{
font-size: 24px;
font-weight: bold;
color: #BA0909;
margin: 0px;
padding: 0px;
line-height: 2em;
}

.dg-item-title p{
font-size: 24px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 2em;
}

.link-inner{
width: 50%;
margin: 0px auto;
}

.link-contents p{
font-size: 18px;
font-weight: bold;
color: #ffffff;
margin: 0px;
padding: 0px;
line-height: 1.5em;
}

.footer-area{
width: 100%;
height: 25vh;
background-color: #000000;
position: relative;
top: 50px;
}

.copy{
width: 100%;
text-align: center;
}

.copy p{
font-size: 12px;
color: #ffffff;
}

.h-space-footer{
height: 30px;
}

.h-space-footer-top{
height: 20px;
}

.h-space-category-top{
height: 30px;
}

.h-space-artist{
height: 50px;
}

body::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, .8) 15%, rgba(0, 13, 255, .8) 30%, rgba(0, 0, 0, .8) 90%),url('../img/backgroundimage.jpg') no-repeat left top;
  background-size: auto 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

h1 {
    display: block;
    font-size: 6vw;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

}

