@charset "UTF-8";

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

toppage

--------------------------------------------------*/
#wrap {

}
h1.page_ttl,.bg_page_ttl {
	display: none;
}
#top-main_area {
	display: block;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.mainvisual_area {
	margin-bottom: 30px;
	position: relative;
}

#btn_illust {
	position: absolute;
	width: 125px;
   left: 56px;
   bottom: 34%;
 }
#btn_illust img {
	width: 100%;
}

#main {
	padding: 0;
	margin-top: 54px;
}


@media screen and (min-width:960px) {
#wrap {
	padding-bottom: 0;
}
header {
	margin-bottom: 10px;
}
	header h1#logo,.roadshow_hdr,#top_cts #logo ,header {
		display: block;
	}
	#top-main_area {
		display: flex;
		padding-bottom: 0;
		margin-bottom: 20px;
		padding-top: 0;
	}
	#top #main {
		padding-top: 0;
		background-size: 80px;
		background-repeat: repeat;
		display: flex;
		justify-content: space-between;
	margin-top: 0;
	}
	#top header {
		height: auto;
	}
	.roadshow_hdr {
		display: none;
	}

	.mainvisual_area .roadshow {
		margin-top: -40px;
		margin-left: 113px;
		margin-bottom: 10px;
		width: 531px;
		display: block;
	}
	#top_cts #logo {
		margin-left: -90px;
		width: 548px;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	#top_cts #logo img {
		width: 100%;
	}
	#top_cts {
		width: 325px;
		z-index: 1;
		order: 1;
	}
	.mainvisual_area {
		width: calc( 100% - 325px ) ;
		margin-top: 30px;
		position: relative;
		order: 2;
	}
	#btn_illust {
		position: absolute;
		width: 185px;
		left:20px;
		bottom:40px;
	}

}



#top_cts {
	padding: 0 15px 0 15px;
}
.update_ttl img,.twitter_ttl img {
	width: 70%;
	margin: 0 auto;
	display: block;
	margin-top: -20px;
}
#update,#twitter {
   width: 100%;
   padding: 2px;
   box-sizing: border-box;
   background-color: #fff;
   border-radius:10px;
   box-shadow:0px 0px 6px -1px #b0b0b0;
   margin-bottom: 40px;
}
.inner_line {
   border:#8c6845 solid 1px;
   padding: 8px 10px 10px 10px;
   box-sizing: border-box;
}
#update .inner,#twitter .inner {
	height: 300px;
}

#update .inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0 5px 5px;
}
#update dl {
	height: 185px;
	overflow-y: scroll;
	padding: 10px;
}
#update dl dt {
	color: #ef4492;
	font-family: 'Playfair Display',"游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 9px;
	padding-bottom: 10px;
}
#update dl dd {
	border-bottom: dotted 2px #bcd9dc;
	padding-bottom:10px;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#update dl dd a {
	color: #140403;
}
#update dl dd a:hover {
	color: #140403;
	text-decoration: underline;
}
#twitter iframe {
	height: 220px !important;
}
#twitter .btn {
	margin-top: 0;
}


@media screen and (min-width:960px) {
	#update,#twitter {
	   width: 100%;
	   margin: 0;
	   margin-bottom: 20px;
	}
	#update .btn,#twitter .btn {
	   height: 50px;
		width: 250px;
		line-height: 50px;
		font-size: 15px;
	}
	.inner_line  {
		height: 100%;
	}
	#update {
		height: 330px;
		margin-right: 70px;
		margin-bottom: 35px;
	}
	.update_ttl,.twitter_ttl {
		font-weight: 700;
		font-size: 23px;
		margin-bottom: 0;
	}
	.update_ttl img,.twitter_ttl img {
		width: 70%;
	}
	#update .inner,#twitter .inner {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 7px;
		padding-top: 20px;
	}
	#update .btn, #twitter .btn {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	#update .inner {
		height: 140px;
		padding-top: 0;
	}
	#update dl {
		height: 225px;
	}
	#update dl dt {
		font-size: 13px;
		padding-bottom: 5px;
		line-height: 1.3em;
	}
	#update dl dd {
		padding-bottom: 7px;
		margin-bottom: 5px;
		font-size: 0.9em;
	}
	#twitter {
		height: 340px;
	}
	#twitter .inner {
		height: 310px;
		padding-top: 2px;
	}
	#twitter iframe {
		height: 255px !important;
	}
	#twitter .btn {
		margin-top: 0;
	}
}




