@charset "utf-8";

/*==========================================
 body
===========================================*/
html,body {
    height: 100%;
}
body {
  width: 100%;
  background-color:#000;
  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)";
}
#evcg a:hover img{
  opacity: 1;
  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/bg.jpg") repeat fixed center ;
    }
    #mv{visibility:hidden;}
    #mv img{max-height:500px;}
}
@media only screen and (min-width: 961px) {
    #mv img{max-height:550px;}
}
#stage_bg {
    background: #000 url("../img/mv_pc.jpg") no-repeat top ;
}
@media only screen and (max-width: 769px) {
    #stage_bg{background:none;}
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
#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: 100%;
        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(2){
        margin-left: 420px;
    }
    nav#nav br{
        display: block;
    }
}

/*==グローバルナビ960px～1024px==*/
@media only screen and (min-width: 961px) {
    nav {
        max-width: 960px;
        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(2){
        margin: 0;
    }

    nav ul li:not(:first-child)  {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (min-width: 1024px) {
    nav {
        max-width: 100%;
        text-align: cneter;
        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: #FFFFFF url("../img/bg_s.jpg") repeat center ;
    
}
#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 {
    border: #3f0d0d double 3px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,0.5);
}
#pickup h2 img{ max-width:100%;}

#pickup article {
    text-align: center;
    width: 50%;
    min-width: 120px;
    float: left;
    padding: 10px 0 10px 0;
}
#pickup article img {
    width: 100%;
    height: auto;
    max-width: 315px;
    border: 2px double #3f0d0d;
} 
#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: 45%;
        float: left;
    }
    #information {
        width: 45%;
        float: right;
    }
}
/*==========================================
 コンテンツエリア -> NEWSのスタイル
===========================================*/
#news {
    background-color: rgba(0,0,0,0.5);
    border: none; 
    font-size: 90%;
    color: #ddd;
    border: #3f0d0d double 3px;
}
#news h2 {
    margin: 0 5px 15px 0;
    padding-bottom: 10px;
    margin: 0;
    font-size: 100%; 
}
#news h2 img{max-width: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;
}
@media only screen and (min-width: 961px) {
    #news h2 img{max-width:100%;}
}
/*==========================================
Information（製品情報）のスタイル
===========================================*/
#information {
    text-align: center;
    background: rgba(0,0,0,0.5);
    border: #3f0d0d double 3px;
}
#information a {
    font-size: 1.3em;
    color:#a531af;
} 
#information h2 {
    text-align: left;
    padding-bottom: 10px;
}
#information h2 img{max-width:100%;}
.info_mv{
    text-align: center;
    padding-bottom: 20px;
}
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;
    text-align: left;
}
table tr:last-child th {
	border-bottom: 0px;
}
table tr:last-child td {
	text-align: right;
    border-bottom: 0px;
    font-weight: bold;
}
@media only screen and (min-width: 961px) {
    #information h2 img{max-width:100%;}
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img {
  position: fixed;
  bottom: 10px;
  right: 1px;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
  border-top: 3px double #606060;
  background: #000;
  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;
}
.sns {
    text-align:right;
    float: right;
}
@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.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;
   width: 90%;
   margin: auto;
    border: 5px double #3f0d0d;
    background-image: url("../img/bg_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.story01{
    font-size: 1.8em;
    line-height: 1.4em;
    padding-left:1em;/*行頭空け*/
    text-indent:-1em;
}
.b_00{
    letter-spacing: -0.1em;
}

.story02,
.story03,
.story04,
.story06 {
    font-size: 1.2em;
}
/*.story02{color: #f56bf0;}*/
.story03{color: #f7a4ff;}
.story04{color: #7acae8;}
.story05{color: #ee9668;}
@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;}
    .story02,
    .story03,
    .story04,
    .story05,
    .story06 {
        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);*/
    background-image: url(../img/bg.jpg);
    /*background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;*/
}

/*
.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: 17%;
    max-width: 70px;
    border: 2px double #cf0b55;
    border-radius: 15px;
}
#chara_box {
    position: relative;
    height: 100%;
    border: 5px double #3f0d0d;
    background-image: url("../img/bg_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#ta {
    text-align: center;
}
#ta img{
    width: 100%;
    max-width: 300px;
}
#ta_navi {
    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_voice {
    position: relative;
    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: 50px;
	text-align: left;
   line-height: 1.5em;
   letter-spacing: 0.05em;
}
#chara_voice {margin: 5%; margin-bottom: 0;}
#chara_voice img {padding-left: 5px;}
#r_box img{
    max-width: 280px;
    position: relative;
}

#ta_navi img {
    width:31%;
    border-radius: 15px 0 15px 0;
    border: double 1px #cf0b55;
}
.c101 {color: #EA81A9;}
.c102 {color: #EA9672;}
.c103 {color: #C7B49D;}
.c104 {color: #91A568;}
.c105 {color: #ABB2B9;}
@media only screen and (min-width: 769px) {
    #chara_text {
        margin-left: auto;
        position: absolute;
    	padding: 50px;
        margin: 20px;
        top: 20%;
        right: 1%;
        max-width: 40%;
    }
    #chara_text.ch_sp {
        position: absolute;
        top: 28%;
    }
    #chara_voice {
        position: absolute;
        right: 12%;
        top: 18%;
    }
    #chara_name {
        font-size: 4em;
        margin-left: auto;
        position: absolute;
        padding: 20px;
        margin: 20px;
        top: 5%;
        right: 16%;
        max-width: 50%;
    }
    #r_box {
        position: absolute;
        top: 25%;
        right: 6%;
    }
    #ta_navi {
        display: inline-block;
    }
    #ta {
        text-align: left;
    }
    #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;
    }
    #r_box {
        position: absolute;
        top: 25%;
        right: 6%;
    }
}
/*==========================================
 ギャラリー
===========================================*/
#gallery_bg {
    height: auto;
    background-image: url(../img/bg.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: 90%;
    background: rgba(0,0,0,0.5);
    border: 5px double #3f0d0d;
    background-image: url("../img/bg_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contents_t {
    text-align: center;
    margin: 40px 0;
}
#gallery {
    padding: 31px 10px 0 30px;
}
.evcg {
    float: left;
    text-align: center;
    width: 50%;
}
.evcg img {
    width: 100%;
    height: auto;
    max-width: 300px;
    border: 2px double #cf0b55;
}
@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;
    }
    .evcg {
        text-align: center;
        width: 30.4%;/*33%で③*/
        margin: 1.1%;
    }
}
/*==========================================
ダウンロード
===========================================*/
#download_bg {
    height: auto;
    background-image: url(../img/bg.jpg);
          padding-bottom: 60px;

}
#download {
    margin: auto;
    width: 100%;
    background: rgba(0,0,0,0.7);
    border: 5px double #3f0d0d;
    background-image: url("../img/bg_01.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#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;
    }
}
/*==========================================
フレーム
===========================================*/

/*==========================================
 製品情報//spec
===========================================*/
.ed dd{
    text-align:left;
}
#spec_bg {
    width: 100%;
    height: auto;
    background-image: url(../img/bg.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_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%;
}
@media only screen and (min-width: 769px) {

    #seihin {
        width: 90%;
        margin: auto;
    }
    section#spec01 dl{
        width:49%;
        float:right;
    }
    #spec_img img{
        width:49%;
        float:left;
        margin-top: 20px;
        max-width:430px;
    }
}

/*==========================================
ムービー・体験版のレイアウト
===========================================*/
#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);

}

/*==========================================
===========================================*/
/* 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;
}