@chaeset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-text-size-adjust: 100%;
	vertical-align: baseline;
	color:#524337;
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ここから */
body {
  margin: 0;
  padding: 0;
  background-image:url("./img/background.jpg");
  background-size:cover;
  color: #333333;
  font-size: 18px;
  line-height:2; 
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  background-attachment: fixed; /*--背景画像の固定--*/
  background-repeat: no-repeat; /*--背景画像の繰り返し--*/
  background-position: top center; /*--背景画像の位置--*/
}

p,h1,h2,h3,h4,h5,h6 {margin: 0;}
ul li {list-style:none;}
img {vertical-align: bottom;}
a:hover {opacity: 0.8;}
a { text-decoration:none; }
.container { width:860px; margin:0 auto;border-right:20px double #b6a77e;border-left:20px double #b6a77e;background-color:#fff; }
.rd{color:#f13a76;}
.gr{color:#49A2A6;}
.gd{color:#806b47;}
.sm{font-size:0.8rem !important;}
.bg_gd{background:#806b47;color:#fff;}
.separator {background-image: url(./img/separator.png);width: 100%;height: 50px;background-repeat: no-repeat;background-position: center;}
.lg{font-size:1.5rem;font-weight:bold;}
.mb-5{margin-bottom:5px;}
.mb-40{margin-bottom:40px !important;}
.mt-40{margin-top:40px;}
.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-40{margin-bottom:40px;}
.ml-10{margin-left:10px;}
.ml-40{margin-left:40px;}
.mr-20{margin-right:20px;}
.mr-40{margin-right:40px;}
.mt-20{margin-top:20px;}
.mr-5{margin-right:5px;}
.py-50{padding:50px 0;}
.py-100{padding:100px 0;}
.w-100{width:100% !important;}
.w-700px{width:700px;}
.d-inlineblock{display:inline-block;}
.m-0auto{margin:0 auto;}
.d-flex{display:flex;}
.float-right{float:right;}
.clear{clear:both;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.sp{display:none;}
.note{background-color:#fff;border:1px solid #524337;padding:10px 20px;}
.tx-underline{text-decoration:underline;}
.b{font-weight:bold;}
h2{margin-bottom:70px;text-align:center;}
#hanabira{z-index:-1;position:absolute;width:100%;}

/* menu */
#menu{background-color:#b6a77e;color:#282e38;text-align:center;}
#menu ul li{display:inline-block;text-align: center;padding: 10px 10px;font-weight: 900;}
.hamburger-menu{display:none;}

/* comment */
#comment{text-align:center;}

/* introduction */
#introduction{text-align:center;}

/* twitter */
#twitter{text-align:center;}
#twitter .twitter-timeline{width:550px;margin:0 auto;}

/* story */
#story{background-image: url(./img/story_background.png);width: 100%;background-repeat: no-repeat;background-position: center;text-align:center;font-size:22px;padding:250px 0;}
#story p{color:#e0dcd3;}

/* cast */
#cast{text-align:center;}
#cast_list{background-image:url(./img/cast_list_background.png);width: 100%;background-repeat: no-repeat;background-position: center;color:#c9bc9c;padding:200px 0;}
#cast_list ul li{display:inline-block;color: #c9bc9c;margin:20px 10px;}
#cast_list ul li span{color: #c9bc9c;}

/* schedule */
#schedule{text-align:center;}
#schedule table{width:90%;margin:0 auto 40px auto;}
#schedule table th{background-color:#b6a77e;color:#fff;padding:10px;border:2px solid #d1c5a6;width:calc(100%/8);}
#schedule table td{background-color:#fff;border:2px solid #d1c5a6;padding:10px;font-size:26px;}
#schedule dl{text-align: left;margin: 0 auto;width:610px;}

/* ticket */
#ticket h3{font-size:26px;}
#ticket .bg_gd{padding:0 10px;}
.ticket_box{width:90%;margin:0 auto 20px auto;border:3px solid #b6a77e;background:#fff;}
.ticket_box > div{padding:10px;}
.ticket_box h4{background-color:#b6a77e;text-align:center;color:#fff;padding:5px 0;}
.ticket_box_on{background-color:#c34f49;color:#fff;border-bottom:2px solid #a9342e;padding:0 15px;display: inline-block;float:right;}
.ticket_box_off{background-color:#ccc;color:#fff;border-bottom:2px solid #888;float:right;padding:0 15px;cursor:default;position:relative;}
.ticket_box_over{position: absolute;top: 0px;left: 0px;display: block;width: 100%;text-align: center;background-color: rgba(0,0,0,0.6);color: #fff;}


/* staff */
#staff{text-align:center;}

/* goods */
#goods{text-align:center;}
#goods h3{font-size: 26px;}

/* blu-ray */
#blu-ray h3{font-size: 26px;}

/* other*/
#other {padding:0 40px 40px 40px;}
#other h1{text-align:center;padding:70px 0;}
#other #guide p{font-size:16px;}
#other #stream h4{background-color:#b6a77e;font-size:2rem;}
#other #stream ul li{border-bottom:1px solid #b6a77e;padding: 10px 40px;}
#other #stream ul li a{color:#019fa6;}
#other #u25 h3{background-color:#b6a77e;font-size:2rem;}
#other #u25 ul li{border-bottom:1px solid #b6a77e;padding: 10px 40px;}
#other #u25 ul li a{color:#019fa6;}
#other table {width:100%;font-size: 0.8rem;}
#other table th{border:2px solid #b6a77e;vertical-align:middle}
#other table td{border:2px solid #b6a77e;vertical-align:middle}
#other table .lg{font-weight:normal !important;}

/* footer */
footer{background:#282e38;text-align:center;padding:50px 0;}
footer p{color:#fff;}
footer li{margin:5px;}


@media screen and (max-width:767px) {
	body{font-size:16px;}
	.container{width:100%;border-right:0px;border-left: 0px;}
	h2 img{max-width:80%;}
	.lg{font-size:1.2rem;}
	.w-700px{width:90%;}
	.py-100 {padding: 70px 0;}
	.pc{display:none;}
	.sp_mxwd100{max-width:100%;}
	.sp_mxwd80{max-width:80%;}
	.sp{display:block;}
	.sp_w100{width:100% !important;}
	
	/* menu */
	#menu {display:none;}
	.hamburger-menu{display:block;}
	.menu-btn {position: fixed;top: 20px;right: 20px;display: flex;height: 60px;width: 60px;justify-content: center;	align-items: center;z-index: 90;background-color: #333;transition-duration: 0.3s;}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: "";
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: rgb(83, 228, 238);
		position: absolute;
	}
	.menu-btn span:before {bottom: 8px;}
	.menu-btn span:after {top: 8px;}
	.hamburger-contents{background-color:#b6a77e;color: #333;position: fixed;width: 100%;height: 100%;max-width: 340px;top: 0;right: 0;	margin: 0;padding: 0 10px;transition-duration: 0.3s;z-index: 1;overflow: auto;transform: translateX(110%);}
	#menu_btn_check:checked ~ .hamburger-contents{transform: translateX(0);}
	#menu_btn_check:checked + .menu-btn{transform: translateX(340px);transition-duration: 0.3s;}
	.menu-close {display: block;background:#b6a77e;text-align: center;margin-top: 15px;margin-bottom:15px;}
	#menu_btn_check:checked ~ label.menu-mask{display: block;width: 100vw;height: 100vh;background: rgba(0, 0, 0,.5);position: fixed;top: 0;left: 0;}
	.hamburger-menu input[type="checkbox"]{transform: translateX(-50vw);}
	.burger-wrap{text-align:center;font-size:2rem;}
	
	/* twitter */
	#twitter .twitter-timeline {width:95%;}
	
	/* story */
	#story{font-size:14px;}
	#story p{width:100%;margin: 0 auto 30px auto;}
	
	/* cast */
	#cast_list{background-size: cover;padding: 100px 0;}
	#cast_list ul li{width:25%;}
	#cast_list ul li img{width:100%;}
	
	/* schedule */
	#schedule table th{padding:0px;font-size:0.9rem;}
	#schedule table td{padding:0px;}
	#schedule dl{display:block;text-align:left;width:95%;font-size:11px;}
	
	/* ticket */
	#ticket .ticket_box p{width:55%;}
	/*#ticket .ticket_box a{width:34%;}*/
	#ticket .d-flex{display:block;}
	#ticket h3{width:100%;font-size:24px;}
	
	/* goods */
	#goods h3{font-size:18px;}
	
	/* blu-ray */
	#blu-ray h3{font-size:18px;}
	
	/* other*/
	#other {padding:0 10px 40px 10px;}
	#other #stream h4{font-size:1.5rem;}
	#other #u25 h3{font-size:1.5rem;}
	#other ul li{padding:10px !important;}
	#other .mr-40{margin-right:0px;}
	#other .ml-40{margin-left:0px;}
	
	/* footer */
	footer li{display:block;}
	footer li img{width:80%;}


}

@media screen and (max-width: 1024px) and (min-width:768px) {
	.container{width:100%;border-right:0px;border-left: 0px;}
}