@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
PC
**************************************************
--------------------------------------------------*/
@media screen and (max-width: 980px) {
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

* 
{
margin: 0;
padding: 0;
}

p{
font-size:16px;
}

dt{
float: left;
}

dd{
margin-left: 60px;
padding-bottom: 10px;
}

/*---特殊追加CSS---*/
.clear{clear: both;}
/*---特殊追加CSS---*/

body 
{
-webkit-text-size-adjust: 100%;
line-height: 1;
font-size: 16px;
color: #000;
margin: auto;
font-family: Impact,'Noto Sans JP', '小塚ゴシック Pr6N R', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
overflow-x: hidden;
background-color: #000;
}
a:hover
{
opacity: 0.6; filter: brightness(110%);
-webkit-transition: all .4s; transition: all .4s;
}
a.logo_link{
opacity: 1;
}
img{
max-width: auto;
height: auto;
}

img[src*='.svg']
{
width: 100%;
height: auto;
}

.br::before {
content: "\A" ;
white-space: pre ;
}

.fadein {
opacity: 0;
transform : translate(0, 50px);
transition : all 1500ms;
}

.fadein.scrollin{
opacity: 1;
transform: translate(0, 0);
}

#wrap{
width: 100%;
height: auto;
border: solid #000 1px;
}

#head_content{
width: 100%;
height: auto;
background: #000;
position: fixed;
z-index: 20;
margin-top: -1px;
border-top: solid #fff 2px;
border-bottom: solid #fff 2px;
}
.head_content_inner{
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
background: #000;
margin: auto;
}

.head_content_inner img{
width: 55%;
display: block;
margin: 5px 0 5px 5px;
}
.header_navi{
width: auto;
height: auto;
display: flex;
margin-top: 25px;
justify-content: space-between;
}
.header_navi p a{
display: block;
color: #fff;
font-size: 30px;
font-family: Impact;
margin-left: 30px;
-webkit-transition: .4s;
transition: .4s;
}

.header_navi p:hover:nth-child(odd) a,.footer_navi p:hover:nth-child(odd) a{
color: #0030fe;
}
.header_navi p:hover:nth-child(even) a,.footer_navi p:hover:nth-child(even) a{
color: #ff0000;
}

#main_content{
width: 98%;
height: auto;
margin: auto;
margin-top: 80px;
}

#main_content h2{
width: 100%;
height: auto;
font-family: Impact;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 40px;
margin: auto;
font-weight: bold;
color: #fff;
background-image: url(../img/title_background.png);
background-repeat: repeat-x;
background-position: right 10% bottom 0%;
}
.main_content_df{
width: 100%;/* 拡大収縮した際に％で表示したら画面外しの場合、バグってしまうのでPXで固定表示 */
height: auto;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: space-between;
margin: auto;
margin-top: 20px;
}
.sp_box{
width: 98%;
margin: auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
background-image: url("../img/ami.png");
background-repeat: repeat;
border: 2mm ridge #fff;
}
.sp_box img{
width: 46%;
margin:10px;
}

#music_live_box{
width: 98%;
height: 350px;
background: #000;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
background-image: url("../img/back.gif");
background-repeat: no-repeat;
background-size:cover;
background-position: center;
}

.music_live_box_inner{
width: 100%;
height: 400px;
margin: auto;
position: relative;
}

.music_live_box_inner p{
color: #fff;
text-align: center;
font-size:30px;
position: absolute;
top:-10%;
padding-left: 100px;
font-family: Impact;
}

#music_live_box a img{
width: 40%;
height: auto;
display: block;
border: 2mm ridge #fff;
margin: auto;
margin-top: 120px;
pointer-events: auto;/* バーガーメニューを開いたときにリンク出来る */

}
.sound_box{
width: 100%;
height: 170px;
margin: auto;
position: relative;
}
.sound_box_inner{
width: 100%;
height: auto;
margin: auto;
background-image: url("../img/back_under.jpg");
background-repeat: no-repeat;
background-size:contain;
}
.sound_box_inner audio{
display: block;
width: 95%;
margin: auto;
height: 50px;
margin-top: 10px;
}
.btn {
width: 60%;
height: 83px;
margin: 0 auto;
overflow: hidden;
cursor: pointer;
position: absolute;
top: 10px;

position: relative;
}
.btn img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
display: block;
-webkit-transition: .8s ease-in-out;
transition: .8s ease-in-out;
}
.btn img:nth-of-type(2) {
top: -100%;
}
.btn:hover img:nth-of-type(2) {
top: 50%;
}
#footer_content{
width: 100%;
height: auto;
padding: 0px 0 5px 0;
}
.footer_content_inner{
width: 100%;
height: auto;
margin: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footer_navi{
width: 98%;
height: auto;
display: flex;
margin-top: 10px;
margin-bottom: 10px;
justify-content: space-between;
}

.footer_content_inner img{
max-width: 120px;
display: block;
margin: auto;
}
.footer_navi p a{
display: block;
color: #fff;
font-size: 16px;
font-family: Impact;
margin-left: 10px;
-webkit-transition: .4s;
transition: .4s;
}


/* ライトボックスコンテンツここから */
.light_box_content{
width: 100%;
height: auto;
padding-bottom: 40px;
background: #fff;
background-image: url("../img/light_box_back.png");
background-repeat: repeat;
background-size:auto;
border: 2mm ridge #fff;
}

.light_box_content h2,.light_box_content p{
font-size:40px;
font-family: Impact;
font-weight:bold;
color:#fff;
text-align: center;
padding-top: 30px;
}
.light_box_content p{
font-size:20px;
}
.light_box_content_inner_tex p{
text-align: left;
font-size:14px;
font-weight: bold;
line-height: 1.6;
margin: 0 10px 0 10px;
}
.copy_box{
width: 100%;
height: auto;
}
.copy_box_inner{
width: 100%;
height: auto;
margin: auto;
}
.copy_box_inner p{
color: #fff;
margin: auto;
font-size:14px;
font-weght:bold;
font-family: Impact;
text-align: center;
}

#page-top a img {display: none;}/* SP版は表示なし */

/* バーガーボタン　*/
.hamburger {
display: block;
position: fixed;
z-index: 3;
right: 10px;
top: 2px;
width: 42px;
height: 92px;
cursor: pointer;
text-align: center;

}
.hamburger span {
display : block;
position: absolute;
width : 30px;
height: 2px ;
left: 6px;
background : #555;
-webkit-transition: 0.5s all;
-moz-transition : 0.5s all;
transition: 0.5s all;
}
.hamburger span:nth-child(1) {
top: 41px;
background: #fff;
}
.hamburger span:nth-child(2) {
top: 20px;
background: #fff;
}
.hamburger span:nth-child(3) {
top: 30px;
width: 30px;
background: #fff;
}

/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
top : 41px;
left: 6px;
width: 22px;
background : #fff;
-webkit-transform: rotate(-45deg);
-moz-transform : rotate(-45deg);
transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
left: 60%;
opacity: 0;
-webkit-animation: active-btn17-bar02 .8s forwards;
animation: active-hamburger-bar02 .8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
100% {
height: 0;
}
}
@keyframes active-hamburger-bar02 {
100% {
height: 0;
}
}
.hamburger.active span:nth-child(3) {
top: 41px;
width: 22px;
background : #fff;
-webkit-transform: rotate(45deg);
-moz-transform : rotate(45deg);
transform: rotate(45deg);
}
.hamburger::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: '';
width: 52px;
height: 52px;
margin: -32px 0 0 -32px;
border-radius: 50%;
border: 2px solid rgba(0, 0, 0, 0);
transition: all .75s;
}
.hamburger.active::after {
border: 2px solid #fff;
}

nav.global_sp {
position: fixed;
z-index : 2;
top: 0;
left : 0;
color: #fff;
background: rgba(0,0,0,0.7);
text-align: center;
width: 100%;
opacity: 0;
transition: opacity .6s ease, visibility .6s ease;
/* 下記の構文とまとめて使用可能 */
pointer-events: none;/* バーガーメニューを隠したときにリンクできない */
}

/* このクラスを、jQueryで付与・削除する */
nav.global_sp.active {
opacity: 100;
pointer-events: auto;/* バーガーメニューを開いたときにリンク出来る */
}

nav.global_sp ul {
margin: 0 auto;
padding-top: 10px;
width: 100%;
padding: 30px 0 30px 0;
background-image: url(../img/global_sp_back.jpg);
background-repeat: no-repeat;
background-size: cover;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(80%);
}

nav.global_sp ul li {
list-style-type: none;
padding: 0;
width: 100%;
font-size: 32px;
letter-spacing: 2px;
border-bottom: solid 1px #fff;
}
nav.global_sp ul li:last-child {
padding-bottom: 0;
}
nav.global_sp ul li:hover{
background :#ddd;
}

nav.global_sp ul li a {
display: block;
color: #fff;
font-size: 32px;
font-family: 'Impact','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
padding: 20px 0;
font-weight: bold;
text-shadow: 1px 4px 3px black;
text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.global_sp.active {
opacity: 100;
}

.main_cover {
position: fixed;
width: 100%;
visibility: hidden;
z-index: -1;
-webkit-transition: .3s;
-webkit-transition: .4s;
transition: .4s;
}
.main_cover.active {
height: 100%;
visibility: visible;
/* active後に画面から消える */
background: rgba(0, 0, 0, 0.356);
z-index: 1;
}
}