﻿@charset "utf-8";

body{
	background-color: #FFF;
	color: #222;
}

a {color: rgba(41,41,238,1.00); text-decoration: none; cursor: pointer;}
a:visited	{color: rgba(41,41,238,1.00);}
a:hover		{color: rgba(89,228,245,1.00)}
a:focus		{outline: thin dotted;}

dl {line-height: 1.6em;}
dt {font-weight: bold;
	padding: 2%;
	margin: 0px;
	}
dd {margin: 0px;
	margin-bottom: 1em;
	}

ul {padding-left: 1.5em;}
li {margin-bottom: 0.5em; line-height: 1.6em;}
ul.readme {
	float: right;
	font-size: 0.9em;
	}
ul.readme li {
	margin-bottom: 0.5em;
	line-height: 1.4em;
	}

ul.square {
	padding-top: 0;
	margin-top: 0;
	list-style-type: square;
}
ul.square li {}

img {max-width: 100%;}

strong, .errorTxt {color:#FF0000;}

@media only screen and (max-width: 480px) {

br.sp {display: none;}

}

/*フェード*/
#mainMenu li, #pageTop a, #mobileMenu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}


/*汎用ボタン*/
a.button {
	display: block;
	background-color: rgb(255,255,255);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 1px #fff;
	box-shadow: outset rgba(0,0,0,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding: 10px 0 10px;
	color: rgb(0,0,0);
	width: 60%;
	margin: 4% auto 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
a.button:hover {background-color: rgb(233,233,233);}
a.button:active {background-color: #d2d6d6;}

a.button.Bl {
	display: block;
	background-color: rgba(47,47,47,1.00);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 0 1px #000;
	box-shadow: outset rgba(255,255,255,0.20);
	font: inherit;
	letter-spacing: inherit;
	text-indent: inherit;
	color: inherit;
	text-align: center;
	padding: 10px 0 10px;
	color: rgb(255,255,255);
	width: 60%;
	margin: 4% auto 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
	}
a.button.Bl:hover {background-color: rgba(79,79,79,1.00);}
a.button.Bl:active {background-color: rgba(98,98,98,1.00);}


/*記事用*/
.small	{font-size: 0.8em;}
.large	{font-size: 1.2em;}
.big	{font-weight: bold;font-size: 1.6em;}
.center	{text-align: center;}
.spaced {padding: 1em;}
.left	{float: left;}
.right	{float: right;}
.clear {clear: both;}
.attention {color: #F00;}
.url{color: #FF0308;font-style: italic;}
.bold{font-weight: bold;}
.yellow {color: #FFED00;}
.hide {display: none;}
.sun {color: #f00;}
.sat {color: #008FEB;}
.Uline,.Uline:hover {text-decoration: underline;}


/*ボタン用*/
.common {margin: 2.5% 2% 2.5% 2%;}


/*記事の関連URLリンク用大型ボタン*/
.big a {
	padding: 10px;
	margin: 2.5% 2% 2.5% 2%;
	}

.oldVersion {
	text-align: center;
	color: rgb(255,0,4);
	padding: 10px;
	}


/*ウィジェットなど*/
#Share_Media {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	margin-bottom: 60px;
	padding: 0;
	margin-right: 0;
	}

#Share_Media div {
	width: 49%;
	/*width: 95%;*/
	max-width: 900px;
	/*box-sizing:border-box;*/
	margin: 0 auto 10px;
}

#Share_Media #timeline{
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}


@media only screen and (max-width: 768px) {

#Share_Media {
	flex-direction: column;
	}

#Share_Media div {
	width: 80%;
	margin: 0 auto 10px;
	}

#Share_Media #timeline{
	padding-bottom: 100%;
	}

}

@media only screen and (max-width: 480px) {

#Share_Media #timeline{
	padding-bottom: 100%;
	}

}


/*FlexBox*/
.flexBox {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.flexBox>div {box-sizing: border-box;}

.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33.3%;}
.boxset2>div {flex-basis: 50%;}


@media only screen and (max-width: 768px) {

.boxset4>div, .boxset3>div {flex-basis: 50%;}
.boxset2>div {flex-basis: 100%;}

}

@media only screen and (max-width: 480px) {

.boxset4>div, .boxset3>div {flex-basis: 100%;}

}


/*大枠*/
.primaryContainer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}


/*ヘッダー*/
header {
	width: 100%;
    height: 0;
	background: url(../images/megarage/megarage_creators_main.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	padding: 56.25% 0 0;
	box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

header .flexBox {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

h1 {
	width: 60%;
	max-width: 680px;
}

h2, h3 {
    margin: 0 auto 50px;
    padding: 0;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 900;
    font-feature-settings : "palt";
    font-size: 2em;
}
h2 rt {
    margin-bottom: -0.2em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; 
}

h3 {margin: 0 auto 30px;} 
h3 span {
    display: block;
    font-size: 0.7em;
}

@media only screen and (max-width: 768px) {

h2 {font-size: 4.5vw;}

}

@media only screen and (max-width: 480px) {

header {height: 100vh;}
h2 {font-size: 6.5vw; line-height: 1.4em;}
h2 span {display: block;}

}


/*コンテンツ全体をラップ*/
main {
    float: none;
    height: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
	overflow: hidden;
	position: relative;
}

main p {line-height: 1.6em;}
main p.small {font-size: 0.8em;}

@media only screen and (max-width: 768px) {
	
}


section {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 0px;
	margin: 80px auto 0;
}

@media only screen and (max-width: 768px) {
	
}


#intro p {
    line-height: 2em;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 768px) {

#intro p {
    width: 85%;
    margin: 0 auto 20px;
    text-align: left;
}

}


#schedule {}

#schedule .flexBox {
    padding: 30px 30px 0px;
	background: url(../images/megarage/megarage_creators_eventbg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.event {
    flex: 1 1 320px;
    max-width: 420px;
    margin: 0 1.5% 30px;
}

.event>div:first-child {padding: 15% 0; background-position: center center; position: relative;}
.event.Vol1>div:first-child {background: url(../images/megarage/megarage_creators_eventbg_01.jpg) no-repeat; background-size: cover;}
.event.Vol2>div:first-child {background: url(../images/megarage/megarage_creators_eventbg_02.jpg) no-repeat; background-size: cover;}
.event.Vol3>div:first-child {background: url(../images/megarage/megarage_creators_eventbg_03.jpg) no-repeat; background-size: cover;}

.event .Vol {
    display: inline-block;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
    color: #FFF;
    background-color: #F44;
    position: absolute;
    top: 10px;
    left: 10px;
}

.event .title {
    padding: 5%;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    background-color: rgba(0,0,0,0.80);
}

.event>div:last-child {
	background-color: #FFF;
    margin: 0;
    padding: 10px;
    font-weight: bold;
}

time, .value {
    display: block;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.ticket {text-align: center;}
.ticket p {font-size: 0.8em;}

.ticket a {
    width: 100%;
    margin-top: 5px;
    color: #FFF;
    background-color: #F92;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.30);
}
.ticket a:hover, .ticket a:active {background-color: #F80;}

.ticket a.disable {
	background-color: #888;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}
.ticket a.disable:hover, .ticket a.disable:active {background-color: #888;}

#schedule>p {max-width: 1280px; margin: 5px auto 0;}

@media only screen and (max-width: 768px) {

.event {flex: 0 0 100%;}

}

@media only screen and (max-width: 480px) {

}


#place .flexBox {
    width: 90%;
    max-width: 800px;
    margin: auto;
    font-size: 0.9em;
}

#place .flexBox>div {
    flex: 0 0 50%;
    max-width: 480px;
    margin: auto;
    position: relative;
}

#place .flexBox>div .inner{
    padding: 20px;
    text-align: center;
}

#place .inner p+p {margin-top: 20px}
#place .inner .bold{display: block;}

#map_ct {
    width: 100%;
    height: 100%;
}
#map_ct iframe {
	width:100% !important;
	/*height:100% !important;*/
}

@media only screen and (max-width: 768px) {

#place .flexBox>div {flex: 0 0 100%;}
#place .flexBox>div .inner{padding: 0% 5% 10%;}

}

@media only screen and (max-width: 480px) {
	
}


/*SNSシェアボタン*/
.shareBox {
	float: none;
	width: auto;
	height: auto;
	margin: 0 auto 0;
	clear: both;
	padding: 0 2% 2%;
	text-align: center;
}

.shareButtons {
	width: auto;
	height: auto;
	margin: 0px auto;
	clear: none;
	display: inline-block;
}

.shareButtons div {
	line-height: 1;
	margin-right: 20px;
	margin-bottom: 10px;
}

.shareButtons div:last-child {
	margin-right: 0;
}

.fb-like {
	float: left;
}

.googleBtn {
	float: left;
	width: 52px;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {

.shareButtons div {margin-right: 8px;}
	
}


/*オリジナルボタン化*/
.tweetBtn, .lineBtn {
	float: left;
	border-radius: 2px;
	}

.tweetBtn {
	background: url(../images/ico_sns_twitter.png) left top no-repeat #1b95e0;
	background-size: contain;
	}

.lineBtn {
	background: url(../images/ico_sns_line.png) left top no-repeat #00C300;
	background-size: contain;
	display: none;
	}

.tweetBtn a, .lineBtn a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	}

.tweetBtn a {
	width: 57px;
	padding: 0 5px 0 5px;
	font-size: 0.6em;
	}

.lineBtn a {
	width: 67px;
	padding: 0 5px 0 5px;
	font-size: 0.5em;
	}


/*フッター*/
footer {
	background: #000;
	padding: 5%;
	margin: 150px auto -50px;
	text-align: center;
}

footer p {
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.6;
	margin-bottom: 1em;
	}

footer a {color: #FFF;}
footer a:visited {color: #FFF;}

footer img {
	display: block;
	margin: 0 auto;
	}

footer ul {
	display: inline-flex;
	padding: 0;
	margin: 20px auto 0;
	}

footer ul li {
	list-style-type: none;
	border-right: 1px #FFF solid;
	padding: 0 20px;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	}

footer ul li:last-child {
	border: none;
	}

.taitologo {
	max-width: 200px;
	margin: 20px auto 20px;
	}

.copyright {
    display: block;
	font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #ddd;
	font-size: 0.9em;
    line-height: 1.6em;
	margin: 50px auto 0px;
}

.lastMessage {
	margin:  300px 0 0;
	font-size: 1.6em;
	letter-spacing: 0.25em;
	text-align: center;
	line-height: 1.2em
}

@media only screen and (max-width: 480px) {

footer {padding: 10% 0;}

footer ul li {
		font-size: 0.8em;
		padding-left: 10px;
		padding-right: 10px;
	}

.lineBtn {display: block;}

}
