/*
#####################################
main
#####################################
*/
/* tags */
header,
footer {
	position: relative;
}

img {
	/* pointer-events: none; */
	user-select: none;
}

hr {
	display: block;
	width: 100%;
	margin: 1em auto;
	border-bottom: 1px solid #414141;
}

textarea {
	padding: .5em;
	border-radius: 0;
	resize: none;
}

/* font family */
.serif {
	font-family: source-han-serif-japanese, serif;
}

.san-serif {
	font-family: 'Roboto Condensed', Meiryo, sans-serif;
}

/* layout */
.main-container {
	margin-bottom: 0;
	opacity: 0;
	overflow: hidden;
}

.flex {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.flex-item {
	min-height: 0%;
	position: relative;
}

.inner-box {
	align-items: stretch;
}

/*
#####################################
font size
#####################################
*/
/* default */
.main-container {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.main-container {
		font-size: 16px;
	}
}

@media screen and (max-width: 420px) {
	.main-container {
		font-size: 13px;
	}
}

/*---------------------------------*/
.txt {
	font-size: 1.1em;
}

.ttl-hash {
	font-size: 2.294055vw;
}

.info-update-ttl {
	font-size: 1.2em;
}

.btn-def {
	font-size: 1.25em;
}

.notice {
	font-size: 1em;
}

.hero-topic {
	font-size: 9.5em;
}

.btn-movie-select {
	font-size: 1.15em;
}

@media screen and (max-width: 1400px) {
	.txt {
		font-size: 1.1vw;
	}
	.notice {
		font-size: 1vw;
	}
	.btn-def {
		font-size: 1.35vw;
	}
	.hero-topic {
		font-size: 9.5vw;
	}
	.btn-movie-select {
		font-size: 1.35vw;
	}
}

@media screen and (max-width: 767px) {
	.txt {
		font-size: 1em;
	}
	.notice {
		font-size: .9em;
	}
	.ttl-hash {
		font-size: 6vw;
	}
	.hero-topic {
		font-size: 9vw;
	}
	.btn-movie-select {
		font-size: 1em;
	}
	.btn-def {
		font-size: 1em;
	}
}

/*
#####################################
parts
#####################################
*/
.ttl-hash {
	position: relative;
	margin: 0 auto 2em .5em;
	line-height: 1.2;
	text-shadow: -2px 0px 8px rgba(0, 0, 0, 0.8), 2px 0px 8px rgba(0, 0, 0, 0.8), 0px -2px 8px rgba(0, 0, 0, 0.8), 0px 2px 8px rgba(0, 0, 0, 0.8), -2px 0px 8px rgba(0, 0, 0, 0.8), 2px 0px 8px rgba(0, 0, 0, 0.8), 0px -2px 8px rgba(0, 0, 0, 0.8), 0px 2px 8px rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.ttl-hash::before {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	left: 0;
	width: 43.796vw;
	padding-top: 7.508vw;
	background: url(/_materials/img/update/2020/tfs/v001/title-campaign.png) no-repeat;
	background-position: left top;
	background-size: contain;
	transform: translate(-2.85vw, -50%);
	z-index: -1;
}

.ttl-hash.oneline {
	padding-top: .35em;
	margin-bottom: 2.5em;
}

.ttl-hash-campaign::before {
	background-image: url(/_materials/img/update/2020/tfs/v001/title-campaign.png);
}

.ttl-hash-latest::before {
	background-image: url(/_materials/img/update/2020/tfs/v001/title-news.png);
}

.ttl-hash-skins::before {
	background-image: url(/_materials/img/update/2020/tfs/v003/title-skins.png);
}

@media screen and (max-width: 1400px) {
	.ttl-hash {
		margin-bottom: 3vw;
	}
	.ttl-hash.oneline {
		margin-bottom: 4.5vw;
	}
	.ttl-hash-latest.oneline {
		margin-bottom: 3vw;
	}
}

@media screen and (max-width: 767px) {
	.ttl-hash {
		margin-bottom: 1.5em;
	}
	.ttl-hash::before {
		width: 110vw;
		padding-top: 17.8vw;
		transform: translate(-7vw, -50%);
	}
	.ttl-hash.oneline {
		margin-bottom: 2em;
	}
	.ttl-hash-latest.oneline {
		margin-bottom: 1.5em;
		padding-top: 0;
	}
}

.txt {
	margin-bottom: 1em;
	line-height: 2;
}

.em {
	color: #75ffff;
}

/* icon */
.icon-new,
.icon-next {
	display: inline-block;
	width: auto;
	max-width: 48px;
	margin-right: .5em;
	padding: 0 .5em;
	border: 1px solid #fff;
	border-radius: 1em;
	background: #000;
	transform: skewX(0);
	color: #fff;
	text-align: center;
	line-height: 1;
}

.icon-new {
	color: #edb600;
	border-color: #edb600;
}

.icon-new::before {
	display: block;
	content: 'new';
}

.icon-next {
	color: #09baaa;
	border-color: #09baaa;
}

.icon-next::before {
	display: block;
	content: 'next';
}

@media screen and (max-width: 767px) {
	.icon-new,
	.icon-next {
		min-width: 40px;
	}
}

/* figure */
.fig-area {
	position: relative;
	width: 100%;
	height: 100%;
}

.fig-cover, .fig-effect::before, .fig-effect::after, .fig-img {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	padding-top: 93.1%;
}

.fig-cover {
	position: relative;
}

.fig-effect::before, .fig-effect::after {
	width: 0%;
}

.fig-effect::before {
	background-color: #bb2c00;
	transition: width .2s ease-out .75s, opacity .1s linear 1.15s;
}

.fig-effect::after {
	background-color: #f1d033;
	transition: width .285s ease-out .75s, opacity .1s linear 1.15s;
}

.fig-img {
	width: 0%;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	transition: width .35s ease-out .75s;
}

@media screen and (max-width: 767px) {
	.fig-cover, .fig-effect::before, .fig-effect::after, .fig-img {
		padding-top: 77.52%;
	}
	.fig-img {
		background-position: right center;
		background-size: cover;
	}
}

/* decoration */
.elem-red::before,
.elem-green::before,
.elem-purple::before,
.elem-black::before {
	display: inline-block;
	content: '';
	width: 1.25em;
	padding-top: 1.25em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.elem-red::before {
	background-image: url(/_materials/img/icon-attribute-red.png);
}

.elem-green::before {
	background-image: url(/_materials/img/icon-attribute-green.png);
}

.elem-purple::before {
	background-image: url(/_materials/img/icon-attribute-purple.png);
}

.elem-black::before {
	background-image: url(/_materials/img/update/2020/tfs/v001/icon-attribute-black.png);
}

/* movie */
.movie {
	width: 100%;
	max-width: 655px;
	margin: 0 auto;
	background-color: #000;
}

.movie a {
	position: relative;
}

.movie a::before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #09baaa;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.movie {
		width: 80%;
	}
}

/* data */
[data-link-off] {
	cursor: default;
}

/* botton */
.btn-def {
	position: relative;
	display: table;
	width: 100%;
	max-width: 440px;
	height: 100%;
	padding: 1em 15%;
	border: 3px solid #1e334c;
	border-radius: 1.5em;
	background: #121212;
	text-align: center;
}

.btn-def::after {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	right: 1em;
	width: 16px;
	height: 16px;
	background: url(/_materials/img/update/2020/tfs/v001/arrow-1.svg) no-repeat;
	background-size: contain;
	background-position: center;
	transform: translate(0, -50%);
}

.btn-txt {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-shadow: -1px -1px 4px black, 1px -1px 4px black, -1px 1px 4px black, 1px 1px 4px black;
	z-index: 10;
}

/* slider */
.slider {
	max-height: 330px;
	line-height: 0;
}

/* banner */
.bnr-list {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.bnr-list-item {
	width: 100%;
	padding: 2em;
}

/* common */
.common-table .icon {
	max-width: 70px;
}

.accent {
	color: #f7dd20;
	font-weight: bold;
}

/*
#####################################
Top
#####################################
*/
.top-container {
	position: relative;
	min-height: 910px;
	padding: 580px 0 3em;
	background: #000 url(/_materials/img/update/2020/tfs/v001/mv-pc.jpg) no-repeat;
	background-position: center top;
}

.top-container .inner {
	position: relative;
}

.top-container .inner-box {
	max-width: 1200px;
	margin: 0 auto;
}

.top-container .notice {
	margin: 2em auto;
	text-align: center;
}

.top-box {
	align-items: stretch;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.top-box-l, .top-box-r {
	align-self: flex-end;
}

.top-box-l {
	width: 54%;
}

.top-box-r {
	width: 46%;
	padding: 2vw 0 0;
}

.top-box-r-inner {
	padding: 0 9.15%;
}

.information {
	position: relative;
	padding: 1em;
	border-radius: 8px;
	border: 1px solid #333;
	background: rgba(0, 0, 0, 0.5);
}

.info-update-ttl {
	margin-bottom: .5em;
	font-weight: bold;
}

.list-btn {
	align-items: stretch;
	padding: 3em 0;
	margin: 1em auto 0;
}

.list-btn-card, .list-btn-arts {
	position: relative;
	width: 50%;
	max-width: 460px;
	padding: 10px 10px 0;
}

.list-btn-card::before, .list-btn-arts::before {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 33%;
	max-width: 150px;
	height: 0;
	padding-top: 25%;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

.list-btn-card::before {
	background-image: url(/_materials/img/update/2020/tfs/v003/btn-deco-card.png);
}

.list-btn-arts::before {
	background-image: url(/_materials/img/update/2020/tfs/v003/btn-deco-chara.png);
}

.cinema-ttl {
	margin-bottom: 1.25em;
}

.cinema-movie {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.cinema-movie a {
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.list-btn {
		padding: 3.6vw 0;
	}
	.cinema-ttl {
		margin-bottom: 1em;
	}
}

@media screen and (max-width: 767px) {
	.top-container {
		min-height: auto;
		padding-top: 57vw;
		background-image: url(/_materials/img/update/2020/tfs/v001/mv-sp.jpg);
		background-size: contain;
	}
	.top-container .notice {
		text-align: left;
	}
	.top-box-l {
		width: 100%;
	}
	.top-box-r {
		width: 100%;
	}
	.top-box-r-inner {
		padding: 0 4%;
	}
	.information {
		padding: 1em 0;
		margin-bottom: 2em;
		border: none;
	}
	.info-update-ttl {
		text-align: center;
	}
	.list-btn {
		margin-top: 0;
	}
	.list-btn-card, .list-btn-arts {
		width: 100%;
		padding: 1.5em 4% 0;
	}
	.list-btn-card::before, .list-btn-arts::before {
		width: 24%;
		left: 3%;
		padding-top: 18.5%;
	}
}

/*
#####################################
hero
#####################################
*/
.hero-container {
	position: relative;
	width: 100%;
	padding: 0 0 210px;
	margin: 0 auto;
	background-color: #902916;
	background-image: url(/_materials/img/update/2020/tfs/v001/hero-bg.jpg);
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hero-main {
	margin-top: 610px;
}

.hero-inner {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.hero-bg {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hero-bg-circle, .hero-bg-txt01, .hero-bg-txt02, .hero-bg-txt03, .hero-bg-chara {
	position: absolute;
	display: block;
	content: '';
	opacity: 0;
}

.hero-bg-circle {
	top: 95px;
	left: 50%;
	width: 1104px;
	padding-top: 949px;
	background: url(/_materials/img/update/2020/tfs/v001/hero-bg-circle.png) no-repeat;
	background-size: contain;
	transition: transform .2s ease-out , opacity .2s ease-out;
	transition-delay: .8s;
	transform: translate(-50%, 0) scale(2);
	opacity: 0;
}

.hero-bg-txt01 {
	top: 31px;
	left: calc(50% + 382px);
	width: 399px;
	padding-top: 662px;
	background: url(/_materials/img/update/2020/tfs/v001/hero-bg-txt1.png) no-repeat;
	background-size: contain;
	transition: transform .3s ease-out , opacity .3s ease-out;
	transition-delay: 1.3s;
	transform: translate(-50%, 0) scale(2);
}

.hero-bg-txt02 {
	top: 195px;
	left: calc(50% - 430px);
	width: 286px;
	padding-top: 304px;
	background: url(/_materials/img/update/2020/tfs/v001/hero-bg-txt2.png) no-repeat;
	background-size: contain;
	transition: transform .2s ease-out , opacity .2s ease-out;
	transition-delay: 1.7s;
	transform: translate(-50%, 0) scale(2);
}

.hero-bg-txt03 {
	top: 522px;
	left: calc(50% - 437px);
	width: 281px;
	padding-top: 297px;
	background: url(/_materials/img/update/2020/tfs/v001/hero-bg-txt3.png) no-repeat;
	background-size: contain;
	transition: transform .2s ease-out , opacity .2s ease-out;
	transition-delay: 1.9s;
	transform: translate(-50%, 0) scale(2);
}

.hero-bg-chara {
	top: 35px;
	left: 50%;
	width: 806px;
	padding-top: 1645px;
	background: url(/_materials/img/update/2020/tfs/v001/hero-chara.png) no-repeat;
	background-size: contain;
	transition: transform .7s ease-out , opacity .7s ease-out;
	transition-delay: 2.4s;
	transform: translate(-55%, -2%) scale(1.15);
}

.hero-topic {
	position: relative;
	width: 60%;
	max-width: 920px;
	margin: -0.4em auto .2em;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	text-shadow: 0 0 14px #010142, 0 0 10px #010142, 0 0 8px #010142, 0 0 5px #010142;
}

.hero-topic-wrap {
	padding: 4em 4%;
	background-image: url(/_materials/img/update/2019/nero/v002/1025/stripe.png), url(/_materials/img/update/2019/nero/v002/1025/bg02.jpg);
	background-position: left top, left 30% top;
	background-size: auto auto, auto auto;
	background-repeat: repeat, no-repeat;
}

.hero-topic .elem-black::before {
	width: 1em;
	margin-left: .4em;
	margin-right: .1em;
	padding-top: 1em;
	transform: translateY(-0.1em);
	vertical-align: middle;
}

.movie-select-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	margin: 2em auto;
}

.movie-select-list-item {
	width: 50%;
	padding: 0 10px;
}

.btn-movie-select {
	position: relative;
	display: block;
	width: 100%;
	padding: .75em;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 40px;
	background: #902916;
	transition: background-color .3s ease-out, border-color .3s ease-out;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.btn-movie-select:hover {
	transition: background-color .15s ease-out, border-color .15s ease-out;
	background-color: #716032;
}

.btn-movie-select.is-active {
	background-color: #716032;
}

.movie-box {
	width: 60%;
	max-width: 920px;
	margin: 0 auto 3em;
	text-align: center;
}

.movie-item-wrap {
	display: none;
}

.movie-item-wrap.is-active {
	display: block;
}

.movie-item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	border: 2px solid #101010;
	background: #000;
}

.movie-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-container.is-view .hero-bg-circle, .hero-container.is-view .hero-bg-txt01, .hero-container.is-view .hero-bg-txt02, .hero-container.is-view .hero-bg-txt03, .hero-container.is-view .hero-bg-chara {
	opacity: 1;
}

.hero-container.is-view .hero-bg-circle {
	transform: translate(-50%, -1%) scale(1);
}

.hero-container.is-view .hero-bg-txt01 {
	transform: translate(-50%, 0) scale(1);
}

.hero-container.is-view .hero-bg-txt02 {
	transform: translate(-50%, 0) scale(1);
}

.hero-container.is-view .hero-bg-txt03 {
	transform: translate(-50%, 0) scale(1);
}

.hero-container.is-view .hero-bg-chara {
	transform: translate(-50%, -1%) scale(1);
}

@media (max-width: 1640px) {
	.hero-container {
		padding: 0 0 5vw;
		background-size: 126%;
	}
	.hero-main {
		margin-top: 37.3vw;
	}
	.hero-bg-circle {
		top: 5.6vw;
		left: 50%;
		width: 72.6%;
		padding-top: 62.7%;
	}
	.hero-bg-txt01 {
		top: 1.8vw;
		left: 75.1%;
		width: 26.3%;
		padding-top: 43.5%;
	}
	.hero-bg-txt02 {
		top: 11.7vw;
		left: 21.8%;
		width: 18.8157%;
		padding-top: 20%;
	}
	.hero-bg-txt03 {
		top: 31.1vw;
		left: 21.35%;
		width: 18.4495%;
		padding-top: 19.5%;
	}
	.hero-bg-chara {
		top: 2vw;
		left: 50%;
		width: 53.3%;
		padding-top: 109%;
	}
}

@media (max-width: 767px) {
	.hero-container {
		padding: 0 0 5vw;
		background-size: 200%;
	}
	.hero-main {
		margin-top: 73vw;
	}
	.hero-bg-circle {
		top: 8.4vw;
		left: 46.3%;
		width: 100%;
		padding-top: 108.7%;
		background-size: 105% 100%;
	}
	.hero-bg-txt01 {
		top: 3.2vw;
		left: 82.6%;
		width: 40.804%;
		padding-top: 67.7%;
	}
	.hero-bg-txt02 {
		top: 22vw;
		left: 12.9%;
		width: 32.457%;
		padding-top: 34.5%;
	}
	.hero-bg-txt03 {
		top: 58.2vw;
		left: 11.5%;
		width: 31.8845%;
		padding-top: 33.7%;
	}
	.hero-bg-chara {
		top: 4vw;
		left: 50%;
		width: 110%;
		padding-top: 218%;
	}
	.hero-topic {
		width: 100%;
		padding: 0 4%;
		font-size: 17vw;
	}
	.movie-box {
		width: 100%;
		margin: 0 auto 2em;
		padding: 0 4%;
	}
	.movie-select-list {
		margin: 1em auto;
	}
	.movie-select-list-item {
		width: 100%;
		padding: 10px 10px 0;
	}
}

/*
#####################################
ex skin
#####################################
*/
.ex-skin-container {
	position: relative;
	width: 100%;
	background-color: #000;
}

.ex-skin-main, .ex-skin-fig {
	position: relative;
	width: 50%;
}

.ex-skin-main.is-view .fig-effect::before, .ex-skin-main.is-view .fig-effect::after, .ex-skin-fig.is-view .fig-effect::before, .ex-skin-fig.is-view .fig-effect::after {
	width: 100%;
	opacity: 0;
}

.ex-skin-main.is-view .fig-img, .ex-skin-fig.is-view .fig-img {
	width: 100%;
	background-image: url(/_materials/img/update/2020/tfs/v003/fig-03-pc.jpg);
}

.ex-skin-main {
	padding: 4vw 4% 2.5039vw;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.ex-skin-container .inner-box {
		flex-direction: column-reverse;
	}
	.ex-skin-main, .ex-skin-fig {
		width: 100%;
	}
	.ex-skin-main {
		margin-top: -24vw;
		padding: 10vw 4% 8vw;
	}
	.ex-skin-fig.is-view .fig-img {
		background-image: url(/_materials/img/update/2020/tfs/v003/fig-03-sp.jpg);
	}
}

/*
#####################################
latest
#####################################
*/
.latest-container {
	position: relative;
	background-color: #000;
}

.latest-container .inner-box {
	max-height: 840px;
}

.latest-fig, .latest-main {
	position: relative;
	width: 50%;
}

.latest-main {
	display: flex;
	flex-direction: column;
	padding: 4vw 4% 2.5039vw;
	z-index: 10;
}

.latest-fig.is-view .fig-effect::before, .latest-fig.is-view .fig-effect::after {
	width: 100%;
	opacity: 0;
}

.latest-fig.is-view .fig-img {
	width: 100%;
	background-image: url(/_materials/img/update/2020/tfs/v001/fig-01-pc.jpg);
}

.tw-area {
	align-items: center;
	height: 100%;
	padding-top: 1.5vw;
}

.tw-area-l, .tw-area-r {
	width: 50%;
}

.tw-area-l {
	text-align: center;
}

.tw-area-r {
	height: 100%;
}

.tw-account-img {
	width: 53%;
	max-width: 150px;
	margin: 0 auto 10px;
}

.tw-follow-inner {
	display: inline-block;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.tw-area-l {
		width: 40%;
	}
	.tw-area-r {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.latest-container .inner-box {
		flex-direction: column;
		max-height: none;
		align-items: normal;
	}
	.latest-main, .latest-fig {
		width: 100%;
		min-height: 0%;
	}
	.latest-main {
		display: block;
		margin-top: -24vw;
		padding: 10vw 4% 8vw;
	}
	.latest-fig.is-view .fig-img {
		background-image: url(/_materials/img/update/2020/tfs/v001/fig-01-sp.jpg);
	}
	.tw-area-l, .tw-area-r {
		width: 100%;
		min-height: 0%;
		padding: 5vw 4%;
	}
}

/*
#####################################
campaign
#####################################
*/
.campaign-container {
	position: relative;
	background-color: #000;
}

.campaign-main, .campaign-fig {
	position: relative;
	width: 50%;
}

.campaign-main {
	padding: 4vw 4% 2.5039vw;
	z-index: 10;
}

.campaign-fig.is-view .fig-effect::before, .campaign-fig.is-view .fig-effect::after {
	width: 100%;
	opacity: 0;
}

.campaign-fig.is-view .fig-img {
	width: 100%;
	background-image: url(/_materials/img/update/2020/tfs/v001/fig-02-pc.jpg);
}

@media screen and (max-width: 767px) {
	.campaign-container .inner-box {
		flex-direction: column-reverse;
	}
	.campaign-main, .campaign-fig {
		width: 100%;
	}
	.campaign-main {
		margin-top: -24vw;
		padding: 10vw 4% 8vw;
	}
	.campaign-main .bnr-list-item {
		padding: 0 4%;
	}
	.campaign-fig.is-view .fig-img {
		background-image: url(/_materials/img/update/2020/tfs/v001/fig-02-sp.jpg);
	}
}

/*
#####################################
catch
#####################################
*/
.catch-container {
	position: relative;
	opacity: 0;
}

.catch-bg::before, .catch-bg::after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
	opacity: 1;
}

.catch-bg::before {
	background-image: url(/_materials/img/update/2020/tfs/v001/catch-bg-b-pc.jpg);
}

.catch-bg::after {
	background-image: url(/_materials/img/update/2020/tfs/v001/catch-bg-a-pc.jpg);
	animation-duration: 8s;
	animation-timing-function: ease-out;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-name: ani-catch;
}

.catch-inner {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 760px;
	margin: 0 auto;
	padding: 40px 4%;
}

.catch-box {
	position: relative;
	height: 100%;
}

.catch-box .notice {
	position: absolute;
	bottom: 0;
	right: 0;
}

.catch-content {
	position: absolute;
	top: 19%;
	left: 0;
	width: 52%;
}

.catch-update {
	width: 84%;
	max-width: 440px;
	margin: 0 auto;
}

@media screen and (max-width: 1400px) {
	.catch-container {
		background-size: 137.5vw;
	}
	.catch-bg::before, .catch-bg::after {
		background-size: 137.5vw;
	}
	.catch-inner {
		height: 54.286vw;
	}
}

@media screen and (max-width: 767px) {
	.catch-bg::before, .catch-bg::after {
		background-size: contain;
	}
	.catch-bg::before {
		background-image: url(/_materials/img/update/2020/tfs/v001/catch-bg-b-sp.jpg);
	}
	.catch-bg::after {
		background-image: url(/_materials/img/update/2020/tfs/v001/catch-bg-a-sp.jpg);
	}
	.catch-inner {
		height: 150vw;
	}
	.catch-content {
		position: relative;
		width: 100%;
		top: auto;
		margin: 52vw auto 6vw;
	}
	.catch-box {
		height: auto;
	}
	.catch-box .notice {
		position: relative;
		width: 100%;
	}
}

/*
#####################################
bnr-area-container
#####################################
*/
.bnr-area-container {
	position: relative;
	padding: 6.5em 0;
}

.bnr-area-container .inner {
	background: #171717;
}

.bnr-area-container .bnr-list {
	width: 45%;
	margin: 0 auto;
}

.bnr-area-ttl {
	width: 40%;
	max-width: 414px;
	margin: 0 auto 1em;
}

@media screen and (max-width: 767px) {
	.bnr-area-container {
		padding: 8vw 0 16vw;
	}
	.bnr-area-container .bnr-list {
		width: 100%;
		margin: 0 auto;
	}
	.bnr-area-container .bnr-list-item {
		padding: 2em 4%;
	}
	.bnr-area-ttl {
		width: 75%;
	}
}

/*
#####################################
other
#####################################
*/
.anchor {
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	opacity: 0;
	z-index: -1;
}

/*----- DL -----*/
@media screen and (max-width: 767px) {
	.update-tfs-dl {
		display: none;
	}
}

/*----- play -----*/
.icon-play::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/_materials/img/update/2020/tfs/v001/icon-play.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

@media screen and (max-width: 767px) and (min-width: 1px) {
	.icon-play::after {
		background-size: 40px;
	}
}

/* share */
.share-box {
	padding: 0;
	margin: 2vw auto;
}

.share-list {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.share-list-item {
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.share-box {
		margin: 1em auto;
	}
}

/* timeline */
.timeline-area {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 450px;
	overflow: hidden;
}

iframe.twitter-timeline {
	width: 640px !important;
	min-height: 0% !important;
	background: #131313;
}

@media screen and (min-width: 768px) {
	iframe.twitter-timeline {
		height: 100% !important;
	}
}

/* fancybox custom*/
.fancybox-inner {
	max-width: none;
}

.fancybox-navigation {
	max-width: 1000px;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.fancybox-navigation .fancybox-button div {
	padding: 4px;
}

.fancybox-slide {
	padding: 4%;
}

/*
#####################################
animation
#####################################
*/
.js-fadein {
	transition: opacity .8s ease-out;
	opacity: 0;
}

.js-fadein.is-view {
	opacity: 1;
}

.js-fadein-top {
	backface-visibility: hidden;
	opacity: 0;
}

.js-fadein-top.is-view {
	opacity: 1;
	animation: ani-fadein-t .8s ease-out 0s 1 normal forwards running;
}

.js-fadein-left {
	backface-visibility: hidden;
	opacity: 0;
}

.js-fadein-left.is-view {
	opacity: 1;
	animation: ani-fadein-l .8s ease-out 0s 1 normal forwards running;
}

.js-fadein-right {
	backface-visibility: hidden;
	opacity: 0;
}

.js-fadein-right.is-view {
	opacity: 1;
	animation: ani-fadein-r .8s ease-out 0s 1 normal forwards running;
}

.js-fadein-bottom {
	backface-visibility: hidden;
	opacity: 0;
}

.js-fadein-bottom.is-view {
	opacity: 1;
	animation: ani-fadein-b .8s ease-out 0s 1 normal forwards running;
}

@keyframes ani-fadein-t {
	0% {
		transform: translate3d(0px, -100px, 0px);
		opacity: 0;
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

@keyframes ani-fadein-l {
	0% {
		transform: translate3d(-50px, 0px, 0px);
		opacity: 0;
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

@keyframes ani-fadein-r {
	0% {
		transform: translate3d(50px, 0px, 0px);
		opacity: 0;
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

@keyframes ani-fadein-b {
	0% {
		transform: translate3d(0px, 100px, 0px);
		opacity: 0;
	}
	100% {
		transform: translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

@keyframes ani-catch {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 0;
	}
	20% {
		opacity: .4;
	}
	22% {
		opacity: .2;
	}
	25% {
		opacity: .6;
	}
	30% {
		opacity: .25;
	}
	50% {
		opacity: 1;
	}
	74% {
		opacity: 1;
	}
	75% {
		opacity: .6;
	}
	76% {
		opacity: 1;
	}
	79% {
		opacity: .6;
	}
	80% {
		opacity: 1;
	}
	90% {
		opacity: .5;
	}
	100% {
		opacity: 0;
	}
}

/*
#####################################
layout z-index
#####################################
*/
.pc-pagetop {
	z-index: 100;
}

header {
	z-index: 99;
}

footer {
	z-index: 60;
}

.ex-skin-container,
.latest-container,
.campaign-container,
.bnr-area-container,
.catch-container {
	z-index: 50;
}

.hero-container {
	z-index: 20;
}

/*
#####################################
langage adjust
#####################################
*/
/*
#####################################
debug
#####################################
*/
/*
#####################################
help
#####################################
*/
.mb0 {
	margin-bottom: 0 !important;
}

.line-h-m {
	line-height: 1.75 !important;
}

.fts-small {
	font-size: .5em;
}

.mx-auto {
	margin: 0 auto;
}

.mx-w1920 {
	max-width: 1920px;
	overflow: hidden;
}
