@charset "utf-8";
/*キモいキモいキモいキモいキモいキモいキモいキモいキモいキモいキモいキモい

　キモい展スマートフォンサイト用CSS
　
	[01] 基本・レイアウト
	[02] フェード	
	[03] 虫
	[04] トップページ
	[05] 各会場
	[06] フッタ

キモいキモいキモいキモいキモいキモいキモいキモいキモいキモいキモいキモい*/


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

	[01] 基本・レイアウト

---------------------------------*/
body { font-family: 'Lucida Grande', Meiryo, sans-serif; font-size: 0.9rem; line-height: 1.6; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; height: 100%; margin: 0; padding: 0; background: #000000; }
#bg_wrap{ background: url(/kimo2026/images/bg_wrap2026.webp) 50% 0% no-repeat #000000; background-size: contain; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; content:""; z-index:-1; }
#wrapper { width: 100%; position: relative; }
section#content { margin: 0 auto; padding: 0; background: none; position: relative;}
nav { float: right; margin: 0; line-height: 60px;}
nav a { width: 110px; padding: 4px 10px; font-size: 0.85rem; text-decoration: none; text-align: center; margin: 20px auto 30px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #f5e801 !important; background: #000; transition: 0.3s; }
nav a:hover { opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; }
.notice1 { text-align: right; color: #fff; position: relative; z-index: 200; margin: 0 0 30px; }
.notice2 { list-style: none; font-size: 0.8rem; color: #dae000; padding-left: 1em; text-indent: -1em; }
.notice3 { color: #fff; font-size: 0.8rem; white-space: nowrap; }


.btn_back { margin: 30px 0;	text-align: center; }
.btn_back a { width: 120px; padding: 4px 30px; font-size: 0.9rem; text-decoration: none; text-align: center; border-radius: 4px; color: #000 !important; background: #ddb725; transition:0.3s; }
.btn_back a:hover { opacity:0.8; filter: alpha(opacity=80); -ms-filter: "alpha( opacity=80 )"; }
.btn_kimo_past { width: 100%; max-width: 300px; margin: 0 auto 30px; text-align: center; }
.btn_kimo_past img { width: 100%; }


/* ページトップへ戻る
---------------------------------*/
#page-top2 { position: fixed; overflow:hidden; bottom: 20px; right: 20px; z-index: 9999; }
#page-top2 a { width: 72px; height: 68px; /*display: block;*/ transition: 0.5s; opacity: 0.7; }
#page-top2 a:hover { text-decoration: none !important; background: none; transition: 0.5s; opacity: 1;}

/*p#page-top2{width:145px; height:137px; overflow:hidden; margin:0; padding:0; position:fixed; bottom:20px; right:20px; z-index: 9999;}
p#page-top2 a{width:145px; height:137px; transition:0.5s; opacity: 0.7;}
p#page-top2 a:hover{text-decoration:none !important; background:none; transition:0.5s; opacity: 1;}*/
/* ページトップへ戻る
---------------------------------*/
/*p#page-top2{width:145px; height:137px; overflow:hidden; margin:0; padding:0; position:fixed; bottom:20px; right:20px; z-index: 9999;}
p#page-top2 a{width:145px; height:137px; transition:0.5s; opacity: 0.7;}
p#page-top2 a:hover{text-decoration:none !important; background:none; transition:0.5s; opacity: 1;}*/


/* 見出し
---------------------------------*/
h1 { float: left; margin: 0;	padding: 0; transition: 0.5s; }
h1:hover { opacity: 0.5; }
h2 { text-align: center; position: relative; z-index: 200; }
h2 span { display: inline-block; color: #fff; font-weight: normal;	font-size: 1.8rem; border-top: 2px solid #fff; border-bottom: 2px solid #fff; margin: 0 auto 20px; padding: 0 10px; }
h3 { display: flex; justify-content: center; align-items: center; border-radius: 10px; background: #fff100; height: 50px; padding: 8px 14px;
    line-height: 1.3; }


/* リンク
---------------------------------*/
a { -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
a:link		{  }
a:visited	{  }
a:hover		{ text-decoration:none; opacity:0.7; }
a:active	{ text-decoration:none; }

ul.notice li a:link		{ color: #fff100; text-decoration: none; border-bottom: 1px dashed; }
ul.notice li a:visited	{ color: #fff100; }



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

	[02] フェード	

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

/*----- フェードイン -----*/
.inviewfadeIn {
	opacity: 0;
	transition: .8s;
}
.fadeIn {
	opacity: 1.0;
}
 
/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transition: .8s;
}
.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
 
/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}  
.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
} 
    
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 70px);
	-webkit-transform: translate(0, 70px);
	transition: .5s;
}
.inviewfadeInUp2 {
	opacity: 0;
	transform: translate(0, 140px);
	-webkit-transform: translate(0, 140px);
	transition: .5s;
}
.inviewfadeInUp3 {
	opacity: 0;
	transform: translate(0px, 30px);
	-webkit-transform: translate(0px, 30px);
	transition: 6.0s;
}
.inviewfadeInUpDate1 {
	opacity: 0;
	transform: translate(30px, 0px);
	-webkit-transform: translate(30px, 0px);
	transition: 0.7s;
}
.inviewfadeInUpDate2 {
	opacity: 0;
	transform: translate(60px, 0px);
	-webkit-transform: translate(60px, 0px);
	transition: 1.0s;
}
.inviewfadeInUpDate3 {
	opacity: 0;
	transform: translate(100px, 0px);
	-webkit-transform: translate(100px, 0px);
	transition: 1.2s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}



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

	[03] 虫

---------------------------------*/
#bg_bugs{
	position:fixed;
	/*right:-140px;*/
	left:30px;
	top:0;
}
#bg_bugs img{
	/*width:100%;*/
	height:40%;
}
div.block{
	position:absolute;
	/*width:980px;
	height:970px;*/
	top:0;
	left:0;
}
div.bug{
	position:relative;
}
div.bug01, div.bug07{
	width:92px;
	height:100px;
	background:url(/images/bug01.png) no-repeat;
	left:27px;
	top:17px;
}
div.bug07{
	left:37px;
	top:-17px;
}
div.bug02, div.bug08{
	width:228px;
	height:173px;
	background:url(/images/bug02.png) no-repeat;
	left:47px;
	top:34px;
}
div.bug08{
	left:17px;
	top:10px;
}
div.bug03, div.bug09{
	width:110px;
	height:98px;
	background:url(/images/bug03.png) no-repeat;
	left:27px;
	top:17px;
}
div.bug09{
	left:7px;
	top:17px;
}
div.bug04, div.bug10{
	width:113px;
	height:66px;
	background:url(/images/bug04.png) no-repeat;
	left:7px;
	top:17px;
}
div.bug10{
	left:20px;
	top:10px;
}
div.bug05, div.bug11{
	width:80px;
	height:62px;
	background:url(/images/bug05.png) no-repeat;
	left:27px;
	top:17px;
}
div.bug11{
	left:40px;
	top:0px;
}
div.bug06{
	width:128px;
	height:281px;
	background:url(/images/bug06.png) no-repeat;
	left:60px;
	top:-120px;
}



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

	[04] トップページ

---------------------------------*/
#cc01 { width: 50%; max-width: 420px; margin: 40px auto; }
#cc01 img { width: 100%; }
#spider { width: 50%; max-width: 420px; margin: 0 auto 1em; }
#spider img { width: 100%; }
#logo_kimoi { width: 90%; max-width: 460px; margin: 5em auto 0; }
#logo_kimoi img { width: 100%; }

#box_top { width: 100%;	margin: 94% auto 0px; overflow: hidden; _zoom: 1; }

.lane { display: flex; flex-wrap: wrap; justify-content: center; }
.lane div {	width: 80%;	max-width: 400px; height: auto; margin:0 auto 6%; text-align: center; background: #fff; }
.lane div, .lane div img { border-radius: 6px; }
.lane div img{ width: 100%; max-width: 400px; }
.lane .etn { width: 90%; margin: 0 auto; padding: 0 0 20px; text-align: left; font-size: 0.65rem; white-space: nowrap; }
.btn_soon { text-align: center;	font-size: 1.1rem; font-weight: 700; line-height: 1.3; color: #e95513; margin: 10px auto 20px; }

.btn a { width:60%; height:44px; background:#e95513; border-radius:4px; color:#f5f7ec; display:block; font-size:0.9rem; text-align:center; text-decoration:none; margin:10px auto 20px;	padding:4px 6px; line-height:44px; border:2px solid #e95513; transition:0.5s; }
.btn a:hover { color: #e95513; border: 2px solid #e95513; background: #fff; transition: 0.3s; }

#logo_orbi, .logo_venue { transition: 0.3s; width: 100%; margin: 10px auto 20px; }
.logo_venue img { width: 80%; max-width: 200px; }
#site_yokohama #logo_orbi img { width: 80%; max-width: 200px; }

#logo_orbi:hover, .logo_venue:hover { opacity: 0.7; }
.day { margin: 10px auto; }
#box_tw { width: 80%; margin: 0px 10% 6%; position: relative; z-index: 200; }
#about_kimoi { position: relative; z-index: 200; margin: 0 0 30px; }
#tit_about { text-align: center; }
.inner { width: 100%; height: 100%;	margin: 0 auto 0; padding: 10px 0; color: #fff; }
.inner p { margin: 10px 0px 0; padding: 10px 10px 0; text-align: justify; }
.open { position:relative; display: block; width: 100px; height: 20px; margin: 10px auto; padding: 0; line-height: 20px; cursor: pointer; transition: 0.3s;	text-align: center; }
.open:hover { opacity: 0.6; }
.open.active, .open.active img { display: none; }
.inner { background: url(/images/bg_inner.png) center; }

.shadow{
	color:#fff !important;
	font-size:0.85rem !important;
	line-height:2;
	text-shadow: 
	1px 1px 10px #000,
	1px -1px 10px #000,
	-1px 1px 10px #000,
	-1px -1px 10px #000;
}
#box_360ch{
	width:86%;
	margin:20px 7% 10%;
	position:relative;
	z-index:200;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	margin-bottom:10px;
	height:0;
	overflow: hidden;
}
.video-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#box_360ch img{
	width:80%;
	margin:0 10% 10px;
}
#box_360ch p{
	color:#fff;
	font-size:0.9rem;
	margin:0 auto 10px;
}
#box_360ch p strong{
	font-size:1.05rem;
}
#box_360ch p.caption{
	text-align:center;
	font-size:0.8rem;
}

#bnr_book{
	width: 80%;
	margin: 0 10% 60px;
}
#bnr_book a{
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#bnr_book a:hover{
	opacity: 0.9;
}
#bnr_book img{
	width: 100%;
}

#bnr_book span{
	display: inline-block;
	margin: 12px 0 2px;
	padding: 1px 10px 0px;
	background: #e70245;
	font-size:0.75rem;
	color: #fff;
}
#bnr_book ul{
	margin: 0;
	padding: 0;
	color:#fff;
	font-size:0.75rem;
	list-style: none;
}
#bnr_book ul li{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
	margin: 2px 0 6px;
}



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

	[05] 各会場

---------------------------------*/
.cmn{
	width:100%;
	margin:0;
	padding:0;
	top:0;
	left:0;
	/*background:#601886;*/
	position:fixed;
	z-index:300;
	overflow:hidden;
	_zoom:1;
	opacity:0.96;
}
.cmn .inr{
	width:90%;
	margin:0 auto;
	display:block;
}
.cmn .inr img{
	width:80px;
	margin:10px 0;
	position:relative;
	z-index:200;
}
#box_cmn { width: 90%; margin: 0 auto 60px; position: relative; z-index: 200; }
#mov{
	width:86%;
	margin:0 7% 0;
}
.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	margin-bottom:10px;
	height:0;
	overflow: hidden;
}
.video-container iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#info1{
	position:relative;
	z-index:100;
	width:100%;
	text-align:center;
	margin:0px auto 280px;
}
#info1 img{
	width:90%;
	margin:0px auto;
}
#info1 .bnr_end{
	position:absolute;
	top:0px;
	left:10px;
	z-index:999;
}
#info1 .bnr_end img{
	width:96%;
}
#info2{
	width:100%;
	margin:0 auto 100px;
}
#yokohama #info2,
#nagoya #info2,
#sendai #info2{
	position:relative;
}
#info2 img{
	width:100%;
}
#yokohama #info2 .bnr_end,
#nagoya #info2 .bnr_end,
#sendai #info2 .bnr_end{
	position:absolute;
	top:0px;
	left:10px;
	z-index:999;
}
#yokohama #info2 .bnr_end img,
#nagoya #info2 .bnr_end img,
#sendai #info2 .bnr_end img{
	width:96%;
}
#info3{
	width:100%;
	margin:0 0 100px;
	background:#f4e600;
	border-radius:4px;
}
#info3 img{
	width:90%;
	margin:10px 5%;
}

#info4{
	width:100%;
	margin:0 auto 100px;
	position:relative;
}
#info4 img{
	width:100%;
	margin:0 0 10px;
}

#info4 .bnr_end{
	position:absolute;
	top:60px;
	left:10px;
	z-index:999;
}
#info4 .bnr_end img{
	width:96%;
}

#date {	position: relative; width: 100%; margin: 0 0 1em; text-align: center; z-index: 100; }
#date img { width: 100%; margin: 0 0 10px; }
#date .bnr_end { position: absolute; top: 0px; left: 10px; z-index: 999; }
#date .bnr_end img { width: 96%; }
#venue, #ticket{ width: 100%; margin: 0 0 1em; }
#venue img, #ticket img { width: 100%; }
.bnr_qrcode { width: 80%; max-width: 550px; margin: 0 auto; }
.bnr_qrcode img { width: 100%; }


#guest{
	width:100%;
	margin:0 auto 100px;
	overflow:hidden;
	_zoom:1;
	position:relative;
}
#guest .bnr_end{ 
	position:absolute;
	top:100px;
	left:10px;
	z-index:999;
}
#guest .bnr_end img{
	width:96%;
}

#guest1 {}
#guest2 {}
#guest1 img { width: 100%; }
#guest2 img { width: 100%; }
#goods { width: 100%; margin: 0 auto 100px; }
#goods1 { margin: 0 auto 20px; }
#goods2 {}
#goods1 img { width: 100%; }
#goods2 img { width: 100%; }
#present { width: 100%;	margin: 0 auto 100px; }
#present img { width: 100%; }
#event1, #event2, #event3, #event4, #event5, #box_pdf { width: 100%; margin: 0 auto 100px; }
#event1 img, #event2 img, #event3 img, #event4 img, #event5 img { width: 100%; }
#map { position:relative; z-index:200; margin:0 0 60px; }
#map iframe{
	width:100%;
	height:400px;
	border:0;
	margin:0 0 6px;
}
#map p{
	width:90%;
	margin:0px 5% 60px;
	color: #fff;
}
#site_logo{
	text-align:center;
	margin:0 auto 60px;
	position:relative;
	z-index:200;
}
#site_logo img{
	width:40%;
	height:auto;
}


.flb{
	-webkit-justify-content:left;
	justify-content:left;
	
	display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	
	flex-wrap: wrap;
}
.flb tr{
	-webkit-box-flex:1;
	box-flex:1;
}
.spbox{
	margin: 10px 0 0;
	white-space: nowrap;
}
.spbox th div{
	width:70px;
	height:24px;
	margin:0 6px 10px 0;
	color:#000;
	font-size:0.85rem;
	font-weight: normal;
	line-height:24px;
	background:#fff;
	border-radius:4px;
}
.spbox td{
	padding-right: 20px;
}
.spbox td img{
	margin-bottom: 6px;
}


/* コーナー
---------------------------------*/
.kimo_img { width: 100%; max-width: 720px; margin: 0 auto 2em; text-align: center; }
.kimo_img img { width: 100%; border-radius: 10px; }
#box_cmn .kimo_img p{ color: #fff; text-align: justify; }
#box_cmn .kimo_img p.tit_kimo_img { margin: .5em 0; padding: 0 0 .5em; font-size: 1.0rem; font-weight: 600; line-height: 1; border-bottom: 1px solid #fff; text-align: left; }


/* コロナ注意書き
---------------------------------*/
/*.corona{margin: 150px 0 0px;}*/
ul.notice { padding: 0; text-align: left; }
.corona ul.notice { padding: 0 10px; }
ul.notice li { color: #fff; list-style: none; padding-left: 1em; text-indent: -1em; }



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

	[06] フッタ

---------------------------------*/
#box_info{
	width:90%;
	margin:0px 5% 60px;
	color:#cacaca;
	position:relative;
	z-index:200;
}
#box_info img{
	vertical-align:middle;
}
#box_info p span.spt{
	background:#fff;
	border-radius:4px;
	margin:0 6px 10px 0;
    padding: 1px 12px 0;
	color:#000;
	font-size:0.85rem;
	/*width:70px;*/
	height:24px;
	line-height:24px;
	display:inline-block;
	text-align:center;
}
#box_info a{
	opacity:0.8;
	color:#fff;
	text-decoration:none;
	-webkit-transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition:0.5s;
}
#box_info a:hover{
	opacity:1.0;
}
.atc, .act2 { font-size: 0.75rem; line-height: 24px; }
.atc span, .act2 span {color: #dae000;}
.atc { text-align: center; }

.nmb{
	font-size:1.6rem;
	font-weight:bold;
	line-height:28px;
	margin:auto 3px;
	text-align:center;
}
#box_info .etn{
	font-size:0.7rem;
}
.sp{
	margin:10px 0 0;
	white-space:nowrap;
}
footer{
	width:100%;
	position:relative;
	z-index:200;
}


/* 190403 追記分
---------------------------------*/
#km2 {width: 90%; margin: 0 5% 20px;}
#km2 img{width: 100%; border-radius: 10px; border: 3px solid #fff;}



#enter .flb{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin: 30px auto 50px;
}
#enter .flb div{
    width: calc(80% - 8px);
	margin: 0 auto 20px;
	padding: 0;
}
/*#enter .flb div:first-child img{border: 4px solid #be0174; border-radius: 10px;}
#enter .flb div:last-child img{border: 4px solid #dadf00; border-radius: 10px;}*/
#enter .flb div img{
	width: calc(100% - 8px);
}


