@charset "utf-8";

/*==========================================
 body
===========================================*/
html,body {
    height: 100%;
}
body {
  width: 100%;
  background-color:#220521;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
}
a {
  color:#DDD;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}
body a:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}
#b_blog {
    position:fixed;
    bottom: 5%;
    right: 1%;
}
/*=======================
stageのスタイル//背景・ＭＶ指定
=========================*/
#stage{
    width: 100%;
}
@media only screen and (min-width: 769px) {
    #stage{
        #000;
        background: #FFFFFF url("../img/mv_pc.jpg") no-repeat fixed center top/cover;
    }
    #mv{visibility:hidden;}
    #mv img{max-height:500px;}
}
@media only screen and (min-width: 961px) {
    #mv img{max-height:600px;}}
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top img {
  border-radius: 5px;
}
#page-top a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
}
/*header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;
  width:90%;
}
header h1 img {
  width:100%;
  max-width:265px;
}*/
header {
  position:relative;
  overflow:hidden;
}
/*==MV==*/
#mv img{
    max-width: 100%;
}
/*==ロゴ==*/
#logo img{
    max-width: 100%;
}
#logo{
    text-align: center;
    width: 80%;
}
@media only screen and (min-width: 769px) {
    #logo {
        text-align: left;
    }
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
nav {
    background: rgba(0,0,0,0.8);
    text-align: center;
    margin: auto;
}

nav ul {
    font-size: 0;
}
nav ul li {
    text-align: center;
    display: inline-block;
}
/*-ロゴ以降のスタイル
   マイナス指定で高さ調節-*/
/*nav ul li:not(:first-child)  {
    position: relative;
    top: 50%;
    transform: translateY(-120%);
}*/
nav ul li a{
    display: block;
    width: 100%;
}
nav li:first-child {
    margin: auto;
}
@media only screen and (max-width: 769px) {
    .br:before {
	    content: "\A" ;
        white-space: pre ;
    }/*ロゴ用改行コード*/
}
/*==グローバルナビ769px～960px==*/
@media only screen and (min-width: 769px) {
    nav {
        background: none;
        max-width: 769px;
        text-align: center;
        margin: auto;
    }
    nav ul{
        margin-left: auto;
        margin-right: auto;
    }
    nav ul li:not(:first-child)  {
        position: relative;
        top: 50%;
        transform: translateY(-100%);
    }
    /*左余白のためリストの下から指定*/
    li:nth-last-child(3){
        margin-left: 420px;
    }
    nav#nav br{
        display: block;
    }
}

/*==グローバルナビ960px～1024px==*/
@media only screen and (min-width: 961px) {
    nav {
        max-width: 960px;
        text-align: center;
        margin: auto;
    }
    nav ul{
        margin-left: auto;
        margin-right: auto;
    }
    nav ul li:not(:first-child)  {
      position: relative;
      top: 50%;
      transform: translateY(-20%);
    }
    nav#nav br{
        display:none;
    }
    /*左余白のためリストの下から指定
      一列の時は余白を消す*/
    li:nth-last-child(3){
        margin: 0;
    }
}
@media only screen and (min-width: 1024px) {
    nav {
        max-width: 100%;
        text-align: center;
        margin: auto;
    }
    nav ul{
        margin-left: auto;
        margin-right: auto;
    }
    nav ul li:nth-child(odd) {
        border-bottom: none;
    }
    nav#nav br{
        display:none;
    }
}
/*==========================================
 コンテンツ//半透明
===========================================*/
/*背景指定*/
#contents_bg {
    padding-top: 20px;
    background: rgba(0,0,0,0.9);
    
}
#contents {
    padding-bottom: 90px;
}

/*==961～1024pxのスタイル==*/
@media only screen and (min-width: 961px) {
    #contents {
        max-width: 960px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1025px) {
    #contents {
        max-width: 1024px;
        margin: 0 auto;
    }
}
/*=============================================
 コンテンツ >> ピックアップ（pickup）のスタイル
===============================================*/
#pickup h2 {
    margin: 0 0 15px 5px;
}
#pickup article {
    text-align: center;
    width: 50%;
    min-width: 120px;
    float: left;
    padding-bottom: 30px;
}
#pickup article img {
    width: 100%;
    height: auto;
    max-width: 315px;
    border: 2px double #a2a423;
} 
#pickup article h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #ddd;
}
#pickup article p {
    text-align: left;
    font-size: 0.7em;
    line-height: 2.0em;
    padding: 0 15px;
}

/*==769px～960pxのスタイル==*/
@media only screen and (min-width: 769px) {
    #pickup article {
        width: 33%;
    }
    #pickup article h3 {
        line-height: 2.0em;
    }
    #pickup article p {
        font-size: 0.8em;
        line-height: 2.0em;
    }
}
/*==961～1024pxのスタイル==*/
@media only screen and (min-width: 961px) {
    #pickup article {
        width: 31%;
    }
    #pickup article h3 {
        line-height: 2.2em;
    }
}
@media only screen and (min-width: 1025px) {
    #pickup article {
        padding-right: 10px;
        margin-left: 10px;
    }
}

/*==========================================
更新履歴とインフォメーションの二段組み
===========================================*/
@media only screen and (min-width: 961px) {
    #news {
        width: 49%;
        float: left;
    }
    #information {
        width: 49%;
        float: right;
    }
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
#news {
    margin-left: 5px;
    background-color: rgba(34,5,33,0.5);
    border: none; 
    font-size: 90%;
    color: #ddd;
}
#news h2 {
    margin: 0 5px 15px 0;
    padding-bottom: 10px;
    margin: 0;
    padding: 5px 10px;
    background-color: rgba(0,0,0,0.8);
    border-bottom: 1px #c0c0c0 dotted;
    font-size: 100%; 
}
#news article h3 {
    font-size: 0.7em;
    margin-bottom: 10px;
    padding-left: 7px;
}
#news article p {
    line-height: 1.4em;
    font-size: 0.9em;
    margin: 0 0 20px 10px;
}
#news article p a {
    text-decoration: underline;
    color: #ddd;

}
#news article p a:hover {
    text-decoration: none;
}
#news article p {
    padding-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.textArea {
    height: 420px; /* スクロールボックスの高さ */
    padding: 20px;
    overflow: auto;
}

/*==========================================
Information（製品情報）のスタイル
===========================================*/
#information {
    text-align: center;
}
#information a {
    font-size: 1.3em;
    color:#a531af;
} 
#information h2 {
    text-align: left;
    margin: 0 5px 15px 0;
    padding-bottom: 10px;
}
.info_mv{
    text-align: center;

}
table.info_sp{
    width: 85%;
    margin: auto;
}
.info_sp th{
    width:25%;
    padding:4px;
    text-align: left;
    vertical-align: top;
    color: #ddd;
    background-color: none;
    border-bottom: 1px solid #717171;
}
.info_sp td{
    width:75%;
    padding:4px;
    color:#ddd;
    background-color: none;
    border-bottom: 1px solid #717171;
}
table tr:last-child th {
	border-bottom: 0px;
}
table tr:last-child td {
	text-align: right;
    border-bottom: 0px;


}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 3px double #606060;
  background: #220521;
  color: #ddd;
}
footer div {
  margin: 20px 0 0 20px;
}
footer div p {
  font-size: 0.7em;
  line-height: 2.0em;
}
footer div small {
  font-size: 0.6em;
}
@media only screen and (min-width: 961px) {
    footer {
        text-align: center;
    }
}
/*==========================================
ストーリーのスタイル
===========================================*/
#story_bg {
    height: auto;
    text-align: center;
    height: auto;
    background-image: url(../img/bg_story01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    padding-bottom: 60px;
}
#story {
    color: #FFF;
    font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   padding-bottom: 80px;
   text-shadow:-1px -1px 1px rgba(0,0,0,0.3),
                1px 1px 1px rgba(0,0,0, 0.8);
                
                /*
                text-shadow:
                0 0 25px #edf8ff,
                0 0 20px #edf8ff,
                0 0 0.40px #edf8ff;
                */
                
                
   text-align: left;
   font-size: 1em;
   line-height: 1.3em;
   letter-spacing: 0.05em;
}
.story01,
.story05 {
    font-size: 1.8em;
    line-height: 1.4em;
    padding-left:1em;/*行頭空け*/
    text-indent:-1em;
}
.b_00{
    letter-spacing: 0em;
}

.story02,
.story03,
.story04 {
    font-size: 1.2em;
}
.story02{color: #f56bf0;}
.story03{color: #c5906f;}
.story04{color: #7acae8;}

@media only screen and (max-width: 769px) {
    #story p br {
        display: none;
    }
    .b_00 {
        display:none;
    }
}
@media only screen and (min-width: 769px) {
    #story {
        text-align: center;
        font-size: 1.2em;
        line-height: 1.3em;
        letter-spacing: 0.05em;
    }
    .story01 {
        font-size: 2.3em;
    }
    .story05{
        font-size: 1.5em;
    }
    .story02,
    .story03,
    .story04 {
        font-size: 1.4em;
    }
}
/*==========================================
 キャラクター
===========================================*/
#chara_bg{
    height: 100%;
    background-image: url("../img/grid.png"),
                      linear-gradient( to top, rgba(0,0,0,0.2),  #06062a ),
                      linear-gradient(#121258, #5B021E);
}
.c01{
    background: url("../chara/bg_chara01.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c02{
    background: url("../chara/bg_chara02.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c03{
    background: url("../chara/bg_chara03.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c04{
    background: url("../chara/bg_chara04.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c05{
    background: url("../chara/bg_chara05.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c06{
    background: url("../chara/bg_chara06.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
.c07{
    background: url("../chara/bg_chara07.png") no-repeat;
    background-size: contain;
    color: #FFF;
    background-position: right top 15%;
    border: 1px #000 solid;
}
#chara_bg img{
    max-width: 100%;
}
#chara_nav {
    width: 100%;
}
#chara_nav a img{
    margin-top: 20px;
    width: 11%;
    max-width: 70px;
    border: 2px double #a2a423;
}
#chara_box {
    position: relative;
    height: 100%;
}
#ta {
    text-align: center;
}
#ta img{
    width: 100%;
    max-width: 300px;
}
#ta_navi li {
    display: inline-block;
}
#ta_navi li img{ border: 2px double #FFF; }
#chara_name {
    color: #ddd;
    font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   font-size: 3em;

    position: relative;
    top:0;
	min-width: 30%;
	max-width: 98%;
	margin: auto;
	text-align: center;
}
#chara_name .cv {
    padding: 2%;
    font-size: 0.4em;
    text-align: right;
}
#chara_text {
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    color: #DDD;
    position: relative;
    top:0;
	min-width: 30%;
	max-width: 98%;
	padding: 30px;
	text-align: left;
   line-height: 1.5em;
   letter-spacing: 0.05em;
}
#chara_voice {margin: 5%; margin-bottom: 0;}
#chara_voice img {border-radius: 3px; border: 1px solid #FFF;}
#chara_voice a img{padding: 10px 20px 2px 5px; border-radius: 50px; border: none;}

@media only screen and (min-width: 769px) {
    #chara_text {
        margin-left: auto;
        position: absolute;
        padding: 20px;
        margin: 20px;
        top: 32%;
        left: 1%;
        max-width: 40%;
    }
    #chara_text.ch_sp {
        position: absolute;
        top: 22%;
    }

    #chara_name {
        font-size: 4em;
        margin-left: auto;
        position: absolute;
        padding: 20px;
        margin: 20px;
        top: 5%;
        left: 5%;
        max-width: 50%;
    }
    #r_box {
        position: absolute;
        top: 25%;
        left: 6%;

    }
    #ta {
        text-align: right;

    }
    #ta img{
        width: 100%;
        max-width: 380px;
    }

}
@media only screen and (min-width: 961px) {
    #chara_box {
        width: 960px;
        margin: auto;
    }
    #chara_nav {
        width: 960px;
        margin: auto;
    }
    #chara_nav a {
        width: 10%;
        max-width: 70px;
    }
    #chara_name {
        font-size: 5em;
    }
}
/*==========================================
 ギャラリー
===========================================*/
#gallery_bg {
    height: auto;
    background-image: url(../img/bg_sky.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    padding-bottom: 60px;
}
#gallery {
    margin: auto;
    text-align: center;
    width: 100%;
    background: rgba(255,255,255,0);

}
#contents_t {
    text-align: center;
    margin: 40px 0;
}
#gallery {
    padding: 40px 0;
}
.evcg {
    float: left;
    text-align: center;
    width: 50%;
}
.evcg img {
    width: 100%;
    height: auto;
    max-width: 315px;
}
@media only screen and (min-width: 769px) {
    #ev {
        width: 100%;
    }
    .evcg {
        width: 50%;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 961px) {
    #gallery {
        width: 960px;
        margin-left: 25%;
    }
    .evcg {
        text-align: center;
        width: 25%;/*33%で③*/
        margin: 1%;
    }
}
/*==========================================
ダウンロード
===========================================*/
#download_bg {
    height: auto;
    background-image: url(../img/bg_sky.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
          padding-bottom: 60px;

}
#download {
    margin: auto;
    width: 100%;
    background: rgba(0,0,0,0.7);
    border-radius: 10px;
}
#dw_t img{
    max-width: 100%;
}
#dw {}
#dw img{
    border: 2px double #a2a423;

}
.d_bnr {
    float: left;
    text-align: center;
    width: 44%;
    padding: 3%;
}
.d_bnr img {
    width: 100%;
    height: auto;
    max-width: 315px;
}
@media only screen and (min-width: 961px) {
    #download {
        width: 960px;
    }
}
/*==========================================
つんでれ夢見物語解説講座
===========================================*/
#yume,
#rengo{
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.yumemi_icon,
.rengo_icon {
    width: 19%;
    height: 100%;
    float: left;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.yumemi_icon img,
.rengo_icon img {border: 2px #FFF solid; max-width: 100%;}

/*吹き出し用*/
.arrow_box p {
    padding:20px;
    color: #000;
    font-size: 0.9em;
    line-height: 1.2em;
}
.arrow_box_0 {
	position: relative;
	background: url("../img/dark-planingwood02.jpg");/*背景色*/
	border: 3px double #f5f5f5;
	width: 74%;
	border-radius: 20px;
    margin: auto;
    letter-spacing:1px;
}
.arrow_box_0 p {
    padding:20px;
    color: #000;
    font-size: 0.9em;
    line-height: 1.2em;
    font-weight: bold;
}
.arrow_box {
	position: relative;
	background: url("../img/dark-planingwood02.jpg");/*背景色*/
	border: 2px solid #f5f5f5;
	float: right;
	width: 74%;
	border-radius: 20px;
	margin: 0 5% 0 0;
	display: table-cell;
	vertical-align:middle;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(170, 162, 213, 0);
	border-right-color: url("../img/dark-planingwood02.jpg");/*背景色*/
	border-width: 7px;
	margin-top: -7px;
}
.arrow_box:before {
	border-color: rgba(245, 245, 245, 0);
	border-right-color: #f5f5f5;
	border-width: 10px;
	margin-top: -10px;
}
/*吹き出し＿メニュー用*/
.kouza_cg {
    width: 100%;
    text-align:center;
}
.kouza_cg img {max-width: 100%;}
#kouza_menu,
.kouza_link {
    width: 60%;
    margin: auto;
}
@media only screen and (max-width: 769px) {
    #kouza_menu,
    .kouza_link {
        width: 90%;
    }
}

.arrow_boxm,
.kouza_link {
    text-align: center;
    padding: 20px;
	position: relative;
	background: #000;
	border: 2px solid #dad8f5;
	border-radius: 10px;
	color: #FFF;
}
.arrow_boxm a{font-weight: bold;}

.arrow_boxm:after, .arrow_boxm:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_boxm:after {
	border-color: rgba(129, 55, 213, 0);
	border-bottom-color: #000;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_boxm:before {
	border-color: rgba(218, 216, 245, 0);
	border-bottom-color: #dad8f5;
	border-width: 13px;
	margin-left: -13px;
}

.kouza_link {
    text-align:center;
    color:#FFF;
}
.kouza_link a {font-weight: bold;}

.k_link {display: inline-block;}
/*==========================================
 製品情報//spec
===========================================*/
.ed dd{
    text-align:left;
}
#spec_bg {
    width: 100%;
    height: auto;
    background-image: url(../img/bg_sky.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    padding-bottom: 60px;
    margin: auto;
}
#sp_bg {
    margin: auto;
    width: 100%;
    border-radius: 10px;
}

section.spec_Box {
    width: 100%;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #000;
    text-align: left;
    margin-bottom: 50px;
}
#seihin {
    width: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding-top: 90px;
    padding-bottom: 70px;
    color: #EDEDED;
    line-height: 140%;
    letter-spacing: 1px;
/*     background-image: url(../img/bg200.jpg);    */
}

#spec {
    padding-top: 90px;
    width: 70%;
    margin: auto;

    padding: 10px;
    /*text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;    
    line-height: 140%;*/

}
section#spec01,
section#spec02 {
     margin-top: 30px;
     color: #DDD;
}
section#spec02 img{
    max-width: 100%;
}
#spec_info dt {
    font-weight: bold;
    border-bottom: dashed 1px #cccccc;
    color: #999999;
    margin-top: 1em;
    text-align: left;
    padding-left: 10px;
}
#spec_info dt:before {
    content:'■'
}
#spec_info dd {
    color: #DDD;
    text-align: center;
    padding: 1em;
    margin-left: 0em;
    margin-top: 0.5em;
}
#spec_menu img{
    max-width: 95%;
    margin: 20px;
    border-radius: 15px;
}
#spec_img img{
    max-width: 100%;
}
#spec_img.edition img{
    max-width:290px;
    min-width:150px;
}
.edition {
    text-align:center;
    margin:auto;
}
#ed_t {
    text-align:center;
    margin-bottom:40px;
}
#ed_t img{
    max-width: 100%;
}
#fanbook_img {
    width: 36%;
    float: left;
    margin-left: 2%;
    margin-bottom: 50px;
}
#fanbook_font {
    width: 50%;
    float: right;
    padding:5%  1.5% 0 1.5%;
}
#of_bnr img{max-width:100%;}
@media only screen and (min-width: 769px) {
    #spec_menu {
        width: 19%;
        float: left;
    }
    #seihin {
        width: 69%;
        float:right;
        margin-right: 80px;
    }
    section#spec01 dl{
        width:49%;
        float:right;
    }
    #spec_img img{
        width:49%;
        float:left;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 961px) {
 
}
/*==========================================
ムービー・体験版のレイアウト
===========================================*/
#movie {

}
/*埋込み動画を100%表示に
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

} 
.movie-wrap iframe {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 100%;
    height: 100%;
    max-width:560px;
    max-height:315px;
}*/
#movie srction table{
    width: 100%;
    margin: auto;
    text-align:center;
}
#movie section tr {
     padding-bottom:10px;
}
#movie section th {
    background: rgba(0,0,0,0);
}
#movie section th, section td {
    padding: 10px;
    border-bottom: none;
}

#movie .mirror01 th a  {
    color: #FFF;
}
#movie .mirror01 th  {
    width: 30%; 
    text-align: left; 
}

#movie .mirror01 td  {
    width: 70%;
    text-align: center;
}
#movie p {
    color: #FFF;
    padding: 20px;
}
.download_g{
  display: inline-block;
  padding: 20px 30%;
  border: solid 2px #fff;
  border-radius: 3px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.download_g:hover{
  color: #333;
  background: #FFF;
}
h5 {
    text-align: left;
	margin:0 0 10px 0;
	padding:5px 10px;
	border-width:2px 0 2px 0;
	border-color: #FFF;
	/*border-style:dashed;    indexに影響*/
	background: rgba(0,0,0,0.5);
	color:#FFF;
	line-height:140%;
	font-weight:bold;
    text-shadow: 1px 1px 10px #616161,
    -1px 1px 10px #616161,
    1px -1px 10px #616161,
    -1px -1px 10px #616161;
    font-size: 2em;
    margin-top: 40px;
}
h6 {
    font-size: 12px;
    color: #FFF;
    text-align: left;
    margin: 0 0 10px 15px;
}
.nico {
    width:20%;
    margin:40px;
    text-align:center;
    font-size:1.2em;
    display: inline-block;
    padding: 20px 10%;
    border: solid 2px #fff;
    border-radius: 3px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
}
.nico:hover{
  color: #333;
  background: #FFF;
}
.nico a{
    color: #DDD;
}
@media only screen and (max-width:480px){
    .nico {
        width:50%;
        padding: 20px 0;
    }
}
/*==========================================
バナーエリアのスタイル
===========================================*/
#special_bg img{
    max-width: 100%;
}
#special01 img{
    max-width: 100%;
}
#special01 {
	border-width:2px 2px 2px 2px;
	border-color: #FFF;

}
.sp_title {
}
#bnr_bl {	
	display: inline-block;
}
#bnr_bl img{	
	max-width: 100%;
}
div#textarea01 {
    max-width: 120px;
    height: 50px;
    overflow-y: scroll;
    background-color: #2B0000;
    color: #FFF;
    margin: auto;
    text-align: left;
    margin-left: 10px;
}
section#bnr01 img{
    max-width: 100%;
}
section#bnr01 {
    text-align: center;
}
section#bnr01 img{
    padding-left: 10px;
}
div#textarea02 {
    max-width: 600px;
    height: 50px;
    overflow-y: scroll;
    background-color: #2B0000;
    color: #FFF;
    margin: auto;
    text-align: left;
}
section#bnr02 {
    text-align: center;
}
div#textarea03 {
    max-width: 200px;
    height: 50px;
    overflow-y: scroll;
    background-color: #2B0000;
    color: #FFF;
    margin: auto;
    text-align: left;
}
section#bnr03 {
    width: 100%;
    text-align: center;
}
div#textarea04 {
    max-width: 200px;
    height: 50px;
    overflow-y: scroll;
    background-color: #2B0000;
    color: #FFF;
    margin: auto;
    text-align: left;
}
section#bnr04 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
div#special {
    padding-top: 10px; 
}

@media only screen and (min-width: 960px) {
    #special01 {
        width: 960px;
        margin: auto;
    }
}
/*==========================================
特典情報のスタイル
===========================================*/
#privilege img{
    max-width: 100%;
}
#privilege{
    width:90%;
    margin:auto;
    color:#DDD;
   text-shadow:-1px -1px 1px rgba(255,255,255,0.3),
                1px 1px 1px rgba(89,87,94, 0.8);

}


#privilege #pickup h2 {
}
#privilege #pickup article {
    text-align: center;
    width: 50%;
    min-width: 120px;
    float: left;
}
#privilege #pickup article img {
    width: 100%;
    height: auto;
    max-width: 315px;
    border: 2px double #a2a423;
    border-radius: 20px;
} 
#privilege #pickup article h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #ddd;
}
#privilege #pickup article p {
    text-align: left;
    font-size: 0.7em;
    line-height: 2.0em;
    padding: 0 15px;
}
#privilege #pickup article h5 {
    font-size: 0.8em;
    margin-top:0;
}
#nuigurumi img{max-width: 30%; float:left;}
#nuigurumi02 img{max-width: 70%; float:right;}

/*==769px～960pxのスタイル==*/
@media only screen and (min-width: 769px) {
    #privilege #pickup article {
        width: 45%;
    }
    #privilege #pickup article h3 {
        line-height: 2.0em;
    }
    #privilege #pickup article p {
        font-size: 1em;
        line-height: 2.0em;
    }
    #privilege #pickup article h5 {
        font-size: 1.3em;
    }
}
/*==961～1024pxのスタイル==*/
@media only screen and (min-width: 961px) {
    #privilege #pickup article {
        width: 45%;
    }
    #privilege #pickup article h3 {
        line-height: 2.2em;
    }
}
@media only screen and (min-width: 1025px) {
    #privilege #pickup article {
        padding: 10px;
    }
}

/*==========================================
発売記念イベント
===========================================*/
#event img{max-width: 100%;}
.event_img {
    width: 35%;
    float: left;
    padding: 4%;
    color: #FFF;
    font-size: 0.8em;
}
.event_dt {
    width: 50%;
    float: right;
    padding: 4% 5% 4% 0;
    color: #DDD;
}
.event01 {color: #FFF;}
.event01 th  { width: 20%; text-align: left;}
.event01 th,
.event01 td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
} 
@media only screen and (max-width:480px){
    .event_dt{width: 100%;}
    .event_img {width: 100%;}
    .event01 { margin: 0; }
    .event01 th,
    .event01 td{
        width: 100%;
        display: block;
        border-top: none;
        margin: 15px;

    }
    .event01 th {background: rgba(211,211,211,0.3);}

    .event01 tr:first-child th   { border-top: 1px solid #ddd; }
}
#event table tr:last-child td {text-align:left;border-bottom:0;}
#event table th td { border-bottom:1px solid #ddd;}
/*==========================================
おまけ
===========================================*/
#omake_bg {
    height: auto;
    background-image: url(../img/w_musilast.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    padding-bottom: 60px;
}
#download_omake {
    margin: auto;
    width: 100%;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
}
#stage #download_omake a{color:#000;}
@media only screen and (min-width: 961px) {
    #download_omake {width: 960px;}
}
#omake_wall img {max-width: 100%; border: 2px solid #9b51b0;}
#omake_wall {
    width: 100%;
    padding: 0%;
    text-align: center;
}
.wall00 {
    width:100%;
    text-align:center;
}
.wall01 {
    width:29%;
    float:left;
    margin:2%;

}
.omake_dw a{
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    color: #9b51b0;
}
/*==========================================
===========================================*/
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
  header {
    position:static;
    overflow:visible;
  }
/*  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    float:left;
  }
  header h1 img {
    width:100%;
  }*/
  header ul#s_nav {
    float:right;
    margin-top:20px;
    position:static;
  }
  header ul#s_nav li {
    float:left;
    position:static;
  }

}

/* PC向けレイアウトの指定：961px以上では固定レイアウト */
@media only screen and (min-width: 961px) {
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
}
/*=共通clearFix=*/
cf::after{
    content:"";
    display:block;
    clear:both;
}