@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #c8dc50;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
}

img { max-width: 100%; height: auto;}

.sp { display: none;}

#op {
	background-color: #c8dc50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#mainVisualArea {
	text-align: center;
	padding: 50px 40px 100px;
}

#mainVisualArea .hdrLogo_au {
	margin-bottom: 30px;
	line-height: 0;
}
#mainVisualArea .hdrTxt {
	margin-bottom: 35px;
	line-height: 0;
}
#mainVisualArea h1 {
	margin-bottom: 30px;
	line-height: 0;
}
#mainVisualArea .mainLogo_sc5 {
	margin-bottom: 30px;
	line-height: 0;
}
#mainVisualArea .mainIllust {
	margin-bottom: 100px;
	line-height: 0;
}

#mainVisualArea .ttlTgs {
	margin-bottom: 20px;
	line-height: 0;
}



#mainVisualArea .btnDetail {
	max-width: 600px;
	margin: 0 auto 25px;
	line-height: 0;
}
#mainVisualArea .btnDetail a {
	display: block;
	padding: 19px 0;
	border: #eb5505 solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#mainVisualArea .btnDetail a:hover {
	background-color: #fff;
}

#mainVisualArea .txtBooth {
    margin-bottom: 50px;
	line-height: 0;
}

#mainVisualArea .scheduleTtl {
    margin-bottom: 25px;
	line-height: 0;
}

/* add 2016.09.09 */
#mainVisualArea .scheduleCaution {
	margin-top: 5px;
}

#mainVisualArea ul {
	overflow: hidden;
	max-width: 620px;
	margin: 0 auto;
}
#mainVisualArea ul li {
	float: left;
	margin: 0 1%;
	width: 48%;
}



#concept {
	background: url(../../images/concept_bg.jpg) no-repeat center center;
	background-size: cover;
    padding: 80px 40px 60px;
	text-align: center;
}
#concept .conceptLead {
	margin-bottom: 30px;
	line-height: 0;
}
#concept h2 {
	margin-bottom: 80px;
	line-height: 0;
}
#concept .conceptImgTxt {
	margin-bottom: 25px;
	line-height: 0;
}

#concept .conceptTxt {
    max-width: 920px;
	margin: 0 auto;
}
#concept .conceptTxt p {
	margin-bottom: 20px;
	font-size: 20px;
}

.bx-wrapper {
	max-width: 100% !important;
}

#imgSlide ul {
	overflow: hidden;
}
#imgSlide li {
	position: relative;
	width: 33.33%;
	float: left;
	background-color: #000;
	line-height: 0;
}
.img01 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: img01 15s linear infinite;
	-moz-animation: img01 15s linear infinite;
	animation: img01 15s linear infinite;
}
@-webkit-keyframes img01 { 0% { opacity: 0;} 3% { opacity: 1;} 30% { opacity: 1;} 33% { opacity: 0;} 100% { opacity: 0;}}
@-moz-keyframes img01 { 0% { opacity: 0;} 3% { opacity: 1;} 30% { opacity: 1;} 33% { opacity: 0;} 100% { opacity: 0;}}
@keyframes img01 { 0% { opacity: 0;} 3% { opacity: 1;} 30% { opacity: 1;} 33% { opacity: 0;} 100% { opacity: 0;}}

.img02 {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: img02 15s linear infinite;
	-moz-animation: img02 15s linear infinite;
	animation: img02 15s linear infinite;
}
@-webkit-keyframes img02 { 0% { opacity: 0;} 33% { opacity: 0;} 36% { opacity: 1;} 63% { opacity: 1;} 66% { opacity: 0;} 100% { opacity: 0;}}
@-moz-keyframes img02 { 0% { opacity: 0;} 33% { opacity: 0;} 36% { opacity: 1;} 63% { opacity: 1;} 66% { opacity: 0;} 100% { opacity: 0;}}
@keyframes img02 { 0% { opacity: 0;} 33% { opacity: 0;} 36% { opacity: 1;} 63% { opacity: 1;} 66% { opacity: 0;} 100% { opacity: 0;}}

.img03 {
	-webkit-animation: img03 15s linear infinite;
	-moz-animation: img03 15s linear infinite;
	animation: img03 15s linear infinite;
}
@-webkit-keyframes img03 { 0% { opacity: 0;} 66% { opacity: 0;} 69% { opacity: 1;} 97% { opacity: 1;} 100% { opacity: 0;}}
@-moz-keyframes img03 { 0% { opacity: 0;} 66% { opacity: 0;} 69% { opacity: 1;} 97% { opacity: 1;} 100% { opacity: 0;}}
@keyframes img03 { 0% { opacity: 0;} 66% { opacity: 0;} 69% { opacity: 1;} 97% { opacity: 1;} 100% { opacity: 0;}}



#imgSlide p {
	color: #669922;
	font-size: 13px;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	line-height: 1.4;
}


#experience {
	text-align: center;
	padding: 100px 40px;
}
#experience h2 {
    margin-bottom: 50px;
	line-height: 0;
}
#experience .experienceTxt {
	color: #eb5505;
	font-size: 20px;
	margin-bottom: 100px;
}
#experience .experienceTxt p {
	margin-bottom: 30px;
}

#visitors {
	background-color: #fff;
	border: #eb5505 solid 2px;
    padding: 38px;
    max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	box-sizing: border-box;
    text-align: left;
	position: relative;
}
#visitors .specialParticipation {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 153px;
}
#visitors h3 {
	margin-bottom: 30px;
	line-height: 0;
}

#visitors .visitorsLeft {
	width: 40%;
	float: left;
	margin-bottom: 25px;
	padding-right: 20px;
	padding-top: 80px;
	box-sizing: border-box;
}
#visitors .visitorsRight {
    width: 60%;
	float: right;
	text-align: left;
    font-size: 16px;
	margin-bottom: 25px;
}
#visitors .visitorsCredit {
	font-size: 14px;
	clear: both;
	float: left;
}
#visitors .visitorsUrl {
	font-size: 14px;
	color: #eb5505;
	float: right;
	text-align: right;
}
#visitors .visitorsUrl a {
	color: #eb5505;
	text-decoration: none;
	line-height: 23px;
	display: block;
	background: url(../../images/url_sc5_on.png) no-repeat right center;
}
#visitors .visitorsUrl a:hover {
	color: #000;
}
#visitors .visitorsUrl img {
	vertical-align: middle;
}
#visitors .visitorsUrl a:hover img { opacity: 0;}


#youtube {
	border-top:1px solid #000;
	/* background-color: #333333; */
}

/*  add 2016.09.09 */
.yt {
	background: linear-gradient(#444444, #333333);
	border-bottom:1px solid #000;
}
.ytInr {
	max-width: 960px;
	margin: 0 auto;
}
.iframeBox { position: relative; width: 100%; padding-top: 56.25%; }
.iframeBox iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }


#attention {
	padding: 100px 40px 150px;
	color: #333;
}
#attention h3 {
	line-height: 0;
	max-width: 560px;
	margin: 0 auto 50px;
	padding: 17px 0;
	text-align: center;
	border: #333 solid 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#attention ul {
	max-width: 970px;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
#attention ul li {
	margin-bottom: 15px;
	list-style: disc;
}
#attention ul li span {
	color: #cc0033;
}

#attention .attentionTxt {
    max-width: 970px;
	margin: 0 auto;
}
#attention .attentionTxt p {
	color: #233388;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
#attention .attentionTxt p::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}


#credit {
	padding: 0 40px;
	text-align: center;
	color: #444444;
}
#credit .ftrLogo {
	margin-bottom: 150px;
	line-height: 0;
}
#credit .creditAttention {
	color: #669922;
	font-size: 14px;
	margin-bottom: 150px;
}


#footer {
	color: #669922;
	padding: 30px 40px 150px;
	text-align: center;
	font-size: 14px;
}
.shop {
	color: #eb5505;	
}
#ttlShop {
	font-size: 200%;
	//font-weight: bold;
}
#ttlShopDate {
	font-size: large;
	//font-weight: bold;
}
#ttlShopAccess {
	font-size: large;
}
#ttlShopPrecaution {
  font-size: large;
	color: white;
  font-weight: bold;
}
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #3d3d3d;
		padding: 0.85em 3em 0.85em 3em;
		border-radius: 0.25em;
		cursor: pointer;
		border: 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
		//background-color: rgba(255,255,255,0.5);
	}

@media screen and (max-width: 736px) {

body {
	font-size: 12px;
	line-height: 1.6;
}

.pc { display: none;}
.sp { display: block;}

#mainVisualArea {
    padding: 20px 15px 20px;
}

#mainVisualArea .hdrLogo_au { margin-bottom: 15px;}
#mainVisualArea .hdrLogo_au img { width: 50px; height: auto;}

#mainVisualArea .hdrTxt { padding: 0 10px; margin-bottom: 15px;}
#mainVisualArea h1 { padding: 0 10px; margin-bottom: 15px;}

#mainVisualArea .mainLogo_sc5 { width: 150px; margin: 0 auto 10px;}

#mainVisualArea .mainIllust { width: 280px; margin: 0 auto 30px;}

#mainVisualArea .btnDetail {
    margin: 0 auto 15px;
    line-height: 0;
}
#mainVisualArea .btnDetail a {
    padding: 15px 0;
	background-color: transparent;
}
#mainVisualArea .btnDetail a img {
	width: 230px;
	height: auto;
}
#mainVisualArea .txtBooth {
	width: 243px;
	margin: 0 auto 15px;
}

#mainVisualArea .scheduleTtl {
	width: 225px;
	margin: 0 auto 10px;
}


#concept {
    background: url(../../images/concept_bg_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 15px 20px;
}
#concept h2 {
	margin-bottom: 20px;
}
#concept .conceptLead {
    margin-bottom: 15px;
}
#concept .conceptImgTxt {
    margin-bottom: 20px;
}
#concept .conceptTxt {
	text-align: left;
}
#concept .conceptTxt p {
    margin-bottom: 5px;
    font-size: 12px;
}

#imgSlideSp {
    padding: 0;
	margin-bottom: 20px;
}
#imgSlideSp li {
	background-color: #000;
	position: relative;
	line-height: 0;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
#imgSlideSp p {
	color: #669922;
	text-align: right;
}

#experience {
    padding: 30px 10px;
}
#experience h2 { padding: 0 15px; margin-bottom: 25px;}
#experience .experienceTxt {
    font-size: 12px;
	padding: 0 10px;
    margin-bottom: 20px;
	text-align: left;
}
#experience .experienceTxt p {
    margin-bottom: 15px;
}

#visitors {
    border: #eb5505 solid 2px;
    padding: 15px;
}
#visitors .specialParticipation {
	width: 92px;
	margin: 0 auto 10px;
	position: static;
	line-height: 0;
}
#visitors h3 {
    margin-bottom: 15px;
}
#visitors .visitorsLeft {
    width: 100%;
    float: none;
    margin-bottom: 20px;
	padding: 0;
	text-align: center;
}
#visitors .visitorsLeft img { width: 172px; height: auto;}
#visitors .visitorsRight {
    width: 100%;
    float: none;
    text-align: left;
    font-size: 12px;
    margin-bottom: 25px;
}
#visitors .visitorsCredit {
    float: none;
	margin-bottom: 15px;
    font-size: 10px;
    text-align: center;
}
#visitors .visitorsUrl {
    float: none;
    font-size: 10px;
    text-align: center;
}
#visitors .visitorsUrl img { width: 140px; height: auto;}
#visitors .visitorsUrl a {
    line-height: 15px;
    background: none;
}
#visitors .visitorsUrl a:hover { color: #eb5505;}
#visitors .visitorsUrl a:hover img { opacity: 1;}

#attention {
    padding: 50px 20px;
}
#attention h3 {
    padding: 17px 40px;
	margin-bottom: 20px;
}


#credit {
    padding: 0 20px;
}
#credit .ftrLogo {
    margin-bottom: 80px;
}
#credit .ftrLogo_au img { width: 69px; height: auto;}
#credit .ftrLogo_kddi img { width: 78px; height: auto;}
#credit .ftrLogo_monobit img { width: 74px; height: auto;}
#credit .ftrLogo_monobit,
#credit  p { margin-bottom: 10px;}
#credit .creditAttention {
    font-size: 10px;
    margin-bottom: 80px;
}

#footer {
    padding: 0 20px 50px;
    font-size: 10px;
}

