@charset "UTF-8";
/*
	Title	   : アニメ「イド・インヴェイデッド」公式サイト
	URI            : id
	Designer       : GRAPHNETWORK
	Designer's URI : http://graphnetwork.com/
*/
/* --------------------------------------------------------------

							Layout

-----------------------------------------------------------------*/
#iddu p {
   font-size: 16px;
   line-height: 1.8;
}
#iddu a:link {
   color: #fff;
}
#mainvisual img {
   width: 100%;
   margin-bottom: 16px;
}
#main_area #top_cts {
   padding: 0 20px;
}
/*#top_cts .thumb_movie {
    padding-top: 20px;
}*/
#top_cts .thumb_movie img {
   width: 100%;
}
.hover_yellow {
   width: 300px;
   height: 169px;
   background: #fff100;
   position: absolute;
   opacity: 0.78;
}
#top_cts .thumb_movie .play_btn {
   width: 52px !important;
   position: absolute;
   z-index: 3;
}
.top_side_box {
   width: 100%;
   height: 450px;
   margin-top: 30px;
   margin-bottom: 40px;
   /*background:url(../img/top/side_news_bg.png);*/
   background-repeat: no-repeat;
   background-size: 100%;
   border: 1px solid #222222;
   background: #0f0f0f;
   position: relative;
}
.top_side_box .deco_top {
   width: 100%;
   position: absolute;
   top: 0;
}
.top_side_box .deco_bottom {
   width: 100%;
   position: absolute;
   bottom: 0;
}
.top_side_box .inner {
   /*padding: 0 20px;*/
}
.top_side_box h1.update_ttl {
   padding-top: 40px;
   text-align: center;
   font-size: 2em;
   position: relative;
   padding-bottom: 30px;
   font-weight: normal;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.top_side_box .ttl_bg {
   width: 115px;
   position: absolute;
   left: 15px;
   top: 0px;
}
.top_side_box dl dt {
   font-weight: normal;
   color: #5a5a5a;
   font-size: 12px;
}
.top_side_box dd {
   font-size: 14px;
   line-height: 1.8em;
   margin-bottom: 25px;
}
.top_side_box dl {
   height: 340px;
   height: 250px;
   overflow-y: hidden;
   padding: 0 24px;
}
.top_side_box a:hover {
   text-decoration: underline;
}
.top_side_box a.btn {
   height: 44px;
   width: 84%;
   font-size: 1.2em;
   margin: 0;
   border: 1px solid #fefefe;
   line-height: 4em;
   text-decoration: none;
}
.top_side_box a.btn:hover {
   background-color: #fff;
   color: #000;
   transition: 2.0s;
}
.top_side_box .btnarea {
   text-align: center;
   margin-top: 24px;
}
.bnr_area {
   margin: 20px 0 30px;
}
.bnr_area img {
   width: 100%;
}
.cover {
   filter: alpha(opacity=100);
   -moz-opacity: 100;
   opacity: 100;
   position: absolute;
   transition: 1.0s;
}
.cover:hover {
   filter: alpha(opacity=0);
   -moz-opacity: 0;
   opacity: 0;
}
.sns {
   width: 300px;
   margin: auto;
   /*padding: 0 5px;*/
}
#inner_line .sns .twitter-timeline {
   color: #fefefe;
}
#update dl dd a {
   color: #cccccc;
   text-decoration: underline;
}
#update dl dd a:hover {
   text-decoration: none;
   color: #fff123;
}
.news-memo {
   font-size: 10px;
   line-height: 1.6;
   margin: 4px 0;
}
.event-link {
   display: block;
   background-color: #fff;
   color: #000;
   text-align: left;
   padding: 6px 24px 3px 11px;
   margin: 10px 20px 20px 20px;
   font-size: 12px;
   border: 1px solid #000;
   position: relative;
}
.event-link:hover {
   color: #ccc;
   background-color: #000;
   border: 1px solid #ccc;
}
.button::after {
    position: absolute;
    /* top: 9em; */
    /* right: 2em; */
    content: '';
    /* margin-top: -5px; */
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #000;
    transition: all .2s;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.button:hover:after {
   position: absolute;
   top: 9em;
   right: 2em;
   content: '';
   /* margin-top: -5px; */
   border: 7px solid transparent;
   border-top-width: 5px;
   border-bottom-width: 5px;
   border-left-color: #000;
   transition: all .2s;
}
.bx-controls {
   display: none;
}
@media screen and (min-width:960px) {
   /*.mainvisual {
		width: 100%;
		margin: 0;
		position: relative;
	}*/
   .sns {
      width: 260px;
      margin: auto;
      padding: 0 5px;
   }
   #main_area {
      display: flex;
   }
   #main_area #mainvisual {
      width: 780px;
      margin-bottom: 0;
   }
   #main_area #top_cts {
      width: 280px;
      padding: 0 20px 0 40px;
   }
   .top_side_box {
      width: 100%;
      height: 370px;
      margin-top: 30px;
      margin-bottom: 40px;
      /* background: url(../img/top/side_news_bg.png); */
      background-repeat: no-repeat;
      background-size: 100%;
      border: 1px solid #222222;
      background: #0f0f0f;
   }
   .top_side_box h1.update_ttl {
      padding-top: 20px;
      text-align: center;
      font-size: 1.4em;
      position: relative;
      padding-bottom: 20px;
      font-weight: normal;
	   -webkit-font-smoothing: antialiased;
	   -moz-osx-font-smoothing: grayscale;
   }
   .top_side_box .ttl_bg {
      width: 100px;
      position: absolute;
      left: 20px;
      top: -10px;
   }
   .top_side_box dl dt {
      font-weight: normal;
      color: #666;
      font-size: 0.8em;
      line-height: 1.8em;
   }
   .top_side_box dd {
      font-size: 13px;
      line-height: 1.6em;
      margin-bottom: 1em;
   }
   .top_side_box a.btn {
      height: 32px;
      width: 230px;
      font-size: 0.8em;
      line-height: 3em;
   }
   .top_side_box dl {
      height: 220px;
      padding: 0 20px;
      overflow: hidden;
   }
   .top_side_box dl .old-up-data {
      height: 290px;
      padding: 0 20px;
      overflow: scroll;
   }
   #top_cts .thumb_movie {
      padding-top: 30px;
   }
   .bnr_area {
      margin: 0;
   }
   #twitter .sns {
      width: 98%;
   }
   .event-link {
      display: block;
      background-color: #fff;
      color: #000;
      text-align: left;
      padding: 6px 0 3px 11px;
      margin: 30px 0 20px 0;
      font-size: 12px;
   }
   .event-link::hover {
      display: block;
      background-color: #000;
      /*border: 1px solid #ccc;*/
      color: #ccc;
      text-align: left;
      padding: 6px 0 3px 11px;
      margin: 30px 0 20px 0;
      font-size: 12px;
   }
   /*.button::after {
      display: block;
      position: absolute;
      top: 3.7% !important;
      left: 74em;
      content: '';
      border: 7px solid transparent;
      border-top-width: 5px;
      border-bottom-width: 5px;
      border-left-color: #000;
      transition: all .2s;
   }*/
   .button:hover::after {
      position: absolute;
      top: 3.5% !important;
      left: 74em;
      content: '';
      /* margin-top: -5px; */
      border: 7px solid transparent;
      border-top-width: 5px;
      border-bottom-width: 5px;
      border-left-color: #ccc;
      transition: all .2s;
   }
}