﻿@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

body{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #000;
	}

body:before{
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url("../images/apps/tms02_soon_background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	}


div#Contents{
    position: relative;
    z-index: 99;
    }


body#Portal {
  background: 
  linear-gradient(135deg, black 25%, transparent 25%) -50px 0,
  linear-gradient(225deg, black 25%, transparent 25%) -50px 0,
  linear-gradient(315deg, black 25%, transparent 25%),
  linear-gradient(45deg, black 25%, transparent 25%);	
  background-size: 2em 2em;
  background-color: #232323;
}

body#Portal:before{background-image: none;}


.noise::after {
    width: 100%;
    height: 100%;
    animation: noise 8s steps(10) infinite;
    background: url("../images/apps/tms02_noise.jpg");
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0.35;
    }


@keyframes noise {
    to {background-position: 0 0;}
    10% {background-position: -5% -10%;}
    20% {background-position: -15% 5%;}
    30% {background-position: 7% -25%;}
    40% {background-position: 20% 25%;}
    50% {background-position: -25% 10%;}
    60% {background-position: 15% 5%;}
    70% {background-position: 0 15%;}
    80% {background-position: 25% 35%;}
    90% {background-position: -10% 10%;}
    }


img{max-width: 100%;}

a{outline: none; text-decoration: none;}

:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}

p{margin: 0;}

p,li,th,td{
	font-size: 1em;
	line-height: 1.6em;
	color: #FFF;
	}

.small{margin-top: 1em; font-size: 0.8em;}


/*-----page_Animation-----*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000;
    text-align:center;
    }

/*loading_Animation*/
#splash_logo {
    position: absolute;
    top: 47%;
    left: 55%;
    transform: translate(-50%, -50%);
    }

#fountainTextG{width:234px; margin:auto;}

.fountainTextG{
	color:rgb(0,0,0);
	font-family:'DotGothic16', sans-serif;
	font-size:24px;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	float:left;
	animation-name:bounce_fountainTextG;
	animation-duration:2.09s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	transform:scale(.5);
    }

#fountainTextG_1{animation-delay:0.75s;}
#fountainTextG_2{animation-delay:0.9s;}
#fountainTextG_3{animation-delay:1.05s;}
#fountainTextG_4{animation-delay:1.2s;}
#fountainTextG_5{animation-delay:1.35s;}
#fountainTextG_6{animation-delay:1.5s;}
#fountainTextG_7{animation-delay:1.64s;}
#fountainTextG_8{animation-delay:1.79s;}
#fountainTextG_9{animation-delay:1.94s;}
#fountainTextG_10{animation-delay:2.09s;}

@keyframes bounce_fountainTextG{
	0%{transform:scale(1); color:rgb(0,0,0);}
	100%{transform:scale(.5); color:rgb(255,255,255);}
    }



/*----------Portal------------*/

#series{max-width: 1200px!important; margin: auto; padding: 3em 0; display: flex; flex-wrap: wrap;}
#series p:first-child{flex: 0 1 98%; margin: 0 auto 1em;}
#series p{flex: 0 1 48%; margin: 0 1%;}
#series a img:hover{opacity: 0.7;}

@media only screen and (max-width: 480px) {#series{padding: 0 0 3em;} #series p{margin-bottom: 1em;}}

/*NEWS*/
#NEWS{
    margin: 10% 0;
    padding: 1.5em;
    position: relative;
    background: rgba(0,0,0,0.7);
    }

#NEWS ul{margin: 1.5em 0; height: 280px; overflow-y: scroll; padding: 0; list-style: none;}
#NEWS li{padding: 0 0 0.5em 0!important; margin-right: 1em; margin-bottom: 0.5em; border-bottom: dotted 1px rgba(255,255,255,0.5);}
#NEWS li > a{padding: 0.35em 1em; display: block; color: #eee;}
#NEWS li > a:hover{background: rgba(12,220,227,0.15);}

#NEWS li br{display: none;}
#NEWS ul li:before{background-color: #000!important;}

@media only screen and (max-width: 480px) {#NEWS ul{height: 320px;} #NEWS li{margin: 0.35em 0.5em 0.35em 0;} #NEWS li br{display: block;}}


/*----------NAVI------------*/
header{
    width: 100%;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 999;
    }

header ul{padding: 0;}
header ul,header li{list-style: none;}

#nav {margin: auto 2%;}

#nav > a {display: none;}
#nav li {position: relative;}

#nav li a{
	color: #FFF;
	display: block;
	}

#nav li a:active {}
#nav li span{font-size: 0.8em;}

/*first level*/
#nav .small{font-size: 0.8em!important;}

#nav > ul {
    margin: 0;
    padding: 0;
	display: flex;
	align-items: center;
	}

#nav > ul > li:first-child {flex: 0 1 60%;}
#nav > ul > li {flex: 0 1 10%;}


#nav > ul > li:first-child > a {max-width: 300px; padding: 0 0.5em;}
#nav > ul > li > a {
	padding: 1.25em 0.5em;
	font-size: 1em;
    font-weight: 400;
	line-height: 1.4em;
    letter-spacing: 1px;
    font-family: 'DotGothic16', sans-serif;
	text-align: center;
    display: block;
	}

#nav > ul > li > a:hover {background: #6d0c2f;}
#nav > ul > li:first-child > a:hover {background: none;}

@media only screen and (max-width: 1300px) {
    #nav > ul > li:first-child {flex: 0 1 50%;}
    #nav > ul > li {flex: 0 1 12%;}
    }

@media only screen and (max-width: 860px) {
    header{
        top: 0;
        bottom: auto;
        background-image: url("../images/apps/tms02_logo.png");
        background-repeat: no-repeat;
        background-position: center;
        }
	
    #nav > a {
    	width: 3.125em;
    	height: 3.125em;
    	margin: 0 auto 0 -6px;
    	text-align: left;
    	text-indent: -9999px;
    	position: relative;
    	z-index: 999;
    	}
	
    #nav > a:before, #nav > a:after {
    	position: absolute;
    	border: 2px solid #fff;
    	top: 35%;
    	left: 25%;
    	right: 25%;
    	content: '';
    	}
	
    #nav > a:after {top: 60%;}
    #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {display: block;}
	
    /*first level*/
    #nav > ul {
	    margin-top: -3.125em;
	    padding-top: 8vh;
	    height: 100vh;
	    display: none;
	    position: absolute;
	    left: 0;
	    right: 0;
	    background: rgba(0,0,0,0.9);
	    }
	
    #nav:target > ul {display: block;}

    #nav > ul > li {width: 94%; margin: auto; border-bottom: dotted 2px #626262;}
    #nav > ul > li:first-child{padding: 5%;}
    #nav > ul > li:first-child > a{max-width: 300px; margin: auto;}
    #nav > ul > li:last-child {border-bottom: none;}
	
    #nav > ul > li > a {
	    line-height: 1.4em;
	    height: auto;
	    text-align: center;
	    padding: 1.5em 0.25em;
	    }

    #nav > ul > li:not( :last-child ) > a {border-right: none;}
    }



/*--Contents animation--*/
.box,.fadeLeftTrigger{opacity: 0;}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }

    @keyframes fadeUpAnime{
        from {opacity: 0; transform: translateY(100px);}
        to {opacity: 1; transform: translateY(0);}
        }

.fadeLeft{
    animation-name:fadeLeftAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }

    @keyframes fadeLeftAnime{
        from {opacity: 0; transform: translateX(-100px);}
        to {opacity: 1; transform: translateX(0);}
        }




/*----------mainVisual------------*/
#mainVisual{padding-top: 3em; position: relative;}

#mainVisual h1{
	width: 100%;
    margin: 0;
	height: 0;
	padding-top: 56%;
	background-repeat: no-repeat;
	background-size: contain!important;
	overflow: hidden;
	display: block;
    background-image: url("../images/apps/tms02_gameTitle_02.png");
	background-position: top center;
    }

#mainVisual p{width: 8%; position: absolute; top: 80px; right: 2.5%;}

@media only screen and (max-width: 860px) {#mainVisual p{top: 65px;}}

@media only screen and (max-width: 480px) {
    #mainVisual h1{padding-top: 140%; background-image: url("../images/apps/tms02_gameTitle_sp02.png");}
    #mainVisual p{width: 12.5%; top: 60px; right: 3%;}
    }


/*----------mainContents----------*/
#mainContents{padding: 5em 1.5em 10em; background: rgba(0,0,0,0.65);}
#mainContents > div{max-width: 1380px; margin: auto;}

#product,#title{margin-top:-100px; padding-top:100px;}

/*LEAD*/
.lead {padding: 1.5em 0;}
.lead p{line-height: 1.8em; text-align: center;}

.large{font-size: 1.6em; font-weight: bold;}
.large:first-child{line-height: 2.0em;}
.large + p{padding: 0 5px; line-height: 1.6em;}

.marker {
    padding: 0 5px;
    background-image: linear-gradient(#6d0c2f, #6d0c2f);
    background-size: 0 50%;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: .8s;
    }
 
    .marker.active {background-size: 100% 50%;}
    .marker:last-child {padding: 0 0 0 5px;}

@media only screen and (max-width: 480px) {
    .lead p{line-height: 1.6em;}
    .large:first-child{line-height: 1.6em; margin-bottom: 0.5em;}
    .large + p{margin-bottom: 0.5em;}
    }


h2 {
    max-width: 360px;
    margin: auto;
    padding: 1em 2em;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    color: #FFF;
    font-family: 'DotGothic16', sans-serif;
    }

    h2:before,h2:after {position: absolute; content: '';}

    h2:after {
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        border-top: 2px solid #ed0847;
        border-left: 2px solid #ed0847;
        }

    h2:before {
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        border-right: 2px solid #ed0847;
        border-bottom: 2px solid #ed0847;
        }

    h2 span{font-size: 0.6em; font-weight: normal; color: #ed0847;}


h3 {
    margin-top: 0;
    padding: 0 .5rem 1rem;
    color: #FFF;
    position: relative;
    }

    h3:after {
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-image: -webkit-gradient(linear, left top, right top, from(#ed0847), to(#ff769c));
        background-image: -webkit-linear-gradient(left, #ed0847 0%, #ff769c 100%);
        background-image: linear-gradient(to right, #ed0847 0%, #ff769c 100%);
        }

    h3 span{
        margin-top: 10px;
        float: right;
        display: block;
        font-size: 0.7em;
        font-weight: normal;
        }


h4{
    margin: 2em 0 1em;
    padding-left: 1em;
    border-left: solid 7px #ed0847;
    color: #FFF;
    }

h5{
    margin: 0 0 1em;
    font-size: 1em;
    padding-left: 0.5em;
    border-left: double 10px #ed0847;
    color: #FFF;
    }

/*Link*/
.btn{
    width: 50%;
    max-width: 700px;
    margin: 1.5em 0;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #FFF;
    border-radius: 10px;
    }

.btn-border {
    margin-bottom: 12px;
    padding: 0;
    transition: all 0.3s;
    border-radius: 0;
    }

.btn-border a{display: block; max-width: 700px;}

.btn-border span {
    position: relative;
    display: block;
    padding: 0.65em 1.5em;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 10px;
    background: #b20636;
    }

.btn-border span:hover {background: #d60841;}

.btn-border:before {
    width: 100%;
    max-width: 700px;
    height: 14px;
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    content: "";
    transition: all 0.3s;
    border: 2px solid #FFF;
    border-top: 1px solid #FFF;
    border-radius: 0 0 0.5rem 0.5rem;
    background-image: -webkit-repeating-linear-gradient(
        135deg,
        #FFF,
        #FFF 1px,
        transparent 2px,
        transparent 5px
      );
    background-image: repeating-linear-gradient(
        -45deg,
        #FFF,
        #FFF 1px,
        transparent 2px,
        transparent 5px
      );
    background-size: 7px 7px;
    backface-visibility: hidden;
    }

.btn-border:hover {transform: translate(0, 3px);}
.btn-border:hover:before {bottom: -5px;}
.btn-border:active {transform: translate(0, 7px);}
.btn-border:active:before {bottom: -1px;}

.LinkButton .btn{margin: 1.5em 25%;}
#shop .btn{font-size: 0.9em;}

@media only screen and (max-width: 860px) {.btn{width: 100%;} .LinkButton .btn{margin: 1.5em 0;}}



/*MOVIE*/
#MOVIE{margin: 0; padding: 5em 1em;}
#MOVIE div{max-width: 1100px; margin: auto;}

.pv {
    width: 100% !important;
    margin: 0 !important;
    padding-bottom: 56.25%;
    position: relative;
    }

.pv iframe {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    }



/*layout*/
.FlexBox{display: flex;}
.block02 div{flex: 0 1 46%; margin: 0 2%;}
@media only screen and (max-width: 480px) {.FlexBox{display: block;}}


/*product*/
#product article{
    max-width: 1280px;
    margin: 1.5em auto;
    display: flex;
    }

#product article > div{flex: 0 1 46%; margin: 0 2%;}
#product article > div:first-child p{text-align: center;}

.titleList{display: flex;}
.titleList ul{flex: 0 1 48%; margin: 0 1%;}

#mainContents ul{margin: 0; padding: 0 0 0 1.8em;}
#mainContents ul li > ul{margin: 0.5em 0 0; padding: 0 0 0 0.8em;}

#mainContents ul li {
    margin-bottom: 0.5em;
    padding: 0.1em 0.5em;
	position: relative;
	list-style-type: none;
    } 

#mainContents ul li:before{
	width: 8px;
	height: 8px;
	content: '';
	position: absolute;
	top: 0.65em;
	left: -0.5em;
	background-color: #ed0847;
    border-radius: 50%;
    }

    #mainContents ul li > ul li:before{border: solid 2px #ed0847; background-color: #000;}

@media only screen and (max-width: 860px) {
    .titleList{display: block;}
    }

@media only screen and (max-width: 480px) {
    #mainContents article{display: block;}
    #mainContents article > div:first-child p{width: 80%; margin: 0 auto 1.5em;}
    }


/*title*/
#title article{max-width: 1280px; margin: auto; padding: 2em 0; display: flex; align-items: center;}
#title article > div:first-child{flex: 0 1 22%; margin: 0 2%;}
#title article > div:last-child{flex: 0 1 70%; margin: 0 2%;}

@media only screen and (max-width: 860px) {
    #title article{padding: 3em 0;}
    #title article > div:first-child{flex: 0 1 30%; margin: 0 2%;}
    #title article > div:last-child{flex: 0 1 62%; margin: 0 2%;}
    }

@media only screen and (max-width: 480px) {
    #title article{display: block;}
    #title article > div:first-child{width: 80%; margin: 0 auto 1.5em;}
    }


/*Shop*/
#shop{padding-top: 10em;}
#shop h2{margin-bottom: 1em;}
#shop article{
    max-width: 1280px;
    margin: 2em auto;
    padding: 2em;
    border: solid 1px #959595;
    align-items: center;
    }

#shop article > div{display: flex; padding: 2.5em 0; border-top: solid 1px #959595;}
#shop article > h3 + div, #shop article > h4 + div{padding-top: 1em; padding-bottom: 2.5em; border-top: none;}
#shop article > div > div:first-child{flex: 0 1 28%; margin: 0 2%;}
#shop article > div > div:last-child{flex: 0 1 64%; margin: 0 2%;}

.price{margin: 1.5em 0 0.5em; font-weight: bold;}
.price span{color: #ed0847;}

@media only screen and (max-width: 860px) {
    #shop article > div:first-child{flex: 0 1 30%; margin: 0 2%;}
    #shop article > div:last-child{flex: 0 1 62%; margin: 0 2%;}
    }

@media only screen and (max-width: 480px) {
    #shop article{padding: 1.5em;}
    #shop article > div{display: block;}
    #shop article > div > div:first-child{width: 90%; margin: 0 auto 1.5em;}
    #shop article > div:last-child{flex: 0 1 100%; margin: 0;}
    }


/*Event*/
.event_main{text-align: center; margin-bottom: 3em;}
#Event article{max-width: 1380px; margin: 1.5em auto; padding-bottom: 15%;}
#Event article > div{padding-bottom: 4em;}
#Event article > div:first-child p{width: auto!important;}
#Event li a, p a{color: #ed0847;}
#Event li a:hover,p a:hover{color: #ec547e;}
#Event ol{margin: 0 1em 0.5em; padding: 0.1em 0.5em; list-style: none; counter-reset: ol_li;}
#Event ol > li:before {
    margin-right: .25em;
    counter-increment: ol_li;
    content: counter(ol_li)".";
    color: #ed0847;
    }
#Event ol li{margin-bottom: 0.5em; padding: 0.1em 0.5em;}
#Event ol ul{margin: 0.5em 1.75em; padding: 0;}

.ranking{padding-bottom: 20%;}

.ranking h2{
    width: 100%;
    max-width: 1380px;
    padding: 1rem 2rem;
    color: #fff;
    background: #ed0847;
    box-shadow: 5px 5px 0 #96062e;
    }

.ranking h2:before{border-bottom: none; border-right: none;}
.ranking h2:after{border-top: none; border-left: none;}

.date{margin-top: 1em; font-size: 0.8em; text-align: right;}


.title_rank{margin-top: 2em; display: flex;}
.title_rank > div{flex: 0 1 30%; margin: 0 1.5%;}
.title_rank div > div{padding: 1em 0; border-bottom: solid 1px #a0a0a0;}

.player {
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 1.2em;
    font-weight: bold;
    }

.player::first-letter {
    padding: 0.15em 0.45em;
    margin-right: 0.5em;
    border-radius: 50%;
    color: #ed0847;
    border: 3px dotted;
    }

.score{margin-top: 0.5em; text-align: right;}

.playerLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 180px;
	height: 36px;
	margin: 0.75em 0 0 auto;
	color: #333;
	font-size: 0.8em;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
    }

.playerLink a:hover {color: #f2f2f2;}


.sns a {background-color: #ed0847; border: 1px solid transparent;}

.sns a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #333;
    }

.sns a:hover {background-color: #d40740; border: 1px solid #333;}
.sns a:hover::after {border-color: #f2f2f2 #f2f2f2 transparent transparent;}

@media only screen and (max-width: 860px) {.title_rank{display: block;} .title_rank > div{margin: 0 1.5% 5em;}}
@media only screen and (max-width: 480px) {#Event ol{margin: 0 0.25em 0.5em;} .score{font-size: 0.9em;}}


/*----------SNS----------*/
#shareBox {
	width: 100%!important;
	max-width: 100%!important;
    margin: 10% 0!important;
	text-align: center;
	position: relative;
	}

	.shareButtons {
		position: absolute;
        top: 0;
		bottom: 0;
		left: calc(49% - 75px);
		display: flex;
		justify-content: space-between;
		width: 240px!important;
		height: auto;
		margin: 0px auto!important;
		padding: 0 0 35px!important;
		clear: none;
		z-index: 888;
		}

    .mainVisual #shareBox {margin-top: 3em;}
    .mainVisual .shareButtons{left: calc(43% - 75px);}

	.shareButtons > div> a {
		display: block;
		width: 45px!important;
		height: 45px!important;
        margin: 0 1em;
		background-size: contain;
		background: no-repeat top center;
		}

	.shareButtons>div.fbBtn a {background-image: url("../images/sns_ico_01_fb.svg");}
	.shareButtons>div.tweetBtn a {background-image: url("../images/sns_ico_02_tw.svg");}
	.shareButtons>div.lineBtn a {background-image: url("../images/sns_ico_03_line.svg");}

@media only screen and (max-width: 860px) {#shareBox {margin: 15% 0 30%;} .mainVisual #shareBox{display: none;} .shareButtons {left: calc(44% - 75px);}}
@media only screen and (max-width: 480px) {#shareBox {margin: 30% 0 50%;} .shareButtons {left: calc(40% - 75px);}}



/*PRODUCT INFORMATION*/
#product_info{padding-top: 10%;}

table{
    width: 100%;
    max-width: 960px;
    margin: 2em auto 0;
    border: solid 1px #eee;
    }

th,td{
    padding: 1em;
    border-bottom: solid 1px #eee;
    }

    th{width: 180px; font-weight: normal; border-right: solid 1px #eee; background: rgba(255,255,255,0.15);}
    td > p{margin: 0;}

table ul{margin: 0.25em 0 0.25em 1em; padding: 0;}
table ul > li:first-child{padding-bottom: 0.75em;}

@media only screen and (max-width: 480px) {
    #product_info th, #product_info td{display: block;}
    th{width: 100%; padding: 0.75em 1em; border-right:none; border-bottom: dotted 1px #eee;}
    td{padding: 1.25em 1em;}
    tr:last-child > td{border-bottom: none;}
    }



/*----------FOOTER------------*/
footer{
    padding: 3em 1.5em;
	color: #FFF;
	display: block;
	background: #000;
    }

footer > div{
	width: 100%;
	max-width: 1380px;
	margin: auto;
	}

   
    ul.taitoLink{margin: 1em 0 0; padding: 0 0 2em; border-bottom: solid 1px #828282;}
	
	ul.taitoLink li{
		font-size: 1.0em;
		margin-right: 1.0em;
		display: inline-block;
		}
	
	ul.taitoLink a{color: #FFF;}
	ul.taitoLink a:hover{color: #7ecef4;}

.archives{font-size: 0.8em; padding-top: 1em; padding-bottom: 1em;}
.archives img{max-width: 140px; margin-left: 3px;}


footer p:last-child{
	margin-top: 2em;
	font-size:0.8em;
	color: #FFF;
	text-align: center;
	}

@media only screen and (max-width: 480px) {
    footer{padding: 10% 1.5em;}
    ul.taitoLink li{font-size: 0.9em;}
    }
