@charset "UTF-8";

/* 印刷用スタイル
----------------------------------------------- */
/*
@media print {
  html,
  body {
  background: #ffffff;
}
*/


/* 横幅によってデザイン変更(415px以上)
----------------------------------------------- */
@media screen and (min-width: 415px){

body{
  color:#000000;
  background : url(background5.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right bottom;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

}


/* 基本項目
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
  margin:0;
  padding:0;
}
fieldset,img{
  border:0;
}
address,caption,cite,code,dfn,th,var{
  font-style:normal;
  font-weight:normal;
}
ol,ul{
  list-style:none;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
}
q:before,q:after{
  content:'';
}
body,
body *{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  _font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@font-face {
  font-family: 'Squada One';
  font-weight: 100;
  src: url(fonts/SquadaOne-Regular.ttf);
}
.squada {
  font-family: 'Squada One';
  line-height: 1.1;
  font-size: 3.0em;
}
a{
  color:#0066cc;
  text-decoration:none;
}
a:hover{
  color:#3399ff;
  text-decoration:underline;
}
a:active{
  text-decoration:none;
}
em{
  font-style:normal;
  font-weight:bold;
}
a img:hover,
a img:active,
a img:focus{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


/* トップページ
----------------------------------------------- */
h2{
  margin: 5px 0 8px 0;
  font-size: 2.0em;
}
.header{
  height: 48px;
  min-width: 1250px;
  max-width: 4000px;
  padding-left: 20px;
  border-bottom: solid 1px #969696;
  box-shadow: 0 1px 10px 0 rgba(4,0,0,0.1);
  color: #ffffff;
  background-color: #000000;
} 
.header h1{
  float: left;
  margin: 2px 44px 0 0;
  font-size: 28px;
}
.header .headerNav li{
  float: left;
  margin: 11px 20px 0 0;
  font-size: 18px;
}
.header .headerNav li a{
  display: inline-box;
  width: 90px;
  color:#e6e6e6;
  text-decoration:none;
  padding: 2px 4px 3px;
  border-radius: 2px;
}
.header .headerNav li a:hover{
  background-position: center bottom!important;
  background: #5b5b5b;
  border-radius: 2px;
}
.menu{
  padding: 15px 0 15px 0;
}
.subWid{
  padding: 15px 0 0 0;
}
.subWid:first-child{
  padding: 40px 0 0 0;
}
.snsLogo a{
  display: inline-block;
  padding: 0 0 0 4px;
}
.officialChannel{
  padding: 20px 24px 30px;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.officialChannelDate{
  padding: 10px 24px 0;
  text-align: center;
}
.officialChannel h2{
  font-size: 30px;
}
.updInfo{
  width: 490px;
  margin: 90px 0 15px 0;
  padding: 20px 0 10px 0;
  border-top: solid 3px #000000;
}
.updInfo span.date{
  font-weight: normal;
  font-size: 20px;
  padding-top: 16px;
  display: block;
}
.new{
  display: inline-block;
  color: #e30000;
  text-decoration: none;
  font-size: 18px;
  margin-left: 8px;
}
.jacketImg{
  padding: 0 30px 0;
}
.jacketInt p{
  font-size: 1.2em;
  padding: 0 0 2px 23px;
}
.dlst{
  display: inline-block;
  color: #e30000;
  text-decoration: none;
  font-size: 18px;
  margin: 0 0 0 0.4em;
}
.ptLogo{
  align-items: center;
/*  display: flex;
*/
}
.checkOut{
  margin: 20px 0 0;
}
.checkOut img{
  margin: 4px 0 0 0;
}


/* 言語切り替えボタン
----------------------------------------------- */
.button{
  display: inline-block;
  text-align: center;
  margin-bottom: 1px;
  border: 1px solid #d7dce2;
  box-shadow: 0 1px 0 0 #d7dce2;
}

.list-tbl-01 .list-status{
  float: right;
}
.list-tbl-01 > li.on-border-top {
  border-top: 1px solid #e1e5eb;
  padding-top: 20px;
}
.list-tbl-01 > li.on-border-bottom {
  border-bottom: 1px solid #e1e5eb;
  margin-bottom: 10px;
}
.list-status li {
  display: inline-block;
  background-color:#ffffff;
}
.list-status .btn-01 {
  padding: 0;
  width: 84px;
  position: relative;
}
.list-status li:first-child .btn-01 {
  border-radius: 3px 0 0 3px;
}
.list-status li:last-child .btn-01 {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}
.list-status.one li .btn-01 {
  border-radius: 3px;
  border: 1px solid #d7dce2;
}
.list-status .disabled,
.list-status .done {
  width: 80px;
  cursor: default;
  opacity: 1;
}
.list-status .disabled {
  color: #aebcc4;
}
.list-status .done {
  color: #000;
}
.English{
  margin-left:-6px;
}


/* 矢印アイコン
----------------------------------------------- */
.arrow,
.pList{
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  font-size: 15px;
}

#Yuiheight{
  font-size: 22px;
}


/*

.arrow::before{
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 1px solid #ff0000;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}
.arrow::after{
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 8px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #ff0000;
}
before のbefore(20220116)
.arrow::before{
  content: url(icon_Arrow01.png);
  position: absolute;
  top: 7px;
  left: 0px;
}
*/
.arrow::before{
  content: url(icon_Arrow01.png);
  position: absolute;
  top: 1px;
  left: 0px;
}
.pList::before{
  content: url(icon_Playlist01.png);
  position: absolute;
  top: 2px;
  left: 0px;
}


/* Movie
----------------------------------------------- */
.newMv{
  display: inline-block;
  color: #e30000;
  text-decoration: none;
  font-size: 35px;
  margin-left: 8px;
}

/* フッター
----------------------------------------------- */
.SubMenu{
  margin-top: 70px;
  text-align: center;
  background-color: #a8a8a8;
  min-width: 1250px;
  max-width: 4000px;
  }
.SubMenu .subNav{
  border-top: solid 1px #cccccc;
  box-shadow: 0 -3px 10px 0 rgba(4,0,0,0.1);
  margin: 30px 0 20px 0;
  background-color: #696969;
}
.SubMenu .SubCol{
  height: 550px;
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}
.SubEc{
  width: 260px;
  float: left;
}
.SubWid{
  float: left;
}
.SubEc ul li:nth-child(2),
.SubEc ul li:nth-child(3),
.SubEc ul li:nth-child(4),
.SubEc ul li:nth-child(5),
.SubEc ul li:nth-child(7),
.SubEc ul li:nth-child(8),
.SubEc ul li:nth-child(9),
.SubEc ul li:nth-child(10) {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
/*
  padding: 2px 0;
*/
  margin: 0 0 8px 0;
}
.SubEc ul li:nth-child(6) {
  display: inline-block;
  border-radius: 3px;
/*
  padding: 2px 0;
*/
  margin: -7 0 0 0;
}
.SubWid {
  padding-top: 0;
  margin-right: 40px;
}
.SubCopyright{
  clear: both;
  padding-bottom:20px;
  color: #333333;
  }


/* 横幅によってデザイン変更(414px以下)
----------------------------------------------- */
@media screen and (max-width: 414px){

body{
  color:#000000;
  background : url(background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.squada {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  _font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2.0em;
  }

.header {
  min-width: 960px;
  }

.spView {
  width: 960px !important;
  }

.SubMenu {
  min-width: 960px;
  }

}