@charset "UTF-8";
/* CSS Document */


#title{
	background-image: url(../img/movie/mv.jpg);
}

/*最新の動画*/

.archive-first{
	background-image: linear-gradient(-135deg, rgba(255, 255, 255, 1) 26%, rgba(237, 249, 255, 1) 90%);
}

.archive-first .ttl{
	color: var(--color-base);
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
}

.new_poit span{
	padding-left: 0.5em;
	color: var(--color-base);
}


@media screen and (min-width: 790px) {
	.archive-first .full_frame{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	
	.archive-first .movie,.archive-first .text{
		width: calc(50% - 2rem);
	}
	
}/*@media screen and (max-width: 999px) { */

@media screen and (max-width: 789px) {
.archive-first .ttl{
	font-size: 2rem;
	}
}/*@media screen and (max-width: 789px) {*/



/*-----------------

ページャー

-----------*/
.pager .page-numbers{
	display: flex;
	justify-content: center;
}

.page-numbers li{
	display:inline-block;
	margin: 0.5em;
}
.page-numbers li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4em;
	height: 2.4em;
	line-height: 1;
	text-align: center;
	border-radius: 3em;
}

.page-numbers a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.4em;
	height: 2.4em;
	line-height: 1;
	text-align: center;
	border-radius: 3em;
	color: #fff;
	transition:background 0.3s ease-in;
	background-color: var(--color-base); 
}
.page-numbers a:hover{
	background-color: var(--color-gray2); 
}


/*-----------------

動画一覧

-----------*/
.archive-movie_url{
	padding: 0.2em;
	display: block;
	background-color: #fff;
	transition: all 0.5s;
	box-sizing: border-box;
}

.archive-movie_url:hover{
	background-color: #efefef;
	transition: all 0.5s;
}


.archive-movie_archive{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.archive-movie_archive li{
	margin-bottom: 5rem;
	width: calc(33% - 2rem); 
}
.archive-movie_archive li+li{
	margin-left: 3rem;
}

.archive-movie_archive li:nth-of-type(3n+1s){
	margin-left: 0rem;
}

.photo_area{
	border: 1px solid var(--color-gray2); 
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40%;
    padding: 55% 0 0;
}
.photo_area img{
	width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}


.ymd{
	margin-top: 1em;
	margin-bottom: 0.2em;
}

.archive-movie_archive .ttl{
	color: var(--color-base);
	font-family: "Noto Serif JP", serif;
	font-size: 2.1rem;
}
.movie_tag{
	display: block;
}

.movie_tag span,.movie_tag a{
	display: inline-block;
    font-size: 1rem;
    padding: 0.1em 0.6em;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    background: #F7F7F7;
    border-radius: 20px;
	margin-bottom: 0.3em;
    margin-right: 0.5rem;
}

.catch_img{
	text-align: center;
	margin-bottom: 2em;
}
.modoru{
	margin-top: 5rem;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 240px;
}


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

.archive-movie_archive{
	justify-content: space-between;
}
	.archive-movie_archive li{
	width:calc(50% - 1rem);
}
.archive-movie_archive li+li,.archive-movie_archive li:nth-of-type(2n+1){
	margin-left: 0em;
}

	
.archive-movie_archive .ttl{
	font-size: 1.5rem;
	}
}/*@media screen and (max-width: 789px) {*/



/*-----------------

認定限定リストCSS

-----------*/

.movielist-not-subscriber{
	background-color: var(--color-base);
	color: #fff;
}

.movielist-not-subscriber-ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2em;
}
.movielist-not-subscriber h3{
	font-size: 1.8rem;
	margin-top: 0.5em;
}
.kgvid_wrapper{
	margin-top: 0;
	margin-bottom: 0;
}

.movielist-not-subscriber-ul video{
	width: 100%;
}
@media screen and (min-width: 790px) {
.movielist-not-subscriber-ul li{
	width:calc(calc(100% / 3) - 20px);
	margin-bottom: 2%;
}
.movielist-not-subscriber-ul li:not(:nth-of-type(3n+1)){
	margin-left: 30px;
}
.movielist-not-subscriber-ul li:first-child{
	margin-left: 0px;
}
/*----後ろから３つめだけ----*/
.movielist-not-subscriber-ul li:nth-last-child(-n + 3) {
 margin-bottom: 0;
}
}/*@media screen and (min-width: 789px) {*/

@media screen and (max-width: 789px) {
.movielist-not-subscriber-ul li{
	width: 49%;
	margin-bottom: 1em;
}
.movielist-not-subscriber-ul li:nth-of-type(even){
	margin-left: 2%;
}
.movielist-not-subscriber h3{
	font-size: 1.4rem;
}
/*----後ろから２つめだけ----*/
.movielist-not-subscriber-ul li:nth-last-child(-n + 2) {
 margin-bottom: 0;
}
}/*@media screen and (max-width: 789px) {*/