@charset "utf-8";
/***********************
pc.css
************************/
html {
	scroll-behavior: smooth;
}

/*---------------------
TOPアニメーション
-----------------------*/
.c_path1,.c_path2 {
	opacity: 0;
}
.c_path1.--ready1 {
	opacity: 1;
	animation: clipping .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.c_path2.--ready2 {
	opacity: 1;
	animation: clipping2 .5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
@keyframes clipping {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
@keyframes clipping2 {
	0% {
		clip-path: inset(0 100% 0 0);
	}

	100% {
		clip-path: inset(0 0 0 0);
	}
}
.trans {
	opacity: 0;
}

/*---------------------
全体
-----------------------*/
body {
	position: relative;
	width: 100%;
	background: #000;
}
#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #000;
	min-width: 1300px;
	max-width: 1920px;
	/* background: url(../img/bgbg.jpg) no-repeat center top;
	background-size: 100% auto; */
}
h2 {
	position: absolute;
	text-indent: -9999px;
}
.center {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.center.abs {
	position: absolute;
}
/*---------------------
メインエリア
-----------------------*/
#works_top {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #000;
}
.first_area {
	position: relative;
	/* background: url(../img/top/pc_top_01.jpg) no-repeat center top;
	background-size: 1920px auto;
	height: 1120px; */
}
.title_area {
	position: relative;
	width: 100%;
	min-width: 1200px;
	background: #000;
}
#main {
	position: relative;
	width: 100%;
	/*height:750px;*/
	max-width: 1920px;
	margin: 0 auto;
	/* padding-bottom: 40.5%; */
}
#main_visual {
	position: relative;
	margin: 0 auto;
	/* max-width: 1353px; */
	width: calc(1353 / 1920 * 100vw);
	min-width: 847px;
}
#main_visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}
.copy_1 {
	width: calc(974 / 1920 * 100%);
	top: calc(10.5 / 1920 * 100%);
}
.copy_2 {
	width: calc(423 / 1920 * 100%);
	bottom: calc(418.5 / 1920 * 100%);
}
.logo {
	width: calc(429 / 1920 * 100%);
	bottom: calc(59.5 / 1920 * 100%);
}
.t_day {
	position: absolute;
	width: 156.5px;
    bottom: 51px;
	right: 57px;
}
.lf {
	position: absolute;
	width: calc(472 / 1920 * 100%);
	bottom: calc(15.5 / 1920 * 100%);
	right: calc(36.5 / 1920 * 100%);
}
.t_scroll{
	position: absolute;
	width: calc(20 / 1920 * 100%);
	top: calc(1840 / 1920 * 100%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.t_scroll img{
	animation: updown 0.5s ease-in infinite alternate-reverse;
}
@keyframes updown {
	0% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}

/* AR */
.ar_bnr {
	position: absolute;
	width: 353px;
	bottom: 73px;
	left: 33px;
}
.cp_btn {
	position: absolute;
	width: 297px;
	left: 42px;
	bottom: 26.5px;
}

.ar_bnr img,.cp_btn img {
	transition: all 0.5s;
}

.ar_bnr:hover img,.cp_btn:hover img {
	opacity: 0.8;
}

.pc_mvtk_btn {
	position: absolute;
	bottom: 254px;
	right: 38px;
}

.pc_mvtk_btn img {
	transition: all 0.5s;
}

.pc_mvtk_btn:hover img {
	opacity: 0.8;
}

.pl_bnr {
	position: absolute;
	width: 327.5px;
	right: 0;
    bottom: 232.5px;
}
.pl_bnr img {
	transition: all 0.5s;
}
.pl_bnr:hover img {
	opacity: 0.8;
}

/*---------------
動画エリア
-----------------*/
.yt_area {
	position: relative;
	/* height: 500px; */
	padding-top: 100px;
	background: #000;
}
.yt_area_title{
	width: 318px;
	margin: 0 auto;
}
#youtube_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
#youtube_area {
	position: relative;
	width: 100%;
}
#yt_load_area {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	overflow: hidden;
	height: 100%;
}
#yt_load {
	position: relative;
	top: 0;
	left: 0;
	width: 2210px;
	display: flex;
}
.yt_list {
	position: relative;
	width: 380px;/* 動画3つ〜 */
	margin: 0 10px;/* 動画3つ〜 */
	width: 550px;/* 動画1〜2 */
	margin: 0 25px;/* 動画1〜2 */
	cursor: pointer;
	overflow: hidden;
	transform: translateX(0%);
}
.yt_list_img {
	border: solid 1px #999999;
	box-sizing: border-box;
}
.yt_cursor {
	position: absolute;
	width: 100%;
	max-width: 1680px;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.yt_left {
	position: absolute;
	left: 30px;
	top: 160px;
	cursor: pointer;
	display: none;
	transition: 0.5s;
}
.yt_right {
	position: absolute;
	right: 30px;
	top: 160px;
	cursor: pointer;
	transition: 0.5s;
}
.yt_fade {
	position: absolute;
	width: 99.5%;
	padding-bottom: 55.9%;
	left: 1px;
	top: 1px;
	background: rgba(0, 0, 0, 0.5) url(../img/top/play_btn.png) no-repeat center;
	background-size: 80px auto;
	transition: 0.5s;
	/* transform-origin: center center; */
}
.yt_right:hover,
.yt_left:hover {
	opacity: 0.7;
}
.yt_fade:hover {
	background: rgba(0, 0, 0, 0.2) url(../img/top/play_btn.png) no-repeat center;
	background-size: 80px auto;
	opacity: 0.7;
}
.yt_title {
	position: relative;
	width: auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
	/* line-height: 32px; */
	margin-top: 24px;
	/* letter-spacing: 0.2em; */
}
#yt_more {
	position: relative;
	left: 51%;
	transform: translateX(-50%);
	margin-top: 48.5px;
	top: 0;
	background: url(../img/top/woy.png) no-repeat center top;
	background-size: 292px auto;
	cursor: pointer;
	height: 48px;
	width: 292px;
}
.trailer_img {
	position: relative;
	width: 710px;
	margin: 0 auto;
}
.btn {
	position: absolute;
	width: 128px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	margin-top: -266.8px;
}
.btn img {
	opacity: 0.6;
	transition: all 0.5s;
}
.btn:hover img {
	opacity: 1;
}
.bt_scale {
	transition: trasnform 0.3s ease-in-out;
}
.bt_scale:hover img {
	transform: scale(1.1);
}
.video_title {
	position: absolute;
	top: 410px;
	width: 100%;
	text-align: center;
	font-size: 22.5px;
	font-weight: bold;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
	letter-spacing: 2px;
}
.video_more {
	position: absolute;
	width: 359px;
	left: 50%;
	margin-left: -180.1px;
	top: 470px;
	background: url(../img/top/watch_on_youtube_over.png) no-repeat center top;
	background-size: 359px auto;
}
#yt_more img {
	opacity: 0;
	transition: 0.5s;
}
#yt_more img:hover {
	opacity: 1;
}

/*---------------
ムビチケエリア
-----------------*/
#mvtk_ticket {
	max-width: 1920px;
	margin: 0 auto;
}
.section_bnr {
	width: 100%;
	position: relative;
	padding: 20px 0 70px;
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	background: #000000;
}
.mvtk_area {
	position: relative;
	max-width: 840px;
	width: 100%;
}
.mb-1 {
	display: flex;
	justify-content: space-between;
	width: 840px;
}
.mb-1 img {
	margin: 0 auto;
	width: 400px;
	cursor: pointer;
	transition: 0.3s;
}
.mb-1 img:hover {
	opacity: 0.9;
}
.full img {
	width: 100%;
	height: auto;
}
.mv_widget {
	margin-bottom: 30px;
}

/*---------------
イントロエリア
-----------------*/
.intro_area {
	position: relative;
	padding-bottom: 69.5px;
	background: url(../img/top/intro_v2/pc/bg.jpg) no-repeat center top;
	background-size: 1920px auto;
}
.dot_border_1 {
	position: relative;
	background: url(../img/top/dot_1.png) center top;
	background-repeat: repeat-x;
	background-size: 1920px auto;
	height: 40px;
	animation: loop 35s linear infinite;
}
@keyframes loop {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -1920px 0;
	}
}

.dot_border_2 {
	position: absolute;
	background: url(../img/ch/dot.png) center top;
	background-repeat: repeat-x;
	background-size: 1920px auto;
	width: 100%;
	height: 40px;
	bottom: 0;
}
.dot_border_2.--ch {
	background: url(../img/top/dot_2.png) center top;
	animation: loop2 35s linear infinite;
}
@keyframes loop2 {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 1920px 0;
	}
}
.survival {
	width: 530.5px;
	padding-top: 23.5px;
}
.intro_txt1 {
	width: 1229.5px;
	/* top: 265.5px; */
	padding-top: 19.5px;
	z-index: 1;
}
.intro_txt2 {
	width: 1112.5px;
	padding: 28.5px 0 170.5px 0;
	z-index: 2;
}
.scene {
	position: relative;
	background: url(../img/top/intro_v2/pc/scene.png) center top;
	background-repeat: repeat-x;
	background-size: 3035px auto;
	width: 100%;
	height: 214px;
	animation: loop3 50s linear infinite;
}
@keyframes loop3 {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -3035px 0;
	}
}
.bee {
	position: absolute;
	width: 533.5px;
	top: 520px;
	left: 50%;
	margin-left: -650px;
	z-index: 2;
}
.wolf {
	position: absolute;
	/* width: 340.5px; */
	width: 275.5px;
	bottom: 220px;
	left: 50%;
	margin-left: 337px;
	z-index: 1;
}

/*---------------
バナーエリア
-----------------*/
#bnr_area {
	position: relative;
}
.dot_border_1 {
	position: absolute;
	background: url(../img/top/dot_1.png) center top;
	background-repeat: repeat-x;
	background-size: 1920px auto;
	width: 100%;
	height: 40px;
	animation: loop 35s linear infinite;
	z-index: 1;
}
.dot_border_pk {
	position: relative;
	background: url(../img/top/dot_pk.png) center top;
	background-repeat: repeat-x;
	background-size: 1920px auto;
	height: 40px;
}
#bnr_wrap {
	position: relative;
	width: 100%;
	background: url(../img/top/bnr_bg.jpg) repeat-y center top;
	background-size: 1920px auto;
	padding: 0;
	padding-top: 0;
	min-height: 673px;
}
#bnr_wrap a {
	color: #140402;
}
#bnr_wrap a:hover {
	text-decoration: underline;
	text-decoration-color: #FFF;
}
.pickup_title {
	position: relative;
	width: 100%;
	padding-top: 118.5px;
	text-align: center;
}
.works_bnr {
	width: 260px;
	margin: 0 10px 10px;
	text-align: center;
}
#bnr_load {
	position: relative;
	width: 100%;
	padding-top: 82px;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.bnr_column {
	width: 1120px;
	margin: 0 auto;
	display: none;
}
#bnr_more {
	position: relative;
	width: 113px;
	height: 105px;
	padding-top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	cursor: pointer;
	display: none;
	padding-bottom: 40px;
}
#bnr_more img {
	transition: 0.3s;
}
#bnr_more img:hover {
	transform: scale(1.1, 1.1);
}
.bnr_text {
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0;
	color: #FFF;
	font-weight: bold;
}
#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;
}
/*---------------
キャストエリア
-----------------*/
.vc_area {
	position: relative;
	background: url(../img/vc/bg.jpg) no-repeat center top;
	background-size: 1920px auto;
	padding-bottom: 137px;
}
.vc_ttl {
	width: 501px;
	padding-top: 75px;
}
.vc_casts {
	position: relative;
	width: 609px;
	left: 50%;
	margin-left: -238px;
	padding-top: 35.5px;
	z-index: 1;
}
.tree {
	position: absolute;
	width: 100%;
	background: url(../img/vc/tl.png) no-repeat top left, url(../img/vc/tr.png) no-repeat top right;
	background-size: auto 100%;
	height: 790px;
	bottom: 60.5px;
}
.grass {
	position: absolute;
	width: 100%;
	background: url(../img/vc/grass.png) no-repeat center top;
	background-size: 1920px auto;
	height: 107.5px;
	bottom: 0;
}

/*---------------
ニュースエリア
-----------------*/
#news_area {
	position: relative;
	width: 100%;
	max-width: 1920px;
	padding: 0 0 70px;
	margin: 0 auto;
	background: #000;
}
#news_wrap {
	position: relative;
	z-index: 1;
}
#news_title {
	position: relative;
	top: 100px;
	left: 0;
	right: 0;
	padding-top: 100px;
	margin: 0 auto 60px;
	height: 43px;
	background: url(../img/top/news/news_title_v3.png) no-repeat center top;
	/*消す時コメントアウト*/
	background-size: 295px auto;
}
.news_article {
	position: relative;
	display: flex;
	width: 1000px;
	margin: 20px auto;
	padding-bottom: 0;
	border-bottom: none;
	align-items: top;
}
.news_thumb {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #6fba2c;
}
.news_thumb img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.news_title {
	margin-left: 30px;
	color: #000;
	font-size: 14px;
	width: 850px;
	line-height: 26px;
	margin-top: 20px;
}
.news_day {
	font-family: "Futura", "Futura LT", "Futura Std", sans-serif;
	letter-spacing: 1px;
	color: #6fba2c;
	font-size: 17px;
	/*font-weight: bold;*/
	padding-bottom: 20px;
}
#news_more {
	position: relative;
	width: 113px;
	padding-top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 40px;
	cursor: pointer;
	/* background: url(../img/common/more_over_v2.png) no-repeat center top;
	background-size: 259px auto; */
}
#news_more img {
	transition: 0.5s;
}
#news_more img:hover {
	opacity: 0.8;
}
.news_article a {
	color: #ffffff;
	transition: 0.5s;
	display: block;
}
.news_article a:hover {
	opacity: 0.7;
}
.news_border {
	position: relative;
	width: 1000px;
	height: 4px;
	margin: 0 auto;
	background: url(../img/top/news/news_border.png) repeat center top;
	background-size: 1000px auto;
}
.news_border:last-child {
	background: none;
}
.news_border_top {
	position: relative;
	width: 100%;
	border-bottom: 2px dotted #863215;
	margin: 0 auto;
	opacity: 0.8;
}