@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */
#wrapper * {
    font-family: 'Noto Sans JP', sans-serif !important;
}

div#wrapper{
	text-align: left;
	color: #333;
	background: #fdede4;
	padding: 3% 0;
}

img {
	width:100%;
	height: auto;
}

a:hover {
  opacity: 0.8;
}


/* -- info -- */

.info_box {
	background: #FFF;
	margin: 3% 3% 6%;
	border-radius: 15px;
}

.info_box h3 {
	background: #F47C7C;
	color: #FFF;
	padding: 3%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 15px 15px 0 0;
}

ul.info  {
	padding: 0px 15px 15px;
	font-size: 18px;
	overflow: hidden;
}

ul.info  li {
	padding: 15px 0 0;
}

ul.info  li span {
	display: block;
}

ul.info li span:first-child {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: center;
	background-color: #76634E;
	color:#FFF;
	border-radius: 5px;
}

.info_box h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0px 3% 0px;
}

ul.caution {
	font-size: 13px;
	padding: 0px 3% 15px;
}


/* -- story -- */
#story {
	border: 2px solid #76634E;
	padding: 5px 15px 15px;
	box-sizing: border-box;
	background: #FFF;
	margin: 3%;
	border-radius: 15px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#story h3 {
	font-size: 20px;
	font-weight: bold;
	background: #76634E;
	color: #FFF;
	width: 120px;
	border-radius: 5px;
	text-align: center;
	padding: 2px 5px;
	margin-bottom: 10px;
}

.roadshow {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
}

#story .summary{
	font-size: 18px;
	margin-bottom: 3%;
}

#story .cast{
	margin: 3% 0;
	font-size: 13px;
}

/* -- ボタン -- */
.officialBtn,
.scheduleBtn {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #F77D7A;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
}

.officialBtn a:before,
.scheduleBtn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;  /*top right bottom を透明化 */ 
	border-left: 8px solid #FFF;
}

.scheduleBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 3% 6%;
}

.officialBtn a:visited,
.scheduleBtn a:visited {
	color: #fff;
}

/* -- バナー -- */
.stamp_bnr,
.x_bnr,
.wata_bnr {
	margin: 3% 3% 6%;
}

h2.content_title {
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	border-bottom: none;
	background: url(../images/dot.png) repeat-x, url(../images/dot.png) repeat-x;
	background-position: left top, left bottom;
	margin: 0px 3% 10px;
	padding: 20px 0;
}

h2.content_title span {
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

h2.entry_ttl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

h2.entry_ttl span {
	display: inline-block;
	background: url(../images/ttl_bg_left.png) no-repeat, url(../images/ttl_bg_right.png) no-repeat;
	background-position: left bottom, right bottom;
	font-size: 17px;
	line-height: 1.2;
	padding: 0 2.5em 0;
}

.poster{
	margin-bottom: 32px;
}

/*  ==========================================================
 画面の横幅が768px以上
 ========================================================== */

@media screen and (min-width: 768px) {

	div#wrapper{
		width: 950px;
		line-height: 1.4;
		padding-top: 30px;
		margin: 0 auto;
	}

	/* -- info -- */
	.info_box {
		background: #FFF;
		width: 850px;
		margin: 30px auto 50px;
		border-radius: 20px;
	}

	.info_box h3 {
		padding: 15px 0;
		font-size: 30px;
		border-radius: 20px 20px 0 0;
	}

	ul.info  {
		padding: 0px 20px 20px;
		font-size: 18px;
		overflow: hidden;
	}

	ul.info  li {
		padding: 20px 0;
		border-bottom: 1px dotted #333;
	}

	ul.info  li span {
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle;		
	}

	ul.info li span:first-child {
		font-weight: bold;
		width: 190px;
		font-size: 19px;
		padding: 10px 0;
	}

	.info_box h4 {
		font-size: 18px;
		font-weight: bold;
		padding: 20px 0 10px;
		margin: 0;
		padding: 0px 20px 0px;
	}

	ul.caution {
		font-size: 16px;
		padding: 0px 20px 20px;
	}

	/* -- story -- */
	#story {
		width: 850px;
		box-sizing: border-box;
		background: #FFF;
		margin: 0 auto;
		padding: 20px;
		border: 3px solid #76634E;
		border-radius: 20px;
		position: relative;
		overflow: hidden;
	}

	#story .left_box {
		width: 460px;
		float: left;
	}

	#story .right_box {
		width: 320px;
		float: right;
		padding-top: 10px;
	}

	#story h2 {
		width: 400px;
		margin: 0 auto;
	}

	.roadshow {
		font-size: 22px;
		padding: 0px 5px 10px;
	}

	.youtube {
		width: 460px;
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 460px !important;
		height: 259px !important;
	}

	#story h3 {
		font-size: 20px;
		padding: 2px 5px;
		margin-bottom: 10px;
	}

	#story .summary{
		font-size: 18px;
		margin: 0px 0px 20px;
		line-height: 1.65;
	}

	#story .cast{
		margin: 10px 0 0;
		font-size: 14px;
	}

	/* -- ボタン -- */
	.officialBtn {
		width: 320px;
		margin: 0px auto;
	}

	.scheduleBtn a {
		width: 600px;
		margin: 30px auto 60px;
		font-size: 30px;
		line-height: 80px;
		border-radius: 40px;
	}

	.scheduleBtn a:before {
		border: 8px solid transparent;  /*top right bottom を透明化 */ 
		border-left: 10px solid #FFF;
	}

	/* -- バナー -- */
	.x_bnr,
	.wata_bnr {
		width: 850px;
		margin: 30px auto 60px;
	}

	.stamp_bnr {
		width: 850px;
		margin: 30px auto 50px;
	}


	/* -- 各タイトル -- */

	h2.content_title {
		font-size: 32px;
		line-height: 1.2;
		text-align: center;
		border-bottom: none;
		background: url(../images/dot.png) repeat-x, url(../images/dot.png) repeat-x;
		background-position: left top, left bottom;
		margin: 0px auto 30px;
		width: 500px;
		padding: 20px 0;
	}

	h2.content_title span {
		display: inline-block;
		text-align: center;
		width: 800px;
		position: relative;
		left: -150px;
	}

	h2.entry_ttl {
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

	h2.entry_ttl span {
		display: inline-block;
		background: url(../images/ttl_bg_left.png) no-repeat, url(../images/ttl_bg_right.png) no-repeat;
		background-position: left bottom, right bottom;
		font-size: 32px;
		line-height: 1.2;
		padding: 0 1.8em 0;
	}



}




