@charset "utf-8";

/*  ==========================================================
 モバイルファースト (全デバイス共通)
 ========================================================== */
#wrapper * {
    font-family: 'Noto Sans JP', sans-serif !important;
}

div#wrapper{
	text-align: left;
	color: #333;
    background-color: #fff642;
    /*background: linear-gradient(90deg, #0460B8 0%, #027ED3 30%, #027ED3 70%, #0460B8 100%);*/
	background-image: repeating-linear-gradient(135deg, #fbca2e, #fbca2e 1rem, #fcd84e 1rem, #fcd84e 2rem);
    background-size: 200% 200%;
	padding-bottom: 1px;
	padding-top: 15px;
}

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: #ED6E1F;
	color: #FFF;
	padding: 3% 0;
	text-align: center;
	font-size: calc(100vw / 24);
	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;
	font-size: calc(100vw / 23.6);
}

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: #0e6eb8;
	color:#FFF;
	border-radius: 5px;
}

.info_box h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0px 3% 2%;
}

ul.caution {
	list-style-type: disc;
	margin-left: 24px;
	font-size: calc(100vw / 30);
	padding: 0px 3% 15px;
}


/* -- story -- */
#story {
	border: 2px solid #ED6E1F;
	padding: 15px 10px 15px;
	box-sizing: border-box;
	background: #FFF;
	margin: 3% 3% 5%;
	border-radius: 15px;
}

#story .logo{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	font-size: calc(100vw / 19);
}

.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: 17px;
	font-weight: bold;
	background: #0071FC;
	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: 10px 0px;
}

#story .summary{
	font-size: 16px;
	margin-bottom: 3%;
}

#story .cast{
	margin: 3% 0;
	font-size: 14px;
}

/* -- ボタン -- */
.officialBtn,
.scheduleBtn {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.officialBtn a {
	display: block;
	position: relative;
	z-index: 100;
	background: #E4007F;
	color: #FFF;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	border-radius: 21.5px;
}

.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: 45px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 22.5px;
	margin: 0 3% 6%;
}

.officialBtn a:visited,
.scheduleBtn a:visited {
	color: #fff;
}

/* -- バナー -- */
.stamp_bnr,
.x_bnr,
.wata_bnr {
	margin: 1% 3% 6%;
}

h2.content_title {
	position: relative;
	color: #e70012;
	font-weight: 900;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(255, 218, 22, .9) 3px 3px 3px;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 30px;

	font-size: calc(100vw / 21);
	line-height: 1.5;
	text-align: center;
	margin:  0 auto .8rem ;
}

h2.content_title:before {
	display: block;
	position: absolute;
	content: '';
	height: 100%;
	top: -8px;
	left:0;
	transform: rotate(-30deg) translateX(-18px) scale(1.1, 1.1);
	border-left:2px solid #ED6E1F;
	opacity: 0.8;
}

h2.content_title:after {
	display: block;
	position: absolute;
	content: '';
	height: 100%;
	top: -8px;
	right:0;
	transform: rotate(30deg) translateX(18px) scale(1.1, 1.1);
	border-left:2px solid #ED6E1F;
	opacity: 0.8;
}

h2.content_title.no_deco,
h2.content_title.no_deco {
	font-size: 18px;
	margin-bottom: 5px;
	font-size: calc(100vw / 23);
}

h2.content_title.no_deco:before,
h2.content_title.no_deco:after {
	content: none;
}

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: 30px 0;
		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;
		font-size:18px;
	}

	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 0 5px;
		padding: 0px 20px 0px;
	}

	ul.caution {
		font-size: 16px;
		padding: 0px 20px 20px;
	}
	ul.caution li{
		list-style-type: disc;
	}
	/* -- story -- */
	#story {
		width: 850px;
		box-sizing: border-box;
		background: #FFF;
		margin: 0 auto;
		padding: 20px;
		border: 3px solid #ED6E1F;
		border-radius: 20px;
		position: relative;
		overflow: hidden;
	}

	#story .left_box {
		width: 480px;
		float: left;
	}

	#story .right_box {
		width: 300px;
		float: right;
	}

	#story h2.logo {
		text-align: center;
		font-size: 20px;
		margin: 0 auto 5px;
	}

	.roadshow {
		font-size: 16px;
		padding: 0px 5px 10px;
	}

	.youtube {
		width: 480px;
		padding-top: 0;
	}

	.youtube iframe {
		position: relative;
		top: 0;
		right: 0;
		width: 480px !important;
		height: 240px !important;
	}

	#story h3 {
		font-size: 20px;
		padding: 2px 5px;
		margin-bottom: 20px;
	}

	#story .summary{
		font-size: 17px;
		margin: 0px 0px 25px;
		line-height: 1.66;
	}

	#story .cast{
		margin: 10px 0 0;
		font-size: 14px;
	}

	/* -- ボタン -- */
	.officialBtn {
		width: 100%;
		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: 0 auto 60px;
	}

	.stamp_bnr {
		width: 850px;
		margin: 0 auto 50px;
	}


	/* -- 各タイトル -- */

	h2.content_title {
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
		margin:  0 auto 30px;
	}
	h2.content_title:before {
		transform: rotate(-32deg) translateX(-30px) scale(1.2, 1.2);
		top: -12px;
		border-left:3px solid #ED6E1F;
		opacity: 0.9;
	}
	
	h2.content_title:after {
		transform: rotate(32deg) translateX(30px) scale(1.2, 1.2);
		top: -12px;
		border-left:3px solid #ED6E1F;
		opacity: 0.9;
	}

	h2.content_title.no_deco {
		font-size: 30px;
		margin:  0 auto 30px;
	}

	h2.entry_ttl {
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		color: #FFDA16;
	}

	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;
	}

	br.sp {
		display: none;
	}

}




