@import url("uikit.css");

/****************** ******************/
/*** common
/****************** ******************/
html{
  background-color: #fff;
  color: #666;
  font-family: "Helvetica Neue","ヒラギノ角ゴ",メイリオ,Meiryo,sans-serif;
  font-size: 100%;
  letter-spacing: .02em;
  width: 100%;
  overflow-y: scroll;
}
body{
  font-size: 87.5%;
  position: relative;
  width: 100%;
}
h1, h2{
  color: #000;
  font-weight: bold;
  line-height: 1em;
}
h1{
  font-size:2.14em;
}
h2{
  font-size:2em;
}
a:hover{
  text-decoration: none;
}
p{
  line-height: 1;
}
/****************** ******************/
/*** float clear
/****************** ******************/
.cf:after{
  content: "";
  clear: both;
  display: block;
}
/****************** ******************/
/*** utility
/****************** ******************/
a:hover img,
button:hover{
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha( opacity=75 )";
}
a:hover img.no-filter{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
/****************** ******************/
/*** layout
/****************** ******************/
.container{
  box-sizing: border-box;
  margin:0 auto;
  padding: 0 20px;
  width:1210px;
}
header{
  background-color: #fff;
  border-top: 4px solid #1ba8ff;
  border-bottom: 1px solid #ccc;
  height: 126px;
  width:100%;
}
#title-area{
  background-color: #1ba8ff;
  color: #fff;
  padding: 2.3em 0 2em;
  margin-bottom: 3.28em;
}
.contents{
  background-color: #fff;
  width: 100%;
}
footer{
  background-color: #005bab;
  box-sizing: border-box;
  color: #fff;
  font-size: .85em;
  margin-top: 1.87em;
  padding: 2.38em 0;
  width: 100%;
}
/****************** ******************/
/*** header
/****************** ******************/
header img {
  max-width: 100%;
  height: auto;
}
header .container{
  height: 126px;
  position: relative;
}
header .uk-grid .header-l{
  padding-left: 0px;
}
.header-l .illust{
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-r .illust{
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-l,
.header-c{
  padding-top: 26px;
}
.header-c{
  text-align: center;
}
.header-c img{
  margin: 0 auto .3em;
}
.user-name{
  background-color: #1ba8ff;
  border-radius: 4px;
  color: #fff;
  font-size: .85em;
  height: 33px;
  line-height: 33px;
  padding: 0 23px;
  position: absolute;
  top: -4px;
  right: 20px;
}
.user-name-admin {
    background-color: #BB0000 !important;
}
.nav{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  position: absolute;
  top: 31px;
  right: 20px;
}
.nav a{
  margin-left: 2px;
}
/****************** ******************/
/*** footer
/****************** ******************/
footer .uk-grid div:first-child{
  padding-left: 0;
}
footer img{
  margin-right: 7px;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
.copy{
  text-align: right;
}
.copy span{
  font-weight: bold;
}
/****************** ******************/
/*** title-area
/****************** ******************/
#title-area .container{
  position: relative;
}
#title-area h1{
  color: #fff;
  font-size: 2.9em;
  margin-bottom: .5em;
}
#title-area p{
  font-size: 1.14em;
}
#title-area a{
  color: #fff;
}
#title-area a:hover{
  color: #fff;
  text-decoration: underline;
}
#title-area .summary {
    line-height:1.5em;
}
.period{
  position: absolute;
  right: 20px;
  width: 13.7em;
}
.period-title{
  background-color: #fff;
  color: #1ba8ff;
  font-size: 1.07em;
  height: 1.55em;
  line-height: 1.55em;
  letter-spacing: .5em;
  text-align: center;
}
#title-area p.period-text{
  font-size: 1.05em;
  padding: 0 .4em;
  line-height: 1.5em;
  letter-spacing: -.02em;
  margin-top: .6em;
}
/****************** ******************/
/*** smooth-scroll
/****************** ******************/
.totop{
  position: fixed;
  bottom: 100px;
  right: 20px;
}
/****************** ******************/
/*** tab
/****************** ******************/
.tab{
  border-bottom: 1px solid #9f9f9f;
  padding-left: 10.7em;
}
.tab li{
  background-color: #c9c9c9;
  border: 1px solid #9f9f9f;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 1.21em;
  float: left;
  list-style: none;
  margin: 0 6px -1px 0;
  padding: .5em 1.5em;
}
.tab li:hover{
  background-color: #fff;
  border-bottom-color: #9f9f9f;
}
.tab li.tab-active{
  background-color: #fff;
  border-bottom-color: #fff;
}
.tab li.tab-active:hover{
  border-bottom-color: #fff;
}
.tab li img{
  vertical-align: middle;
  margin-right: .5em;
}
.btn_tab.view-all{
  background-color: #fff;
  color: #000;
  font-size: 1.21em;
  float: left;
  padding: .5em 0 0;
}
.btn_tab.view-all:hover{
  cursor: pointer;
  text-decoration: underline;
}
.btn_tab.view-all img{
  margin-left: .5em;
  margin-bottom: 4px;
}
#home .tab{
  padding-left: 31em;
}
#tab-contents{
  margin-top: 3.42em;
}
#tab-contents .tab-item{
  display: none;
}
#tab-contents .tab-item:first-child{
  display: block;
}
/****************** ******************/
/********* home.
/****************** ******************/
/*** slide ***/
#slider .container{
  padding: 0;
}
.swiper-wrapper{
  margin: 1.64em 0;
  padding: 0;
}
/*** h1 ***/
.home_h1{
  text-align: center;
  margin-bottom: 1em;
}
.home_h1 img{
  margin-right: .5em;
}
/*** info ***/
#info{
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 3.57em 0;
  width: 100%;
  margin-bottom: 4.28em;
}
.info-item{
  margin-bottom: 3em;
}
.info-item:last-child{
  margin-bottom: 0;
}
.info-title{
  color: #1ba8ff;
  font-size: 1.28em;
  font-weight: bold;
  line-height: 1.2em;
  padding-left: 7.05em;
  text-indent: -7.05em;
}
.ipad .info-title{  /* ipadのみ */
  padding-left: 6.4em;
  text-indent: -6.4em;
}
.info-date{
  vertical-align: middle;
  display: inline;
  background-color: #fff;
  border: 1px solid #1ba8ff;
  box-sizing: border-box;
  font-size: .62em;
  margin-right: 1.5em;
  padding: .1em .5em;
}
.info-text{
  color: #444;
  line-height: 1.7em;
  margin-top: .5em;
}
/*** course ***/
.course-wrap{
  margin-bottom: 5.5em;
}
.course-item{
  margin-bottom: 2.14em;
  position: relative;
}
.course-item-box{
  border: 1px solid #c5c5c5;
  border-top: none;
  padding: 2em .75em 0;
  line-height: 2em;
}
.course-item-title{
  color: #000;
  font-size: 1.64em;
  font-weight: bold;
  margin-bottom: .6em;
}
.course-item-text{
  color: #666;
  line-height: 1.7em;
}
.course-item-period{
  color: #999;
  font-size: .85em;
  letter-spacing: -.04em;
}
.course-item-period img{
  margin-right: .6em;
}

/* 高さ統一 */
.course-item-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
}
.course-item-thumbnail .thumbnail {
    height:207px;
}
.course-item-title {
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.course-item-text {
    height:5em;
    text-overflow:ellipsis;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.badge_release{
  position: absolute;
  left: 26px;
  top: -4px;
}
.badge_limited{
  position: absolute;
  top: 150px;
  right: 0;
}
a:hover img.badge_release,
a:hover img.badge_limited{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.course-wrap h2{
  margin: .6em 0 1em 0;
}
.course-wrap h2 img{
  margin-right: .5em;
}
/****************** ******************/
/********* course.
/****************** ******************/
/*** movie ***/
.movie{
  padding: 0 10.71em;
  margin-bottom: 7.14em;
}
.movie-title{
  color: #000;
  font-size: 2.14em;
  font-weight: bold;
  margin-bottom: .9em;
}
/*** subject ***/
.subject-wrap{
  margin-top: 4.7em;
  margin-bottom: 9.5em;
}
.subject-wrap a{
  color: #000;
}
.subject-item{
  margin-bottom: 2.14em;
  position: relative;
}
.subject-item-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
}
.subject-item-thumbnail .thumbnail {
    height:151px;
}
.subject-item-box{
  border: 1px solid #c5c5c5;
  border-top: none;
  padding: 1em 1.2em 0;
  line-height: 2em;
}
.subject-item-title{
  font-size: 1.64em;
  font-weight: bold;
}
.subject-item-title a{
  color: #000;
}
.subject-item-time{
  color: #666;
  font-size: 1em;
  letter-spacing: -.04em;
  margin-top: .5em;
}
.subject-item-time img{
  margin-right: .5em;
  vertical-align: -.2em;
}
.subject-wrap h2{
  margin: .6em 0 1em 0;
}
.subject-wrap h2 img{
  margin-right: .5em;
}
.subject-item-wrap.viewing{
  border: 4px solid #ffda4d;
  box-sizing: border-box;
}
.viewing .subject-item-box{
  border: none;
}
.img_viewing{
  margin-left: 1em;
}
/****************** ******************/
/********* history.
/****************** ******************/
#history .container{
  margin-bottom: 5.1em;
}
#title-area p.breadcrumb{
  font-size: 1.2em;
  margin:0px;
}
/*** history-list ***/
.history-list{
  display: -webkit-flex;
  display: flex;
}
.history-list > div{
  box-sizing: border-box;
  padding: 1.42em 1em;
}
.history-list-header{
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.history-list-header > div{
  background-color: #e9e9eb;
  border-bottom: none;
  color: #000;
  font-size: 1.35em;
  font-weight: bold;
  margin: 1px 0;
  padding: .6em 1em .4em;
}
.history-list-header div:first-child,
.play-date{
  width: 150px;
}
.history-movie{
    position: relative;
  }
.history-movie  .badge_release{
  position: absolute;
  left: 10px;
  top: 15px;
}

.history-list-header div:nth-child(2),
.history-movie{
  width: 305px;
}
.history-movie-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
    width: 275px;
}
.history-movie-thumbnail .thumbnail {
    height:155px;
}
.history-list-header div:nth-child(3),
.history-detail{
  width: 715px;
}
.history-list-item{
  border-bottom: 1px dotted #808080;
}
.play-date{
  color: #333;
  font-size: 1.14em;
}
p.history-movie-title{
  color: #000;
  font-size: 2.28em;
  font-weight: bold;
}
p.history-subject-title{
  color: #333;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1.1em;
}
.history-deta{
  color: #666;
  margin-top: 1.1em;
  margin-bottom: 2.2em;
}
.history-deta img{
  margin-left: 1.5em;
  margin-right: .5em;
  vertical-align: -.1em;
}
.history-deta img:first-child{
  margin-left: 0;
  vertical-align: middle;
}
/****************** ******************/
/********* signup.
/****************** ******************/
#signup.contents{
  background-color: #005bab;
  padding: 8.28em 0 5em;
}
.signup-box{
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
  padding: 2.92em 5em 3.5em;
  width: 41.42em;
}
.signup-box h1{
  border-left: 4px solid #1ba8ff;
  color: #1d2087;
  font-size: 1.42em;
  height: 37px;
  line-height: 37px;
  padding-left: .8em;
  margin-bottom: 2.05em;
}
input[type="text"],
input[type="password"]{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.25em;
  height: 47px;
  margin-bottom: 1.2em;
  padding: .5em 1em .5em 47px;
  width: 100%;
}
input[type="text"]{
  background: url('../img/ico_user.png') 16px center no-repeat #f8f9f9;
}
input[type="password"]{
  background: url('../img/ico_pw.png') 16px center no-repeat #f8f9f9;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder{
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]::-webkit-input-placeholder{
  color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-webkit-input-placeholder{
  color: #999;
}
input[type="text"]::-placeholder,
input[type="password"]::-webkit-input-placeholder{
  color: #999;
}
.checkbox{
  text-align: center;
  margin: .2em 0 2.5em;
}
input[type="checkbox"]{
  display:none;
}
label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25em;
  margin-right: 6em;
  margin-bottom: 1.75em;
  margin-left: 4.5em;
  padding-left: 1.8em;
  position: relative;
}
label:before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25em;
  position: absolute;
  left: 0;
  width: 1.25em;
}
input[type="checkbox"]:checked + label:before {
  background-color: #fff;
  color: #000;
  content: "\f00c";
  font-size: 1em;
  font-family: fontAwesome;
}
button{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#signup p{
  margin-top: 2em;
  text-align: center;
}
#signup + footer{
  margin-top: 0;
}
#signup a{
  color: #fff;
}
#signup a:hover{
  color: #fff;
  text-decoration: underline;
}
/****************** ******************/
/***
/*** メディアクエリ
/***
/****************** ******************/
.uk-sticky-placeholder,
#header_sp,
.btn_info,
.sp_tb{
  display: none;
}
.uk-grid > * {
  padding-left: 30px;
}
.container .uk-grid{
    margin-left: -30px;
  }
/** 見切れ防止 **/
  header,
  footer,
  #title-area,
  .swiper-container,
  #signup.contents,
  #info{
    min-width: 1210px;
  }

/** 1024px以下 **/
@media screen and (max-width: 1024px) {
  .container{
    box-sizing: border-box;
    margin:0 auto;
    padding: 0 20px;
    width:1024px;
  }
  
  /** 見切れ防止 **/
  header,
  footer,
  #title-area,
  .swiper-container,
  #signup.contents,
  #info{
    min-width: 1024px;
  }
  
  /* 高さ統一 */
  .course-item-thumbnail {
  }
  .course-item-thumbnail .thumbnail {
    height:172px;
  }
  .course-item-title {
  }
  .course-item-text {
  }
  
  .subject-item-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
  }
  .subject-item-thumbnail .thumbnail {
    height:125px;
  }
  
  .badge_release{
  }
  .badge_limited{
    top: 120px;
    width: 24%;
  }
}

/** 768px以下 **/
@media screen and (max-width: 768px) {
  html{
    font-size: 88%;
  }
  footer{
    margin-top: .78em;
    padding: 2em 0;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
  .container{
    box-sizing: border-box;
    width:768px;
    padding: 0 20px;
  }
  .container .uk-grid{
    margin-left: -20px;
  }
/** 見切れ防止 **/
  header,
  footer,
  #title-area,
  .swiper-container,
  #signup.contents,
  #info{
    min-width: 768px;
  }
/****************** ******************/
/*** header
/****************** ******************/
  .header-c{
    padding-top: 30px;
  }
  .header-c img{
    width: 80%;
  }
  .header-c p{
    font-size: .96em;
  }
  .illust{
    width: 26%;
  }
  .nav{
    width: 25%;
  }
/****************** ******************/
/*** tab
/****************** ******************/
  #home .tab{
    padding-left: 17.3em;
  }
/****************** ******************/
/********* home.
/****************** ******************/
/*** info ***/
  .info-title{
    padding-left: 7.2em;
    text-indent: -7.2em;
  }
  .ipad .info-title{  /* ipadのみ */
    padding-left: 6.6em;
    text-indent: -6.6em;
  }
/*** course ***/
  .course-wrap{
    margin-left: 0;
  }
  .course-item-box{
    padding: .8em .75em 0;
  }
  .course-item-title{
    font-size: 1.35em;
    margin-bottom: .3em;
  }
  .course-item-period{
    font-size: .9em;
    padding-left: 2em;
    text-indent: -2em;
  }
  
  /* 高さ統一 */
  .course-item-thumbnail {
  }
  .course-item-thumbnail .thumbnail {
    height:128px;
  }
  .course-item-title {
  }
  .course-item-text {
  }
  
  .course-wrap h2{
    font-size: 1.83em;
    margin-left: 0;
  }
/****************** ******************/
/********* course.
/****************** ******************/
  .subject-item-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
  }
  .subject-item-thumbnail .thumbnail {
    height:93px;
  }
/****************** ******************/
/********* history.
/****************** ******************/
/*** history-list ***/
  .history-list-header div:first-child,
  .play-date{
    width: 110px;
  }
  .history-list-header div:nth-child(2),
  .history-movie{
    width: 220px;
  }
  .history-movie-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
    width: 182px;
  }
  .history-movie-thumbnail .thumbnail {
    height:103px;
  }
  .history-list-header div:nth-child(3),
  .history-detail{
    width: 438px;
  }
  p.history-movie-title{
    margin-bottom: .2em;
  }
  p.history-subject-title{
    margin: 0;
  }
  .history-deta{
    margin-top: .5em;
    margin-bottom: 1em;
  }
  .history-movie{
    position: relative;
  }

/****************** ******************/
/********* signup.
/****************** ******************/
  #signup.contents{
    padding: 4.5em 0 18em;
  }
  
  .badge_release{
    left: 17px;
    top: -3px;
    width: 34%;
  }
  .badge_limited{
    top: 85px;
    width: 24%;
  }
}


/** 375px以下 **/
@media screen and (max-width: 375px) {
  #header,
  .tab{
    display: none;
  }
  .uk-sticky-placeholder,
  #header_sp,
  .sp_tb{
    display: block;
  }
  html{
    font-size: 85.7%;
  }
  .container .uk-grid{
    margin-left: -20px;
  }
  .uk-grid > * {
    padding-left: 20px;
  }
  header{
    border-top: 3px solid #1ba8ff;
    height: 58px;
  }
  footer{
    font-size: 1em;
    margin-top: 0;
    padding: 1.3em 0;
  }
  #title-area{
    padding: 1.5em 0 1.5em;
    margin-bottom: 2.4em;
  }
  .container{
    box-sizing: border-box;
    width: 100%;
    min-width: 375px;
    padding: 0 20px;
  }
/** 見切れ防止 **/
  header,
  footer,
  #title-area,
  .swiper-container,
  #signup.contents,
  #info{
    min-width: 375px;
  }
/****************** ******************/
/*** smooth-scroll
/****************** ******************/
  .totop{
    bottom: 40px;
  }
/****************** ******************/
/*** tab
/****************** ******************/
  .tab_wrap{
    margin-top: 1.6em;
  }
  .sp_tb{
    float: right;
  }
  .btn_tab.view-all{
    font-size: 1.35em;
  }
  .select{
    background: url('../img/ico_m-arrow.png') right 10px center no-repeat;
    border: 1px solid #1ba8ff;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    width: 200px;
  }
  select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border:none;
    color: #1ba8ff;
    display: block;
    font-size: 1.33em;
    height: 37px;
    padding: 7px 20px 5px;
    width: 100%;
  }
  select::-ms-expand {
    display: none;
  }
  #tab-contents{
    margin-top: 1.2em;
  }
/****************** ******************/
/*** header
/****************** ******************/
  #header_sp{
    z-index: 99;
  }
  #header_sp .container{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 61px;
    padding: 0 14px;
  }
  #header_sp .header-l{
    padding-top: 20px;
    width: 60px;
  }
  #header_sp .header-c{
    box-sizing: border-box;
    padding: 20px 0 0 5px;
    text-align: left;
    width: 155px;
  }
  #header_sp .header-c img{
    margin: 0;
    width: 100%;
  }
  #header_sp .header-r{
    padding-top: 13px;
    position: relative;
    width: 120px;
  }
  #header_sp .user-name{
    align-items: center;
    background-color: #1d2087;
    border-radius: 0;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    height: 32px;
    line-height: 1.2em;
    margin-top: 4px;
    padding: 0 6px;
    position: relative;
    right: 0;
   }
  #header_sp .user-name span{
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }
  #header_sp .user-name img{
    margin-left: 6px;
  }
  .sp_nav-list{
    background-color: #005bac;
    display: none;
    padding-left: 0;
    position: absolute;
    right: -15px;
    top: 43px;
    z-index: 9999;
  }
  .sp_nav-list.open{
    display: block;
  }
  .sp_nav-list li{
    border-bottom: 1px solid #4d8dc5;
    color: #fff;
    display: block;
    font-size: 1.5em;
    list-style: none;
    padding: 1em;
    width: 200px;
  }
  .sp_nav-list a:last-child li{
    border: none;
  }
  .sp_nav-list .sp_nav-list_close{
    text-align: right;
  }
/****************** ******************/
/*** footer
/****************** ******************/
  footer .uk-grid div{
    padding-left: 0;
  }
  footer img{
    vertical-align: -.15em;
  }
  .copy{
    text-align: center;
    font-size: .9em;
    margin-top: 1em;
  }
/****************** ******************/
/*** title-area
/****************** ******************/
  #title-area.history{
    padding-bottom: .95em;
    margin-bottom: 1.4em;
  }
  #title-area h1{
    font-size: 2em;
  }
  #title-area p{
    margin: 1em 0;
    font-size: 1.14em;
    line-height: 1.5em;
  }
  #title-area .summary {
      line-height:1.5em;
  }
  .period{
    position: relative;
    width: auto;
    padding-left: 40px;
  }
  .period-title{
    display: inline-block;
    font-size: .94em;
    width: 6.7em;
    padding-left: .4em;
  }
  #title-area p.period-text{
    display: inline;
    font-size: 1.1em;
  }
/****************** ******************/
/********* home.
/****************** ******************/
/*** slide ***/
  .swiper-wrapper{
    margin: 0;
  }
/*** h1 ***/
  .home_h1{
    font-size: 1.5em;
    text-align: left;
    margin-bottom: .5em;
  }
  .home_h1 img{
    vertical-align: -6px;
    width: .95em;
  }
/*** info ***/
  #info{
    padding: 0;
    margin-bottom: 1.7em;
  }
  #info .home_h1{
    padding: 1em 0 .95em;
    background: url('../img/ico_arrow_d.png') right center no-repeat;
  }
  #info .home_h1.active{
    background-image: url('../img/ico_arrow_u.png');
  }
  .info-item{
    margin-bottom: 0;
  }
  .info-item:last-child{
    padding-bottom: .6em;
  }
  .info-title{
    background: url('../img/ico_s-arrow_d.png') right center no-repeat;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    text-indent: 0;
    padding-right: 3em;
    padding-bottom: .6em;
    margin-bottom: 1em;
  }
  .info-title.active{
    background-image: url('../img/ico_s-arrow_u.png');
  }
  .info-date{
    display: block;
    width: 10em;
    margin-bottom: 1em;
    font-size: .73em
  }
  .info-text{
    font-size: 1.14em;
  }
/*** course ***/
  .course-wrap{
    margin-bottom: 2em;
  }
  .course-item{
    margin-bottom: 1.6em;
  }
  .course-item-text{
    line-height: 1.5em;
  }
  
  /* 高さ統一 */
  .course-item-thumbnail {
      border: 1px solid #c5c5c5;
      text-align:center;
  }
  .course-item-thumbnail .thumbnail {
      height:90px;
  }
  .course-item-title {
      white-space:nowrap;
      text-overflow:ellipsis;
      overflow: hidden;
  }
  .course-item-text {
      height:4.3em;
      text-overflow:ellipsis;
      
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
  }
  
  .course-wrap h2{
    font-size: 1.83em;
  }
  .course-wrap h2 img{
    vertical-align: -.2em;
    width: 9%;
  }
/****************** ******************/
/********* course.
/****************** ******************/
/*** movie ***/
  .movie{
    padding: 0;
    margin-bottom: 2.7em;
  }
  .movie-title{
    font-size: 1.65em;
    line-height: 1.2em;
    margin-bottom: .3em;
  }
/*** subject ***/
  .subject-wrap{
    margin-top: 1em;
    margin-bottom: 2em;
    padding-left: 0;
  }
  .subject-item{
    margin-bottom: 1.7em;
    margin-left: 0;
  }
  .subject-item-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
  }
  .subject-item-thumbnail .thumbnail {
    height:87px;
  }
  .subject-item-box{
    padding: 1em 1em 0;
    line-height: 1.5em;
  }
  .subject-item-title{
    font-size: 1.3em;
  }
  p.subject-item-time{
    margin-bottom: .7em;
  }
  .subject-item-time img{
    vertical-align: -.3em;
  }
  .subject-wrap h2 {
    margin-left: 0;
  }
  .subject-wrap h2 img{
    width: 9%;
    vertical-align: -.2em;
  }
/****************** ******************/
/********* history.
/****************** ******************/
  #history .container{
    margin-bottom: 2.5em;
  }
/*** history-list ***/
  .history-list-item{
    margin-bottom: 1em;
  }
  .history-list{
    display: block;
  }
  .history-list > div{
    float: left;
    padding: 0;
  }
  .history-list-header{
    display: none;
  }
  .play-date{
    width: 335px;
  }
  .history-movie{
    width: 122px;
  }
  .history-movie-thumbnail {
    border: 1px solid #c5c5c5;
    text-align:center;
    width: 121px;
  }
  .history-movie-thumbnail .thumbnail {
    height:68px;
  }
  .history-detail{
    float: left;
    padding: 0;
    margin-left: 10px;
    width: 203px;
  }
  .history-detail{
    position: relative;
  }
  .uk-vertical-align{
    padding: 0 0 .3em!important;
  }
  p.history-movie-title{
    font-size: 1.5em;
  }
  p.history-subject-title{
    font-size: .9em;
    line-height: 1.3em;
  }
  .history-deta-box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .history-deta{
    margin-left: -132px;
    margin-top: .7em;
    margin-bottom: 1.1em;
  }
  .history-deta img{
    width: 1.2em;
  }
  .history-deta img:first-child{
    width: 5.5em;
  }
  .btn_play{
    float: right;
    margin-top: .3em;
  }
/****************** ******************/
/********* signup.
/****************** ******************/
  #signup.contents{
    padding: 4.5em 0 2em;
  }
  .signup-box{
    padding: 2.3em 2.29em 2.5em;
    width: 319px;
  }
  .signup-box h1{
    font-size: 1.6em;
    margin-bottom: 1.6em;
  }
  input[type="text"],
  input[type="password"]{
    font-size: 1.25em;
    height: 54px;
    margin-bottom: 1.4em;
  }
  label {
    font-size: 1.1em;
    margin-right: 3em;
    margin-bottom: 1.75em;
    margin-left: 2.5em;
    padding-left: 2.3em;
  }
  label:before {
    margin-top: -2px;
    height: 1.5em;
    width: 1.5em;
  }
  input[type="checkbox"]:checked + label:before {
    padding-top: 2px;
  }
  #signup p{
    margin-top: 1.4em;
    font-size: 1.15em;
  }
  
  .badge_release{
    left: 17px;
    top: -3px;
    width: 34%;
  }
  .badge_limited{
    top: 45px;
    width: 34%;
  }
  
  .history-movie  .badge_release{
    position: absolute;
    left: 0px;
    top: 0px;
  }
}

/****************** ******************/
/********* PAGINATION.
/****************** ******************/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
