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

#wrap {
  width: 100%;
  position: relative;
}

a:hover { opacity: 1; }

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

.no-wrap { display: inline-block; text-indent: 0;}
.no-space { letter-spacing: -3.5px; }
.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: 180%;
  text-align: center;
  top: -120%;
  left: -40%;
  right: 0;
  margin: 0 auto;
  font-size: 0.45em;
  letter-spacing: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

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

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

@keyframes fadeanm {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes scaleanm_top {
  0% { transform: scale(1.2, 1.2) translateY(-5%); 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: 140%;
}

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

#mainImg {
  background: url("../images/top/img_main_sp.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: 20%;
  position: absolute;
  top: 11.2%;
  left: 40%;
  z-index: 2;
  pointer-events: none;
  animation: fadeanm 2.5s ease 2.5s forwards;
  opacity: 0;
}

#roadshow,#roadshowB {
  width: 50%;
  position: absolute;
  bottom: 1.5%;
  left: 25%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 3.5s forwards;
  opacity: 0;
}

#catch {
  width: 68%;
  position: absolute;
  top: 2%;
  left: 21%;
  z-index: 2;
  pointer-events: none;
  animation: fadeanm 2.5s ease 4s forwards;
  opacity: 0;
  mix-blend-mode: screen;
}

#credit {
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 2.5s ease 3s forwards;
  opacity: 0;
}

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

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

#bnrBadge{
  width: 23%;
  position: absolute;
  top: 6%;
  left: 5px;
  z-index: 10;
  animation: fadeanm 2.5s ease 4s forwards;
  opacity: 0;
}

#bnrBadge2{
  width: 23%;
  position: absolute;
  bottom: 23%;
  right: 3%;
  z-index: 10;
  animation: fadeanm 2.5s ease 4.4s forwards;
  opacity: 0;
}

#bnrBadge3{
  width: 23%;
  position: absolute;
  bottom: 41%;
  right: 3%;
  z-index: 10;
  animation: fadeanm 2.5s ease 4.2s forwards;
  opacity: 0;
}

#bnrLallsp {
  background: #000;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #980e98;
}

.bnrS {
  width: 86%;
  margin: 5px auto;
}

#bnrLall{
  display: none;
}

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

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

.bnrSimg img{
  width: 100%;
}


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

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

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

#mvckOnline{
  width: 330px;
  margin: 0 auto 10px;
  line-height: 0;
  aspect-ratio: 100 / 103.63;
}

#mvtkCard{
  width: 330px;
  line-height: 0;
  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: 55px;
}

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

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

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

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

#topmovarea .movie {
  width: 86%;
  margin: 0 auto;
}

#topmovarea .movie .inner {
  background-color: #000;
  position: relative;
  padding-bottom: 56.25%;
  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%;
}

/* ★追加：SP用レスポンシブ調整（ボタンサイズをスマホ用に少し小さく調整） */
.youtube-lazy {
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

.youtube-lazy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.youtube-lazy .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px; /* スマホ用にサイズ変更 (68px -> 54px) */
  height: 54px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.youtube-lazy .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px; /* スマホ用に矢印サイズ調整 */
  border-color: transparent transparent transparent #ffffff;
  margin-left: 2px;
}

#topmovarea .movie .tab_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 3px auto 0;
  justify-content: space-between;
}

#topmovarea .movie .tab_area li {
  width: 49.5%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 12px;
  margin: 3px 0;
  position: relative;
  overflow: hidden;
}

#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_sp.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 3em 0;
  color: #fff;
}

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

#storyTxt {
  width: 95%;
  font-size: 13px;
  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: 3em 0;
  line-height: 0;
  position: relative;
}

.commentBoxAll {
  width: 100%;
  margin: 0 auto;
}

.commentBox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.commentNM {
  background: url("../images/comment/i_newwin.png") no-repeat top 50% right 5px;
  background-size: 15px auto;
  width: 75%;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #4c354c;
}

.commentNM img{ width: 220px;  margin: 0 auto;}
.commentNMbdrTop{ border-top: 1px solid #4c354c; margin-top: 2em;}

.commentTxtAll {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  display: none;
}

.commentTxt {
  width: 100%;
  line-height: 1.9em;
  margin: 0;
  color: #4c354c;
}

#commentAll01,#commentAll02,#commentAll03,#commentAll04,#commentAll05,#commentAll06,#commentAll07 {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  display: none;
  overflow-x: 0;
  overflow-y: auto;
}

.modal:popover-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; /* 念のため指定 */
}

.commentNMsp {
  width: 300px;
  margin: 50px auto 1em;
  padding: 0;
  text-align: center;
}

.commentTxt2 {
  width: 80%;
  line-height: 1.9em;
  margin: 0 auto 0;
  padding: 1.5em 0;
  color: #4c354c;
  border-top: 1px solid #4c354c;
}

.commentCloseBtn{
  background: url("../images/nav/btn_menu02.png") no-repeat center;
  background-size: cover;
  width:50px; height: 50px;
  margin: 3em auto;
}


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

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

#originalBox {
  width: 80%;
  margin: 2.5em auto 0;
}

#originalImg{
  width: 45%;
  max-width: 200px;
  line-height: 0;
  margin: 0 auto 2.5em;
  border: 1px solid #979797;
  box-sizing: border-box;
  pointer-events: none;
}

.originalNM{
  width: 100%;
  max-width: 350px;
  margin: 2em auto 1em;
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
  padding: 1em 0;
  position: relative;
  color: #ff00ff;
  pointer-events: none;
}

.sankaku{
  width: 12px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  pointer-events: none;
  
  display: none;
}

.originalNM img{ width: 80%; margin: 0 auto; text-align: center;}

#originalTxtArea {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.originalTxtAll {
  width: 100%;
  line-height: 1.9em;
  display: block;
}

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

#originalLink{
  background-color: #ff00ff;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 3em;
}

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

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

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

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

#songBox {
  width: 80%;
  margin: 2em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#songImg{
  width: 100%;
  max-width: 400px;
  line-height: 0;
  pointer-events: none;
  margin: 0 auto 1.5em;
}

#songTxtBlock {
  width: 100%;
}

.songNM{
  width: 100%;
  padding: 1em 0;
  margin: 0.5em auto 1em;
  text-align: center;
  border-top: 1px solid #4c354c;
  border-bottom: 1px solid #4c354c;
  position: relative;
  color: #000;
  pointer-events: none;
}

.songNM img{
  width: 58%;
  max-width: 250px;
  text-align: center;
}

.songTxtAll {
  width: 100%;
  line-height: 1.9em;
  display: block;
}

.songTxt {
  width: 100%;
  line-height: 1.9em;
  padding-bottom: 2em;
}

.songLinkAll{
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.5em;
}

.songLink{
  background-color: #ff00ff;
  width: 160px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 3em;
  margin-top: 1em;
}

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

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

opinion

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

#opinionAll{
  width: 100%;
  padding: 2.5em 0;
}

.opinion-bg{
  position: relative;
  /* 親要素のエリア内だけ疑似要素を見せる設定 */
  clip-path: inset(0);
}

.opinion-bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 重なり順をコンテンツの後ろに配置 */
  z-index: -1;
  /* スクロール時の余計な描画処理を最適化 */
  will-change: transform;
  background: #000 url("../images/opinion/bg_pc.jpg") no-repeat left top fixed;
  background-size: cover;
}

#opinionArea{
  width: 86%;
  /*height: 600px;*/
  /*overflow-y: auto;*/
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
/*
#opinionArea::-webkit-scrollbar { width: 5px; height: 5px;}
#opinionArea::-webkit-scrollbar-track { background: #d6d6d5;}
#opinionArea::-webkit-scrollbar-thumb { background: #ff00ff;}
*/
.opinionBox,.opinionBox2{
  background: #fff;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 1em;
  line-height: 1.6em;
  box-sizing: border-box;
  position: relative;
}

.opinionTxt{
  width: 92%;
  padding: 0 0 0.5em;
  margin: 0 auto;
  line-height: 1.8em;
}

.opinionNM{
  width: 92%;
  margin: 0 auto;
  text-align: right;
  color: #ff00ff;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
}

.opinionNMs{ font-size: 70%;}

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

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

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

#billing img{
  width: 90%;
  max-width: 500px;
}

footer {
  background: #ff00ff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 100%;
  padding: 2.5em 0 10em;
  font-size: 10px;
  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: 30%; height: 6px;
  position: absolute;
  top: 0; right: 0;
  z-index: 1;
}

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

.shareTxt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.8em;
  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: 35px auto;
  width: 40px;
  height: 40px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
}

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

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

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

#copyright {
  background-size: contain;
  width: 100%;
  height: 10px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

#privacy {
  background-size: contain;
  width: 100%;
  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;
}


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

.ef-fade {
  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);
}