@media screen and (min-width:1201px){
	.pc_hide{
		display: none!important;
	}
}/*@media screen and (min-width:1201px){*/

@media screen and (max-width:1200px){
	.pad_hide{
		display: none!important;
	}


	/*
	------------------------------------
	共通パーツ
	------------------------------------
	*/

	.container{
		max-width: 720px;
		margin-inline: auto;
	}

	.common_sec_deco{
		width:2025px;
		height:45px;
	}

	.common_sec_deco.top{
		top:20px;
	}
	.common_sec_deco.bottom{
		bottom:20px;
	}

	.common_slide_area{
		max-width: 2000px;
		margin:50px auto 0;
		overflow: hidden;
	}

	.common_slide_area .swiper_block.shift{
		margin-top: 56px;
		width: calc(100% + 225px);
		margin-left: -225px;
	}

	/*縦長動画のカード*/

	.common_slide_area .movie_slide{
		width:280px!important;
		padding:0 20px;
	}



	.common_movie_card .movie_rank{

		padding-bottom: 6px;
		width: 86px;
		height:54px;
		margin:0 auto 16px;
		font-size: 15px;
	}

	.common_movie_card .movie_count{
		margin-top: 8px;
		/* font-size: 14px; */
	}



	/*横長動画のカード*/

	.common_slide_area .full_movie_slide{
		width:450px!important;
		padding:0 20px;
	}


	.common_full_movie_card .movie_title{
		margin-top: 12px;
		line-height: 1.5;
	}

	/*動画のポップアップ*/

	.common_movie_pop .movie_pop_inner{
		height: 100vh;
    	height: calc(var(--vh2, 1vh) * 100);
	}

	.common_movie_pop .movie_pop_close{
		top:30px;
		right:30px;
	}

	.common_movie_pop .movie_pop_close::after{
		width:24px;
		height:24px;
	}

	.common_movie_pop .movie_frame{
		height: 80vh;
		max-height: 700px;
	}


	.common_movie_pop[data_pop_movie_type="full_movie"] .movie_frame{
		width:1000px;
		max-width: 90%;
		height:auto;
	}


	/*タグ一覧エリア*/
	.common_tag_area{
		margin-top: 40px;
	}

	.common_tag_area .tag_line{
		display: flex;
		font-size: 18px;

	}

	.common_tag_area .tag_track{
		gap:0 24px;
	}

	.common_tag_area .tag_list{
		gap:0 24px;
	}


	.common_tag_area .tag_line{

	}
	.common_tag_area .tag_line + .tag_line{
		margin-top: 24px;
	}



	/*
	------------------------------------
	ヘッダー
	------------------------------------
	*/
	header{
		
	}

	header .header_flex{
		
		height:75px;
	}

	header .header_logo img{
		height:36px;
		width:auto;
}

	/*
	------------------------------------
	フッター
	------------------------------------
	*/
	footer{
		padding-top: 120px;
		padding-bottom: 80px;
	}

	footer .footer_logo_flex{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap:0 36px;
	}

	footer .footer_logo_flex img{
		height:60px;
		width:auto;
	}

	footer .footer_copy{
		margin-top: 40px;
		font-size: 18px;
		text-align: center;
	}

	/*
	------------------------------------
	トップページ
	------------------------------------
	*/

	body.top_body{
		
	}

	main.top_main{

	}

	.top_section{
		position: relative;
	}

	.top_section .sec_title{
		font-weight: bold;
		font-size: 37px;
		text-align: center;	
	}

	.top_fv_section{
		position: relative;

	}


	.top_fv_section .top_fv_slide{
		width:100%;
	}

	.top_fv_section .top_fv_card{
		height: calc(100vh - 400px);
		min-height: 400px;
	}


	.top_fv_section .fv_view_more{
		width:68px;
		bottom:10%;
		right:auto;
		left:24px;
	}

	.top_fv_section .fv_catch{
		height:300px;
		max-height: 60%;
		right:60px;
		top:120px;
	}


	.top_prologue_section{
		padding-top: 105px;
		padding-bottom: 150px;
		
	}

	.top_prologue_section .prologue_area{
		max-width: 1100px;
		margin-inline: auto;
	}

	.top_prologue_section .prologue_text strong{
		font-size: 30px;
		
	}

	.top_secion_list{
		position: relative;
	}

	.top_secion_list .top_secion_bg{
		min-width: 1980px;
		opacity: 0.3;
		background-image: url('../img/top/top_bg.png');
	}

	.top_recent_section{
		padding-top: 150px;
		padding-bottom: 160px;
	}

	.top_rank_section{
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.top_recommend_section{
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.top_category_section{
		padding-top: 100px;
		padding-bottom: 120px;
	}


	.top_category_section .movie_category_list{
		max-width: 1120px;
		margin:56px auto 0;
		display: flex;
		align-items: flex-start;
		gap:40px;
	}

	.top_category_section .movie_category_list li{
		width:280px;
	}



	.top_category_section .movie_category_list span{

		font-size:28px;
	}


	/*
	------------------------------------
	動画一覧ページ
	------------------------------------
	*/

	body.movie_list_body{
		
	}

	main.movie_list_main{
		
	}

	.movie_list_section{

	}

	.movie_list_section .selected_tag{
		margin-top: 12px;

		font-size: 20px;

	}

	.movie_list_section .no_result{
		margin-top: 24px;
	}

	.movie_archive_section{
		margin-top: 100px;
		padding-top: 80px;
		padding-bottom: 48px;
	}

	.movie_archive_section .page_title{
		font-size: 37px;

	}

	.movie_archive_section .movie_category_list{
		margin-top: 72px;

		gap: 24px 40px;
	}

	.movie_archive_section .movie_category_list li{

	}

	.movie_archive_section .movie_category_list li a{
		width: 245px;
		height: 64px;
		border-radius: 25px;
		font-size: 28px;
		
	}

	.movie_archive_section .swiper_block + .swiper_block{
		margin-top: 24px;
	}

}/*@media screen and (max-width:1200px){*/