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

/* Reset -------------------------------------------- */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    box-sizing: border-box;

	color: #000;
	font-size: 1.6em;
	line-height: 1.7;
    
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    
    position: relative;
    z-index: 1;
    
    background-color: #f0f0f0;
}
body *{
  box-sizing: border-box;
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
    
	transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


p{
    font-size: 1.5rem;
    line-height: 1.8;
}
h3, h4, h5{
    font-size: 1.5rem;
    line-height: 1.8;
}
br.sp{
	display: none;
}
@media only screen and (max-width: 750px){
p{ font-size: 1.3rem; }
h3, h4, h5{ font-size: 1.3rem; }
br.sp{
    display: block;
}
br.pc{
    display: none;
}
}

p a{
	color: #000;
    text-decoration: underline;
}
p a:hover{
    text-decoration: none;
}
img{
	height: auto;
    vertical-align: top;
}

.ivmvel{
	opacity: 0.0;
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
    transition: transform .6s .1s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s .1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ivmv{
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}




header{
    width: 100%;
    padding: 20px 30px;
}
header .logo{
    width: 240px;
}
header .logo img{
    width: 100%;
}

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

header{
    padding: 10px 20px;
}
header .logo{
    width: 120px;
}

}



.mainImage{
    width: 100%;
    position: relative;
    z-index: 100;
    line-height: 0;
    
    margin-bottom: 120px;
}
.mainImage .dspArea{
    box-sizing: border-box;
    width: 100%;    
    display: flex;
    
    justify-content: center;
    align-items: center;
    
	position: relative;

    overflow: hidden;
    z-index: 1005;
    
    background-image: url("img/mainBG.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.mainImage .dspArea::before{
	content: "";
	display: block;
	padding-top: 60%;
}
.mainImage .dspArea .logo{
    width: 45.4545%;
    line-height: 0;
    margin-bottom: 5vw;
}
.mainImage .dspArea .logo img{
    width: 100%;
}


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

.mainImage{
    margin-bottom: 80px;
}
.mainImage .dspArea .logo{
    width: 80%;
}

}




.headerCover{
    width: 90%;
    margin: 0 auto;

    padding: 30px 0 0;
}
.contentCover{
    width: 100%;

    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1400px auto;
}
@media only screen and (max-width: 1400px){
.contentCover{ background-size: 1200px auto; }
}
@media only screen and (max-width: 1200px){
.contentCover{ background-size: 1000px auto; }
}
@media only screen and (max-width: 1000px){
.contentCover{ background-size: 900px auto; }
}
@media only screen and (max-width: 750px){
.contentCover{ background-size: 115% auto; }
}
@media only screen and (max-width: 500px){
.contentCover{ background-size: 160% auto; }
}

.contentArea{
    width: 90%;
    margin: 0 auto;
    
    position: relative;
    z-index: 10;
    
    overflow: hidden;
    
    padding-top: 110px;
}





.statement{
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    
    padding-bottom: 100px;
    margin-bottom: 20px;
}
.statement .bodyArea{
    width: 100%;
    max-width: 586px;
    margin: 0 auto;
    background-color: #fff;
    
    padding: 46px 43px 63px 68px;
    
    position: relative;
}
.statement .bodyArea::before{
    content: "";
    position: absolute;
    left: -41px;
    top: 0;
    
    width: 43px;
    height: 735px;
    background-image: url("img/statement_evTitle.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}
.statement .bodyArea::after{
    content: "";
    position: absolute;
    right: -116px;
    bottom: -99px;
    
    width: 171px;
    height: 175px;
    background-image: url("img/statement_year.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
}

.statement .title{
    box-sizing: border-box;
    
    width: 100%;
    max-width: 384px;
    
	display: block;
	position: relative;

    overflow: hidden;
    
    background-image: url("img/statement_title.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    
    margin-bottom: 39px;
}
.statement .title::before{
	content: "";
	display: block;
	padding-top: 17.7%;
}
.statement .subTitle{
    box-sizing: border-box;
    
    width: 100%;
    max-width: 345px;
    
	display: block;
	position: relative;

    overflow: hidden;
    
    background-image: url("img/statement_subTitle.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    
    margin-bottom: 47px;
}
.statement .subTitle::before{
	content: "";
	display: block;
	padding-top: 9.855%;
}
.statement .text{
    box-sizing: border-box;
    
    width: 100%;
    
	display: block;
	position: relative;

    overflow: hidden;
    
    background-image: url("img/statement_bodyText.png?d=1");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}
.statement .text::before{
	content: "";
	display: block;
	padding-top: 92%;
}
.statement p{
    position: absolute;
    left: 100%;
    top: 0;
    
}

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

.statement{
    padding-left: 20px;
    padding-right: 20px;
}
.statement .bodyArea{
    padding: 46px 30px 63px 30px;
    
    position: relative;
}
.statement .bodyArea::before{
    left: -30px;
    top: 0;
    
    width: 30px;
    height: 560px;
    background-size: 100% auto;
}
.statement .bodyArea::after{
    right: -30px;
    bottom: -50px;
    
    width: 120px;
    height: 125px;
}

.statement .title{
    width: 90%;
    max-width: 260px;
    margin-bottom: 35px;
}
.statement .subTitle{
    width: 90%;
    max-width: 260px;
    margin-bottom: 30px;
}
.statement .text{
    width: 100%;
    background-image: none;
}
.statement .text::before{
	padding-top: 0;
}
.statement .text p{
    font-size: 1.4rem;
    position: relative;
    left: 0;
}

}






section.content{
    box-sizing: border-box;
    width: 100%;
/*    max-width: 780px;*/
    max-width: 1100px;
    padding-left: 8%;
    margin: 0 auto;
    
    margin-bottom: 100px;
}

br.sww{ display: block; }

@media only screen and (max-width: 1099px){
    br.sww{ display: none; }
}
@media only screen and (max-width: 899px){
section.content{
    padding-left: 0;
    margin-bottom: 80px;
}
}
@media only screen and (max-width: 699px){
section.content{
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 499px){
}



section.content > h2{
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    height: auto;

	display: block;
	position: relative;

    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    
    margin-bottom: 30px;
}
section.content > h2::before{
	content: "";
	display: block;
	padding-top: 6.4%;
}
section.content.news > h2::before,
section.content.timetable > h2::before{
	padding-top: 7.8%;
}
section.content.news > h2{ background-image: url("img/bg_h2_news.png"); }
section.content.timetable > h2{ background-image: url("img/bg_h2_timetable.png"); }
section.content.outline > h2{ background-image: url("img/bg_h2_outline.png"); }
section.content.forum > h2{ background-image: url("img/bg_h2_forum.png"); }
section.content.meetup > h2{ background-image: url("img/bg_h2_meetup.png"); }
section.content.exhibition > h2{ background-image: url("img/bg_h2_exhibition.png"); }
section.content.sponsors > h2{ background-image: url("img/bg_h2_sponsors.png"); }
section.content.partners > h2{ background-image: url("img/bg_h2_partners.png"); }
section.content.sideevent > h2{ background-image: url("img/bg_h2_sideevent.png"); }
section.content.excursion > h2{ background-image: url("img/bg_h2_excursion.png"); }
section.content.contact > h2{ background-image: url("img/bg_h2_contact.png"); }

section.content > h2 .title{
    display: block;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}


table.whatsnew{
    box-sizing: border-box;
}
table.whatsnew tr{
    vertical-align: top;
}
table.whatsnew th{
    padding: 2px 15px 2px 0;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
}
table.whatsnew td{
    padding: 2px 0 2px 10px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
}
table.whatsnew a{
    color: #000;
    text-decoration: underline;
}
table.whatsnew a:hover{
    text-decoration: none;
}

@media only screen and (max-width: 699px){
table.whatsnew th{
    padding: 4px 12px 4px 0;
    font-size: 1.4rem;
}
table.whatsnew td{
    padding: 4px 0 4px 8px;
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 499px){
table.whatsnew th{
    padding: 4px 12px 4px 0;
    font-size: 1.3rem;
}
table.whatsnew td{
    padding: 4px 0 4px 8px;
    font-size: 1.3rem;
}
}


.news .moreLink{
    cursor: pointer;
    font-size: 1.5rem;
    padding: 5px 0 5px 9rem;
    position: relative;
}
.news .moreLink .label{
	text-decoration: underline;
}
.news .moreLink:hover .label{
	text-decoration: none;
}
.news .moreLink::before{
    content: "";
}
.news .moreLink.open{
    color: transparent;
}
.news .moreLink.open::before{
    content: "[閉じる]";
    font-size: 1.5rem;
    color: #000;
    position: absolute;
	text-decoration: underline;
}
.news .moreLink.open:hover::before{
	text-decoration: none;
}
@media only screen and (max-width: 699px){
.news .moreLink{
    font-size: 1.4rem;
    padding-left: 8rem;
}
.news .moreLink.open::before{
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 499px){
.news .moreLink{
    font-size: 1.3rem;
    padding-left: 7.5rem;
}
.news .moreLink.open::before{
    font-size: 1.3rem;
}
}



table.outline{
}
table.outline th{
    font-size: 1.5rem;
    white-space: nowrap;
    padding-right: 1.5rem;
    padding-left: 1em;

    position: relative;
}
table.outline th::after{
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
}
table.outline td{
    font-size: 1.5rem;
}

@media only screen and (max-width: 899px){
table.outline th{
    font-size: 1.4rem;
    padding-right: 1.4rem;
}
table.outline td{
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 699px){
}
@media only screen and (max-width: 499px){
table.outline th{
    font-size: 1.3rem;
    padding-right: 1.3rem;
}
table.outline td{
    font-size: 1.3rem;
}
}



ul.apBtn{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  
  flex-wrap: wrap;
  
  padding-top: 15px;
}
ul.apBtn li{
    margin: 0 20px 10px 0;
}
ul.apBtn li a{
    box-sizing: border-box;
    display: inline-block;

    padding: 10px 15px;
    font-size: 1.5rem;
    
    color: #fff;
    line-height: 1.0;
    white-space: nowrap;
    text-align: center;
    
    background-color: #000;
    
    text-decoration: none;

    opacity: 1;
	transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.apBtn li a:hover{
    opacity: 0.9;
}
ul.apBtn li a.disabled{
    color: #aaa;
    background-color: #666;
}




dl.timetable{
}

dl.timetable dt{
    box-sizing: border-box;
    width: 100%;
    
    font-size: 1.6rem;
    line-height: 1.5;
}
dl.timetable dt .time{
    display: inline-block;
    margin-right: 2.0rem;
}
dl.timetable dt .title{
    display: inline;
}
dl.timetable dd{
    box-sizing: border-box;
    width: 100%;
    
    padding: 10px 0;

    font-size: 1.5rem;
    line-height: 1.5;
    
    margin-bottom: 25px;
}
dl.timetable h3{
    margin-bottom: 0.8rem;
}

@media only screen and (max-width: 899px){
dl.timetable dt{
    font-size: 1.5rem;
}
dl.timetable dd{
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 699px){
dl.timetable dt{
    font-size: 1.5rem;
}
dl.timetable dd{
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 499px){
dl.timetable dt{
    font-size: 1.5rem;
}
dl.timetable dt .time{
    display: block;
    margin-right: 0;
}
dl.timetable dt .title{
    display: block;
    font-weight: bold;
}
dl.timetable dd{
    padding: 10px 0 10px 0;
    font-size: 1.4rem;
}
dl.timetable table.overview th{
    display: block;
    width: 100%;
    font-size: 1.4rem;
}
dl.timetable table.overview th .label{
    display: inline-block;
}
dl.timetable table.overview td{
    display: block;
    width: 100%;
    padding-left: 5px;
    font-size: 1.4rem;
}
}




.profileArea{
    width: 100%;
    padding-top: 10px;
    
    display: flex;
    justify-content: flex-start;
    
    margin-bottom: 10px;
}
.profileArea .moderator{
    padding: 0 16px 0 20px;
    
    background-image: url("img/bg_title_moderator.png");
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 15px auto;
}
.profileArea .speakers{
    padding: 0 0 0 20px;
    
    background-image: url("img/bg_title_speakers.png");
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 15px auto;
}
.profileArea .navigator{
    padding: 0 0 0 20px;
    
    background-image: url("img/bg_title_navigator.png");
    background-repeat: no-repeat;
    background-position: left 2px center;
    background-size: 15px auto;
}

ul.profileList{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
ul.profileList li{
    width: 80px;
    line-height: 0;
    position: relative;
}
ul.profileList li:first-child{
    width: 85px;
}
ul.profileList li a{
    display: block;
    width: 100%;
    
/*    background-color: #002d69;*/
}
ul.profileList li img{
    display: block;
    width: 75px;
    height: auto;
    margin: 5px;
    margin-left: 0;
        
	transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.profileList li a:hover img{
    transform: scale(1.15);
}
ul.profileList li:first-child img{
    margin-left: 5px;
}

ul.profileList li.clickhere::before{
    content: "";
    position: absolute;
    right: -40px;
    top: 2px;
    z-index: 500;
    
    width: 55px;
    height: 12px;
    
    background-image: url("img/icon_clickhere.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
}



.profileArea.sponsors{
/*    max-width: 720px;*/
    max-width: 800px;
}
.profileArea.sponsors .photo{
    width: 20%;
}
.profileArea.sponsors .photo img{
/*    border: 5px solid #002d69;*/
}
.profileArea.sponsors .message{
    width: 80%;
}
.profileArea.sponsors .message p{
    font-size: 1.3rem;
}

.profileBox{
    width: 90%;
    max-width: 800px;
    
    background-color: #fff;
        
    display: none;
}
.profileText{
    width: 90%;
    margin: 40px auto;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.profileText .photo{
    margin-right: 20px;
}
.profileText .photo img{
/*    border: 5px solid #002d69;*/
}
.profileText p{
    font-size: 1.4rem;
    line-height: 1.7;
}
.profileText .name{
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 5px;
}
.profileText .kana{
    font-size: 1.4rem;
}
.profileText .job{
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 10px;
}
.profileText h4{
    font-size: 1.5rem;
    padding: 1.5rem 0 0.5rem;
}

.fancybox-bg{
    background-color: rgba(0, 0, 0, 0.6);
}
.fancybox-slide--html{
    padding-top: 100px;
    padding-bottom: 80px;
}
.fancybox-button svg path{
    fill: #002d69;
}
.fancybox-content{
    padding: 0;
}

@media only screen and (max-width: 899px){
.profileArea{
    flex-wrap: wrap;
}
.profileArea .moderator{
    box-sizing: border-box;
    width: 100%;
    
    margin-bottom: 8px;
}
.profileArea .speakers{
    box-sizing: border-box;
    width: 100%;
}
}
@media only screen and (max-width: 699px){
}
@media only screen and (max-width: 499px){
.profileArea .moderator{
    padding: 0 16px 0 17px;
    background-size: 12px auto;
}
.profileArea .speakers{
    padding: 0 0 0 17px;
    background-size: 12px auto;
}
.profileArea .navigator{
    padding: 0 0 0 17px;
    background-size: 12px auto;
}
ul.profileList li{
    width: 68px;
}
ul.profileList li:first-child{
    width: 71px;
}
ul.profileList li img{
    display: block;
    width: 65px;
    margin: 3px;
    margin-left: 0;
}
ul.profileList li:first-child img{
    margin-left: 3px;
}
.profileArea.sponsors .photo{
    width: 100%;
    margin-bottom: 10px;
}
.profileArea.sponsors .photo img{
/*    border: 3px solid #002d69;*/
}
.profileArea.sponsors .message{
    width: 100%;
}
.profileText{
    flex-wrap: wrap;
}
.profileText .photo{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.profileText .photo img{
/*    border: 3px solid #002d69;*/
}
}



table.speakers{
    margin-bottom: 10px;
}
table.speakers th{
    font-size: 1.5rem;
    white-space: nowrap;
    padding-right: 1.5rem;

    padding-bottom: 10px;
    position: relative;
}
table.speakers th::after{
    content: "：";
    position: absolute;
    right: 0;
    top: 0;
}
table.speakers td{
    font-size: 1.5rem;
    padding-bottom: 5px;
}
table.speakers td.name{
    white-space: nowrap;
    padding-right: 1.5rem;
}

@media only screen and (max-width: 899px){
}
@media only screen and (max-width: 699px){
}
@media only screen and (max-width: 499px){
table.speakers th{
    font-size: 1.3rem;
    padding-right: 1.3rem;

    padding-bottom: 10px;
}
table.speakers td{
    font-size: 1.3rem;
}
table.speakers td.name{
    padding-right: 1.0rem;
}
}



section.sponsors h2{
    margin-bottom: 40px;
}
section.sponsors h3{
    width: 100%;
    height: 22px;
    
    position: relative;
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 22px;
    
    margin-bottom: 10px;
}
section.sponsors h3.mars{ background-image: url("img/bg_title_mars.png") }
section.sponsors h3.moon{ background-image: url("img/bg_title_moon.png") }
section.sponsors h3.earth{ background-image: url("img/bg_title_earth.png") }
section.sponsors h3.partners{ background-image: url("img/bg_title_partners.png") }
section.sponsors h3.marspartners{ background-image: url("img/bg_title_mars-partners.png") }
section.sponsors h3.earthpartners{ background-image: url("img/bg_title_earth-partners.png") }

section.sponsors h3 .title{
    position: absolute;
    left: 0;
    top: 100%;
}

.dspOrder{
	box-sizing: border-box;
	width: 100%;
    max-width: 1000px;
/*    max-width: 760px;*/

    text-align: right;
	color: #002d69;
	font-size: 1.1rem;
	
	padding-right: 1.5%;
	margin-top: -55px;
	margin-bottom: 35px;

	position: relative;
	z-index: 120;
}
ul.sponsors{
    width: 100%;
    max-width: 1000px;
/*    max-width: 760px;*/
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	
	position: relative;
	z-index: 110;
    
    padding: 10px 0;
    
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    
    margin-bottom: 30px;
}
ul.sponsors li{
    box-sizing: border-box;
    margin: 0 20px 20px;
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.sponsors li img{
    display: block;
    width: auto;
}
ul.sponsors.mars{ margin-bottom: 60px; }
ul.sponsors.mars.partners{ margin-bottom: 0px; }
/*ul.sponsors.mars li{ margin: 10px 0px 10px; }*/
/*ul.sponsors.mars li img{ height: 100px; }*/
/*ul.sponsors.mars li{ width: 100%; text-align: center; margin: 20px 0px; }*/
/*ul.sponsors.mars li img{ width: 100%; max-width: 500px;  height: auto; }*/
ul.sponsors.mars li{ width: 50%; text-align: center; margin: 20px 0px; }
ul.sponsors.mars li img{ width: 100%; max-width: 500px;  height: auto; }

ul.sponsors.moon{ margin-bottom: 60px; }
ul.sponsors.moon li{ margin: 15px 30px; }
ul.sponsors.moon li img{ height: 110px; }

ul.sponsors.earth{ margin-bottom: 60px; }
ul.sponsors.earth li{ margin: 10px 25px; }
ul.sponsors.earth li img{ height: 80px; }

ul.sponsors p{
    padding-top: 10px;
    line-height: 1.0;
    color: #333;
}

@media only screen and (max-width: 1099px){
ul.sponsors.mars li{ width: 100%; margin: 15px 0px; }
ul.sponsors.moon li{ margin: 15px 25px; }
ul.sponsors.moon li img{ height: 90px; }
ul.sponsors.earth li{ margin: 10px 15px; }
ul.sponsors.earth li img{ height: 60px; }
}
@media only screen and (max-width: 899px){
}
@media only screen and (max-width: 699px){
}
@media only screen and (max-width: 499px){
ul.sponsors.mars li{ width: 100%; margin: 15px 0px; }
/*ul.sponsors.mars li img{ height: 60px; }*/
ul.sponsors.moon li{ margin: 5px 25px; }
ul.sponsors.moon li img{ height: 70px; }
ul.sponsors.earth li{ margin: 5px 15px; }
ul.sponsors.earth li img{ height: 50px; }
}



.sideeventDetail{
	padding-left: 1.2em;
}
table.sideevent{
}
table.sideevent th{
    font-size: 1.5rem;
    white-space: nowrap;
    padding-right: 1em;
}
table.sideevent td{
    font-size: 1.5rem;
}

@media only screen and (max-width: 899px){
table.sideevent th{
    font-size: 1.4rem;
}
table.sideevent td{
    font-size: 1.4rem;
}
}
@media only screen and (max-width: 699px){
}
@media only screen and (max-width: 499px){
table.sideevent th{
    font-size: 1.3rem;
}
table.sideevent td{
    font-size: 1.3rem;
}
}



footer{
    border-bottom: 60px solid #f0f0f0;
}

.credit{
    width: 90%;
    margin: 0 auto;
    
    color: #000;
    line-height: 1.3;
    font-size: 1.2rem;
    
    text-align: center;
    letter-spacing: 0.02em;
    
    padding-top: 20px;
    margin-bottom: 60px;
}
.credit .main{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 7px;
}
.credit .sub{
    font-size: 1.1rem;
    font-weight: 300;
}

@media only screen and (max-width: 699px){
.credit .main{
    font-size: 0.8rem;
    margin-bottom: 6px;
}
.credit .sub{
    font-size: 0.7rem;
}
}

@media only screen and (max-width: 499px){
.credit{
    margin-bottom: 10px;
}
.credit .main{
    font-size: 0.7rem;
    margin-bottom: 5px;
}
.credit .sub{
    font-size: 0.6rem;
}
}




.floatNaviSNS{
    box-sizing: border-box;
    position: fixed;
    z-index: 1200;
    right: 0;
    top: 100px;
    
    width: 50px;
    
}
.floatNaviSNS ul{
    box-sizing: border-box;
    width: 100%;
}
.floatNaviSNS li{
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #c8c8aa;
	border-right: none;

	background-color: rgba(255, 255, 255, 1);
    
    margin-bottom: 10px;
}
.floatNaviSNS li a{
    width: 100%;
    height: 100%;
    
    line-height: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.floatNaviSNS li a:hover{
    background-color: #f6f6ef;
}
.floatNaviSNS li img{
    display: block;
    width: 28px;
    height: auto;
}


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

.floatNaviSNS{
    top: 40px;
    width: 40px;
}
.floatNaviSNS li{
    height: 40px;
}
.floatNaviSNS li img{
    width: 22px;
}

}



ul.pastEvents{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.pastEvents li{
    width: 300px;
    margin: 0 15px;
    line-height: 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.pastEvents li a{
    display: block;
    width: 100%;
}
ul.pastEvents li a:hover{
    opacity: 0.8;
}
ul.pastEvents li img{
    display: block;
    width: 100%;
}

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

ul.pastEvents li{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
ul.pastEvents li a{
    width: 300px;
    margin: 0 auto;
}

}



