/*⇒⇒ 共通内容　⇒⇒ */
.news h2,
.profile h2,
.contents h2,
.face-h2,
.goods h2{
    font-weight: bold;
    background-color: #310501;
    background-image: url(../images/h2-haikei.gif);
    padding: 15px 40px;
    font-size: 40px;
            width: 80%;
        margin: 20px auto 0;
        position: relative;
        z-index: 10;
}

/*⇐⇐ 共通内容　⇐⇐ */

/*⇒⇒ ヘッダー　⇒⇒ */

body{
    color: white;
    background-color: grey;
    max-width: 100%;
    background-image: url(../images/sp-bgi5.png);
    background-attachment: fixed;
    font-family: Quattrocento, serif;
    font-size: 30px;
  }

.pc-header{
    display: none;
}

.sp-header{

}

.sp-header h1{
    /* background-image: url(../images/head-haikei.png); */
    background-color: #310501;
    font-weight: bold;
    padding-left: 30px;
    height: 50px;
    padding-top: 10px;
    font-size: 20px;
}


  #menu2 {
    list-style: none;
    margin: 0;
    padding: 50px 0 0;
    position: fixed;
    top: 0;
    right: -100%; /* ← 初期は右の外 */
    width: 70%;
    height: 100%;
    background: rgba(17,17,17,0.95);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: right 0.4s ease;
    z-index: 1000;
  }

  /* 開いたときに右→左へスライドイン */
  #menu2.active {
    right: 0!important;
  }

  #menu2 li {
    border-bottom: 1px solid #333;
  }

  #menu2 li a {
    display: block;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s;
  }

  #menu2 li a:hover {
    background: #333;
  }

  /* ===== ハンバーガーアイコン ===== */
  .hamburger {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 28px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  /* ===== × に変形 ===== */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(11px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-13px);
  }



body{
    
}
/*⇐⇐ ヘッダー　⇐⇐ */
/*⇒⇒ トップ背景　⇒⇒ */

.top-head{
    background-image: url(../images/top/top_head-sp.jpg);
    width: 100%;
    height: 530px;
    margin-top: -3px;
}


/*⇐⇐ トップ背景　⇐⇐ */

/*⇒⇒ NEWS INFORMATION　⇒⇒ */
.news h2{
    font-weight: bold;
    background-color: #310501;
    background-image: url(../images/h2-haikei.gif);
    padding: 15px 40px;
    font-size: 40px;
            width: 80%;
        margin: 80px auto 0 ;
        position: relative;
        z-index: 10;
}

#main .news .new {
        font-size: 30px;
        line-height: 35px;
        height: 365px;
        width: 85%;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: left;
        margin: 110px auto;
        border: 1px solid white;
        padding-top: 40px;margin-top: -40px;
    }


    .new{
        background-color: #310501;
    }

.news {
        margin: 0 auto;
        /* background-image: url(../images/top/news-haikei.gif); */
}

.new dl{
    display: flex;
    width: 90%;
    margin: 8px auto!important;
    background-color: #310501;
}

.new dd{
    margin-left: 50px;
}


/*⇐⇐ NEWS INFORMATION　⇐⇐ */


/*⇒⇒ 音楽再生 ⇒⇒ */

.music{
  display: block;
  margin: 0 auto 40px;
  width: 80%;
}

/*⇐⇐ 音楽再生 ⇐⇐ */


/*⇒⇒　プロフィール ⇒⇒ */

.pbox{
  flex-direction: column;
}

.pbox img{
  width: 60%;
  height: auto;
  margin: 0 auto 20px;
}

.pboxc{
    border: 1px solid white;
    padding-top: 40px;
width: 85%;    margin: -25px auto 0;
    background-color: #310501;
    line-height: 2.8rem;
}

.pbox,
.profile-pbox{
    display: flex;
    width: 96%;
    margin: 0 auto;
}

.profilep .name{
  text-align: center;
    font-size: 46px;
    margin-bottom: 20px;
}

/*⇐⇐  プロフィール ⇐⇐ */


/*⇒⇒ CONTENTS ⇒⇒ */

.subbox div img,
.itunes-s a img {
  width: 100%;
  height: auto;
}

/*⇐⇐ CONTENTS ⇐⇐ */

/*⇒⇒　FACE BOOK ⇒⇒ */

.face{
    display: flex;
    justify-content: center;

}

.facec{

background-color: #310501;
padding: 50px 0;
border: 1px solid white;
margin-top: -25px;
}

.fb-like-box{
    margin: 0 auto;
}


/*⇐⇐  FACE BOOK　⇐⇐ */





/*⇒⇒ CD,iTunes,amazon ⇒⇒ */

.subbox{
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 0;
}

.itunes-s{
    display: flex;
    flex-direction: column;
}

/*⇐⇐ CD,iTunes,amazon ⇐⇐ */

/*⇒⇒ グッズ ⇒⇒ */
.gboxc{
    display: flex;
    width: 70%;
    margin: -25px auto 30px;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: #310501;
    border: 1px solid white;
    padding: 40px 10px 10px;
    margin-top: -25px;
}

.g-right dt{
    float: left;
    width: 100%;
}


.g-right dl,
.g-right dt{
    line-height: 25px;
    margin: 15px 0;
}

.gp{
    margin-top: 15px;
}

.gp p,
.g-right p{
line-height: 2.2rem;
}

.g-left img{
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.g-right div a img{
  width: 50%;
  height: auto;
}

.g-right div{
  display: flex;
}

/*⇐⇐ グッズ ⇐⇐ */

/*⇒⇒ フッター ⇒⇒ */

#footer{
  display: none;
}

.footer-sp{
  display: block;
  margin-top: 40px;
}

.footer-sp div img{
  width: 100%;
  height: 90px;
}

small{
text-align: center;
  background-color: #310501;
  display: block;
  width: 100%;
}


/*⇐⇐ フッター ⇐⇐ */


/*⇒⇒  ⇒⇒ */

/*⇐⇐  ⇐⇐ */

