@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');
 }

.sp{ display: none !important; }
* { margin: 0; padding: 0; }
html, body { height: 100%; }
body {
	background: #0F1223;
	font-family: "Noto Sans Japanese" ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN',"メイリオ",'ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;
    font-size: 16px;
    font-feature-settings: "palt";
    line-height: 1.8;
}

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

.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;}





p{
line-height:1.8em;
}


a {
	color: #24b1e9;
	text-decoration: underline;
	outline: none;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
a:hover{ opacity: 0.7; }
img { max-width: 100%; }

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

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

#pageTop {
	position: fixed;
	bottom: -100px;
	right: 40px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.headerFix #pageTop  { bottom: 40px; }
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #eb483f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
#pageTop .fa { margin: 10px 0 0;}

/* header
------------------------------------------ */
.page-home .officialLink {
    display: block;
    width: 66px;
    line-height: 0;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 999;
}
.officialLink {
    display: block;
    width: 60px;
    line-height: 0;
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 999;
}
.officialLink:hover { opacity: 0.8; }

header { display: none; }
.page-home .page-header .gNav { padding: 0;}
.page-header { overflow: hidden; }
.page-header .gNav {
    min-width: 1100px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
    padding: 30px 0 0 50px;
}
.page-header .gNav li{ margin: 0 5px; display: inline-block; position: relative; }
.page-header .gNav li.current::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#home .page-header .gNav .home { display: none; }
.page-header .gNav li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 15px 4px;
	position: relative;
}

.page-header .gNav li span { display: block; color: #fff; opacity: .3; padding: 15px 10px; }
.page-header .gNav li a::after {
	content: '';
	width: 100%;
	height: 0;
	background: #eb483f;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.page-header .gNav li a:hover::after { height: 3px; }
.headerImg { margin: -20px -20px 0; position: relative; }

/* footer
------------------------------------------ */

#home footer { background: #fff; padding: 70px 0 35px; margin: 0 -20px -20px; }
#home footer .copyLight { color: #aaa; padding: 20px 0 0; }
footer {
    background: #fff;
    text-align: center;
    padding: 15px;
    position: relative;
    z-index: 2;
}
footer .copyLight {
    color: #aaa;
    font-size: 11px;
    text-align: center;
    padding: 20px 0;
}
footer .inner { width: 1000px; margin: 0 auto; }
footer .sponsorList {
	display: block;
	text-align: center;
}
footer .sponsorList dt,
footer .sponsorList dd {
	display: inline-block;
	line-height: 40px;
	margin: 0 0 10px;
}
footer .sponsorList dt { margin: 0 15px; }
footer .sponsorList dd::after {
	content: '/';
	color: #aaa;
	font-size: 18px;
	margin: 0 15px;
}
footer .sponsorList dd:last-child::after {  content: none; }
footer .sponsorList a { color: #000; text-decoration: none; }
footer .sponsorList a:hover { color: #32d8ff; text-decoration: underline; }
footer .sponsorList img { height: 40px; vertical-align: middle; }


/* section
------------------------------------------ */
.page-box#home { padding: 20px; }
.page-box { padding: 0 20px 20px; }
.section {
    min-height: 100%;
    min-height: calc(100% - 137px);
	background-color: #fff;
	position: relative;
	padding: 20px;
}
.section:last-child { margin: 0; }
.section .inner { width: 800px; margin: 0 auto; }
#home .sectionTit { color: #eb483f; position: static; }
.sectionTit {
    color: #ffffff;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    margin: 50px 0;
    position: absolute;
    top: 9.2vw;
    left: 0;
    right: 0;
}
.sectionTit span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}

/* page
========================================== */
#bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/* home
========================================== */
/* keyVisual */
.page-header h1.logo { display: none; }
.page-header a { display: block; }
.page-header a:hover { opacity: .6; }
h1.logo {
    text-align: center;
    padding: 20px 0;
}
h1.logo img { width: 18%; cursor: pointer; }
#home .page-header h1 { display: none; }
#home #keyVisual { height: 715px; margin: 0; }
#home #keyVisual .mainImg li {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: auto 100%;
	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: 160px;
    background-color: #eb483f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
	position: absolute;
    bottom: 80px;
    right: 60px;
}
#home #keyVisual .countdown .label {
	padding: 32px 0 0 ;
	margin: 0 0 5px;
}
#home #keyVisual .countdown .count span {
	display: inline-block;
	background: #fff;
    color: #eb483f;
    font-size: 50px;
    line-height: 50px;
    padding: 0 2px;
    margin: 0 3px;
}

/* bannerArea */
.bannerArea { padding: 0 0 20px; }
.bannerArea li a {
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}
.bannerArea li a:hover { opacity: 0.8; }

/* subBannerArea */
.subBannerArea {
    padding: 50px 20px 0;
    background: #fff;
}
.subBannerArea li {
    display: block;
    width: 38%;
    margin: 0 auto;
    border: 1px solid #ddd;
    line-height: 0;
}

/* news */
#news { margin: 0 0 20px; }
#news .newsList {
    border-bottom: 1px solid #ddd;
    margin: 0 0 70px;
}
#news .newsList dt {
    float: left;
    color: #999;
    font-weight: bold;
    padding: 20px 0 0 10px;
    text-align: left;
}
#news .newsList dd {
    /*padding: 20px 30px 20px 120px;*/
    padding: 20px 0 20px 120px;
    border-top: 1px solid #ddd;
    position: relative;
    /*cursor: pointer;*/
    transition: .3s ease;
    -webkit-transition: .3s ease;
    font-weight: bold;
}
/*
#news .newsList dd:hover {
    opacity: .6;
}
*/
#news .newsList dd::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #eb483f;
    border-bottom: 3px solid #eb483f;
    position: absolute;
    top: 49%;
    margin-top: -3px;
    right: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
#news .newsList p{
    /*display: none;
	padding: 0 30px 20px 120px;*/
	padding: 0 0 20px 120px ;
    margin: -10px 0 0;
    font-size: 14px;
}

#news .mvConBox{
	padding: 0 0 0 120px;
}
#news .mvConList{ text-align: left; }
#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 30px;
}
#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 .mvConList li { width: 100%; margin: 0 0 30px; }
#news .mvConList .tit {  margin: 0 0 10px; font-weight: bold; padding:0;}









#news .movieList{ text-align: left; }
#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 30px;
}
#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;
}
#news .movieList li { width: 48%; float: left; margin: 0 0 30px; }
#news .movieList li:nth-child(even) { margin-left: 4%; }
#news .movieList li:nth-child(3n) { clear:both; }
#news .movieList.single li { width: 800px; float: none; margin: 0 auto; }
#news .movieList .tit {  margin: 0 0 10px; font-weight: bold; padding:0;}

/* about */
#about .section { margin: 0; }
#about .venue,
#about .contactList,
#about .dateList {
	font-size: 14px;
	font-weight: bold;
}
#about .venue dt,
#about .dateList dt,
#about .contactList dt {
	float: left;
	clear: left;
	padding: 26px 0 0;
	text-align: left;
}
#about .venue dd,
#about .dateList dd,
#about .contactList dd {
	text-align: left;
	padding: 25px 0 25px 145px;
	border-bottom: 1px solid #666;
}
#about .contactList dd:last-of-type{ border: none;  }
#about .venue .tit,
#about .venue .venue,
#about .dateList { font-size: 28px; line-height: 1.4; }
#aboutArea .fa { margin: 0 0 0 5px; }

/* message */
#about #message .inner { width: 1000px; max-width: 100%; }
#about #message .sectionTit { margin: 50px 0 60px 0;  }
#about .lead {
	width: 600px;
	margin: 50px auto 30px;
	text-align: center;
	line-height: 2;
}

#about #message .commentTit {
	color: #eb483f;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
#about #message .comment {
	width: 600px;
	font-size: 14px;
	margin: 50px auto 60px;
	line-height: 2;
}
#about #message .comment .ph { display: block; width: 200px; float: right; margin: 0 0 5px 20px; }
#about #message .comment .name { display: block; text-align: right; margin: 10px 0 0; }

#about #message .memberMessage { text-align: center; margin: 0 0 70px; }
#about #message .memberMessage li { display: inline-block; width: 330px; }
#about #message .memberMessage .name{ margin: 0 0 10px; }
#about #message .memberMessage img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
#about #message .memberMessage img:hover {
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.popup {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}
.popup img {
	width: auto;
	height: 840px;
	max-height: 100%;
	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: 40px;
    right: 60px;
    background: #ccc;
    z-index:2;
}
.popup::before { transform: rotate(-315deg); }
.popup::after { transform: rotate(315deg); }

/* access */
#access .inner { width: 100%; }
#access iframe { margin: 30px 0 20px; }
#access .address { text-align: center; margin: 0 0 20px; }

#access .information{ text-align: center; }
#access .information h2 {
    padding: 30px 0 10px;
    font-size: 30px;
    font-weight: bold;
}
#access .information p{
	font-weight: bold;
	margin: 0 0 10px;
}
#access .transportation { width: 600px; margin: 30px auto;}
#access .transportation p { text-align: left; font-weight: bold; margin: 0 0 13px; }
#access .transportation span { display: block; font-weight: normal; text-align: left; margin: 5px 0 0; }
#access .transportation .subTxt{
    font-weight: normal;
    margin: 30px 0 0;
}
#access .btn { margin: 0 0 20px; }
#access .btn-main {
    line-height: 2.4;
    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;
}
#access .btn-main:hover { opacity: .6;}

/* ticket */
#ticket .area {
	border-bottom: 2px dashed #eb483f;
	padding: 0 0 70px;
	margin: 50px 0 70px;
}
#ticket .area:last-child {
	border: none; padding: 0;
}
#ticket .area .subTit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
#ticket .areaTit:first-child { margin: 0; }
#ticket .length {
	font-size: 20px;
	font-weight: bold;
	border: 2px solid;
	margin: 0 0 20px;
}
#ticket .length dt {
	width: 130px;
	float: left;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
#ticket .length dd { padding: 20px 20px 20px 160px; }

#ticket .ticketList {
	background: #f4f7f6;
	border: 2px solid #ccc;
}
#ticket .ticketList dt {
	width: 130px;
	clear: left;
	float: left;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 16px 0;
}
#ticket .ticketList dd {
	width: 666px;
	float: right;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding: 16px 30px 16px 30px;
}
#ticket .ticketList dt:first-child,
#ticket .ticketList dd:last-child { border: none; }

#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: 16px; }
#ticket .ticketList .subTxt {
	font-size: 13px;
	margin: 0;
	color: #000;
}
#ticket .ticketFee {
    text-align: center;
    color: #000;
    margin: 0 0 40px
}
#ticket .ticketFee .lead {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: bold;
}
#ticket .ticketFee .subTxt {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
#ticket .playguide { text-align: center; }
#ticket .playguide p { margin: 0 0 20px; }
#ticket .playguide a { font-weight: bold; }


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





/* schedule */
#schedule .sectionTit { font-size: 40px; top: 4.6vw; }
#schedule .sectionTit img { width: 28%; }
#schedule .ph {
    width: 70%;
    padding: 50px 0 0;
    margin: 0 auto 30px;
}
#schedule .lead {
    font-weight: bold;
    margin: 0 auto 80px;
    text-align: center;
}
#schedule .tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0;
    border-top: 1px solid #ddd;
    margin: 60px 0 15px;
}
#schedule .txt {
    font-size: 15px;
    margin: 0 auto 20px;
    text-align: center;
}
#schedule .subTxt { font-size: 13px; }

#schedule .scheduleList { margin: 0 0 15px; }
#schedule .scheduleList dt {
    float: left;
    color: #999;
    font-weight: bold;
    padding: 10px 0 0;
    text-align: left;
}
#schedule .scheduleList dd { padding: 10px 0 10px 140px; }

#schedule .lead {
    font-weight: bold;
    margin: 0 auto 20px;
    text-align: center;
}




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

/* goods */
#goods .goodsBox .inner { width: 1000px; max-width: 100%; margin:30px auto 0;}
#goods .goodsBox .sectionTit { margin: 50px 0 60px 0;  }
#goods .lead {
	width: 600px;
	margin: 50px auto 30px;
	text-align: center;
	line-height: 2;
}

#goods .goodsBox .commentTit {
	color: #eb483f;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
#goods .goodsBox .goodsList {
	width: 600px;
	font-size: 14px;
	margin: 50px auto 60px;
	line-height: 2;
}
#goods .goodsBox .goodsList .ph { display: block; width: 200px; float: right; margin: 0 0 5px 20px; }
#goods .goodsBox .goodsList .name { display: block; text-align: center; margin: 10px 0 0; font-weight:bold; line-height:1.4em;}

#goods .goodsBox .goodsList {
	text-align: center;
	margin: 0 0 70px;
	width:100%;
}

#goods .goodsBox .goodsList li {
	display: block;
	width: 33%;
	float: left;
	padding: 0 1%;
    box-sizing: border-box;
    height:420px;
}

#goods .goodsBox .goodsList li a{
	display:block;
	margin:0 0 10px;
}
/*
#goods .goodsBox .goodsList li:nth-child(3n) {
	padding-right:0;
}
*/

#goods .goodsBox .goodsList .name{ margin: 0 0 5px; }
#goods .goodsBox .goodsList img {
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
#goods .goodsBox .goodsList img:hover {
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}


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

#goods .goodstxt{
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	margin:0 0 10px;
}

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

#goods .attentionList{
    margin: 0;

}

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

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

}

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

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

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

#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;
}

/* ===================================================
	SPECIAL
==================================================== */
#special.visible {
	position: relative;
	height: auto;
	overflow-y: auto;
	margin-top: -20px;
	padding:0;
}


#special h3{
	font-size:32px;
	margin:0 0 20px;
}

#special h3 span{
	font-size:18px;
}

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

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

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

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

#special .quizsubLead{
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 0 20px;
}

#special .quizLeadLast{
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    color: #EB483F;
    font-weight:bold;
}


#special .attentionList{
	margin:0;
}

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

#special .quizTit{
	text-align: center;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #fff;
    margin:0 0 20px;
    /*position:absolute;*/
    background: #EB483F;
    border-radius: 10px;
    padding: 10px 0;
    /*top: -35px;
    left: 200px;*/
    width:35%;
}


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

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

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



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

#special .quizBtn{
	width:100%;
}

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

.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;
}




.anc_specialList{
}

.anc_specialList li{
    text-align: center;
    float: left;
    width: 266px;
    border-left: 2px solid #EB483F;
    border-top: 2px solid #EB483F;
    border-bottom: 2px solid #EB483F;
	/*background: #000;*/
}

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

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


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

.anc_specialList a:hover{
	background: #EB483F;
	color: #fff;
	opacity: 1;
}

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

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

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

#usersGuide dt{
position: relative;
padding: 18px 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;
}

.red{color:#eb483f;}

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

}

#exhibition .section .inner{
	margin: 500px auto 100px;
}

#exhibition .sectionTit{
	color:#eb483f;
    line-height: 1.2em;
}

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


#exhibition .list_a {
    margin: 0 10px 100px;
    width: 100%;
  }
#exhibition .list_a dt {
    float: left;
    font-weight: bold;
    margin-bottom: 1em;
    padding-right: 10px;
    width: 25%;
  }
#exhibition .list_a dd {
    margin-bottom: 1em;
    width: 75%;
    float: left;
  }

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

#exhibition .pointList li{
    font-weight: 700;
    margin: 0 0 15px;
    /*padding: 15px 0 0;*/
    border-top: none;
    border-bottom: none;
    background-color: transparent;
font-size: 19px;

}

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

#exhibition .pointsubList li{
font-size: 15px;
    font-weight: normal;
    line-height: 0.8em;
    margin: 0 0 10px;
}




#exhibition .access_table table {
	width: 800px;
	margin: 0 auto 45px auto;
	border: none;
}
#exhibition .access_table th {
	padding: 0 30px;
	font-size: 15px;
	font-weight: bold;
	border: none;
}
#exhibition .access_table td {
	padding: 0 30px;
	border: none;
	border-left: solid 1px #331d00;
}
#exhibition .access_table .table_title {
	margin: 15px 0 0 0;
	font-weight: bold;
}
.access_table p {
	font-size: 13px;
}
#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 10px;
	padding: 2px 10px;
	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: 680px;
	margin: 30px 0
}

#exhibition .accessLead{
	text-align: center;
	margin: 0 0 20px;
	padding-left:1em;
	text-indent:-1em;
}

.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: 250px;
    margin-left: 20px;
    padding: 15px 0;
    background-color: #fff;
    font-size: 13px;
    /* color: #24b1e9; */
    text-align: center;
    border: 1px solid #24b1e9;
    border-radius: 10px;
    display: inline-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: 100px auto 100px;
	width: 1200px;
}

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

}
*/

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

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

#areamap .contentsBox dt{
    /*text-align: center;*/
    font-size: 24px;
    font-weight: bold;
    border-left: 7px solid #eb483f;
	padding:0 0 0 10px;
	margin:0 0 10px;
}

#areamap .contentsBox dd{
    /*text-align: center;*/
    font-size: 18px;
	margin:0 0 40px;
    padding: 0 0 0 17px;
}



/* ===================================================
	川崎オススメ
==================================================== */
#spot{

}

#spot .ph{
line-height:0;
}
.spotPopup .popup2::before, 
.spotPopup .popup2::after {
    display:none;
}

#spot .section .inner{
	margin: 50px auto;
	width: 1200px;
}

#spot .ossmLead{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 50px;
    line-height: 1.5em;
}


.spotPopup .popup2 {
	display: none;
    cursor: auto;
	width: 100%;
	height: 100%;
	background: #E83535;
	color: #fff;
	padding: 40px 5%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.spotPopup .popup2 {
    display: none;
    cursor: auto;
    width: 100%;
    height: 100%;
    background: #E83535;
    color: #fff;
    padding: 20px 0;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.spotPopup .popup2 .close { 
	width: 50px; 
	height: 50px; 
	position: absolute; 
	right: 0; top: 0; 
	transition:0.3s;
	-webkit-transition:0.3s;
	cursor: pointer;
}
.spotPopup .popup2 .close:hover{ 
	opacity:0.7; 
}
.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: 30px;
    text-align: center;
    margin: 0 0 40px;
    letter-spacing: 0.1em;
}
.spotPopup .popBox{
    padding: 20px 5%;
}
.spotPopup .kawasakiShopList{
	width: 600px;
    min-height: 766px;
    margin: 0 auto;
    border-top: 1px solid #fa7272;
    padding: 60px 0;
}

.spotPopup .detailList{
    width: 100%;
}
.spotPopup .detailList dt{
    width: 100%;
    padding: 0;
    line-height: 0;
    margin: 0 0 20px;
}
.spotPopup .detailList dd{
    width: 100%;
}

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

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


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

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

#spot .mapArea{
width:1200px;
margin:0 auto 0;
position:relative;
}

#spot .pointList{

}
#spot .pointList li{
    position: absolute;
    width: 40px;
    /*
    -webkit-animation: animScale 1.5s ease-in-out infinite;
    animation: animScale 1.5s ease-in-out infinite;
    */
	
}
@-webkit-keyframes animScale {
	0% {opacity:1;}
	50% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes animScale {
	0% {opacity:1;}
	50% {opacity:0.1;}
	100% {opacity:1;}
}
#spot .pointList li.musashikosugi{
    left: 575px;
    top: 332px;
    width: 145px;
}
#spot .pointList li.musashikosugi a{
	opacity:1;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_musashikosugi_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#spot .pointList li.musashikosugi a:hover{
	opacity:0;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_musashikosugi_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}



#spot .pointList li.shinmaruko{
	left: 711px;
    top: 313px;
    width: 145px;
}
#spot .pointList li.shinmaruko a{
	opacity:1;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_shinmaruko_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#spot .pointList li.shinmaruko a:hover{
	opacity:0;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_shinmaruko_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#spot .pointList li.hirama{
    left: 645px;
    top: 378px;
    width: 100px;
}

#spot .pointList li.hirama a{
	opacity:1;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_hirama_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#spot .pointList li.hirama a:hover{
	opacity:0;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_hirama_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-animation: mark2 0.5s ease-in-out infinite;
    animation: mark2 0.5s ease-in-out infinite;
}

#spot .pointList li.kajigaya{
    left: 503px;
    top: 281px;
    width: 120px;
}
#spot .pointList li.kajigaya a{
	opacity:1;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_kajigaya_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
#spot .pointList li.kajigaya a:hover{
	opacity:0;
    display: block;
    background: url(/static/shishamo/fanclub/feature/natsumatsuri2018/images/icon_kajigaya_act.png);
    background-size: 100%;
    background-repeat: no-repeat;
}





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

===================================*/
.slick-next {
   right: -150px;
}

.slick-prev {
    left: -150px;
}
.slick-dots {
    position: absolute;
    top: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.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 .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;
}


@media screen and (max-width:1185px) {
    .page-header .gNav { font-size: 1.3vw; min-width: 1020px; }
}
