

/*----------------------------------------------------
  #book
--------------------------------------------------- */
#book{
	position: relative;
	margin-bottom: 40px;
	border-top:1px #eee solid;
}
#book .mainvisual{
	background: url(../../img/memory/visual01.jpg) no-repeat center center;
	background-size: cover;
	height: 250px;
	position: relative;

}
.mainvisual img{
	position: absolute;
	top: 80px;
	left: 32%;
}
@media only screen and (max-width: 768px) {
  #book .mainvisual{
		height: auto;
		position: relative;
	}
	.mainvisual img{
		position: static;
		top: 80px;
		left: 32%;
		width: 100%;
		height: auto;
	}
}
#book h2{
	margin-bottom: 40px;
	margin: 39px 0px 0px;
	border-top: 2px #000 solid;
}
#book h2 .inner{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #000 solid;
	position: relative;
	margin-bottom: 20px;
}

#book h2 .inner span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#book h2 .inner p{
	position: absolute;
	top:28px;
	left: 320px;
	font-weight: bold;
	font-size: 18px;
}
#book .book_block{
	position: relative;
	overflow: hidden;
	min-height: 440px;
}
#book .book_block .jacket{
	width: 280px;
	position: absolute;
	top: 0;
	left: 0px;
}

#book .book_block .info{
	padding-left: 300px;
}
#book .book_block h3{
	color: #666666;
	font-size: 18px;
	margin-bottom: 5px;

}
#book .book_block h4{
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}

#book .book_block .info p{
	line-height: 180%;
	padding-right: 180px;
	margin-bottom: 20px;
}

#book .book_block .info .release{
	position: absolute;
	right: 0px;
	top: 10px;
}



#book a.buy{
	display: block;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	padding: 20px 0;
	background: rgba(170,204,3,0.2);
	font-weight: bold;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#book a.buy:hover{
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	#book h2{
		margin-bottom: 40px;
		margin:0px 0px 0px;
		border-top:none;
	}

	#book h2 .inner{
		border-bottom:none;
		margin-bottom: 0px;
	}

	#book h2 .inner span{
	}

	#book h2 .inner p{
		position: static;
		padding-top: 20px;
		padding-left: 20px;
		font-weight: bold;
		font-size: 16px;
	}

	#book .book_block .info .release{
		position: absolute;
		right: 20px;
		top: 10px;
		width: 50px;
	}
	#book .book_block .info .release img{
		width: 100%;
		height: auto;
	}

	#book .book_block{
		min-height: auto;
		margin: 0 20px;
	}
	#book .book_block .jacket{
		width: auto;
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}
	#book .book_block .info{
		padding-left: 0px;
	}
	#book .book_block h3{
		color: #666666;
		font-size: 16px;
		margin-bottom: 5px;
	}

	#book .book_block .info p{
		padding-right: 0px;
	}
	#book a.buy{
		margin: 0 20px;
	}

}


/*----------------------------------------------------
  #diary
--------------------------------------------------- */
#diary{
	position: relative;
	border-top:2px #000 solid;
}
#diary h2{
	font-size: 24px;
	padding: 20px 0px 20px ;
	letter-spacing: 0.1em;
	position: relative;
	border-bottom: 1px #000 solid;
	margin-bottom: 40px;
}
#diary h2 span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#diary h2 p{
	position: absolute;
	top:28px;
	left: 320px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0em;
}
#diary .diary{
	position: relative;
    font-family:  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#diary .diary .title{
  line-height: 130%;
  font-size:32px;
	margin-bottom: 40px;
}
.page #diary .diary .title{
  line-height: 130%;
  font-size:26px;
	margin-bottom: 40px;
}
#diary .diary .title span{
	font-size: 12px;
	color: #ccc;
}
#diary .diary .entry {
	overflow: hidden;
}
#diary .diary .entry p{
	font-size: 14px;
	line-height: 190%;
	margin-bottom: 20px;
	position: relative;
/*	padding-right: 225px;*/
}

#diary .diary .entry a{
	color: #aacc03;
}
#diary .diary .entry a:hover{
	color: #aacc03;
	text-decoration: underline;
}
#diary .diary .entry strong{
	font-weight: bold;
}
#diary .diary .entry img{
/*	position: absolute;
	top: 0;
	right: 0px;*/
	max-width: 200px;
	height: auto;
	margin: 10px 0;
}
#diary .diary_navi{
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px #000 solid;
	margin-bottom: 20px;
}

#diary .diary_navi li{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

#diary .diary_navi li a:hover{
	text-decoration: underline;
}
#diary ul.navigation{
	text-align: center;
	letter-spacing: -0.4em;
	margin-bottom: 60px;
	padding: 0 20px;
	padding-top: 20px;
}
#diary ul.navigation li{
	text-align: center;
	display: inline-block;
	letter-spacing: normal;
	width: 30%;
	margin-right: 5%;
}
#diary ul.navigation li:last-child{
	margin-right: 0px;
}
#diary ul.navigation li a{
	display: block;
	padding: 20px 0;
	font-size:16px;
	border:1px solid #000;
	background: rgba(170,204,3,0.2);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#diary a:visited {
	color:#333 !important;
}
#diary ul.navigation li a:hover{
	opacity: 1;
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF !important;
}


#diary a.gree{
	display: block;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	padding: 20px 0;
	background: rgba(170,204,3,0.2);
	margin-bottom: 40px;
	font-weight: bold;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#diary a.gree:hover{
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF;
}


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

#diary .diary_navi{
	overflow: hidden;
	padding: 20px 20px;
}

	#diary h2  p{
		position: static;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: bold;
		font-size: 16px;
	}

	#diary .diary{
		margin: 0 20px;
	}
	#diary .diary .title{
		margin-bottom: 20px;
		font-size: 24px;
	}
	#diary .diary p{
		font-size: 12px;
		line-height: 180%;
		margin-bottom: 15px;
	}

#diary .diary .entry img{
	position: static;
	float: none;
	margin: 20px 0;
	max-width: 100%;
	height: auto;
}
	#diary ul.navigation li a{
		display: block;
		padding: 5px 0;
		font-size:10px;
		border:1px solid #000;
	}
}



/*----------------------------------------------------
  #show
--------------------------------------------------- */
#show{
	position: relative;
	border-top:2px #000 solid;
}
#show h2{
	font-size: 24px;
	padding: 60px 0px 40px;
	letter-spacing: 0.1em;
	position: relative;
}
#show h2 span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#show h2 p{
	position: absolute;
	top:68px;
	left: 320px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: normal;
}

#show .show_block{
	position: relative;
	overflow: hidden;
	min-height: 440px;
}
#show .show_block .jacket{
	width: 280px;
	position: absolute;
	top: 0;
	left: 0px;
}

#show .show_block .info{
	padding-left: 320px;
}

#show .show_block .info .column{
	position: relative;
	margin-bottom: 40px;
	padding-right: 180px;
}
#show .show_block .info .column .date{
	font-size: 20px;
	margin-bottom: 5px;
}
#show .show_block .info .column h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 170%;
}
#show .show_block .info .column a.ticket{
	position: absolute;
	top: 18px;
	right: 0px;
	display: block;
	width: 160px;
	line-height: 30px;
	font-size:16px;
	text-align: center;
	border:1px solid #000;
	background: rgba(170,204,3,0.2);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#show .show_block .info .column a.ticket:hover{
	
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF;
}


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

	#show h2{
		padding: 40px 0px 20px;
	}

	#show h2 p{
		position: static;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: bold;
		font-size: 16px;
	}

	#show .show_block{
		min-height: auto;
		margin: 0 20px;
	}
	#show .show_block .jacket{
		width: auto;
		position: static;
		width: 100%;
		margin-bottom: 20px;
	}

	#show .show_block .info{
		padding-left: 0px;
	}

	#show .show_block .info .column{
		position: relative;
		margin-bottom: 40px;
		padding-right: 0px;
	}
	#show .show_block .info .column h4{
		margin-bottom: 10px;
	}
	#show .show_block .info .column a.ticket{
		position: static;
		width: 98%;
		line-height: 30px;
		margin: 0 auto;
		font-size:16px;
		text-align: center;
	    -webkit-transition: all 0.5s ease;
	       -moz-transition: all 0.5s ease;
	        -ms-transition: all 0.5s ease;
	         -o-transition: all 0.5s ease;
	            transition: all 0.5s ease;
	}


}


/*----------------------------------------------------
  #release
--------------------------------------------------- */
#release{
	position: relative;
	border-top:2px #000 solid;
	padding-bottom: 40px;
}
#release h2{
	font-size: 24px;
	padding: 60px 0px 40px;
	letter-spacing: 0.1em;
}
#release h2 span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#release .releaseList{
	overflow: hidden;
	letter-spacing: -0.4em;
}
#release .releaseList article{
	letter-spacing: normal;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 5%;
    position: relative;
    padding-bottom: 60px;
}
#release .releaseList article:last-child{
	margin-right: 0px;

}
#release .releaseList article .image img{
	width: 100%;

}
#release .releaseList article .area{
	padding: 20px 0;
}
#release .releaseList article .date{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 130%;
  font-size:26px;
  margin-bottom: 10px;

}
#release .releaseList article h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5px;
}

#release .releaseList article a.ticket{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
#release .releaseList article a.ticket span{
	display: block;
	margin: 0px;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	padding: 10px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background: rgba(170,204,3,0.2);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#release .releaseList article a.ticket:hover span{
	
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF;
}


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

	#release h2{
		font-size: 24px;
		padding: 40px 0px 40px;
		letter-spacing: 0.1em;
	}

	#release .releaseList{
		overflow: hidden;
		letter-spacing: -0.4em;
		margin: 0 20px;
	}
	#release .releaseList article{
		width: 100%;
		margin-right: 0%;
	    padding-bottom: 20px;
	    overflow: hidden;
	}
	#release .releaseList article:last-child{
		margin-right: 0px;

	}
	#release .releaseList article .image{
		width: 40%;
		float: left;
		padding-bottom: 10px;
	}
	#release .releaseList article .area{
		width: 54%;
		float: right;
	}
	#release .releaseList article a.ticket{
		clear:both;
		float: right;
		position: static;
		bottom: 20px;
		width: 100%;
	}

}





/*----------------------------------------------------
  #link
--------------------------------------------------- */
#link{
	position: relative;
	padding-bottom: 40px;
	border-top:2px #000 solid;
}
#link h2{
	font-size: 24px;
	padding: 60px 0px 40px;
	letter-spacing: 0.1em;
}
#link h2 span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#link h3{
	font-size: 24px;
	padding: 0px 0px 20px;
	letter-spacing: 0.1em;
}
#link ul{
	border-top:1px #eee solid;
	border-left:1px #eee solid;
	border-bottom:1px #eee solid;
	letter-spacing: -0.4em;
	overflow: hidden;
	margin-bottom: 40px;
}
#link ul li{
	border-right:1px #eee solid;
	width: 24.8%;
	letter-spacing: normal;
	float: left;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
#link ul.two li{
	border-right:1px #eee solid;
	width: 49.8%;
	letter-spacing: normal;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
#link ul li a{
	display: block;
	padding: 20px 0;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#link ul li a:hover{
	background: #aacc03;
	color: #FFF;
}



@media only screen and (max-width: 768px) {
#link{
	padding-bottom: 20px;
}
	#link h2{
		font-size: 24px;
		padding: 40px 0px 40px;
		letter-spacing: 0.1em;
	}
	#link h3{
		margin: 0 20px;
	}

	#link ul{
		border-top:none;
		border-left:none;
		border-bottom:none;
		letter-spacing: -0.4em;
		overflow: hidden;
		margin: 0 20px;
		margin-bottom: 40px;
	}
	#link ul li{
		border-right:none;
		width: 98%;
		letter-spacing: normal;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		border:1px #eee solid;
		margin-bottom: 10px;
	}
	#link ul.two li{
		border-right:none;
		width: 98%;
		letter-spacing: normal;
		float: left;
		text-align: center;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		border:1px #eee solid;
		margin-bottom: 10px;
	}
	#link ul li a{
		display: block;
		padding: 10px 0;
	    -webkit-transition: all 0.5s ease;
	       -moz-transition: all 0.5s ease;
	        -ms-transition: all 0.5s ease;
	         -o-transition: all 0.5s ease;
	            transition: all 0.5s ease;
	}

}
/*----------------------------------------------------
  #contact
--------------------------------------------------- */
#contact{
	position: relative;
	padding-bottom: 100px;
	border-top:2px #000 solid;
}
#contact h2{
	font-size: 18px;
	margin-bottom: 40px;
	padding: 40px 0px 0px;
}
#contact h2 span{
	background: url(../../img/memory/title_bg.png) no-repeat left center;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding-left: 45px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#contact a{
	display: block;
	text-align: center;
	border: 1px #000 solid;
	color: #000;
	background: rgba(170,204,3,0.2);
	padding: 20px 0;
	font-weight: bold;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
#contact a:hover{
	
	background: rgba(170,204,3,1);
	border: 1px #aacc03 solid;
	color: #FFF;
}

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

#contact a{
	width: 90%;
	margin: 0 auto;
}
}