*{
  -webkit-appearance: none;
}
body{
  background:url(../img/note/bg.jpg) center top;
}
.AppWrap{
  width:750px;  
}
.AppWrap .page__title{
  text-align: center;
  padding: 25px 0;
}
ul.note__list--index{
  background: rgba(255,255,255,.5);
  border-radius:15px;
  width:690px;
  margin: 0 auto 300px;
  border: 2px solid #0069bc;
  position: relative;
  z-index: 100;
}
ul.note__list--index a{
  display: table-cell;
  height: 150px;
  vertical-align: middle;
  width:590px;
  padding: 0px  0 0 100px;
  font-size: 38px;
  color: #0069bc;
  text-decoration:none;
  border-bottom: 2px solid #4ee4ff;
  position: relative;
}
ul.note__list--index li{
  position:relative;
}
ul.note__list--index li a:before{
  content:url(../img/setting/icon_dolphin.png);
  position: absolute;
  left: 30px;
  top: 50%;
  margin: -18px 0px 0px 0px;
}
ul.note__list--index li a:after{
  content: url(../img/setting/icon_arrow_left.png);
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -12px 0px 0px 0px;
}
ul.note__list--index :last-child a{
  border-bottom:none;
}
ul.note__list--index li{
  margin: 20px 30px 20px;
}
.note__index{
  display:block;
  position:absolute;
  left:25px;
  top:25px;
}
.note__crew{
  background:url(../img/note/bg_square.jpg);
  margin-top: -80px;
  padding-top: 80px;
  position: relative;
}
.note__watchword{
  text-align: center;
  margin:0 0 50px;
}
.note__watchword li{
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
}
h3.crew{
  font-size: 36px;
  text-align: center;
  padding: 39px 0;
  position: relative;
  z-index: 10;
  background: url(../img/note/bg_title.png);
  margin: 0 0 50px;
  border-radius: 20px 20px 0 0;
}
h3.crew.title_hint{
  background: url(../img/note/bg_title_high.png);
  position: relative;
  z-index: 100;
}
h3.crew.title_hint img{
  z-index:100;
  position:relative;

}
h3.crew:before{
  content:url(../img/note/bg_title_obj.png);
  position: absolute;
  right: 5%;
  top: -14px;
}
.list__crew{
  
position: relative;
}
.list__crew ul{
  padding: 0 21px 630px;
  position: relative;
  z-index: 100;
}
.list__crew ul li{
  width: 216px;
  float: left;
  margin: 0 10px 20px;
  position: relative;
}
.list__crew ul li a{
  text-decoration:none;
  color: #000;
}
.list__crew ul li dt{
  font-size:20px;
  text-align:center;
  padding: 18px 0;
  background: url(../img/note/classlist/bg_name.png);
  height: 16px;
  width: 190px;
  position: absolute;
  left: 14px;
  top: 170px;
}
.list__crew ul li .thumb{
  background: url(../img/note/classlist/frame_chara.png);
  margin: 0 auto 14px;
  width: 203px;
  padding: 8px;
  /* border: 4px solid #caf7ff; */
  border-radius: 8px;
}
.list__crew ul li .thumb img{
  width: 190px;
  background: #FFF;
  margin: 5px 0 0 6px;
}
.list__crew ol{
  padding:15px 0;
  text-align:center;
}
.list__crew ol li{
  width: auto;
  float: none;
  display:inline-block;
  background: none;
  margin: 0 10px;
  width: 70px;
  height: 65px;
}
.list__crew ol li{
  background: url(../img/note/icon_yet.png);
}
.list__crew ol li.new{
  background: url(../img/note/icon_new.png);
}
.list__crew ol li.complete{
  background: url(../img/note/icon_get.png);
}

.list__crew ol li img{
  width:50px;
}
.character__list--form{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  left: 0;
  top:0;
  display: none;
  z-index: 999999;
}
.character__list--form .form{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 610px;
  height: 280px;
  background: #FFF;
  font-size: 24px;
  margin: -150px 0px 0 -335px;
  padding: 30px;
  text-align: center;
  background: url(../img/note/classlist/balloon/bg_balloon_main.png);
  position: relative;
  border-radius: 0 0 20px 20px;
}
.character__list--form .form .cover{
  position:absolute;
  width:100%;
  height: 125px;
  bottom: 0;
  left: 0;
}
.character__list--form .form:before{
  content: url(../img/note/classlist/balloon/bg_balloon_top.png);
  position:absolute;
  left:0;
  top: -58px;
}

.art{
  background:url(../img/note/art.png) center top no-repeat;
  width:100%;
  height: 763px;
  position:absolute;
  bottom:0;
  left: 0;
}
.btn_back{
  position:absolute;
  bottom: 650px;
  left: 80px;
  z-index:200;
}
.character__list--form .form h3{
  margin:0 0 30px;
  position:relative;
}
.character__list--form .form h3:before{
  position:absolute;
  content:url(../img/setting/icon_dolphin.png);
  left:50%;
  top:-50px;
  margin:0 0 0 -22px; 
}
.character__list--form input.text{
  font-size:32px;
  display:block;
  width:400px;
  margin: 0 auto 25px;
  padding:10px;
}
.character__list--form input.send{
  font-size: 36px;
  display:block;
  margin: 0 auto 30px;
  background: #0069bc;
  padding: 15px 50px;
  border: 0;
  color: #FFF;
  border-radius: 50px;
  border: 0;
  position: absolute;
  left: 220px;
}
.character__list--form input.send :before{
  content:url(../img/note/classlist/balloon/icon_btn_arrow.png)
}
.character__list--form .notice{
  font-size:24px;
  line-height:1.6em;
}
.character__list--form .complete{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 610px;
  height: 310px;
  background: #FFF;
  font-size: 24px;
  margin: -200px 0 0 -335px;
  padding: 30px;
  text-align: center;
  display: none;
  border-radius: 0 0 20px 20px;
  background: url(../img/note/classlist/balloon/bg_balloon_main.png);
}
.character__list--form .complete:before{
  content: url(../img/note/classlist/balloon/bg_balloon_top.png);
  position:absolute;
  left:0;
  top: -58px;
}
.character__list--form .complete .thumb_wrap{
  background: url(../img/note/classlist/frame_chara2.png);
  padding: 1px;
  width: 190px;
  height: 190px;
  position: absolute;
  left: 40px;
  top: 0;
  padding: 12px;
}
.character__list--form .complete .thumb{
  position: absolute;
  /* left: 0; */
  /* top: 0px; */
  width: 190px;
  overflow: hidden;
  height: 190px;
  font-size: 0;
  margin: 1px;
  padding: 0;
}
#note_number,#note_character{
  color: #0069bc;
  font-size:40px;
  font-weight: bold;
}
.character__list--form .complete .thumb img{
  margin:0;
  padding:0;
  display:block;

}
.character__list--form .complete .name{
  padding: 0px 0 0 190px;
  font-size: 36px;
  line-height: 1.6em;
  margin-bottom: 15px;
  margin: -18px 0 0 0;
}
.character__list--form .complete .secret{
  padding: 30px 0 0 190px;
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.character__list--form .complete .check{
  width:100%;
  position:relative;
  height: 215px;
}
.character__list--form ul.form_btn{
  /* position: absolute; */
  bottom: 30px;
  width:540px;
  text-align:center;
}
.character__list--form .check a{
  font-size: 32px;
  display:block;
  background: #0069bc;
  padding: 25px 50px;
  border-radius: 50px;
  border: 0;
  color:#FFF;
  width: 220px;
  position: absolute;
  text-decoration:none;
  bottom: 65px;
  left: 145px;
  margin: 0;
}
.character__list--form ul.form_btn li{
  position: absolute;
  right: -10px;
  top: -170px;
}
.character__list--form ul.form_btn li a{
  color:#000;
  text-decoration:none;
}
.character__list--form .hasregisted:before,.character__list--form .wrong:before,.character__list--form .error:before{
  content:url(../img/note/classlist/balloon/bg_balloon_top.png);
  position:absolute;
  left:0;
  top: -58px;
}
.character__list--form .hasregisted,.character__list--form .wrong,.character__list--form .error{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 610px;
  height: 120px;
  background: #FFF;
  font-size: 24px;
  margin: -80px 0 0px -335px;
  padding: 10px 30px 50px;
  text-align: center;
  display: none;
  border-radius: 0 0 15px 15px;
  background: url(../img/note/classlist/balloon/bg_balloon_main.png);
}
.character__list--form .hasregisted .notice,.character__list--form .wrong .notice,.character__list--form .error .notice{
  padding: 0 0 0 0;
  font-size: 30px;
  line-height: 1.6em;
  margin-bottom: 15px;
  text-align: center;
}
.note__hint{
}
h3.hint{
  font-size: 36px;
  text-align: center;
  margin: 60px 0;
}
.note__hint--list{
  padding-bottom: 850px;
}
.note__hint--list ul{
  position: relative;
  z-index: 100;
}
.note__hint--list li{
  font-size:24px;
  line-height:1.6em;
  padding:10px 20px;
  border-bottom: 4px solid;
  position: relative;
  width: 660px;
  margin: 0 auto 20px;
  background: #FFF;
  border: 4px solid #e13019;
  border-radius: 8px;
}
.note__hint--list li dt{
  font-size:26px;
  line-height:1.6em;
  padding:10px 20px 10px;
  margin: 0 0 20px;
  border-bottom: 2px dotted;
  width: 620px;
}
.note__hint--list li dd{
  padding:0 20px 10px;
}
.note__hint--list li.new{
  background: #ffdcd9;
  border: 4px solid #e13019;
  border-radius: 8px;
}
.note__hint--list li.new:after{
  content: url(../img/note/classlist/hint/icon_clear_pt01.png);
  position: absolute;
  right: 0px;
  top: -15px;
  width: 125px;
  text-align: center;
}
.note__hint--list li.complete{
  background: #d7edff;
  border: 4px solid #0069bc;
  border-radius: 8px;
}
.note__hint--list li.complete:after{
  content: url(../img/note/classlist/hint/icon_clear_pt01.png);
  position: absolute;
  right: 0px;
  top: -15px;
  width: 125px;
  text-align: center;
}
.character__detail{padding-bottom: 850px;}
.character__detail--profile{
  position:relative;
  padding: 160px 0 0 0;
}
.character__detail--profile .thumb{
  position:absolute;
  left: 30px;
  top: -3px;
  background: url(../img/note/classlist/frame_chara.png);
  padding: 13px;
  border-radius:10px;
}
.character__detail--profile .thumb img{
  background:#FFF;
}
.character__detail--profile .text .main{
  margin: 0 0 0 273px;
  /* border: 2px solid #0069bc; */
  width: 403px;
  padding: 20px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 30px;
}
.character__detail--profile .text .sub{
  margin: 120px 35px 30px;
  border: 2px solid #0069bc;
  width: 640px;
  padding: 20px;
  border-radius: 15px;
}
.character__detail--profile .text .sub dt{
}
.character__detail--profile dl{
  font;
  line-height: 1.8em;
  margin-bottom: 8px;
  border-bottom:3px dotted #0069bc;
  font-size: 20px;
}
.character__detail--profile dl:nth-child(even){
  border-bottom:3px dotted #F00;
}
.character__detail--profile .main dt{
  float:left;
  width: 6em;
  font-size: 22px;
  line-height: 1.8em;
}
.character__detail--profile .main dd{
  float:left;
  width: 11em;
  font-size: 22px;
  line-height: 1.8em;
  padding-left: 1em;
  text-indent: -1em;
}
.character__detail--profile .sub dt{
  float:left;
  width: 6em;
}
.character__detail--profile .sub dd{
  float:left;
  width: 25em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.character__secret{
  padding: 60px 0;
  margin: 40px 0 0;
  background: url(../img/note/bg_detail.png);
}
.character__secret--part1,.character__secret--part2{
  font-size:30px;
  max-height:100%;
  margin:0 30px 10px;
  line-height:1.6em;
  position: relative;
  margin-bottom: -135px;
  z-index: 10;
  left: -19px;
  top: 34px;
}
.character__secret--part1{
  background:url(../img/note/part1.png);
  text-indent:-9998px;
  width:129px;
  height:162px;
}
.character__secret--part2{
  background:url(../img/note/part2.png);
  text-indent:-9998px;
  width:129px;
  height:162px;
}
.character__secret--part1_text,.character__secret--part2_text{
  font-size: 28px;
  line-height:1.6em;
  max-height:100%;
  margin: 0 0px 20px;
  background: url(../img/note/bg_secret.png);
  padding: 30px 30px 30px 136px;
  margin-bottom:60px;
  position: relative;
  margin: 030px;
}
.character__secret--part1_text.yet,.character__secret--part2_text.yet{
  background: url(../img/note/yet.png);
  height: 52px;
}
.schedule{
  padding-bottom:630px;
}
.schedule_today{
  margin:0 30px 50px;
  line-height:1.6em;
  font-size: 34px;
  max-height: 100%;
  padding: 40px;
  border-left: 2px solid #a9801d;
  border-right: 2px solid #a9801d;
  border-bottom: 2px solid #a9801d;
  border-radius: 0 0 12px 12px;
}
.schedule_today .area{
  font-weight:bold;
}
.schedule_today h5{
  /* text-align:center; */
  font-weight:bold;
  margin: 0 0 10px;
  font-size: 22px;
}
.title_onair{
  color: #e03019;
}
.title_event{
  color: #73b205;
}
.schedule_today dl{
  background:url(../img/note/schedule/line_dot_gold.png) center bottom repeat-x;
  margin: 0px 0 40px;
  padding: 0 0 20px;
}
.schedule_today dl:last-child{
  /* background:none; */
  /* margin:0; */
  /* padding:0; */
}
.schedule_onair li{
  background:url(../img/note/schedule/line_dot_red.png) center bottom repeat-x;
  margin:0 0 20px;
  padding:0 0 20px;
}
.schedule_onair li:last-child{
  background:none;
  margin:0;
  padding:0;
}
.schedule_event li{
  background:url(../img/note/schedule/line_dot_blue.png) center bottom repeat-x;
  margin:0 0 20px;
  padding:0 0 20px;
}
.schedule_event li:last-child{
  background:none;
  margin:0;
  padding:0;
}
.schedule_onair{
  line-height:1.6em;
  font-size: 20px;
  max-height: 100%;
  padding: 0 0px 30px;
}
.schedule_event{
  line-height:1.6em;
  font-size: 20px;
  max-height: 100%;
  padding: 20px 0;
}
.glide--slider{
  position:relative;
  z-index:10;
  padding: 0 0 220px;
}
.schedule_onair dl{
  background:url(../img/note/schedule/line_dot_gold.png) center bottom repeat-x;
  margin:0 0 20px;
  padding:0 0 20px;
}
.schedule_onair dl:last-child{
  background:none;
  margin:0;
  padding:0;
}

.schedule_today a{
  color: #a9801d;
  text-decoration: none;
  font-weight: bold;
}
.schedule_onair a{
  color: #a9801d;
}
.schedule_event a{
  color: #0069bc;
}
.schedule_today dt{
  display:none;
}
.schedule h4{
  text-align:center;
  font-size: 40px;
  color: #FFF;
  font-weight:bold;
  margin: 0px 0 160px;
}
.schedule h4.title_today{
  background:url(../img/note/schedule/bg_today.gif);
  height:1em;
  line-height:1em;
  padding: 35px 0;
  margin:0 30px;
  border-radius: 12px 12px 0 0;
}
.schedule h4.title_onair{
  background:url(../img/note/schedule/bg_onair.gif);
  height:1em;
  line-height:1em;
  padding: 35px 0;
  margin:0 30px;
  border-radius: 12px 12px 0 0;
}
.schedule h4.title_event{
  background:url(../img/note/schedule/bg_event.gif);
  height:1em;
  line-height:1em;
  padding: 35px 0;
  margin:0 30px;
  border-radius: 12px 12px 0 0;
}
.schedule table{
  margin:0 30px;
  display: block;
  font-size:20px;
  line-height:1.6em;
  background:#FFF;
  position: relative;
  z-index: 5;
  border-radius: 16px;
  border: 2px solid #0069bc;
}
.schedule table th{
  vertical-align:top;
  padding:14px;
  background: #0069bc;
  color:#FFF;
}
.schedule table th:first-child{
  border-radius:12px 0 0 0;
}
.schedule table th:last-child{
  border-radius:0 12px 0 0;
  width: 80%;
}
.schedule table td{
  vertical-align:top;
  padding:14px;
  border-top: solid 1px #dad9d7;
}
.schedule table th.date,.schedule table th.month{
  width: 10%;
  background: #0069bc;
  color: #fff;
}
.schedule table td.date,.schedule table th.date,.schedule table th.month{
  border-right: solid 1px #dad9d7;
  width: 10%;
}
.schedule table td.date,.schedule table td.month{
  text-align:center;
  background: #bdc7c9;
}
.schedule table tr:last-child td.date{
  border-radius:0 0 0 15px;
}
.schedule table .sat td.date,.schedule table .sat td.month{
  background: #188ea8;
  color: #FFF;
  border-top: 1px solid #aaa !important;
}
.schedule table .holiday td.date,.schedule table .holiday td.month{
  background: #e03019;
  color: #FFF;
  border-top: 1px solid #aaa !important;
}
.schedule table .holiday td.date{
  border-right: 1px solid #aaa !important;
}
.schedule table td dl{
  display:table;
  padding: 20px 0;
  border-top: 1px dotted #ccc;
  width: 100%;
}
.schedule table td dl:first-child{
  display:table;
  padding: 0 0 0;
  border-top: 0px;
}
.schedule table td dl dt{
  display:table-cell;
  vertical-align:middle;
  padding: 10px 25px 10px 0;
  width: 100px;
}
.schedule table td dl dd{
  display:table-cell;
  vertical-align:middle;
  padding: 0 40px 0 0;
}
.schedule table td dl dd a{
  color: #0069bc;
  text-decoration: none;
}
.schedule table td img{
  width: 100px;
}
.today td{
  background: #f3f56d !important;
  color:#000 !important;
  border-right: solid 1px #dad9d7;
}
.today td:last-child{
  border-right:none;
}
.glide__arrow{
  position:absolute;
  top: 270px;
  background:none;
  border:0;
  width: 330px;
  height: 120px;
  text-indent:-9998px;
}
.glide__arrow.next{
  background:url(../img/note/schedule/btn_next.png);
  right: 30px;
}
.glide__arrow.prev{
  background:url(../img/note/schedule/btn_prev.png);
  left: 30px;
}
.foot .glide__arrow{
  position:relative;
  top:0;
  margin:0 10px;

}
.foot .glide__arrow.next{
  background:url(../img/note/schedule/btn_next_foot.png);
  margin: 0 0 0 50px;
}
.foot .glide__arrow.prev{
  background:url(../img/note/schedule/btn_prev_foot.png);
  left:15px;
}
.disabled{
  opacity:0;
}
.glide__arrows.foot{
  margin: 30px 0 0;
}