
@charset "UTF-8";

/************************/
/*         Reset        */
/************************/

*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:0}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms !important;animation-duration:.01ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important;-webkit-transition-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

*{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

html{
	font-size: 16px;
	letter-spacing: .1;
	color: #fff;
	background: #000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

ul,ol{
	list-style: none;
}

a{
	color: inherit;
	text-decoration: none;
}

img{
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	border: none;
}

input{
	-webkit-appearance: none;
		-moz-appearance: none;
    			appearance: none;
	outline: none;
	border: none;
}

input[type="submit"]{
	cursor: pointer;
}

button{
	border: 0;
	outline: 0;
	cursor: pointer;
}

option{
	background: #313131;
	color: #fff;
}

table{
	border-collapse: collapse;
	border-spacing: 0
}






/************************/
/*        public        */
/************************/

.flex{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

#contents .inner{
	padding-top: 60px;
}

.roboto{
	font-family: 'Roboto Condensed', sans-serif;
}

section .inner > h2,
.section .inner > h2,
body.course #contents h2{
  text-align: center;
  font-size: 22px;
  line-height: 58px;
  background: #034787;
  margin-bottom: 40px;
  border-radius: 5px;
}

section .inner > div > h2{
  background: #034787;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 48px;
  border-radius: 5px;
}

.favorite{
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	border-radius: 50%;
	background: #fff;
	position: relative;
	top: .3em;
	margin-left: .4em;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: normal!important;
}

.favorite:hover{
	background: #535353;
}

.favorite:before{
	content: '☆';
	position: absolute;
	top: .18em;
	left: .15em;
	color: #000;
	-webkit-transition: .3s;
	transition: .3s;
	line-height: 1em;
}

.favorite:hover:before{
	content: '★';
	color: #fff;
}

.fav.favorite,
li.fav .favorite{
	background: #169e8e;
}

.fav.favorite:before,
li.fav .favorite:before{
	content: '★';
	color: #fff;
	font-weight: bold;
}

.fav.favorite:hover,
li.fav .favorite:hover{
	background: #535353;
}

.fav.favorite:hover:before,
li.fav .favorite:hover:before{
	content: '☆';
	color: #fff;
}

ul.col4-list.flex{
	flex-wrap: wrap;
}

ul.col4-list.flex > li{
	width: calc(25% - 10px);
	margin-bottom: 35px;
	position: relative;
}

ul.col4-list.flex > li.cover > div > a{
	background-size: cover;
}

ul.col4-list.flex > li.blank{
	margin: 0;
}

ul.col4-list.flex > li.comingsoon a,
.tag-list ul.flex > li.comingsoon,
.movie-list.flex > li.comingsoon a{
	pointer-events: none;
}

ul.col4-list.flex > li.comingsoon a.favorite{
	pointer-events: auto;
}

ul.col4-list.flex > li.comingsoon div.comingsoon,
.tag-list ul.flex > li.comingsoon div.comingsoon,
.movie-list.flex > li.comingsoon div.comingsoon{
	width: 90%;
	position: absolute;
	top: calc(50% - 36px);
	left: 5%;
	background: #000c;
	color: #fff;
	border-radius: 5px;
	line-height: 1.8em;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
}

.tag-list ul.flex > li.comingsoon div.comingsoon:before{
	display: none;
}

ul.col4-list.flex > li.comingsoon div.comingsoon b,
.tag-list ul.flex > li.comingsoon div.comingsoon b,
.movie-list.flex > li.comingsoon div.comingsoon b{
	font-size: 16px;
	display: block;
	font-weight: normal;
}

@media screen and (max-width: 639px){

	ul.col4-list.flex > li.comingsoon div.comingsoon span,
	.tag-list ul.flex > li.comingsoon div.comingsoon span,
	.movie-list.flex > li.comingsoon div.comingsoon span{
		display: none;
	}

}

.movie-list.flex > li.comingsoon > div:before,
.movie-list.flex > li.comingsoon > div:after,
.movie-list.flex > li.comingsoon div.comingsoon:before,
.movie-list.flex > li.comingsoon div.comingsoon:after{
	display: none;
}

.movie-list.flex > li.comingsoon a,
.movie-list.flex > li.comingsoon a{
	opacity: .8;
}

ul.col4-list.flex > li > div{
	position: relative;
	overflow: hidden;
}

ul.col4-list.flex > li > div:before{
	content: '';
	padding-top: 56.25%;
	display: block;
}

ul.col4-list.flex > li > div > a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: .3s;
	transition: .3s;
}

ul.col4-list.flex > li > div > a:hover{
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

ul.col4-list.flex > li h3{
	max-height: 3em;
	overflow: hidden;
	margin: 15px 0 5px;
}

ul.col4-list.flex > li ul.tag.flex{
	padding: 1px 0;
	max-height: 3.5em;
	overflow: hidden;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

ul.col4-list.flex > li ul.tag.flex > li{
	margin: 0 3px 3px 0;
}

ul.col4-list.flex > li ul.tag.flex > li > a{
	display: block;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 3px 7px;
	-webkit-transition: .3s;
					transition: .3s;
	height: 26px;
	overflow: hidden;
}

ul.col4-list.flex > li ul.tag.flex > li > a:hover{
	background: #fff;
	color: #000;
}

ul.col4-list.flex + label{
	display: block;
	cursor: pointer;
	margin-top: 8px;
	height: 48px;
	background: #535353;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

ul.col4-list.flex + label:before{
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
	position: absolute;
	top: 7px;
	left: 50%;
}

ul.col4-list.flex + label:hover{
	opacity: .6;
}

ul.col4-list.flex.row3 > li:nth-child(n+13){
	display: none;
}

ul.col4-list.flex.row2 > li:nth-child(n+9){
	display: none;
}

.tag-list-trigger:checked ~ label{
	display: none!important;
}

.tag-list-trigger:checked + ul.col4-list.flex > li,
.tag-list-trigger:checked + .article-inner ul.movie-list > li{
	display: block;
}

.col4-list.flex > li > a.favorite{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 27px;
	opacity: 0;
}

.col4-list.flex > li:hover > a.favorite{
	opacity: 1;
}


@media screen and (max-width: 999px){

	ul.col4-list.flex > li{
		width: calc((100% / 3) - 10px);
	}

	ul.col4-list.flex.row3 > li:nth-child(n+10){
		display: none;
	}

	ul.col4-list.flex.row2 > li:nth-child(n+7){
		display: none;
	}

}

@media screen and (max-width: 639px){

	ul.col4-list.flex > li{
		width: calc(50% - 7px);
	}

	ul.col4-list.flex.row3 > li:nth-child(n+7){
		display: none;
	}

}

ul.col4-list.flex.open > li,
.tag-list ul.flex.open > li{
	display: block !important;
}

ul.col4-list.flex.open ~ label,
.tag-list ul.flex.open ~ label{
	display: none !important;
}

p.center{
	text-align: center;
}




/************************/
/*        header        */
/************************/

#free-area .inner{
	padding: 0;
}



/************************/
/*        header        */
/************************/

header{
	position: relative;
}

header .flex{
	-webkit-box-align: center;
	        align-items: center;
}

#header-top img{
	width: 180px;
}

#header-top{
	height: 95px;
	padding: 0 30px;
	border-bottom: 2px solid #535353;
}

#header-nav .search{
	position: absolute;
	top: 28px;
	left: 240px;
}

#header-nav .search form{
	position: relative;
	margin-right: 10px;
}

#header-nav .search input[type="text"]{
	width: 200px;
	color: #fff;
	background: #313131;
	border-radius: 17.5px;
	line-height: 35px;
	height: 35px;
	padding: 0 20px 0 40px;
}

#header-nav .search input[type="text"]::-webkit-input-placeholder{
	font-size: 14px;
	color: #959595;
}

#header-nav .search input[type="text"]::-moz-placeholder{
	font-size: 14px;
	color: #959595;
}

#header-nav .search input[type="text"]:-ms-input-placeholder{
	font-size: 14px;
	color: #959595;
}

#header-nav .search input[type="text"]::-ms-input-placeholder{
	font-size: 14px;
	color: #959595;
}

#header-nav .search input[type="text"]::placeholder{
	font-size: 14px;
	color: #959595;
}

#header-nav .search input[type="submit"]{
	position: absolute;
	top: 8px;
	left: 14px;
	width: 20px;
	height: 20px;
	background: transparent url(../img/cmn/search.png) center center / 16px no-repeat;
}

#header-nav .header-account{
	position: absolute;
	top: 28px;
	right: 30px;
}

body.login #header-nav .header-account{
	display: none;
}

#header-nav .header-account a{
	font-size: 14px;
	text-align: center;
	display: block;
	width: 130px;
	line-height: 35px;
	height: 35px;
	border-radius: 17.5px;
	-webkit-transition: .5s;
	transition: .5s;
	white-space:nowrap;
	overflow:hidden;
}

#header-nav .header-account .login a{
	background: #034787;
}

#header-nav .header-account .login a:hover{
	background: #fff;
	color: #034787;
}

#header-nav .header-account .member a{
	background: #169e8e;
	margin-left: 10px;
}

#header-nav .header-account .member a:hover{
	background: #fff;
	color: #169e8e;
}

#header-nav .mypage-link{
	position: absolute;
	top: 28px;
	right: 25px;
	display: none;
}

body.login #header-nav .mypage-link{
	display: block;
}

#header-nav .mypage-link a{
	font-size: 14px;
	line-height: 1em;
}

#header-nav .mypage-link img{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 10px;
}

#hamburger-trigger{
	display: none;
}

#header-nav{
	height: 60px;
}

#header-nav nav{
	width: 100%;
}

#header-nav nav li{
	white-space: nowrap;
	position: relative;
}

#header-nav nav li:before{
	content: '';
	width: 1px;
	height: 16px;
	background: #535353;
	position: absolute;
	top: 22px;
	right: 0;
}

#header-nav nav li:last-child:before{
	display: none;
}

#header-nav nav li a{
	position: relative;
	padding: 0 36px;
	line-height: 60px;
	display: block;
}

#header-nav nav li:first-child a{
	padding-left: 20px;
}

#header-nav nav li:last-child a{
	padding-right: 20px;
}

#header-nav nav li a span{
	position: relative;
	padding: 6px 0;
}

#header-nav nav li a span:before{
	content: '';
	width: 100%;
	height: 4px;
	background: #034787;
	-webkit-transition: .4s;
	transition: .4s;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

#header-nav nav li a:hover span:before{
	opacity: 1;
}

.sp-search{
	display: none;
	position: absolute;
	top: 28px;
	right: 382px;
	background: #313131;
	background-image: url(../img/cmn/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 17.5px;
	cursor: pointer;
}

body.login .sp-search{
	right: 220px;
}

.hamburger{
	display: none;
}



/************************/
/*       #contents      */
/************************/

#contents{
	padding-bottom: 60px;
}



/************************/
/*         #slider      */
/************************/

#slider{
	height: 518px;
}

#slider img{
	height: 100%;
}

#slider .slider-cell.flickity-bg-lazyloaded{
	opacity: .6;
}

#slider .slider-cell.flickity-bg-lazyloaded.is-selected{
	opacity: 1;
}



/************************/
/*        #genre        */
/************************/

#genre .genre-item{
	display: block;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	text-align: center;
	height: 350px;
	position: relative;
	overflow: hidden;
}

#genre .genre-item img{
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}

#genre .genre-item:hover img{
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: .7;
}

#genre .genre-item div{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}

#genre .genre-ttl{
	font-size: 36px;
	font-family: 'Roboto Condensed', sans-serif;
}

#genre .genre-ttl-sub{
	font-size: 18px;
}



/************************/
/*       .tag-list      */
/************************/


.tag-list-trigger{
	display: none;
}

.tag-list-trigger:checked ~ .more{
	display: none;
}

@media screen and (min-width: 1000px){

	.tag-list ul.flex > li:nth-child(n+5),
	.movie-list.flex > li:nth-child(n+5){
		display: none;
	}

	body.lower .tag-list ul.flex > li:nth-child(-n+8){
		display: block;
	}

}

@media screen and (max-width: 999px){

	.tag-list ul.flex > li:nth-child(n+4),
	.movie-list.flex > li:nth-child(n+4){
		display: none;
	}

	body.lower .tag-list ul.flex > li:nth-child(-n+6){
		display: block;
	}

	body.lower .tag-list ul.flex > li:nth-child(n+7){
		display: none;
	}

}

@media screen and (max-width: 639px){

	.tag-list ul.flex > li:nth-child(-n+4),
	.movie-list.flex > li:nth-child(-n+4){
		display: block;
	}

	.tag-list ul.flex > li:nth-child(n+5),
	.movie-list.flex > li:nth-child(n+5){
		display: none;
	}

	body.lower .tag-list ul.flex > li:nth-child(-n+4){
		display: block;
	}

	body.lower .tag-list ul.flex > li:nth-child(n+5){
		display: none;
	}

}

.tag-list-trigger:checked + ul > li{
	display: block!important;
}

.tag-list ul.flex{
	flex-wrap: wrap;
}

.tag-list ul.flex > li{
	width: calc(25% - 9px);
	margin-bottom: 12px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1b1b1b;
	position: relative;
	overflow: hidden;
}

.tag-list ul.flex > li.blank{
	height: 0;
	opacity: 0;
	margin: 0;
}

.tag-list ul.flex > li.blank:before{
	display: none;
}

.tag-list ul.flex > li.cover{
	background-size: cover;
}

.tag-list ul.flex > li:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.tag-list ul.flex > li:hover{
	z-index: 1;
	-webkit-transform: scale(1.8);
	        transform: scale(1.8);
	-webkit-transition: .3s transform;
	transition: .3s transform;
}

@media screen and (min-width: 1000px){

	.tag-list ul.flex > li:nth-child(4n+1){
		-webkit-transform-origin: left;
		        transform-origin: left;
	}

	.tag-list ul.flex > li:nth-child(4n){
		-webkit-transform-origin: right;
		        transform-origin: right;
	}

}

@media screen and (max-width: 999px){

	.tag-list ul.flex > li:nth-child(3n+1){
		-webkit-transform-origin: left;
						transform-origin: left;
	}

	.tag-list ul.flex > li:nth-child(3n){
		-webkit-transform-origin: right;
						transform-origin: right;
	}

}

.tag-list ul.flex > li > a:first-of-type{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(0,0,0,.8);
}

.tag-list ul.flex > li strong{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	padding: 0 10px;
	line-height: 1.7em;
	font-size: 14px;
}

.tag-list ul.flex > li:hover strong{
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

.tag-list ul.flex > li > a > div{
	width: 100%;
	padding: 0 17px 37px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tag-list ul.flex > li h3{
	font-size: 11.5px;
	line-height: 14px;
	max-height: 42px;
	overflow: hidden;
}

.tag-list ul.flex > li p{
	font-size: 10px;
	width: 115%;
	line-height: 15px;
	max-height: 45px;
	overflow: hidden;
	-webkit-transform: scale(.85);
	        transform: scale(.85);
	font-weight: lighter;
	-webkit-transform-origin: center left;
	        transform-origin: center left;
	margin-top: 6px;
}

@media screen and (max-width: 799px){

	.tag-list ul.flex > li h3{
		max-height: 28px;
	}

	.tag-list ul.flex > li p{
		max-height: 30px;
	}

}

.tag-list ul.flex > li:hover > a{
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

.tag-list ul.flex > li ul.tag{
	width: 130%;
	position: absolute;
	bottom: 26px;
	left: 17px;
	opacity: 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-transform: translateY(50%) scale(.7);
	        transform: translateY(50%) scale(.7);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
	max-height: 44px;
	overflow: hidden;
}

.tag-list ul.flex > li ul.tag li{
	margin: 0 3px 2px 0;
}

.tag-list ul.flex > li:hover ul.tag{
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

.tag-list ul.flex > li:hover ul.tag a{
	display: block;
	height: 100%;
	border: 1px solid #fff;
	font-size: 10px;
	padding: 1.5px 3px;
	-webkit-transition: .3s;
	transition: .3s;
}

.tag-list ul.flex > li:hover ul.tag a:hover{
	border-color: #000;
	background: #fff;
	color: #000;
}

.tag-list ul.flex > li .favorite{
	opacity: 0;
	position: absolute;
	top: 9px;
	right: 8px;
	display: block;
	width: 26px;
	height: 26px;
}

.tag-list ul.flex > li .favorite:before{
	top: 6px;
	left: 5.5px;
	font-size: 15px;
}

.tag-list ul.flex > li:hover .favorite{
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s;
}

.tag-list .more{
	display: block;
	cursor: pointer;
	margin-top: 8px;
	height: 48px;
	background: #535353;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

.tag-list .more:before{
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
	position: absolute;
	top: 7px;
	left: 50%;
}

.tag-list .more:hover{
	opacity: .6;
}







/************************/
/*        #info         */
/************************/

#info .flex > div{
	width: calc(50% - 8px);
}

#news, #account{
	background: #1b1b1b;
}

#news{
	padding: 30px 30px 35px;
}

#account{
	padding: 30px;
}

#info input{
	width: 100%;
	background: #313131;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
}

#info input::-webkit-input-placeholder{
	font-size: 18px;
	color: #959595;
}

#info input::-moz-placeholder{
	font-size: 18px;
	color: #959595;
}

#info input:-ms-input-placeholder{
	font-size: 18px;
	color: #959595;
}

#info input::-ms-input-placeholder{
	font-size: 18px;
	color: #959595;
}

#info input::placeholder{
	font-size: 18px;
	color: #959595;
}

#info input[type="submit"]{
	background: #034787;
	display: block;
	margin: 0 auto 40px;
	max-width: 250px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-radius: 22.5px;
	-webkit-transition: .5s;
	transition: .5s;
}

#info input[type="submit"]:hover{
	background: #fff;
	color: #034787;
}

#info #account input.bg-green{
	background: #169e8e;
	margin-bottom: 0;
}

#info #account input.bg-green:hover{
	background: #fff;
	color: #169e8e;
}

#info #account a.btn{
    display: block;
    margin: 0 auto 20px;
    max-width: 80%;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 18px;
    -webkit-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
}

#info #account a.btn:hover {
    background: #535353 !important;
    color: #fff !important;
}

#info #account a.btn:before{
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}

#info #account a.btn.fav:before{
    background-image: url(../img/cmn/fav.png);
}

#info #account a.btn.history:before{
    background-image: url(../img/cmn/history.png);
    margin-right: 1em;
}

#info #account a.btn.history:after {
    content: "";
    display: inline-block;
    margin-right: 0.6em;
}

#info #account a.btn.course:before{
    background-image: url(../img/cmn/course.png);
}

#info #account a.btn.setting:before {
    background-image: url(../img/cmn/setting.png);
}

#info #account ul{
    margin: 0 auto;
    max-width: 76%;
}

#info #account ul li{
    border-bottom: 1px solid #535353;
}

#info #account ul li a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
}

#info #account ul li a:hover {
    background: #535353;
}

#news .news-list{
	height: 403px;
	overflow-y: scroll;
}

@media screen and (min-width: 640px){
	#news .news-list::-webkit-scrollbar{
		width: 5px;
	}
	#news .news-list::-webkit-scrollbar-thumb{
		background: #535353;
	}
	#news .news-list::-webkit-scrollbar-track-piece:start{
		background: transparent;
	}
	#news .news-list::-webkit-scrollbar-track-piece:end{
		background: transparent;
	}
}

#news .news-list li{
	padding-bottom: 15px;
	border-bottom: 1px solid #535353;
	margin-bottom: 20px;
	margin-right: 20px;
}

#news .news-list li:last-child{
	border: none;
	margin: 0;
}

#news .news-date{
	font-size: 14px;
	line-height: 1em;
}

#news .news-ttl{
	font-weight: bold;
	line-height: 1em;
	margin: 5px 0 10px;
}

#news .news-txt{
	color: #a0a0a0;
	font-size: 14px;
	line-height: 1.6em;
	white-space: pre-line;
}




/************************/
/*       #footer        */
/************************/

#banner{
	background: #434343;
	padding: 40px 0;
}

#banner ul.flex{
	flex-wrap: wrap;
}

#banner ul.flex > li{
	width: calc((100% / 3) - (20px / 3));
	margin-bottom: 10px;
}

#banner li:hover{
	opacity: .6;
	-webkit-transition: .3s;
	transition: .3s;
}

#sitemap{
	background: #313131;
}

#sitemap img{
	height: 100%;
}

#sitemap .inner.flex{
	max-width: 850px;
	padding: 50px 10px 0;
}

#sitemap .inner.flex p{
	font-size: 18px;
	margin-bottom: 20px;
}

#sitemap .inner.flex li{
	margin-bottom: 4px;
	font-size: 14px;
}

#sitemap .inner.flex a:hover{
	text-decoration: underline;
}

#copyright{
	text-align: center;
	line-height: 110px;
	font-size: 12px;
	background: #313131;
}






@media screen and (max-width: 1199px){

	.inner, #title{
		padding: 0 15px;
	}

	#header-nav .inner{
		padding: 0;
	}

	#header-nav .search input[type="text"]{
		width: 180px;
	}

	#header-nav{
		height: 0;
	}

	#header-nav nav{
		display: none;
	}

	.hamburger {
		display: block;
		width: 52px;
		height: 50px;
		position: relative;
		cursor: pointer;
		z-index: 100;
		box-sizing: content-box;
	}

	.hamburger label{
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.hamburger:before{
		content: 'MENU';
		font-size: 12px;
		font-family: 'Roboto Condensed', sans-serif;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: -1;
	}

	.hamburger span{
		display: block;
		width: 42px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 5px;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.hamburger span:nth-child(1){
		top: 5px;
	}

	.hamburger span:nth-child(2){
		top: 15px;
	}

	.hamburger span:nth-child(3){
		top: 25px;
	}

	#header-nav .header-account{
		right: 102px;
	}

	#header-nav .mypage-link{
		right: 102px;
	}

	#header-nav nav ul.flex{
		display: block;
	}

	#header-nav .inner{
		background: #000;
	}

	#hamburger-trigger:checked + #header-top .hamburger{
		position: fixed;
		top: 20px;
		right: 15px;
	}

	#hamburger-trigger:checked + #header-top .hamburger:before{
		content: 'CLOSE';
	}

	#hamburger-trigger:checked + #header-top .hamburger span{
		width: 35px;
		left: 9px;
	}

	#hamburger-trigger:checked + #header-top .hamburger span:nth-child(1){
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 15px;
	}

	#hamburger-trigger:checked + #header-top .hamburger span:nth-child(2){
		opacity: 0;
	}

	#hamburger-trigger:checked + #header-top .hamburger span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: 15px;
	}

	#hamburger-trigger:checked ~ #header-nav{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #000;
		z-index: 99;
		padding-top: 70px;
		overflow-y: auto;
	}

	#hamburger-trigger:checked ~ #header-nav nav{
		display: block;
		padding: 0 40px;
	}

	#hamburger-trigger:checked ~ #header-nav nav a{
		width: 100%;
		font-size: 13px;
		line-height: 55px;
		padding: 0;
	}

	#hamburger-trigger:checked ~ #header-nav nav a span{
		padding: 0;
	}

	#hamburger-trigger:checked ~ #header-nav nav li:before,
	#hamburger-trigger:checked ~ #header-nav nav span:before,
	#hamburger-trigger:checked ~ #header-nav .search,
	#hamburger-trigger:checked ~ #header-nav .header-account,
	#hamburger-trigger:checked ~ #header-nav .mypage-link{
		display: none;
	}

}









@media screen and (max-width: 999px){

	.sp-search {
		display: block;
	}

	#hamburger-trigger:checked ~ #header-nav .sp-search{
		display: none;
	}

	#hamburger-trigger:checked ~ #header-nav nav ul{
		border-top: 1px solid #535353;
		padding-top: 10px;
	}

	#header-nav .search.flex{
		display: none;
		position: static;
	}

	#hamburger-trigger:checked ~ #header-nav .search.flex{
		display: block;
		padding: 0 40px 30px;
	}

	#header-nav .search.flex form{
		margin: 0;
	}

	#header-nav .search.flex input[type="text"]{
		width: 100%;
	}

	#header-nav .search.flex input[type="submit"]{
		left: 11px;
	}

	#header-nav .search.flex li:first-child{
		margin-bottom: 20px;
	}

	.tag-list ul.flex:before{
		width: calc((100% / 3) - (20px / 3));
	}

	.tag-list ul.flex:after{
		width: calc((100% / 3) - (20px / 3));
	}

	.tag-list ul.flex > li{
		width: calc((100% / 3) - (20px / 3));
		margin-bottom: 12px;
	}

	.tag-list ul.flex > li strong{
		line-height: 1.4em;
		font-size: 12px;
	}

}










@media screen and (max-width: 639px){

	#header-top {
		padding: 0 20px;
		height: 65px;
		border: none;
	}

	#header-top img{
		width: 120px;
	}

	.sp-search{
		top: 15px;
		right: 142px;
	}

	body.login #header-nav .mypage-link p{
		display: none;
	}

	body.login #header-nav .mypage-link img{
		margin: 0;
	}

	body.login .sp-search{
		right: 110px;
	}

	.hamburger{
		width: 30px;
		height: 35px;
		position: relative;
		right: -4px;
	}

	.hamburger span{
		width: 22px;
		height: 1px;
		left: 4px;
	}

	.hamburger span:nth-child(1){
		top: 4px;
	}

	.hamburger span:nth-child(2){
		top: 11px;
	}

	.hamburger span:nth-child(3){
		top: 18px;
	}

	.hamburger:before{
		font-size: 10px;
	}

	#hamburger-trigger:checked + #header-top .hamburger{
		top: 15px;
		right: 15px;
	}

	#hamburger-trigger:checked + #header-top .hamburger span{
		width: 20px;
	}

	#hamburger-trigger:checked + #header-top .hamburger span:nth-child(1),
	#hamburger-trigger:checked + #header-top .hamburger span:nth-child(3){
		top: 12px;
		left: 5px;
	}

	#header-nav .header-account,
	#header-nav .mypage-link{
	/*	display: none;	*/
		top: 15px;
		right: 62px;
	}

	#hamburger-trigger:checked ~ #header-nav .header-account{
	/*	display: -webkit-box;
		display: flex;
		position: static;
		padding: 0 40px 30px;	*/
	}

	#hamburger-trigger:checked ~ #header-nav .mypage-link{
		display: block;
		position: static;
		padding: 0 40px 30px;
	}

	#header-nav .header-account .login a{
		background-image: url(../img/cmn/login.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 32px;
	}

	#header-nav .header-account .member a{
		margin: 0;
		background-image: url(../img/cmn/member.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 32px;
	}

	#header-nav .mypage-link a{
		width: 100%;
				-webkit-box-pack: start;
		justify-content: flex-start;
	}

	#header-nav .header-account li{
		width: calc(50% - 8.5px);
	}

	#header-nav .header-account a{
		margin: 0;
		width: 35px;
		display: block;
		text-indent:200%;
	}

	#slider .flickity-button.flickity-prev-next-button:before {
		top: 10px !important;
		width: 10px !important;
		height: 10px !important;
	}

	#slider .flickity-button.flickity-prev-next-button.previous:before {
		left: 12px !important;
	}

	#slider .flickity-button.flickity-prev-next-button.next:before {
		right: 12px !important;
	}

	#genre .flex{
		flex-wrap: wrap;
	}

	#genre .genre-item{
		width: 100%;
		height: 56.25vw;
	}

	.tag-list ul.flex > li{
		width: calc(50% - 4px);
		margin-bottom: 8px;
	}

	.tag-list ul.flex:before{
		width: calc(50% - 4px);
	}

	.tag-list ul.flex:after{
		width: calc(50% - 4px);
	}

	.tag-list ul.flex > li:hover{
		-webkit-transform: none;
		        transform: none;
	}

	.tag-list ul.flex a div,
	.tag-list ul.flex .tag,
	.tag-list ul.flex .favorite{
		display: none!important;
	}

	.tag-list ul.flex > li:hover strong{
		opacity: 1;
	}

	#info .inner.flex{
		flex-wrap: wrap;
	}

	#info .inner.flex > div{
		width: 100%;
	}

	#news {
    padding: 30px 20px 35px;
		margin-bottom: 60px;
	}

	#news .news-list{
		height: auto;
		overflow-y: visible;
	}

	#news .news-list li {
		margin-right: 0;
	}

	#account {
    padding: 30px 20px;
	}

	#banner ul.flex {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	#banner ul.flex > li{
		width: calc(50% - 4px);
		margin-bottom: 8px;
	}

	#sitemap .inner.flex{
		display: block;
		padding-left: 20px;
	}

	#sitemap .inner.flex div{
		padding-bottom: 15px;
	}

	#sitemap .inner.flex p{
		margin-bottom: 5px;
	}

	#sitemap .inner.flex ul{
		padding-left: 15px;
	}

}
























/************************/
/*       body.item      */
/************************/

body.item #description p,
body.item #description h1,
body.item #description h2{
	letter-spacing: .15em;
}

body.item #description  h1{
	font-size: 23px;
	font-weight: bold;
	margin: -10px 0 50px;
}

body.item #description .content > p{
	width: calc(100% - 540px);
	line-height: 1.65em;
}

body.item #description .content > .purchase{
	width: 490px;
	padding: 30px;
	background: #1a1a1a;
	text-align: center;
	margin-top: 5px;
}

body.item #description .content > .purchase .flex.mb20{
	margin-bottom: 20px;
}

body.item #description .content > .purchase .flex{
	-webkit-box-align: center;
	        align-items: center;
}

body.item #description .content > .purchase .course{
	padding-bottom: 30px;
}

body.item #description .content > .purchase .flex.download{
	border-top: 1px solid #535353;
	padding-top: 30px;
	margin-bottom: 0;
}

body.item #description .content > .purchase h2.ondemand{
	background: #014788;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 48px;
	border-radius: 5px;
}

body.item #description .btn{
	width: 193px;
	height: 50px;
	line-height: 50px;
	background: #149f8e;
	border-radius: 25px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}

body.item #description .btn.blue{
	background: #014788;
}

body.item #description .btn:hover{
	background: #fff;
	color: #149f8e;
}

body.item #description .btn.blue:hover{
	background: #fff;
	color: #014788;
}

body.item #description .subscribed{
	width: 193px;
	height: 50px;
	line-height: 50px;
	background: #535353;
	color: #fff;
}

body.item article,
body.movie article{
	margin-bottom: 30px;
}

body.item article:last-child,
body.movie article:last-child{
	margin: 0;
}

body.item article .article-inner,
body.movie article .article-inner{
	padding: 40px 40px 18px;
	background: #1b1b1b;
}

body.item article .article-thumbnail,
body.movie article .article-thumbnail{
	display: block;
	width: 280px;
	height: 157.5px;
	background-position: center;
	background-color: rgba(0,0,0,.8);
	background-repeat: no-repeat;
	background-size: contain;
}

body.item article .article-thumbnail.cover,
body.movie article .article-thumbnail.cover{
	background-size: cover;
}

body.item article .article-info,
body.movie article .article-info{
	width: calc(100% - 320px);
}

body.item article .article-info h2,
body.movie article .article-info h2{
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: -12px;
	letter-spacing: .15em;
	border-bottom: 1px solid #535353;
	padding-bottom: 20px;
}

body.item article .article-info p,
body.movie article .article-info p{
	margin: 23px 0 15px;
	line-height: 1.5em;
}

body.item article .article-info .tag.flex,
body.movie article .article-info .tag.flex{
	-webkit-box-pack: start;
	        justify-content: flex-start;
	flex-wrap: wrap;
}

body.item article .article-info .tag.flex li,
body.movie article .article-info .tag.flex li{
	margin-bottom: 4px;
}

body.item article .article-info .tag a,
body.movie article .article-info .tag a{
	font-size: 12px;
	border: 1px solid #fff;
	margin-right: 4px;
	padding: 3.5px 7px;
	letter-spacing: .15em;
	-webkit-transition: .3s;
	transition: .3s;
}

body.item article .article-info .tag a:hover,
body.movie article .article-info .tag a:hover{
	color: #000;
	background: #fff;
	border-color: #fff0;
}

body.item article .movie-list.flex,
body.movie article .movie-list.flex{
	margin-top: 30px;
	flex-wrap: wrap;
}

body.item article .movie-list li,
body.movie article .movie-list li{
	width: calc(25% - 7.5px);
	margin-bottom: 20px;
}

body.item article .movie-list li.blank,
body.movie article .movie-list li.blank{
	margin-bottom: 0;
}

body.item article .movie-list li div,
body.movie article .movie-list li div{
	position: relative;
	margin-bottom: 10px;
}

body.item article .movie-list li div:before,
body.movie article .movie-list li div:before{
	content: '';
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: calc(50% - 27px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
	pointer-events: none;
}

body.item article .movie-list li div:after,
body.movie article .movie-list li div:after{
	content: '';
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 19px solid #fff;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	-webkit-transform: translateX(-30%);
	        transform: translateX(-30%);
	z-index: 1;
	pointer-events: none;
}

body.item article .movie-list li.blank div:before,
body.item article .movie-list li.blank div:after,
body.movie article .movie-list li.blank div:before,
body.movie article .movie-list li.blank div:after{
	display: none!important;
}

body.item article .movie-list li div a,
body.movie article .movie-list li div a{
	width: 100%;
	display: block;
	position: relative;
	opacity: .5;
	-webkit-transition: .3s;
	transition: .3s;
	background-position: center;
	background-size: contain;
	background-color: rgba(0,0,0,.8);
	background-repeat: no-repeat;
}

body.item article .movie-list li.cover div a,
body.movie article .movie-list li.cover div a{
	background-size: cover;
}

body.item article .movie-list li div a:hover,
body.movie article .movie-list li div a:hover{
	opacity: 1;
}

body.item article .movie-list li div a:before,
body.movie article .movie-list li div a:before{
	content: '';
	padding-top: 56.25%;
	display: block;
}

body.item article .movie-list li img,
body.movie article .movie-list li img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

body.item article .movie-list h3,
body.movie article .movie-list h3{
	max-height: 4.5em;
	overflow: hidden;
	font-size: 15px;
}

body.item article .movie-list .favorite,
body.movie article .movie-list .favorite{
	margin: -4px 5px 0 3px;
	float: right;
}

body.item article label,
body.movie article label{
	display: block;
	font-size: 17px;
	letter-spacing: .15em;
	height: 53px;
	line-height: 53px;
	text-align: center;
	cursor: pointer;
	background: #535353;
	-webkit-transition: .3s;
	transition: .3s;
}

body.item article label:hover,
body.movie article label:hover{
	opacity: .6;
}

body.item article label span,
body.movie article label span{
	padding-left: 50px;
	position: relative;
}

body.item article label span:before,
body.movie article label span:before{
	content: '';
	width: 19px;
	height: 19px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: -5px;
	left: 5px;
}

body.movie article .tag-list-trigger:checked + .article-inner .movie-list.flex > li{
	display: block;
}

body.item article .tag-list-trigger:checked ~ label,
body.movie article .tag-list-trigger:checked ~ label{
	display: none;
}





@media screen and (max-width: 999px){

	body.item article .movie-list li,
	body.movie article .movie-list li{
		width: calc((100% / 3) - 10px);
	}

	body.item #description .content.flex{
		display: block;
	}

	body.item #description  h1{
		margin: -10px 0 30px;
	}

	body.item #description .content > p{
		width: 100%;
		margin-bottom: 40px;
	}

	body.item #description .content > .purchase{
		width: 100%;
		margin: 0 auto;
		max-width: 800px;
	}

	body.item article .article-inner,
	body.movie article .article-inner{
		padding: 20px 20px 15px;
	}

	body.item article .article-inner > div.flex,
	body.movie article .article-inner > div.flex{
		display: block;
	}

	body.item article .article-thumbnail,
	body.movie article .article-thumbnail{
		width: 100%;
		height: auto;
		position: relative;
	}

	body.item article .article-thumbnail:before,
	body.movie article .article-thumbnail:before{
		content: '';
		display: block;
		padding-top: 56.25%;
	}

	body.item article .article-info,
	body.movie article .article-info{
		width: 100%;
	}

	body.item article .article-info h2,
	body.movie article .article-info h2{
		margin-top: 15px;
	}

}



@media screen and (max-width: 639px){

	body.item #description .content > .purchase{
		padding: 20px 10px;
	}

	body.item #description .content > .purchase h2.ondemand{
		font-size: 15px;
	}

	body.item article .article-inner,
	body.movie article .article-inner{
		padding: 15px 10px;
	}

	body.item article .movie-list li,
	body.movie article .movie-list li{
		width: calc(50% - 5px);
		margin-bottom: 15px;
	}

	body.item #description .purchase p,
	body.item #description .purchase .btn{
		letter-spacing: 0;
		width: 47%!important;
		font-size: 14px;
	}

	body.item #description .purchase .btn,
	body.item #description .purchase .subscribed{
		min-width: 150px;
	}

}

















/************************/
/*      body.movie      */
/************************/

body.movie #contents .movie-wrap{
	padding: 0;
	position: relative;
	margin-bottom: 70px;
}

body.movie #contents .movie-wrap video{
	width: 100%;
	height: auto;
}

body.movie #contents .movie-wrap .video-rewind,
body.movie #contents .movie-wrap .video-forward,
body.movie #contents .movie-wrap .video-speed{
	position: absolute;
	top: calc(100% + 26px);
	right: 110px;
	z-index: 9999999;
}

body.movie #contents .movie-wrap .video-rewind{
    left: 235px;
}

body.movie #contents .movie-wrap .video-forward{
    left: 280px;
}

@media screen and (max-width: 639px){
body.movie #contents .movie-wrap .video-rewind,
body.movie #contents .movie-wrap .video-forward{
    display: none;
}
}

body.movie #contents .movie-wrap .video-rewind button,
body.movie #contents .movie-wrap .video-forward button{
    width: 40px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: transparent;
}

body.movie #contents .movie-wrap .video-rewind button{
    background-image: url(../img/cmn/video-rewind.png);
}

body.movie #contents .movie-wrap .video-forward button{
    background-image: url(../img/cmn/video-forward.png);
}

body.movie #contents .movie-wrap .video-speed:before{
	content: 'SPEED';
	position: absolute;
	top: 7px;
	left: 10px;
	color: #aaa;
	line-height: 1em;
	pointer-events: none;
}

body.movie #contents .movie-wrap .video-speed select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 1px solid #fff;
	width: 110px;
	height: 28px;
	line-height: 28px;
	background: none;
	border-radius: 0;
	color: #fff;
	padding-left: 60px;
	cursor: pointer;
}

body.movie #contents .movie-wrap .video-speed img{
	width: 10px;
	position: absolute;
	top: 8px;
	right: 6px;
	pointer-events: none;
}

body.movie #contents .movie-move{
    background-color: #1B1B1B;
    padding: 15px 0;
    text-align: center;
}

body.movie #contents .movie-move a.movie-btn{
    margin: 0 5px;
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    width: 125px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #fff;
    -webkit-transition: .3s background, .3s color;
    transition: .3s background, .3s color;
}

body.movie #contents .movie-move a.movie-btn:hover {
    background: #535353 !important;
    color: #fff;
}

body.movie #contents .movie-move a.movie-btn.movie-prev:before,
body.movie #contents .movie-move a.movie-btn.movie-next:after{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 10px 0 10px;
}

body.movie #contents .movie-move a.movie-btn.movie-prev{
    text-align: left;
}

body.movie #contents .movie-move a.movie-btn.movie-next{
    text-align: right;
}

body.movie #contents .movie-move a.movie-btn.movie-prev:before{
    background-image: url(../img/cmn/movie-prev.png);
}

body.movie #contents .movie-move a.movie-btn.movie-next:after{
    background-image: url(../img/cmn/movie-next.png);
}

body.movie #movie-title .inner{
	padding-top: 30px;
}

body.movie #movie-title p{
	font-size: 14px;
	letter-spacing: .1em;
	color: #aaa;
}

body.movie #movie-title strong{
	display: block;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: .1em;
}

body.movie #movie-title h1{
	font-size: 26px;
	letter-spacing: .1em;
	margin-top: 13px;
}

body.movie #items{
	background: #1b1b1b;
	margin-top: 30px;
}

body.movie #items .article-inner{
	padding-top: 0;
	padding-bottom: 50px;
}

body.movie #contents{
	padding-bottom: 0;
}

body.movie .movie-footer{
	background: #313131;
	padding: 50px 0 45px;
	text-align: center;
}

body.movie .movie-footer p{
	font-size: 18px;
	margin-bottom: 40px;
}

body.movie .movie-footer a{
	border: 2px solid #fff;
	border-radius: 20px;
	height: 44px;
	line-height: 40px;
	display: inline-block;
	padding: 0 60px;
	-webkit-transition: .3s;
	transition: .3s;
}

body.movie .movie-footer a:hover{
	background: #fff;
	color: #313131;
}

div.mejs__container{
	font-family: 'Roboto Condensed', sans-serif;
}

div.mejs__controls{
	top: 100%;
	background: #313131!important;
	padding: 20px 10px 10px;
	height: 70px;
}

div.mejs__time-rail{
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.mejs__playpause-button{
	position: relative;
	padding-top: 1px;
	padding-left: 4px;
	margin-right: 25px;
}

div.mejs__playpause-button:before{
	content: '';
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

div.mejs__time{
	font-size: 15px;
}

span.mejs__currenttime:after{
	content: '/';
	margin-left: 1em;
}

div.mejs__fullscreen-button{
	position: absolute;
	top: 20px;
	right: 20px;
}

div.mejs__volume-button{
	position: absolute;
	top: 20px;
	right: 60px;
}

@media screen and (max-width: 639px){

	span.mejs__currenttime:after{
		display: none;
	}

	.mejs__duration-container{
		display: none;
	}

}








/************************/
/*     body.register    */
/************************/

body.register p.txt,
body.setting p.txt{
	max-width: 880px;
	margin: 0 auto 50px;
}

body.register #contents form,
body.setting #contents form{
	display: block;
}

body.lower.page #contents table,
body.register #contents table,
body.setting #contents table{
	margin: 0 auto;
}

body.lower.page #contents table.mb,
body.register #contents table.mb,
body.setting #contents table.mb{
	margin-bottom: 80px;
}

body.lower.page #contents h2,
body.register #contents h2,
body.setting #contents h2,
body.news #contents h2{
	text-align: center;
	font-size: 22px;
	line-height: 58px;
	background: #034787;
	border-radius: 5px;
	max-width: 880px;
	margin: 0 auto 30px;
}
body.news #contents h2{
	max-width: none;
}
body.news #contents p{
    white-space: pre-wrap;
}

body.lower.page #contents th,
body.lower.page #contents td,
body.register #contents th,
body.register #contents td,
body.setting #contents th,
body.setting #contents td{
	padding: 30px 20px;
}

body.lower.page #contents th,
body.register #contents th,
body.setting #contents th{
	text-align: left;
	width: 260px;
}

body.lower.page #contents td,
body.register #contents td,
body.setting #contents td{
	width: 620px;
}

body.lower.page #contents tr:not(:last-child),
body.register #contents tr:not(:last-child),
body.setting #contents tr:not(:last-child){
	border-bottom: 1px solid #313131;
}

body.register #contents input,
body.login-page #contents input,
body.setting #contents input{
	background: #313131;
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	border-radius: 0;
}

body.register #contents .sml input,
body.setting #contents .sml input{
	width: 90px;
	margin-right: 5px;
}

body.register #contents select,
body.setting #contents select{
	-webkit-appearance: none;
  		-moz-appearance: none;
    			appearance: none;
	border: 1px solid #fff;
	outline: 0;
	background: #000;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 0;
}

body.register #contents select::-ms-expand,
body.setting #contents select::-ms-expand{
	display: none;
}

body.register #contents .select-wrap,
body.setting #contents .select-wrap{
	position: relative;
	width: 290px;
}

body.register #contents .select-wrap:before,
body.setting #contents .select-wrap:before{
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	right: 20px;
	border-top: 9px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	z-index: 1;
}

body.register #contents .expiration .select-wrap,
body.setting #contents .expiration .select-wrap{
	width: 90px;
	display: inline-block;
	margin-right: 10px;
}

body.register #contents .expiration .select-wrap:before,
body.setting #contents .expiration .select-wrap:before{
	right: 10px;
}

body.register #contents .expiration .select-wrap:last-child,
body.setting #contents .expiration .select-wrap:last-child{
	margin-left: 20px;
}

body.register #contents input[type="radio"],
body.register #contents input[type="checkbox"],
body.setting #contents input[type="radio"],
body.setting #contents input[type="checkbox"]{
	display: none;
}

body.register #contents label,
body.setting #contents label{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 20px;
	margin-bottom: 4px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

body.register #contents .radio-btn,
body.register #contents .checkbox-btn,
body.setting #contents .radio-btn,
body.setting #contents .checkbox-btn{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #313131;
	position: absolute;
	top: 3px;
	left: 0;
}

body.register #contents .checkbox-btn,
body.setting #contents .checkbox-btn{
	background: #000;
	border: 1px solid #fff;
}

body.register #contents .checkbox-btn,
body.setting #contents .checkbox-btn{
	border-radius: 0;
}

body.register #contents .radio-btn:before,
body.setting #contents .radio-btn:before{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #169e8e;
	border: 5px solid #313131;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

body.register #contents .checkbox-btn:before,
body.setting #contents .checkbox-btn:before{
	content: '';
	width: 10px;
	height: 16px;
	border-right: 4px solid #169e8e;
	border-bottom: 4px solid #169e8e;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	top: -1px;
	left: 4px;
	display: none;
}

body.register #contents input[type="radio"]:checked + .radio-btn:before,
body.register #contents input[type="checkbox"]:checked + .checkbox-btn:before,
body.setting #contents input[type="radio"]:checked + .radio-btn:before,
body.setting #contents input[type="checkbox"]:checked + .checkbox-btn:before{
	display: block;
}

body.register #contents textarea,
body.setting #contents textarea{
	width: 100%;
	background: #313131;
	height: 150px;
	resize: vertical;
	color: #fff;
	border: 0;
	outline: 0;
	padding: 15px;
}

body.lower.page #contents td small,
body.register #contents td small,
body.setting #contents td small{
	display: block;
	margin-bottom: 5px;
}

body.register #contents .req:after,
body.setting #contents .req:after{
	content: '※必須';
	color: #f00;
	font-size: 12px;
	margin-left: .5em;
}

body.setting.course #contents h2{
	max-width: none;
}

body.course #contents table{
	margin-bottom: 50px;
}



@media screen and (max-width: 639px){

	body.lower.page #contents th,
	body.register #contents th,
	body.setting #contents th{
		font-size: 15px;
		border-bottom: none;
		padding: 25px 0 15px;
	}

	body.lower.page #contents td,
	body.register #contents td,
	body.setting #contents td{
		border-top: none;
		padding: 0 0 25px;
	}

	body.lower.page #contents th,
	body.lower.page #contents td,
	body.register #contents th,
	body.register #contents td,
	body.setting #contents form th,
	body.setting #contents form td{
		display: block;
		width: 100%;
	}

	body.register #contents table input,
	body.setting #contents table input{
		height: 40px;
		line-height: 40px;
	}

	body.register #contents .sml input,
	body.setting #contents .sml input{
		width: 75px;
		margin-right: 5px;
	}

}


body.register.confirm #contents table input,
body.setting.confirm #contents table input{
	background: transparent;
	pointer-events: none;
}

body.register.confirm #contents .select-wrap:before,
body.setting.confirm #contents .select-wrap:before{
	display: none;
}

body.register.confirm #contents select,
body.setting.confirm #contents select{
	border: 0;
	pointer-events: none;
}

body.register.confirm #contents td.pl35,
body.setting.confirm #contents td.pl35{
	padding-left: 35px;
}

body.register.confirm #contents .expiration .select-wrap,
body.setting.confirm #contents .expiration .select-wrap{
	width: 50px;
	margin-right: 0;
}

body.register div.inner1000,
body.news div.inner1000,
body.login-page div.inner1000{
	max-width: 1000px;
}

body.lower.page #contents strong,
body.register #contents strong,
body.news #contents strong{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

body.register .terms-box{
	max-height: 70vh;
	overflow-y: scroll;
	padding: 50px;
	background: #313131;
	margin: 50px 0;
}

#contents div.btn-wrap{
	margin-top: 50px;
	text-align: center;
}

#contents div.btn-wrap a,
#contents div.btn-wrap input,
#contents div.btn-wrap button{
	display: inline-block;
	width: 200px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	border-radius: 25px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	background: #169e8e;
}

#contents div.btn-wrap a:hover,
#contents div.btn-wrap input:hover,
#contents div.btn-wrap button:hover{
	background: #fff;
	color: #169e8e;
}

#contents div.btn-wrap  > *:nth-last-child(2){
	background: #313131;
	margin-right: 5px;
}

#contents div.btn-wrap  > *:nth-last-child(2):hover{
	color: #313131;
}

#contents div.btn-wrap .blue{
	background: #034787;
}

#contents div.btn-wrap .blue:hover{
	color: #034787;
}


body.register.email.form #contents .flex,
body.register.email.thanks #contents .flex{
	-webkit-box-pack: center;
	        justify-content: center;
	line-height: 50px;
	margin: 40px auto;
	max-width: 800px;
}

body.login-page #contents table{
	margin: 30px auto;
}

body.login-page #contents th,
body.login-page #contents td{
	padding: 10px 0;
}

body.register.email.form #contents .flex input,
body.register.email.thanks #contents .flex input,
body.login-page #contents table input{
	width: 400px;
	margin-left: 50px;
}

body.register.email.thanks #contents .flex input{
	background: transparent;
}

@media screen and (max-width: 639px){

	body.login-page #contents table input{
		margin: 0;
		width: 100%;
	}

	body.register.confirm #contents td.pl35{
		padding-left: 15px;
	}

	body.register.email.form #contents .flex,
	body.register.email.thanks #contents .flex{
		display: block;
		margin-bottom: 30px;
	}

	body.register.email.form #contents .flex input,
	body.register.email.thanks #contents .flex input{
		width: 100%;
		margin: 0;
	}

	body.login .inner.login table{
		width: 100%;
	}

	body.login .inner.login th,
	body.login .inner.login td{
		display: block;
		text-align: left;
	}

	body.register .terms-box{
		padding: 20px 10px;
		font-size: 15px;
	}

	#contents div.btn-wrap a,
	#contents div.btn-wrap input,
	#contents div.btn-wrap button{
		width: 130px;
		font-size: 15px;
	}

}





body.course.thanks #contents,
body.register.thanks #contents{
	text-align: center;
}

body.course #contents .course-nav{
	margin-bottom: 30px;
}

body.course #contents .course-nav a{
	text-decoration: underline;
}

body.course #contents .course-nav a:hover{
	text-decoration: none;
}

body.course #contents table{
	background: #313131;
	width: 100%;
}

body.course #contents th,
body.course #contents td{
	padding: 15px 20px;
	border: 1px solid #000;
}

body.course #contents th{
	text-align: left;
	font-weight: normal;
	width: calc(100% - 300px);
	padding-left: 50px;
}

body.course.confirm #contents th{
	padding: 15px 20px;
}

body.course #contents .course-head th{
	padding-left: 20px;
	font-size: 18px;
}

body.course #contents td{
	width: 180px;
}

body.course #contents td:first-of-type{
	text-align: right;
}

body.course #contents td:last-of-type{
	text-align: center;
}

body.course #contents strong{
	display: block;
	font-size: 16px;
}

body.course #contents small{
	display: block;
	font-size: 13px;
	color: #fffa;
}

body.course #contents td input{
	width: auto;
	height: auto;
	line-height: normal;
	display: inline-block;
	text-align: center;
	background: #169e8e;
	border-radius: 20px;
	padding: 7px 20px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

body.course #contents td input:hover{
	background: #fff;
	color: #169e8e;
}

body.course.confirm #contents td input{
	background: #434343;
	color: #fff;
}

body.course.confirm #contents td input:hover{
	color: #434343;
	background: #fff;
}

body.course #contents td p{
	font-size: 13px;
	color: #fffa;
}

body.course #contents th ul{
	font-size: 13px;
	color: #fffa;
	padding-left: 1em;
}

body.course #contents .price{
	margin: 30px 0 50px;
}



@media screen and (max-width: 639px){

	body.course #contents th,
	body.course #contents td{
		font-size: 14px;
		padding: 15px 10px 15px 20px;
		width: auto;
	}

	body.course.confirm #contents th{
		padding: 15px 10px;
	}

	body.course #contents .course-head th{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 18px;
	}

	body.course #contents td{
		padding: 15px 10px;
	}

	body.course #contents td:first-of-type{
		width: 85px;
	}

	body.course #contents td input{
		padding: 5px 10px;
	}

	body.course #contents small{
		font-size: 12px;
	}

}









/************************/
/*      body.mypage     */
/************************/

#title {
	background-color: #1b1b1b;
	height: 80px;
}

#title h1 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  padding: 30px 0 26px 0;
}

#title #logout {
    max-width: 1200px;
    margin: -80px auto 0 auto;
    text-align: right;
}

#title #logout a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 14px;
    font-weight: bold;
    line-height: 66px;
}

#title #logout a:before {
    content: '';
    width: 70px;
    height: 3px;
    display: block;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    top: 48px;
    left: 10px;
}

#title #logout a:hover:before {
    background: #034787;
}

#contents #submenu .inner {
  padding-top: 50px;
}

#submenu ul li {
  position: relative;
  width: calc(20% - 20px);
  height: 55px;
}

#submenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #fff;
  border-radius: 27px;
  text-align: center;
  font-size: 18px;
  line-height: 53px;
  -webkit-transition: .3s background, .3s color;
  transition: .3s background, .3s color;
}

#submenu ul li a:hover {
  background: #535353 !important;
  color: #fff !important;
}

#submenu ul li a:before{
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}

#submenu ul li.news.unread:before{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #169e8e;
	position: absolute;
	top: -10px;
	right: 65px;
	z-index: 1;
}

#submenu ul li.news a:before,
body.mypage.news #submenu ul li.news a:hover:before{
	background-image: url(../img/cmn/news.png);
}
body.mypage.news #submenu ul li.news a:before{
	background-image: url(../img/cmn/news-g.png);
}

#submenu ul li.fav a:before,
body.mypage.fav #submenu ul li.fav a:hover:before{
  background-image: url(../img/cmn/fav.png);
}
body.mypage.fav #submenu ul li.fav a:before{
	background-image: url(../img/cmn/fav-g.png);
}

#submenu ul li.history a:before,
body.mypage.history #submenu ul li.history a:hover:before{
  background-image: url(../img/cmn/history.png);
}
body.mypage.history #submenu ul li.history a:before{
	background-image: url(../img/cmn/history-g.png);
}

#submenu ul li.course a:before,
body.mypage.course #submenu ul li.course a:hover:before{
  background-image: url(../img/cmn/course.png);
}
body.mypage.course #submenu ul li.course a:before{
	background-image: url(../img/cmn/course-g.png);
}

#submenu ul li.setting a:before,
body.mypage.setting #submenu ul li.setting a:hover:before{
  background-image: url(../img/cmn/setting.png);
}
body.mypage.setting #submenu ul li.setting a:before{
	background-image: url(../img/cmn/setting-g.png);
}

body.mypage.news    #submenu ul li.news a,
body.mypage.fav     #submenu ul li.fav a,
body.mypage.history #submenu ul li.history a,
body.mypage.course  #submenu ul li.course a,
body.mypage.setting #submenu ul li.setting a {
  background: #fff;
  color: #535353;
}

body.mypage.news #news .news-list{
	overflow-y: visible!important;
}

body.mypage.news .news-list li.unread p{
	font-weight: bold;
}

body.mypage.news .news-list li.unread .news-ttl{
	display: inline-block;
	position: relative;
}

body.mypage.news .news-list li.unread .news-ttl:before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #169e8e;
	position: absolute;
	top: -3px;
	right: -7px;
}


@media screen and (max-width: 999px){

	#submenu ul {
		flex-wrap: wrap;
	}

	#submenu ul li{
		width: calc(50% - 5px);
		margin-bottom: 10px;
		height: 42px;
	}

	#submenu ul li a{
		line-height: 40px;
	}

}








/************************/
/*       body.news      */
/************************/

body.mypage.news #info > .inner{
	padding-top: 50px;
}

body.mypage.news #news{
	background: transparent;
	padding: 0;
}

body.mypage.news #news .news-list{
	height: auto;
}

body.mypage.news #news .news-list li{
	margin-right: 0;
	padding-bottom: 24px;
	margin-bottom: 30px;
}





/************************/
/*      body.setting    */
/************************/

body.mypage.setting #info > .inner{
	padding-top: 18px;
}

body.mypage.setting #setting .setting-list li a{
	display: block;
	border-bottom: 1px solid #535353;
	font-size: 20px;
	line-height: 79px;
	-webkit-transition: .3s background, .3s color;
	transition: .3s background, .3s color;
	padding: 0 20px;
}

body.mypage.setting #setting .setting-list li a:hover {
	background: #535353 !important;
}

body.mypage.setting #setting .setting-list.pdf li a:before{
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
    margin-left: 8px;
    background-image: url(../img/cmn/pdf.png);
}





/* page-nav */
#page-nav{
	width: 395px;
	margin: 50px auto 0;
	-webkit-box-pack: center;
		justify-content: center;
}

#page-nav li{
	padding: 0 2.5px;
}

#page-nav a{
	font-size: 13px;
	display: block;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	transition: .3s;
}

#page-nav li.first a,
#page-nav li.last a{
	width: 55px;
}

#page-nav a:hover,
#page-nav li.current a{
	background: #fff;
	color: #000;
}

@media screen and (max-width: 639px){

	#page-nav{
		width: 290px;
		margin: 30px auto 0;
	}

	#page-nav a{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	#page-nav li.first a,
	#page-nav li.last a{
		width: 45px;
	}
}



div.alert-complete{
	line-height: 52px;
	border-radius: 5px;
	text-align: center;
	background: #149f8e;
	letter-spacing: .1em;
}

div.alert-error{
	border-radius: 5px;
	line-height: 52px;
	text-align: center;
	background: #b0224a;
	letter-spacing: .05em;
}

div.alert-complete.mb30,
div.alert-error.mb30{
	margin-bottom: 30px;
}



/************************/
/*      body.lower.page */
/************************/

body.lower.page #contents .inner {
    line-height: 1.8;
}
body.lower.page #contents h2{
    max-width: 100%;
}
body.lower.page #contents h3{
    font-size: 22px;
    line-height: 24px;
    padding: 16px 0;
    border-bottom: 2px solid #535353;
    margin-bottom: 30px;
}
body.lower.page #contents h3:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 1em;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 16px;
    background-color: #034787;
}
body.lower.page #contents h4{
    font-size: 20px;
    line-height: 22px;
    padding: 12px 0 12px 0.4em;
}
body.lower.page #contents h4:before{
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
    margin-top: -0.1em;
    margin-right: 0.7em;
    background-color: #034787;
}
body.lower.page #contents ul li{
    text-indent: -1.5em;
    padding-left: 2.3em;
}
body.lower.page #contents ul li:before{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    vertical-align: middle;
    margin: -0.1em 1em 0 0;
    background-color: #034787;
    border-radius: 50%;
}
body.lower.page #contents ol{
    counter-reset: item;
}
body.lower.page #contents ol li{
    text-indent: -2.3em;
    padding-left: 2.6em;
}
body.lower.page #contents ol li:before{
    counter-increment: item;
    content: '【'counter(item)'】';
    margin: 0 0.2em 0 -0.5em;
}
body.lower.page #contents dl{
}
body.lower.page #contents dl dt{
    font-size: 20px;
}
body.lower.page #contents dl dd{
    padding-bottom: 0.66em;
}
body.lower.page #contents a{
    border-bottom: 2px solid #034787;
}
body.lower.page #contents a:hover{
    border-bottom: 2px solid #fff;
    opacity: .6;
}
body.lower.page #contents .p-margin-bottom p{
    margin-bottom: 30px;
}
body.lower.page #contents .column2 {
    float: left;
    width: 50%;
    padding: 16px;
}
@media screen and (max-width: 999px){
	body.lower.page #contents .column2 {
	    float: none;
	    width: 100%;
	}
}
