@charset "utf-8";
/***********************
pc.css
************************/
/*---------------------
アニメーション
-----------------------*/
/* スケール */
.a_scale{
	opacity: 0;
	transform: scale(1.1);
	transition: .5s ease-in-out;
}
.a_scale._ready{
	opacity: 1;
	transform: scale(1);

}
/* 浮上 */
.a_up{
	opacity: 0;
	transform: translateY(10px);
	transition: .5s ease-in-out;
}
.a_up._ready{
	opacity: 1;
	transform: translateY(0px);
}
/* フェード */
.a_opacity{
	opacity: 0;
	transition: .5s ease-in-out;
}
.a_opacity._ready{
	opacity: 1;
}

.center {
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*---------------------
全体
-----------------------*/
body {
	position: relative;
	width: 100%;
	background: #000;
}
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #000;
	min-width: 1200px;
}
h2 {
	position: absolute;
	text-indent: -9999px;
}
/*---------------------
メインエリア
-----------------------*/
#main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/top/bg2.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: calc(20.5 / 1920* 100%);
}
.t_director{ 
	position: absolute;
    
    left: calc(463 / 1920* 100%);
    top: calc(385 / 1100* 100%);
	/*margin: 0 auto ;*/
	/*padding-top: calc(48 / 1920* 100%);*/
	width: calc(235 / 1920* 100%);
}
.t_look_up{
    position: absolute;
   /* margin: calc(558 / 1920* 100%) auto 0;*/
    
     left: calc(474 / 1920* 100%);
    top: calc(192 / 1100* 100%);
    
    width: calc(211 / 1920* 100%);
}
.t_logo {
	position: absolute;
	/*margin: calc(53.5 / 1920* 100%) auto 0;*/
     left: calc(150 / 1920* 100%);
    top: calc(447 / 1100* 100%);
	width: calc(860 / 1920* 100%);
}
.t_day {
	position: absolute;
	/*margin: calc(48 / 1920* 100%) auto 0;*/
    left: calc(507 / 1920* 100%);
    top: calc(881 / 1100* 100%);
	width: calc(146 / 1920* 100%);
}
.t_audio_btn{
	position: absolute;
	width: calc(80 / 1920* 100%);
	right: calc(40 / 1920* 100%);
	bottom: 0;
	margin-bottom: calc(130 / 1920* 100%);
	z-index: 2;
    transition: .3s ease;
	cursor: pointer;
}
.hash{
    position: absolute;
    width: calc(142 / 1920* 100%);
    right: calc(40 / 1920* 100%);
	bottom: 0;
    margin-bottom: calc(40 / 1920* 100%);
	z-index: 2;
    transition: .3s ease;
}
.hash:hover{
	opacity: 0.7;
}

.hash2{
    position: absolute;
    width: calc(231 / 1920* 100%);
     left: calc(1649 / 1920* 100%);
    top: calc(994 / 1100* 100%);
	z-index: 2;
    transition: .3s ease;
}
.hash2:hover{
	opacity: 0.7;
}
/*---------------
丸バナー
-----------------*/
.fan_bnr{
	position: absolute;
	z-index: 1;
	width: calc(250 / 1920* 100%);
	top: 0;
	margin-top:calc(710 / 1920* 100%);
	margin-left:calc(40 / 1920* 100%);
	transition: .3s ease;
}
.fan_bnr:hover{
	transform: scale(1.03);
}

/*---------------
filmarksバナー
-----------------*/
.filmarks_bnr{
position: absolute;
	z-index: 1;
	width: calc(250 / 1920* 100%);
	top: 0;
	margin-top:calc(980 / 1920* 100%);
	margin-left:calc(40 / 1920* 100%);
	transition: .3s ease;
}
.filmarks_bnr:hover{
	transform: scale(1.03);
    }

/*---------------
メイン下バナー
-----------------*/
#main_bnr_area{
	background: #000;
	position: relative;
}
.main_bnr{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1390px;
	padding: calc(0 / 1920* 100%) 0;
	gap: 10px;/*calcだと反映されず*/
	flex-wrap: wrap;
}
.main_bnr li img{
	width: calc(440 / 1410* 100vw);
    min-width: 190px;
    max-width: 360px;
}
/*---------------
ムビチケエリア
-----------------*/
#mvtk_ticket {
	position: relative;
	/*background:#fff ;*/
     background: #000;
	margin: 0 auto;
	padding: 20px 0; 
}
/*SNSボタン*/
.mvtk_area_sns{
	display: flex;
	gap: 20px;
	justify-content: center;
	padding-bottom: 40px;
}
.mvtk_area_sns li{
	transition: all 0.3s ease;
	cursor: pointer;
	width: 60px;
}
.mvtk_area_sns li:hover {
	opacity: 0.8;
}
/*THEATERS・NEWSボタン*/
.mvtk_btn_area{
	display: flex;
    width: 840px;
    margin: 0 auto;
    gap: 16px;
}
.mvtk_btn_area li{
	transition: all 0.3s ease;
	cursor: pointer;
}
.mvtk_btn_area li:hover{
	opacity: 0.9;
}
/*ムビチケウィジェット*/
.mvtk_widgets_area {
	position: relative;
	max-width: 840px;
	width: 100%;
/*	margin: 60px auto 0;*/
    margin: 0px auto 0;
}
.mvtk_widgets_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
/*ムビチケバナー*/
.mb-1 {
	display: flex;
	justify-content: space-between;
	width: 840px;
}
.mb-1 img {
	margin: 0 auto;
	width: 412px;
	cursor: pointer;
	transition: 0.3s;
}
.mb-1 img:hover {
	opacity: 0.9;
}
.full img {
	width: 100%;
	height: auto;
}

/*---------------
動画エリア
-----------------*/
/* 共通：全体の設定 */
.yt_area {
    position: relative;
    padding: 60px 0 50px;
    background: #b60400;
    width: 100%;
    height: auto;
}
 /*共通：watch_on_youtubeボタン*/
 .video_more{
	position: relative;
    width: 359px;
    margin: 0 auto;
    background: url(../img/top/watch_on_youtube_over.png) no-repeat center top;
    background-size: 359px auto;
	transition: .3s ease;
 }
 .video_more:hover{
	opacity: 0.8;
 }
/*---------------
動画下エリア囲み
-----------------*/
/*PCのBG設定*/
#section_bg_wrap{
	background: url(../img/top/fix_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 120px;
}
/*---------------
バナーエリア
-----------------*/
#bnr_area{
	padding-bottom: 120px;
}
#bnr_wrap {
	position: relative;
    width: 100%;
    min-height: 409px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
#bnr_wrap a {
	color: #fff;
}
#bnr_wrap a:hover {
	text-decoration: underline;
}
.pickup_title {
    position: relative;
    margin: 0 auto 40px;
    width: 364px;
}
#bnr_load {
	position: relative;
	width: 100%;
}
.bnr_column {
	width: 100%;
	margin: 0 auto;
	display: none;
	justify-content: center;
	gap:30px;
}
.works_bnr {
	width: calc(325 / 1400* 100vw);
	max-width: 325px;
    min-width: 278px;
	text-align: left;
}
.bnr_img img{
	width: calc(325 / 1400* 100vw);
	max-width: 325px;
    min-width: 278px;
}
#bnr_more {
	position: relative;
	width: 544px;
	padding-top: 40px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
#bnr_more img {
	transition: 0.5s;
}
#bnr_more img:hover {
	opacity: 0.8;
}
.bnr_text {
	font-size: 15px;
	line-height: 22px;
	margin: 20px 0 30px;
}
#bnr_sort {
	position: relative;
	width: 100%;
	display: flex !important;
	justify-content: center;
	margin-bottom: -5px;
	z-index: 1;
	display: none !important;
	opacity: 0 !important;
}
.bnr_category {
	margin: 0 5px;
}
.bnr_category {
	width: 162px;
	height: 40px;
	cursor: pointer;
}
.bnr_category:nth-child(1) {
	background: url(../img/category/cate1.png) no-repeat left top;
}
.bnr_category:nth-child(2) {
	background: url(../img/category/cate2.png) no-repeat left top;
}
.bnr_category:nth-child(3) {
	background: url(../img/category/cate3.png) no-repeat left top;
}
.bnr_category:nth-child(4) {
	background: url(../img/category/cate4.png) no-repeat left top;
}
.bnr_category img {
	opacity: 0;
	transition: 0.3s;
}
.bnr_category img:hover {
	opacity: 1;
}
.category_target img {
	opacity: 1;
}
.category_target img:hover {
	opacity: 1;
}
/*---------------
Who is supermanエリア
-----------------*/
#about_area {
	position: relative;
	width: 100%;
/*	padding-bottom: 120px;*/
	margin: 0 auto;
}
.ws_area_1 {
	position: relative;
	background: url(../img/ws/area_1_bg.jpg) no-repeat center top;
	background-size: 1920px auto;
	padding-bottom: 140px;
}
.area_1_ttl {
	position: relative;
	width: 905px;
	padding-top: 79px;
}
.area_1_copy1 {
	position: relative;
	width: 878px;
	left: 5px;
	padding-top: 20.5px;
}
.area_1_copy2 {
	position: relative;
	width: 854px;
	left: -4px;
	padding-top: 76px;
}

.ws_area_2 {
	position: relative;
	background: url(../img/ws/area_2_bg.jpg) no-repeat center top;
	background-size: 1920px auto;
	padding-bottom: 68px;
}

.area_2_copy1 {
	position: relative;
	width: 452.5px;
	left: 50%;
	margin-left: 111.5px;
	padding-top: 62.5px;
}
.area_2_copy2 {
	position: relative;
	width: 431px;
	left: 50%;
	margin-left: 130.5px;
	padding-top: 26px;
}
.area_2_copy3 {
	position: relative;
	width: 437.5px;
	left: 50%;
	margin-left: 121px;
	padding-top: 28px;
}
.area_2_copy4 {
	position: relative;
	width: 431px;
	left: 50%;
	margin-left: 117px;
	padding-top: 26px;
}
.area_2_copy5 {
	position: relative;
	width: 530px;
	left: 50%;
	margin-left: 71px;
	padding-top: 29px;
}

/*---------------
ニュースエリア
-----------------*/
#news_area{
	position: relative;
	width: 100%;
	padding-bottom: 140px;
	margin: 0 auto;
}

#goods_area{
	position: relative;
	width: 100%;
	padding-bottom: 87px;
	margin: 0 auto;
}
#news_title {
	position: relative;
	margin: 0 auto 40px;
	width: 262px;
}

#goods_title {
	position: relative;
	margin: 0 auto 40px;
	width: 1179px;
}
#news_wrap {
	position: relative;
	margin: 0 10px;
}
.news_article {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
    max-width: 1390px;
	margin: 0 auto;
	padding: 5px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.news_article:first-child{
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}
.news_thumb {
	position: relative;
	width: 244px;
	height: 138px;
	overflow: hidden;
}
.news_thumb img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.news_title {
	width: calc(100% - 334px);/* 334px = サムネイル244px ＋ margin-left30px + 矢印アイコン左右合わせてmargin60px*/
	margin-left: 30px;
	display: flex;
    align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}
.news_article a {
	color: #fff;
	transition: 0.5s;
	display: block;
}
.news_article a:hover {
	opacity: 0.7;
}
.news_day {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	background: #ffd900;
	padding: 0 4px;
	margin-bottom: 15px;
    display: inline-block;
	font-family: "Roboto", sans-serif;
}
.news_icon{
	width: 12px;
	margin: 0 30px;
}
#news_more {
	position: relative;
	width: 544px;
	padding-top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
	cursor: pointer;
}
#news_more img {
	transition: 0.5s;
}
#news_more img:hover {
	opacity: 0.8;
}
/*---------------
フッターロゴ
-----------------*/
.bottom_logo{
	position: relative;
    margin: 0 auto;
  /*  padding-top: 150px;*/
	padding-bottom: 150px;
    width: 293px;
}
/*---------------
フッターバナー
-----------------*/
#footer_bnr_area{
	position: relative;
	padding: calc(30 / 1390* 100%) 0;
	background: #000;
}
.footer_bnr{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1390px;
	gap: 10px;/*calcだと反映されず*/
	flex-wrap: wrap;
}
.footer_bnr li img{
	width: calc(340 / 1410* 100vw);
    min-width: 290px;
    max-width: 340px;
}