body {
  background: #fff;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0;
}

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.pc { display: block; }
.sp { display: none; }

.no-wrap { display: inline-block; text-indent: 0;}
.no-space { letter-spacing: -0.2em; }
.boxfade { width: 100%; }
.fontS { font-size: 80%;}
.fontL { font-size: 110%; }
.fontB { font-weight: 700; }

.txtPink{ color: #ff00ff;}

.linkLabel {
  margin-top:-50px;
  padding-top:50px;
  text-indent: -99999px;
}

.warningfontL {
  padding-left: 1em;
  text-indent: -1em;
}

.warningfontS {
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  width: 200%;
  text-align: center;
  top: -2em;
  left: -50%;
  right: 0;
  margin: 0 auto;
  font-size: 0.4em;
  letter-spacing: 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------
main
----------------------------------------------*/

@keyframes fadeanm {
  0% { opacity: 0; filter: blur(10px); }
  100% { opacity: 1; filter: blur(0); }
}

@keyframes scaleanm_top {
  0% { transform: scale(1.2, 1.2) translateY(-2%); opacity: 1; }
  100% { transform: scale(1, 1) translateY(0); opacity: 1; }
}

@keyframes scaleanm {
  0% { transform: scale(1.4, 1.4); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
}

@keyframes slideanm_L {
  0% { transform: translate(-20%, 10%); opacity: 1; }
  100% { transform: translate(0, 0); opacity: 1; }
}

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  padding-top: 50px;
}

#mainAll {
  background: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mainAll:before {
  content: "";
  display: block;
  padding-top: 53.33%;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#mainImg {
  background: url("../images/top/img_main_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  animation: scaleanm_top 20s ease .1s forwards;
}

#logo {
  width: 12.6%;
  height: 76.5%;
  position: absolute;
  top: 3.1%;
  right: 1.7%;
  z-index: 2;
  pointer-events: none;
  animation: fadeanm 2.5s ease 2.5s forwards;
  opacity: 0;
}

#roadshow {
  width: 3.3%;
  height: 47.3%;
  position: absolute;
  bottom: 3.8%;
  left: 2%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 3s forwards;
  opacity: 0;
}

#roadshowB {
  width: 9.5%;
  position: absolute;
  bottom: 2.8%;
  right: 3%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 3s forwards;
  opacity: 0;
}

#catch {
  width: 40%;
  height: 12.25%;
  position: absolute;
  top: 3%;
  left: 33%;
  z-index: 2;
  pointer-events: none;
  animation: fadeanm 2.5s ease 3.5s forwards;
  opacity: 0;
  mix-blend-mode: screen;
}

#credit {
  width: 52%;
  height: 17.25%;
  position: absolute;
  bottom: 2%;
  left: 24%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 4s forwards;
  opacity: 0;
}

#credit_new {
  width: 64%;
  position: absolute;
  bottom: 2%;
  left: 18%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 4s forwards;
  opacity: 0;
}

/*---------------------------------------------
bnr L
----------------------------------------------*/

#bnrBadge,#bnrBadge2,#bnrBadge3{
  width: 11.4%;
  position: absolute;
  z-index: 10;
  animation: fadeanm 2.5s ease 3s forwards;
  opacity: 0;
}
#bnrBadge{
  top: 2%;
  left: 2%;
}

#bnrBadge3{
  top: 24%;
  left: 2%;
}

#bnrBadge2{
  top: 46%;
  left: 2%;
}


#bnrLall {
  width: 13%;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10;
  animation: fadeanm 2.5s ease 3s forwards;
  opacity: 0;
}

#bnrLall img {
  width: 100%;
  margin: 5px 0;
}

#bnrLallsp{
  display: none;
}

#bnrSall{
  background: #000;
  width: 100%;
  padding: 15px 0;
  line-height: 0;
  border-bottom: 1px solid #980e98;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnrSimg{
  width: 20%;
  max-width: 300px;
  margin: 1%;
  line-height: 0;
  border: 1px solid #636363;
  box-sizing: border-box;
}

.bnrSimg img{
  width: 100%;
}

/*---------------------------------------------
mvck
----------------------------------------------*/

#mvckAll{
  background: #000;
  width: 100%;
  padding: 30px 0;
  line-height: 0;
  border-bottom: 1px solid #980e98;
}

#mvck{
  max-width: 840px;
  margin: 0 auto;
  line-height: 0;
}

#mvckOnline{
  margin: 0 auto 15px;
  line-height: 0;
  aspect-ratio: 100 / 20.23;
}

#mvtkCard{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mvtkMW{
  background: #e50112 url("../images/bnr/mvtk_mw.png") no-repeat center;
  background-size: contain;
  width: 49%;
  height: 80px;
}

#mvtkMajor{
  background: #94cb10 url("../images/bnr/mvtk_major.png") no-repeat center;
  background-size: contain;
  width: 49%;
  height: 80px;
}

#mvtkMW a,#mvtkMajor a{
  width: 100%;
  height: 100%;
  display: block;
}

#mvtkMW:hover,#mvtkMajor:hover{ opacity: 0.8;}

/*---------------------------------------------
movie
----------------------------------------------*/

#topmovarea {
  background: #000;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  line-height: 0;
  position: relative;
}

#topmovarea .movie {
  width: 75%;
  min-width: 700px;
  margin: 0 auto;
}

#topmovarea .movie .inner {
  background-color: #000;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 の比率を保持 */
  height: 0;
  margin: 0 auto;
  overflow: hidden;
}

/* ★修正：iframe と .youtube-lazy の両方を絶対配置（position: absolute）にする */
#topmovarea .movie .inner iframe,
#topmovarea .movie .inner .youtube-lazy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 遅延読み込みコンテナ */
.youtube-lazy {
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

/* サムネイル画像 */
.youtube-lazy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

.youtube-lazy:hover img {
  opacity: 0.85;
}

/* 中央の再生ボタン（黒の丸） */
.youtube-lazy .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 2;
}

/* 中の白矢印 ▶ */
.youtube-lazy .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 3px;
}

/* ホバーで赤色＋拡大 */
.youtube-lazy:hover .play-button {
  background-color: #ff0000;
  transform: translate(-50%, -50%) scale(1.1);
}

#topmovarea .movie .tab_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto;
  justify-content: center;
}

#topmovarea .movie .tab_area li {
  width: 200px;
  height: 3em;
  line-height: 2em;
  text-align: center;
  font-size: 13px;
  margin: 0.2em;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

#topmovarea .movie .tab_area li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ff00ff;
  float: left;
}

#topmovarea .movie .tab_area li a.active {
  color: #ff00ff;
  background: #fff;
}

.menubtnpos {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1.2em;
}

/*---------------------------------------------
story
----------------------------------------------*/

#storyAll {
  background: #000 url("../images/about/story_bg_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 4em 0;
  color: #fff;
}

.contentM {
  width: 100%;
  font-size: 24px;
  line-height: 1em;
  color: #ff00ff;
  text-align: center;
  font-family: "Quintessential", serif;
  font-weight: 400;
}

#storyTxt {
  width: 80%;
  font-size: 18px;
  line-height: 2.2em;
  text-align: center;
  color: #fff;
  margin: 2em auto 0;
  letter-spacing: 0.1em;
}

/*---------------------------------------------
comment
----------------------------------------------*/

#commentAll {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  line-height: 0;
  position: relative;
}

.commentBoxAll {
  width: 74%;
  max-width: 1200px;
  min-width: 700px;
  margin: 2em auto;
}

.commentBox {
  width: 100%;
  margin: 0 auto 4em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.commentNM img{ width: 95%;}

@media screen and (min-width : 1201px){
  
.commentNM {
  width: 14%;
  padding-right: 5%;
  border-right: 1px solid #000;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.commentTxtAll {
  width: 84%;
  padding-left: 5%;
  box-sizing: border-box;
}

.commentTxt,.commentTxt2 {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  margin: 0;
  color: #4c354c;
}

}

@media screen and (max-width : 1200px){
  
.commentNM {
  width: 14%;
  padding-right: 5%;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.commentTxtAll {
  width: 84%;
  padding-left: 5%;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

.commentTxt,.commentTxt2 {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  margin: 0;
  color: #4c354c;
}

}

#commentAll01,#commentAll02,#commentAll03,#commentAll04,#commentAll05,#commentAll06,#commentAll07{
  display: block;
  position: relative;
}

/*---------------------------------------------
original
----------------------------------------------*/

#originalAll {
  background: #000 url("../images/original/original_bg_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  line-height: 0;
  position: relative;
  color: #fff;
}

#originalBox {
  width: 72%;
  max-width: 1400px;
  min-width: 700px;
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#originalImg{
  width: 24.5%;
  line-height: 0;
  border: 1px solid #979797;
  box-sizing: border-box;
  pointer-events: none;
}

#originalTxtArea {
  width: 70%;
}

.originalNM{
  width: 100%;
}

.sankaku{
 display: none;
}

.originalTxtAll {
  width: 70%;
}

.originalTxt {
  width: 100%;
  line-height: 1.9em;
  margin: 2em 0 0;
}

#originalLink{
  background-color: #ff00ff;
  width: 30%;
  text-align: center;
  line-height: 3em;
  transition: all 0.3s ease;
  margin-top: 2em;
}

#originalLink:hover{
  opacity: 0.7;
}

#originalLink a{
 width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

/*---------------------------------------------
song
----------------------------------------------*/

#songAll {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  line-height: 0;
  position: relative;
  border-bottom: 1px solid #ff00ff;
}

#songAll2 {
  width: 100%;
  margin: 0 auto;
  padding: 4em 0;
  line-height: 0;
  position: relative;
}

#songBox {
  width: 72%;
  max-width: 1400px;
  min-width: 700px;
  margin: 4em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}

#songImg{
  width: 42%;
  line-height: 0;
  pointer-events: none;
}

#songTxtBlock {
  width: 54%;
}

.songNM{
  width: 70%;
  margin:0.5em 0 2em;
  pointer-events: none;
}

.songNM img{
  width: 100%;
}

.songTxtAll {
  width: 100%;
  /*aspect-ratio: 16 / 5.5;
  overflow-x: hidden;
  overflow-y: auto;*/
  display: block;
  margin-bottom: 1em;
}

/*
.songTxtAll::-webkit-scrollbar { width: 5px; height: 5px;}
.songTxtAll::-webkit-scrollbar-track { background: #CECECE;}
.songTxtAll::-webkit-scrollbar-thumb { background: #ff00ff;}
*/

.songTxt {
  width: 97%;
  line-height: 1.9em;
}

.songLinkAll{
  width: 100%;
  padding-top: 1em;
  line-height: 1.5em;
}
.songLink{
  background-color: #ff00ff;
  width: 40%;
  text-align: center;
  line-height: 3em;
  transition: all 0.3s ease;
  margin-top: 1.5em;
}

.songLink:hover{
  opacity: 0.7;
}

.songLink a{
 width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

/*---------------------------------------------

opinion

----------------------------------------------*/

#opinionAll{
  background: #000 url("../images/opinion/bg_pc.jpg") no-repeat left top fixed;
  background-size: cover;
  width: 100%;
  padding: 4em 0;
}

#opinionArea{
  width: 95%;
  /*height: 600px;*/
  /*overflow-y: auto;*/
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items:stretch;
  justify-content: center;
}
/*
#opinionArea::-webkit-scrollbar { width: 5px; height: 5px;}
#opinionArea::-webkit-scrollbar-track { background: #d6d6d5;}
#opinionArea::-webkit-scrollbar-thumb { background: #ff00ff;}
*/
.opinionBox{
  background: #fff;
  width: 24%;
  margin: 0 0.5% 15px;
  padding-bottom: 5em;
  line-height: 1.6em;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  position: relative;
}

.opinionBox2{
  background: #fff;
  width: 49%;
  margin: 0 0.5% 15px;
  padding-bottom: 5em;
  line-height: 1.4em;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  position: relative;
}

.opinionTxt{
  width: 90%;
  margin: 1em auto;
  font-size: 1vw;
  line-height: 1.8em;
}

.opinionNM{
  width: 90%;
  text-align: right;
  color: #ff00ff;
  font-size: 1.3vw;
  line-height: 1em;
  font-weight: 600;
  margin: 0 auto;
  padding-top: 1em;
  position: absolute;
  bottom: 15px;
  left: 5%;
  z-index: 1;
}

.opinionBox2 .opinionTxt{ width: 94%;font-size: 0.95vw;line-height: 1.5em;}
.opinionBox2 .opinionNM{ width: 92%;}

.opinionNMs{ font-size: 60%;}

#opinionStxt{
  width: 100%;
  line-height: 1em;
  font-size: 1.5vw;
  text-align: center;
  color: #ff00ff;
  margin: 1em auto;
}

/*---------------------------------------------
footer
----------------------------------------------*/

#billing {
  background: #fff;
  width: 100%;
  padding: 3em 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

#billing img{
  width: 50%;
  max-width: 600px;
}

footer {
  background: #ff00ff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 100%;
  padding: 3em 0 8em;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#footerToge{
  background: url("../images/top/footer_toge.png") no-repeat right;
  background-size: 100% 100%;
  width: 217px; height: 12px;
  position: absolute;
  top: 0; right: 0;
  z-index: 1;
}

#sharearea {
  width: 100%;
  line-height: 30px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.shareTxt {
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-indent: 0.5em;
  color: #fff;
  font-family: "Quintessential", serif;
  font-weight: 400;
}

.share_i_x {
  background: #fff url("../images/sns/share_x.png") no-repeat center;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
  transition: all 0.3s ease;
}

.share_i_line {
  background: #fff url("../images/sns/share_line.png") no-repeat center;
  background-size: 45px auto;
  width: 50px;
  height: 50px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
  transition: all 0.3s ease;
}

.share_i_fb {
  background: #fff url("../images/sns/share_fb.png") no-repeat center;
  background-size: 45px auto;
  width: 50px;
  height: 50px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
  transition: all 0.3s ease;
}

.share_i_x a,
.share_i_line a,
.share_i_fb a{
  width: 100%;
  height: 100%;
  display: block;
}

.share_i_x:hover,
.share_i_line:hover,
.share_i_fb:hover{
  opacity: 0.7;
}

#copyright {
  background-size: contain;
  width: 400px;
  height: 10px;
  margin: 0 auto 20px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #fff;
}

#privacy {
  background-size: contain;
  width: 400px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
  color: #fff;
}

#privacy a {
  color: #fff;
  text-decoration: underline;
}

#btnpagetop {
  background: #ff00ff;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
}

#btnpagetop a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

#btnpagetop:hover {
  background: #000;
  opacity: 1;
  cursor: pointer;
}


/*---------------------------------------------
ef
----------------------------------------------*/

.ef-fade {
  opacity: 0;
  transform: translate(0,10px);
  transition: .7s ease 0.1s;
}

.ef-fade2 {
  opacity: 0;
  transform: translate(0,10px);
  transition: .7s ease 0.1s;
}

.ef-fade3 {
  opacity: 0;
  transition: .7s linear 0.1s;
}


.fade {
  opacity: 1.0;
  transform: translate(0, 0);
  transform: scale(1, 1);
}