@charset "utf-8";
/* ========================================

	SHISHAMO CSS
	style.css

========================================== */

/* reset */
html{color:#000; background-color: #eb483f;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul.aboutList-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* clearfix */
.clearfix:after,.clearfix:before {display:table;content:" "}.clearfix:after{clear:both}



/* base
------------------------------------------ */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v3/NotoSansJP-Black.otf) format('opentype');
 }

.pc { display: none !important; }

/*===================================================
独立スタイル
====================================================*/

.pb0{padding-bottom: 0 !important;}
.pb5{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb40{padding-bottom: 40px !important;}

.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}

.bold {font-weight: bold!important;}
.normal {font-weight: normal!important;}
.bn{border:none!important;}

.center {text-align: center!important;}
.left{text-align:left!important;}
.right{text-align:right!important;}



* { margin: 0; padding: 0; box-sizing: border-box;}
html, body { height: 100%; }
body {
	background: #0F1223;
	font-family: -apple-system, "Roboto-Regular", sans-serif;
    font-size: 14px;
    text-align: center;
    font-feature-settings: "palt";
    line-height: 1.8;
}
a {
	color: #24b1e9;
	text-decoration: underline;
	outline: none;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
img {
	max-width: 100%;
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}

#container {
	background: #eb483f;
	position: relative;
	padding: 10px;
}

.btn a,
.btn input {
	display: block;
	text-decoration: none;
	line-height: 1.4;
	border-radius: 5px;
	padding: 16px;
	margin: 20px auto 0;
}
.btn .main {
	background: #ff3232;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


/* header
------------------------------------------ */
.officialLink {
	display: block;
 	width: 45px;
 	line-height: 0;
 	position: fixed;
	top: 20px;
 	left: 20px;
	z-index: 999;
}
.page-header .gNav { display: none; }
header { }

header .gNav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: #eb483f;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.5);*/
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 998;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .gNav ul { width: 100%; text-align: right; padding: 0 30px; }
header .gNav li { margin: 5px 0; }
header .gNav a,
header .gNav span {
	color: #fff;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
    position: relative;
}
header .gNav li.current a::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: -23px;
    background: #fff;
}
header .gNav span { display: block; opacity: 0.3; }
header .twitterLink {
	display: block;
	width: 100%;
	font-size: 30px;
	text-align: right;
	padding: 0 30px;
}

#navBtn {
	width: 50px;
	height: 50px;
	z-index: 999;
	position: fixed;
	cursor: pointer;
	right: 0;
	display:block;
    right: 12px;
    top: 10px;
}
.scrolled-nav #navBtn span{ background: #eb483f; }
#navBtn span{
	display: block;
	position: absolute;
	left: 12px;
	width: 30px;
	height: 4px;
	background: #eb483f;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#navBtn .top{ top:14px; }
#navBtn .mid{ top:25px; }
#navBtn .btm{ top:36px; }
#navBtn span::after{
	content:'';
	display: block;
	width: 0;
	height: 4px;
	background: #eb483f;
	position: absolute;
	top:0;
	left:0;
}
.menuOpen header .gNav { right: 0; }
.menuOpen #navBtn span{ background: #fff; }
.menuOpen #navBtn .top{top:24px;transform: rotate(45deg);/* -webkit-transform: rotate(45deg); */}
.menuOpen #navBtn .mid{opacity:0;}
.menuOpen #navBtn .btm{ top:24px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.headerImg { margin: -20px -4.3% 0; position: relative; }


/* footer
------------------------------------------ */
#home footer {
    margin: 0 -10px -10px;
    padding: 20px 5% 10px;
    border: 10px solid #eb483f;
    border-top: none;
}
footer {
    background-color: #fff;
    padding: 30px 5% 20px;
    position: relative;
    z-index: 2;
    border-top: 10px solid #eb483f;
}
.page-home .footerMenu { margin: 15px 0 20px; padding: 0; }
.footerMenu li.current { position: relative; }
.footerMenu li.current p::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #eb483f;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.footerMenu li { display: inline-block; margin: 0 10px 13px; }
.footerMenu li p,
.footerMenu li span {
    color: #eb483f;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.footerMenu li p { display: block; cursor: pointer; }
.footerMenu li span {
    opacity: .3;
    color: #7e7e7e;
}
footer .sponsorList dt {
	display: inline-block;
	font-size: 10px;
}
footer .sponsorList dd {
	display: inline-block;
	margin: 0 0 10px;
}
footer .sponsorList a { color: #000; text-decoration: none; }
footer .sponsorList img { height: 22px; vertical-align: middle; }
footer .copyLight {
	color: #aaa;
	font-size: 10px;
	padding: 20px 0 0;
}
footer #pageTop { display: none; }

/* section
------------------------------------------ */
.page-box {
    padding: 10px;
    background: #eb483f;
    transition: .3s ease;
 }
.section {
    min-height: 66%;
    min-height: calc(100% - 218px);
	background-color: #fff;
	position: relative;
	padding: 20px 4% 20px;
}
.section:last-child { margin: 0; }
#home .sectionTit { color: #eb483f; position: static; margin: 0 0 20px; }
.sectionTit {
    color: #fff;
   	font-family: "Noto Sans Japanese", sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    margin: 20px 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sectionTit span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}

/* home
========================================== */
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
header h1 { display: none; }
.page-header { display: none;}
#home .page-header { padding: 10px 0 0; }
.page-header { padding: 20px 0;}
.page-header a { display: block; }
h1.logo {
    width: 45%;
    margin: 0 auto;
}
h1.logo img{ cursor: pointer;}
#home .page-header h1 { display: none; }
/* keyVisual */
#home #keyVisual { height: 500px; height: 80vh; }
#home #keyVisual .mainImg li {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: all 3s ease;
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
}
#home #keyVisual .mainImg li.current { opacity: 1; }

#home #keyVisual .countdown {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background-color: #eb483f;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -80px;
}
#home #keyVisual .countdown .label {
    float: left;
    font-size: 10px;
    padding: 17px 0 0 12px;
}
#home #keyVisual .countdown .count { padding: 10px 0px 0 0px; }
#home #keyVisual .countdown .count span {
    display: inline-block;
    background: #fff;
    color: #eb483f;
    border-radius: 2px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 2px;
    margin: 0 2px;
}
/* bannerArea */
#home .bannerArea { padding: 10px 0 10px; }
#home .bannerArea li a {
	display: block;
	box-sizing: border-box;
}
#home .slick-dots { bottom: 0; opacity: 0.5; }
#home .slick-dots li button:before { width: 5px; height: 5px;  }

/* news */
#news { margin: 0 0 10px; }
#news .newsList {
    border-bottom: 1px dashed #ddd;
    margin: 0 0 30px;
}
#news .newsList > div {
	border-top: 1px dashed #ddd;
	padding: 15px 0;
}
#news .newsList dt {
    font-weight: bold;
	/*
	width: 80px;
	clear: left;
	float: left;
	*/
    line-height: 1.6;
	color: #999;
	font-size: 12px;
	/*padding: 13px 0 0;*/
	text-align: left;
	margin: 0 0 3px;
}
#news .newsList dd{
    /*border-top: 1px dashed #ddd;*/
    font-weight: bold;
	text-align: left;
    line-height: 1.6;
    /*padding: 10px 25px 10px 90px;*/
    position: relative;
    font-size: 15px;
}
#news .newsList dd::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #eb483f;
    border-bottom: 3px solid #eb483f;
    position: absolute;
    top: 42%;
    margin-top: -3px;
    right: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
#news .newsList p{
    /*display: none;*/
    /*padding: 0 25px 10px 90px;*/
    text-align: left;
    padding: 5px 0 0;
    font-size: 13px;
}



#news .mvConBox{

}

#news .mvConList li { margin: 0 0 20px; }
#news .mvConList .tit {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}
#news .mvConList .date { font-size: 12px; }
#news .mvConList .movie {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    box-sizing: border-box;
    margin: 0 0 15px;
}
#news .mvConList .movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}
#news .mvConList .movie::after{
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #ffea0a;
    z-index: 1;
}






#news .movieList li { margin: 0 0 20px; }
#news .movieList .tit {
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}
#news .movieList .date { font-size: 12px; }
#news .movieList .movie {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    box-sizing: border-box;
    margin: 0 0 15px;
}
#news .movieList .movie iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}
#news .movieList .movie::after{
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #ffea0a;
    z-index: 1;
}

/* message
========================================== */
#about #message span .fa{ float: right; padding: 7px 0 0 0;}
#about .lead { margin: 20px 0 30px; text-align: left; }
#about #message .commentTit {
    font-size: 18px;
    font-weight: bold;
    color: #eb483f;
    margin: 0 0 15px;
}
#about #message .commentTit .subTxt {
    display: block;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 10px;
}
#about #message .comment {
    font-size: 12px;
    text-align: left;
    margin: 20px 0 30px;
}
#about #message .comment .ph { display: block; width: 80px; float: right; margin: 0 0 10px 10px; }
#about #message .comment .name{
	display: block;
	text-align: right;
	margin: 10px 0 0;
}

#about #message .memberMessage { margin: 0 0 30px; }
#about #message .memberMessage li { display: inline-block; }
#about #message .memberMessage .label {
	display: block;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
#about #message .memberMessage .name { font-size: 12px; margin-bottom: 5px; }
#about #message .memberMessage img { width: 28vw; }
.popup {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	cursor: pointer;
}
.popup img {
	max-width: 94%;
	max-height: 90%;
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.popup::before,
.popup::after {
    display: block;
    position: absolute;
    content: "";
    width: 28px;
    height:3px;
    top: 30px;
    right: 10px;
    background: #ccc;
    z-index:2;
}
.popup::before { transform: rotate(-315deg); }
.popup::after { transform: rotate(315deg); }


/* about
========================================== */
#about .venue,
#about .contactList{
	border-top: 1px dashed #ddd;
}
#about .venue dt{
	font-weight: bold;
	width: 80px;
	clear: left;
	float: left;
	color: #999;
	font-size: 12px;
	padding: 13px 0 0;
}
#about .venue dd {
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 90px;
}

#about .contactList dt {
	width: 80px;
	clear: left;
	float: left;
	color: #999;
	font-size: 12px;
	padding: 13px 0 0;
}
#about .contactList dd {
	text-align: left;
	padding: 10px 0 10px 90px;
}

#about .dateList {
	font-size: 14px;
}
#about .dateList dt {
	width: 80px;
	clear: left;
	float: left;
	color: #999;
	font-size: 12px;
	padding: 13px 0 0;
}
#about .dateList dt:first-child{ font-weight: bold; }
#about .dateList dd{ font-weight: bold; }
#about .dateList dd {
	border-top: 1px dashed #ddd;
	text-align: left;
	padding: 10px 0 10px 90px;
}

#about .aboutList dd:last-child { border: none; }
#about .aboutList dd.tit,
#about .aboutList dd.venue,
#about .aboutList dd.date { font-size: 16px; line-height: 1.4; }

#aboutArea .fa { margin: 0 0 0 5px; }

/* access
========================================== */
#access iframe { height: 200px; margin: 20px 0; }
#access .address {  margin: 0 0 10px;}
#access .information h2 { font-size: 18px; font-weight: bold; padding: 20px 0 10px; }
#access .transportation p {
    padding: 15px 0;
    text-align: left;
    font-weight: bold;
    border-top: 1px dashed #ddd;
}
#access .transportation .subTxt{
    padding: 15px 0 0;
    margin: 0 0 10px;
    font-weight: normal;
    border: none;
    border-top: 1px dashed #ddd;
}
#access .transportation p:first-child { border: none;}
#access .transportation span {
    display: block;
    font-weight: normal;
}
#access .btn { margin: 0 0 20px; }
#access .btn-main {
    line-height: 2.2;
    letter-spacing: 0.025em;
    -webkit-appearance: none;
    display: inline-block;
    min-width: 220px;
    text-align: center;
    text-decoration: none;
    padding: 11px 20px 10px;
    border-radius: 100px;
    letter-spacing: 0.1em;
    color: #fff;
    border: none;
    background: #eb483f;
}
/* ticket
========================================== */
#ticket .area {
	padding: 20px 0;
}
#ticket .area .subTit { font-weight: bold; margin: 0 0 15px; }
/*
#ticket .area:last-child {
	border: none; padding: 0;
}
*/
#ticket .areaTit:first-child { margin: 0 0 10px; }
#ticket .areaTit {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
 }
#ticket .length {
	font-weight: bold;
	border-top: 1px dashed #ddd;
}
#ticket .length dt {
	width: 80px;
	clear: left;
	float: left;
	color: #999;
	font-size: 12px;
	padding: 13px 0 0;
}
#ticket .length dd {
	text-align: left;
	padding: 10px 0 10px 80px;
}

#ticket .ticketList {
	font-size: 12px;
	border-top: 1px dashed #ddd;
	padding: 10px 0 0;
}
#ticket .ticketList dt {
	width: 80px;
	clear: left;
	float: left;
	color: #999;
}
#ticket .ticketList dd {
	text-align: left;
	border-bottom: 1px dashed #ddd;
	padding: 0 0 10px 80px;
	margin: 0 0 10px;
}


#ticket .ticketList dd .qr { width: 100px; float: right; }
#ticket .ticketList .tit { margin: 10px 0; }
#ticket .ticketList .tit img { width: 350px; }
#ticket .subTxt{ margin: 0 0 30px; color: #eb483f; font-size: 12px; }
#ticket .ticketList .subTxt {
	font-size: 13px;
	margin: 0;
	color: #000;
}
#ticket .ticketFee {
    color: #000;
    margin: 0 0 30px;
}
#ticket .ticketFee .lead {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
#ticket .ticketFee .subTxt {
    color: #000;
    margin: 0;
}
#ticket .playguide { text-align: center; }
#ticket .playguide p { margin: 0 0 15px; }
#ticket .playguide a { font-weight: bold; }

#ticket .ticketBox{
	text-align:left;
}

#ticket .ticketTit {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 0 10px;
    border-left: 7px solid #EB483F;
}


/* schedule */
#schedule .sectionTit { font-size: 24px; top: 32px; }
#schedule .sectionTit img { width: 55%; }
#schedule .ph { padding: 20px 0 0; margin: 0 auto 10px; }
#schedule .lead {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 50px;
    text-align: left;
}
#schedule .lead br { display: none; }
#schedule .tit {
    border-top: 1px dashed #ddd;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    margin: 25px 0 15px;
}
#schedule .txt {
    margin: 0 0 20px;
}
#schedule .subTxt {
    font-size: 12px;
    padding: 10px 0 0;
    text-align: left;
}

#schedule .scheduleList {
    border: none;
    margin: 0 0 10px;
}
#schedule .scheduleList dt {
    font-weight: bold;
    text-align: left;
    color: #999;
    font-size: 12px;
    padding: 5px 0 0;
}
#schedule .scheduleList dd {
    font-weight: bold;
    text-align: left;
    padding: 0 0 5px;
}

/* ===================================================
	グッズ
==================================================== */

#goods .goodsBox .inner {
	margin:10px auto 0;
	}

#goods .goodsBox .goodsList li {
	display: block;
    box-sizing: border-box;
	margin:0 auto 20px;
}

#goods .goodsBox .goodsList li a{
	display:block;
	margin:0 0 5px;
}

	
#goods .goodsBox .goodsList .name {
	display: block;
	text-align: center;
	margin: 10px 0 2px;
	font-weight:bold;
	line-height:1.4em;
	font-size: 18px;
}

#goods .goodsBox .goodsList{
	line-height:1.4em;
	font-size: 18px;
}

#goods .goodsBox .commentTit {
	color: #eb483f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
	line-height:1.4em;
}

#goods .goodsLead{
	font-size: 18px;
	text-align: center;
	margin:0 0 30px;
}

#goods .goodstxt{
	font-size: 18px;
	line-height: 1.4em;
	margin:0 0 10px;
}

#goods .goodssubtxt{
	font-size: 18px;
	line-height: 1.2em;
	margin:0 0 10px;
}

#goods .attentoionsubList{
    margin: 0 0 30px;

}

#goods .attentoionsubList li{
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6em;
    text-align: left;
}




/* ===================================================
	SHIISHAMOちゃんページ動画
==================================================== */
#schedule .movieList{
	    text-align: center;
}

#schedule .movieList li {
    width: 100%;
    margin: 0 0 20px;
}

#schedule .movieList .movie {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    /* box-sizing: border-box; */
    margin: 0 0 30px;
}

#schedule .movieList .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 10;
}

#schedule .movieList .movietit{
    margin: 0 0 10px;
    font-weight: bold;
}

#schedule .movieList .moviedate {
    font-size: 12px;
}

#schedule .movieList .movie::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    background-color: #ffea0a;
    z-index: 1;
}

#schedule .lead {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
}


/* ===================================================
	SPECIAL
==================================================== */

#special.visible {
	position: relative;
	height: auto;
	overflow-y: auto;
	margin-top: 0px;
    padding: 0!important;
}

#special .page-box{
}


#special h3{
	font-size:20px;
	text-align: left;
	line-height:1.2em;
}

#special h3 span{
	font-size:16px;
	line-height:1.2em;
}

#special .inner{
	margin: 10px auto 0;
}

#special .ph{
	width:100%;
	margin:0 auto 5px;
}

#special .mainTit{
    font-size: 20px;
    font-weight: bold;
    color: #EB483F;
    text-align: center;
    margin:0 0 15px;
}

#special .quizLead{
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
    margin: 0 0 15px;
}

#special .quizsubLead{
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 15px;
    text-align: left;
}

#special .quizLeadLast{
    font-size: 20px;
    line-height: 1.4em;
    text-align: left;
    color: #EB483F;
    font-weight:bold;
}


#special .attentionList{
	margin:0;
}

#special .attentionList li{
	font-size:11px;
	padding-left:1em;
	text-indent:-1.2em;
	line-height: 1.4em;
	text-align: left;
}
/*
#special .iconBox{
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -22px;
}
*/

#special .quizTit{
    font-size: 16px;
    /*font-weight: bold;*/
    color: #fff;
    margin:0 0 10px;
    background: #EB483F;
    border-radius: 10px;
    padding: 5px 0;
    width:65%;
}


#special .guideBox{
	border:3px solid #EB483F;
	border-radius:10px;
	position:relative;
	margin:20px 0;
}

#special .inBox{
	padding:15px;
}

#special .presentTit{
    font-size: 18px;
    background: #EB483F;
    color: #FFF;
	padding:5px 0;
	width:100%;
	margin:0 0 20px;
	text-align: center;
}

#special .presentBox{
	padding:10px;
	background:#fff4f3;
	margin:0 0 20px;
}

#special .GuideTit{
	font-size:13px;
	text-align:left;
}


#special .prizeTit{
	text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin:0 0 10px;
    color: #EB483F;
	line-height:1.2em;
}

#special .quizBtn{
	width:100%;
}

#special .quizBtn a{
	width:80%;
	display:block;
	background: #EB483F;
    color: #fff;
    padding:5px 0;
    margin:0 auto;
    text-align:center;
    border-radius:100px;
    font-size:20px;
    text-decoration: none;
}

.anc_specialList{
}

.anc_specialList li{
    text-align: center;
    width: 100%;
    border-left: 1px solid #EB483F;
    border-top: 1px solid #EB483F;
    border-right: 1px solid #EB483F;
	/*background: #000;*/
}

.anc_specialList li:first-child{
	border-radius:10px 10px 0 0;
}

.anc_specialList li:last-child{
    border-bottom: 1px solid #EB483F;
	border-radius:0 0 10px 10px;
}


.anc_specialList a{
	display: block;
	text-decoration: none;
	color: #EB483F;
	padding: 10px 0;
	font-size: 15px;
}

.anc{
display:block;
position: relative;
top: -10px;
}

#ancA{
display:block;
position:absolute;
top: -10px;
}

#ancB{
display:block;
position:absolute;
top: -10px;
}

#ancC{
display:block;
position:absolute;
top: -10px;
}

/*===================================================
アコーディオン
====================================================*/

#usersGuide{
border: 1px solid #EB483F;
box-sizing: border-box;
}

#usersGuide .GuideTit{
	font-size:16px;
}

#usersGuide dt{
position: relative;
padding: 8px 12px;
cursor: pointer;
background: #EB483F;
color: #FFF;
}

#usersGuide dt,
#usersGuide dt::before,
#usersGuide dt::after {
-webkit-transition: all .3s;
transition: all .3s;
}
#usersGuide dt:hover{
background: #EB483F;
}

#usersGuide dt.open{
}
#usersGuide dt.open h4{
}
#usersGuide dt::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
top:-5px;
right:15px;
width: 12px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
z-index:0;
}
#usersGuide dt.open::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
top:5px;
right:15px;
width: 12px;
height: 12px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index:0;
}
#usersGuide dd{
display: none;
padding: 15px;
border-top: none;
/*background: #F3F3F3;*/
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

/* ===================================================
	SHISHAMO展
==================================================== */

.indent{
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.4em;
}

.red{color:#eb483f;}

h3{
    margin: 0 0 20px;
    padding: 5px 0 5px 15px;
    font-size: 18px;
    line-height: 1.4em;
    border: none;
    border-left: solid 5px #eb483f;
    font-weight: bold;
}

#exhibition .section .inner{
	margin: 160px auto 0;
	text-align:left;
}


#exhibition .sectionTit{
	color:#eb483f;
	text-align:center;
	font-size: 27px;
}


#exhibition .ph_museum{
    margin: 0 0 15px;
}


#exhibition .list_a {
    margin: 0 10px 40px;
    width: 100%;
  }
#exhibition .list_a dt {
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
line-height: 0.8em;
  }
#exhibition .list_a dd {
    margin: 0 0 10px;
    width: 100%;
  }

#exhibition .pointList{
	margin:0 0 40px;
}

#exhibition .pointList li{
    font-weight: 700;
    margin: 0;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
	font-size: 15px;
	padding-left:1em;
	text-indent:-1em;
	line-height: 1.6em;
}

#exhibition .pointList li:first-child,#exhibition .pointList li:last-child{
    margin: 0 0 10px;
}

#exhibition .pointsubList{
	margin:0 0 20px 5px;
}

#exhibition .pointsubList li{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0!important;
	padding-left:1em;
	text-indent:-0.3em;
}


#exhibition .access_table tr, .access_table th, .access_table td {
	width: 100%;
	display: block;
}

#exhibition .access_table th, .access_table td {
	padding: 20px 0;
}

#exhibition .access_table td {
	border-top: solid 1px #331d00;
}

#exhibition .access_table table {
	max-width: 100%;
	margin: 0 0 30px;
}

#exhibition .access_table th {
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
}

#exhibition .access_table td {
	padding: 10px 0;
	/*border-left: solid 1px #331d00;*/
}

#exhibition .access_table .table_title {
	margin: 15px 0 0 0;
	font-weight: bold;
}

#exhibition .access_table p {
	font-size: 12px;
}
#exhibition .access_table .table_title:first-child {
	margin: 0 0 0 0;
	font-weight: bold;
}

#exhibition .access_table .access_bas {
	margin: 0 0 3px;
}

#exhibition .access_table .access_bas span {
	margin: 0 7px;
	padding: 2px 7px;
	background-color: #8cc63f;
	color: #fff;
}

#exhibition .access_map {
	text-align: center;
	border: solid 1px #CCC;
	background: #FFF;
	margin-bottom: 40px;
}

#exhibition .access_map img {
	max-width: 90%;
	margin: 10px 0
}

#exhibition .accessLead{
	margin: 0 0 20px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 12px
}



.btn_link a {
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/btn_ico_02.png) no-repeat center right 25px, #fff;
}

.button {
    margin: 0 0 20px;
}

.button a{
    width: 100%;
    margin: 0 0 20px;
    padding: 15px 0;
    background-color: #fff;
    font-size: 18px;
    /* color: #24b1e9; */
    text-align: center;
    border: 1px solid #24b1e9;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

.button a:first-child, .button input:first-child {
    margin-left: 0;
}

.btn_link a:hover{
	/*background:#24b1e9;*/
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/btn_ico_02_w.png) no-repeat center right 25px, #24b1e9;
	color:#fff;
}

.text-center {
    text-align: center;
}


/* ===================================================
	AREAMAP
==================================================== */

#areamap .section .inner{
	margin: 10px auto 0;
}

/*
#areamap .sectionTit{
	color:#eb483f;

}
*/

#areamap .areamapTit{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #eb483f;
    margin: 0 0 20px;
}


#areamap .mapLead{
    text-align: center;
    font-size: 12px;
    margin: 0 0 20px;
}

#areamap .contentsBox dt{
}

#areamap .contentsBox dd{
    text-align: left;
    font-size: 14px;
	margin:0 0 20px;
    padding: 0 0 0 17px;
}






/* ===================================================
	川崎オススメ
==================================================== */

#spot .section .inner{
	margin: 10px auto 0;
}

#spot .sectionTit{
    font-size: 22px;
	top:65px;
}

#spot .ossmLead{
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.4em;
}

.spotPopup{
    z-index: 99999;
}
.spotPopup .popup2 {
    display: none;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    background: #E83535;
    color: #fff;
    padding: 20px 10px;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 99999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}
.spotPopup .popup5 {
    display: none;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 100px 5px;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    z-index: 99999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}
.spotPopup .popBox{
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0 15%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}
.popup5 .popBox{
    padding: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    box-sizing: border-box;
    padding: 0 3%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-y: scroll;
}


.spotPopup .popup2 .close { width: 50px; height: 50px; position: absolute; right: 0; top: 0; }
.spotPopup .popup2 .close::before,
.spotPopup .popup2 .close::after {
		content: '';
		display: inline-block;
		width: 24px;
		height: 2px;
		background: #fff;
		position: absolute;
	    left: 13px;
	}
.spotPopup .popup2 .close::before {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: 4px;
	}
.spotPopup .popup2 .close::after {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		bottom: 4px;
	}
.spotPopup .popup2 .tit { color: #fff; font-size: 20px; text-align: center; margin: 0 0 20px; }
.spotPopup .popup2 dt { 
}


#spot .popBox{
	padding: 40px 5%
}
.popup::before, .popup::after {
    display:none;
}




.spotPopup .kawasakiShopList{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fa7272;
    padding: 50px 0 30px;
}
.spotPopup .kawasakiShopList li{
    border-bottom: 1px solid #fa7272;
    margin: 0 0 30px;
    padding: 0 0 30px;
}
.spotPopup .kawasakiShopList li:last-child{

}

.spotPopup .detailList{

}
.spotPopup .detailList dt{
	width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 0;
}
.spotPopup .detailList dd{
    width: 100%;
    text-align: left;
}

.spotPopup .detailList dd .shopName{
    font-size: 18px;
    margin: 0 0 0px;
}
.spotPopup .detailList dd .shopName span{
	background: #FFF;
    font-size: 12px;
    color: #e83535;
    padding: 1px 10px 1px;
    border-radius: 29px;
    vertical-align: 4px;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: inline-block;
}
.spotPopup .detailList dd .urlLink a{
    color: #fffd7d;
    margin: 0 0 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
}
.spotPopup .detailList dd .shopComment{
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.spotPopup .detailList dd .shopAdd{
    font-size: 12px;
}
.spotPopup .detailList dd .shopTell{
    font-size: 12px;
}
.spotPopup .popup2 .detailList dt img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 5px;
}

.spotPopup .back a{
    display: block;
    width: 100%;
    background: #FFF;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    color: #e83535;
}

.spotPopup .lPic{

}
.spotPopup .lPic img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    line-height: 0;
    margin: 10px 0 10px;
}




/*=================================

===================================*/
#spot .mapArea{
width:100%;
margin:0 auto 0;
position:relative;
}
#spot .mapArea .ph{
line-height: 0em;
    margin: 0 0 10px;
}
#spot .pointList{

}
#spot .pointList li{
	width: 50%;
    float: left;
	
}
#spot .pointList li:nth-child(odd){
    padding: 0 5px 10px 0;
}
#spot .pointList li:nth-child(even){
padding: 0 0 10px 5px;
}
#spot .pointList li:nth-child(3){
padding: 0 5px 0 0;
}
#spot .pointList li:nth-child(4){
padding: 0 0 0 5px;
}
#spot .pointList li a{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #FE0000;
    padding: 10px;
    color: #FFF;
}




/*=================================

===================================*/
.slick-prev {
    left: -55px;
}
.slick-next {
    right: -55px;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    border: none;
}
.slick-next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 14px;
    width: 13px;
    height: 13px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    width: 13px;
    height: 13px;
    border-top: 4px solid #FFF;
    border-left: 4px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slick-dots {
    position: absolute;
    top: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.spotPopup .slick-dots li {
    border-bottom: none;
    margin: 0 3px;
    padding: 0;
}
.slick-dots li.slick-active button:before {
    background: #FFF;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FFF;
}
.slick-dots li button:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    /* font-family: 'slick'; */
    line-height: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: auto;;
    -moz-user-select: auto;;
    -ms-user-select: auto;;
    user-select: auto;;
    -webkit-touch-callout: auto;;
    -khtml-user-select: auto;;
    -ms-touch-action: auto;;;
    touch-action: auto;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999;
}




.fadeAnime {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:0.5s;
	 -ms-animation-duration:0.5s;
	 animation-duration:0.5s;
	 -webkit-animation-name: fuwatAnime;
	 -ms-animation-name: fuwatAnime;
	 animation-name: fuwatAnime;
	 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 320px) {
    header .gNav a, header .gNav span { font-size: 18px; }
}
