@charset "utf-8";
/* CSS Document */

/* ────────────────────────────
	Default Clear
──────────────────────────── */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.clear {
	overflow: hidden;
	zoom: 1;
}

/* ────────────────────────────
	Page Config
──────────────────────────── */

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Mplus 1p", sans-serif;
	letter-spacing: 0.7pt;
	background-repeat: no-repeat;
	background-size: cover;
}
div.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
img {
	max-width: 100%; 
	height: auto;
	vertical-align: bottom;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 1.5;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* ────────────────────────────
	header
──────────────────────────── */
header {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #000;
	overflow: hidden;
	z-index: 10;
}
header .inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
header .inner .logo {
	margin-right: 10px;
	float: left;
}

/* nav */
header nav a {
	position: relative;
	display: inline-block;
	height: 50px;
	padding: 10px 10px 0 10px;
	color: #fff;
	font-size: 1.1em;
	font-family: 'Titillium Web', sans-serif;
}
header nav a::before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 3px;
	background-color: #ff6600;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
header nav a:hover::before {
	width: 100%;
}

/* sns */
header .sns {
	position: absolute;
	top: 10px;
	right: 0;
}
header .sns a {
	display: inline-block;
	margin: 0 3px;
	transition: .3s;
}
header .sns a:hover {
	animation: korokoro 0.5s linear 0s 1;
}
@keyframes korokoro { 
	0%   { transform: translate(0%, 0%); } 
	5%   { transform: translate(5%, 0%) rotate(5deg); } 
	25%  { transform: translate(10%, 0%) rotate(10deg); } 
	30%  { transform: translate(-5%, 0%) rotate(-5deg); } 
	35%  { transform: translate(-10%, 0%) rotate(-10deg); } 
	45%  { transform: translate(5%, 0%) rotate(5deg); } 
	50%  { transform: translate(10%, 0%) rotate(10deg); } 
	60%  { transform: translate(0%, 0%) rotate(0deg); } 
	65%  { transform: translate(-2%, 0%) rotate(-2deg); } 
	75%  { transform: translate(0%, 0%) rotate(0deg); } 
	100% { transform: translate(0%, 0%) rotate(0deg); } 
} 

/* ────────────────────────────
	All
──────────────────────────── */
.content > .inner {
	width: 1200px;
	margin: 0 auto;
}
.content > .inner2 {
	width: 1000px;
	margin: 0 auto;
}

#canvas {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: -1;
}

/* page top btn */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
	z-index: 3;
}
#page-top a {
	display: block;
	transition: .5s;
	opacity: 0.4;
}
#page-top a:hover {
	opacity: 1;
}



/* ────────────────────────────
	info
──────────────────────────── */
#info {
	padding: 120px 0 0 0;
	background-image: url(../img/tgs/info/background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 60% 0;
	z-index: 1;
}
#info .information {
	position: relative;
	display: inline-block;
	margin: 70px 0 400px 0;
	padding: 30px 30px 30px 30px;
	background-color: #000;
	color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
#info .information h2 {
	margin: 0 0 30px 0;
}
#info .information h2 .en {
	display: block;
	padding: 0 350px 0 0;
	font-size: 2.1em;
	font-family: 'Titillium Web', sans-serif;
	border-bottom: solid 1px #fff;
}
#info .information h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.0em;
	font-weight: normal;
}
#info .information .block {
	margin: 20px 0;
}
#info .information .block span {
	display: block;
	padding: 2px 0;
}
#info .information .block span.large {
	font-size: 1.4em;
}
#info .information .block span.normal {
	font-size: 1.1em;
}
#info .information .block span.small {
	font-size: 0.9em;
}
#info .information .block a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px #fff;
	border-radius: 20px;
	transition: .3s;
}
#info .information .block a:hover {
	color: #000;
	background-color: #fff;
}
#info .information .block a i {
	margin: 0 5px 0 0;
}
/* map */
#info .information .map {
	position: absolute;
	bottom: -90px;
	right: -90px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	background-color: #fff;
}
#info .information .map a {
	transition: .3s;
}
#info .information .map a:hover {
	opacity: 0.6;
}

/* ────────────────────────────
	trial play
──────────────────────────── */
#trial {
	position: relative;
	background-color: #999;
	z-index: 2;
}
#trial:before{
	content: '';
	position: absolute;
	top: -230px;
	left: 0;
	width: 120%;
	height: 200px;
	margin: 3% -10% 0;
	background: #999;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
/*
#trial:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120%;
	height: 200px;
	margin: 3% -10% 0;
	background: #999;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
*/
#trial .inner2 {
	z-index: 2;
}
#trial h2 {
	display: inline-block;
	margin: -20px 0 50px 0;
}
#trial h2 .en {
	display: block;
	font-size: 2.7em;
	font-family: 'Titillium Web', sans-serif;
}
#trial h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
	border-top: solid 1px #000;
}

/* block */
#trial .block {
	position: relative;
	margin: 0 0 100px 0;
}
#trial .block .text {
	width: 600px;
	line-height: 1.5;
}
#trial .block .package {
	position: absolute;
	bottom: 0;
	right: 0;
}

/* img */
#trial .img {
	padding: 0 0 70px 0;
}
#trial .img img {
	margin: 0 3px;
}
#trial .img img:first-child {
	margin: 0 3px 0 0;
}
#trial .img img:last-child {
	margin: 0 0 0 3px;
}

/* present */
#trial .present {
	padding: 0 0 120px 0;
}
#trial .present .dummy {
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
}
#trial .present .dummy .strap,.popup {
	position: absolute;
}
#trial .present .dummy .strap.type1 {
	top: 0;
	left: 0;
}
#trial .present .dummy .strap.type2 {
	bottom: -50px;
	right: -40px;
}
#trial .present .dummy .popup.type1 {
	top: 0;
	left: -80px;
}
#trial .present .dummy .popup.type2 {
	bottom: 20px;
	right: -140px;
}
#trial .present .text {
	float: right;
	margin: 30px 0 0 0;
}
#trial .present .dummy .strap.type1 {
	animation: yurayura 3s linear infinite;
}
#trial .present .dummy .strap.type2 {
	animation: yurayura2 3s linear infinite;
}
@keyframes yurayura { 
	0%   { transform: translate(0%, 0%); } 
	50%  { transform: translate(2%, 0%) rotate(2deg); } 
	100% { transform: translate(0%, 0%) rotate(0deg); } 
} 
@keyframes yurayura2 { 
	0%   { transform: translate(0%, 0%); } 
	50%  { transform: translate(-2%, 0%) rotate(-2deg); } 
	100% { transform: translate(0%, 0%) rotate(0deg); } 
} 

/* ────────────────────────────
	special
──────────────────────────── */
.musse {
	position: relative;
	padding: 120px 0 0 0;
/*
	background-image: url(../img/tgs/special/background.jpg);
	background-attachment: fixed;
	background-size: cover;
*/
	z-index: 1;
}
.musse .filter {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/tgs/special/background.jpg);
	background-attachment: fixed;
	background-size: cover;
}
#special {
	position: relative;
	margin: 700px 0 0 0;
	padding: 0 0 200px 0;
	color: #444;
	background-color: rgba(255,255,255,0.6);
	z-index: 2;
}
#special > .inner2 {
	width: 1000px;
	margin: 0 auto;
}
#special h2 {
	display: inline-block;
	float: right;
	margin: 70px 0 50px 0;
	text-align: right;
}
#special h2 .en {
	display: block;
	font-size: 2.8em;
	font-family: 'Titillium Web', sans-serif;
}
#special h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	border-top: solid 1px #000;
}
#special h3 {
	margin: 50px 0 0 0;
	padding: 30px 0;
	font-size: 2.0em;
}
#special .block {
	position: relative;
	padding: 10px 0 200px 0;
}
#special .block .text {
	width: 600px;
}
#special .block .text p {
	margin: 20px 0;
	font-size: 1.1em;
}
#special .block .text small {
	font-size: 0.8em;
}
#special .block .uchiwa {
	position: absolute;
	top: -160px;
	right: -50px;
}


/* ────────────────────────────
	live stage
──────────────────────────── */
#live {
	position: relative;
	background-color: #fff;
	z-index: 3;
}
#live:before{
	content: '';
	position: absolute;
	top: -230px;
	left: 0;
	width: 120%;
	height: 200px;
	margin: 3% -10% 0;
	background: #fff;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
#live .block {
	padding: 60px 0 300px 0;
}
#live .block .img {
	float: left;
	width: 400px;
}
#live .block .img img {
	margin: 0 0 15px 0;
}
#live .text {
	float: left;
	width: 620px;
}
#live h2 {
	display: inline-block;
	margin: 0 0 50px 0;
}
#live h2 .en {
	display: block;
	font-size: 2.7em;
	font-family: 'Titillium Web', sans-serif;
}
#live h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
	border-top: solid 1px #000;
}
#live .text p {
	margin: 20px 0;
}
#live .soon {
	display: none;
	margin: 100px 0 0 0;
	padding: 30px 80px;
	border: solid 1px #000;
	border-radius: 10px;
	text-align: center;
}
#live .soon h3 {
	font-size: 1.6em;
}
#live .soon h3 i {
	margin: 0 5px 0 0;
}
#live .soon p {
	font-size: 1.6em;
}
#live .youtube {
	margin: 70px 0 0 0;
}
#live .youtube {
	font-size: 2em;
}
#live .youtube div {
	margin: 50px 0;
}
#live .youtube a {
	position: relative;
	display: inline-block;
	margin: 10px 15px 0 0;
	padding: 0 10px;
	color: #000;
	font-size: 0.9em;
	border: solid 2px #000;
	transition: .5s;
}
#live .youtube a i {
	margin: 0 5px 0 0;
}
#live .youtube a::before,
#live .youtube a::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
#live .youtube a::before {
	top: -2px;
	left: -2px;
}
#live .youtube a::after {
	bottom: -2px;
	right: -2px;
}
#live .youtube a:hover {
	color: #ff6666;
}
#live .youtube a:hover::before,
#live .youtube a:hover::after {
	width: 100%;
	height: 100%;
}
#live .youtube a:hover::before {
	border-bottom-color: #ff6666;
	border-left-color: #ff6666;
	transition: height .2s, width .2s .2s;
}
#live .youtube a:hover::after {
	border-top-color: #ff6666;
	border-right-color: #ff6666;
	transition: height .2s, width .2s .2s;
}


#live .youtube a.nico::before,
#live .youtube a.nico::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
#live .youtube a.nico::before {
	top: -2px;
	left: -2px;
}
#live .youtube a.nico::after {
	bottom: -2px;
	right: -2px;
}
#live .youtube a.nico:hover {
	color: #FFB81E;
}
#live .youtube a.nico:hover::before,
#live .youtube a.nico:hover::after {
	width: 100%;
	height: 100%;
}
#live .youtube a.nico:hover::before {
	border-bottom-color: #FFB81E;
	border-left-color: #FFB81E;
	transition: height .2s, width .2s .2s;
}
#live .youtube a.nico:hover::after {
	border-top-color: #FFB81E;
	border-right-color: #FFB81E;
	transition: height .2s, width .2s .2s;
}


/* ────────────────────────────
	Collaboration
──────────────────────────── */
#collabo {
	position: relative;
	background-color: #7fcef4;
	z-index: 3;
}
#collabo:before{
	content: '';
	position: absolute;
	top: -230px;
	left: 0;
	width: 120%;
	height: 200px;
	margin: 3% -10% 0;
	background: #7fcef4;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
}
#collabo:after{
	content: '';
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 120%;
	height: 200px;
	margin: 3% -10% 0;
	background: #7fcef4;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	z-index: -1;
}
#collabo h2 {
	display: inline-block;
	margin: 0 0 50px 0;
	color: #fff;
}
#collabo h2 .en {
	display: block;
	font-size: 2.7em;
	font-family: 'Titillium Web', sans-serif;
}
#collabo h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
	border-top: solid 1px #fff;
}
#collabo .main {
	margin: 40px 0 80px 0;
	padding: 20px 0;
	border: solid 3px #fff;
	text-align: center;
	border-radius: 20px;
}
#collabo .caption {
	margin: 0 0 100px 0;
	text-align: center;
	color: #fff;
}
#collabo .caption h3 {
	margin: 0 0 40px 0;
	font-size: 2.2em;
}
#collabo .caption p {
	font-size: 1.2em;
}

/* left */
#collabo .block .left {
	float: left;
	width: 500px;
}
#collabo .block .left h4 {
	margin: 0 0 30px 0;
	font-size: 1.3em;
	color: #fff;
	border-bottom: solid 1px #fff;
}
#collabo .block .left p {
	margin: 30px 0;
	color: #fff;
}

/* link */
#collabo .link {
	margin: 40px 0 0 0;
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
}
#collabo .link small {
	display: block;
	margin: 0 0 0 15px;
	font-size: 0.8em;
}
#collabo .link .badge {
	margin: 30px 0 10px 0;
}
#collabo .link .badge a {
	margin: 0 10px 0 0;
}

/* right */
#collabo .block .right {
	position: relative;
	float: right;
	width: 450px;
}
#collabo .block .right img {
	position: absolute;
	right: 0;
	top: -50px;	
}

/* ────────────────────────────
	Goods
──────────────────────────── */
#goods-wp {
	padding: 200px 0 100px 0;
	background-image: url(../img/tgs/goods/background.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 60% 0;
	z-index: 0;
}
#goods-wp h2 {
	display: inline-block;
	float: right;
	margin: 0 0 50px 0;
	text-align: right;
	color: #fff;
}
#goods-wp h2 .en {
	display: block;
	font-size: 2.8em;
	font-family: 'Titillium Web', sans-serif;
}
#goods-wp h2 .jp {
	display: block;
	padding: 5px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	border-top: solid 1px #fff;
}

#goods-wp .block {
	margin: 0 0 25px 0;
}
#goods-wp .block .box {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0 10px;
	width: 220px;
	height: 300px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 10px;
	box-sizing: border-box;
}
#goods-wp .block .box b {
	display: block;
	margin: 10px 0;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-size: 0.9em;
	border-top: solid 1px #666;
}
#goods-wp .block .box .price {
	position: absolute;
	display: block;
	padding: 2px 5px 2px 10px;
	min-width: 60px;
	right: 0;
	top: 20px;
	color: #fff;
	font-size: 0.9em;
	text-align: right;
	background-color: rgba(0,0,0,0.6);
}


/* ────────────────────────────
	footer
──────────────────────────── */
footer {
	background-color: #fff;
}
footer .inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
	text-align: right;
}
footer .inner a {
	display: block;
}
footer .inner small {
	font-size: 0.8em;
}
