@charset "UTF-8";

/*共通
---------------------------------------------------------- */
body {
	margin: 0;
	background: url(../images/bg.jpg) repeat center top scroll;
}

td .sp_none {
	display: inline-table;
}

.sp_none {
	display: block;
}


/** Custom Select **/
.select_box{
	display: table;
	margin: 60px auto 0;
	position: relative;
}

.custom-select {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width: 400px;
	padding: 10px 50px 10px 32px;
	background: url(../images/btn_bg01.gif)no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	border: none;
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.custom-select:hover {
	opacity: 0.8;
}

.custom-select::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}

select::-ms-expand {
	display: none;
}

.custom-select:focus {
	outline:none;
}

.custom-select option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	background-color: #f9f9f9;
	font-size: 18px;
	font-weight: 600;
	color: #b5b5b5;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

ul {
	margin: 0;
	padding: 0;
}

.fit_contents {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 1100px;
	margin: 0 auto 120px;
	padding: 50px 100px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 17px;
}

.fit_contents.top {
	padding: 50px 25px 30px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb70 {
	margin-bottom: 70px;
}

.t_center {
	text-align: center;
}

.btn01 {
	margin-top: 50px;
	text-align: center;
}

.btn01 a:hover {
	opacity: 0.8;
}

.col2_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.pc_none {
	display: none;
}

/*flex
---------------------------------------------------------- */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex_space_b {
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.flex_x_left {
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

.flex_x_center {
	-ms-flex-pack: center;
	justify-content: center;
}

.flex_y_center {
	align-items: center;
}

.asterisk_list li:first-child {
	list-style: none;
	margin-top: 0;
}

.asterisk_list li {
	list-style: none;
	margin-left: 1em;
	margin-bottom: 5px;
	text-indent: -1.0em !important;
	line-height: 1.5;
}

.top_main {
	width: 1100px;
	margin: 0 auto;
}

.lnav {
	background-image:-moz-linear-gradient(
    top,
    #13ad67 0%,
    #13ad67 49%,
    #10a15b 50%,
    #10a15b);
 
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#13ad67),
    color-stop(0.49,#13ad67),
    color-stop(0.50,#10a15b),
    to(#10a15b));
	
	background-image:-ms-linear-gradient(
    top,
    #13ad67 0%,
    #13ad67 49%,
    #10a15b 50%,
    #10a15b);
}

.lnav ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.lnav ul li {
	position: relative;
	width: 33.3333%;
	list-style: none;
}
.lnav ul li:first-child::before {
    display: inline-block;
	position: absolute;
    width: 1px;
    height: 45px;
	top: 15px;
	left: 0;
    background: #fff;
	opacity: 0.55;
	content: '';
}
.lnav ul li::after {
    display: inline-block;
	position: absolute;
    width: 1px;
    height: 45px;
	top: 15px;
	right: 0;
    background: #fff;
	opacity: 0.55;
	content: '';
}

.lnav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 80px;
}

.lnav ul li a p {
	margin: 0;
}



.lnav ul li a p::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	content:'';
}

.lnav ul li a:hover p::after {
	opacity: 0.1;
	animation-duration: 1.3s;
	
}


.top_movie {
	width: 510px;
	border: 5px solid #10a25b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: #e2f1c8;
}

.top_movie h2 {
	padding: 10px 0 15px 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	background-color: #10a25b;
	text-align: center;
	color: #fff;
}

.top_movie .txt {
	padding: 15px 15px 0 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align: center;
}

.top_movie .txt p {
	margin: 5px 0 15px;
}

.top_movie iframe {
	width: 100.2%;
	height: 282px;
}

.top_re_air {
	width: 510px;
}

.top_re_air h2 {
	padding: 15px 0 15px 0;
	-webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0 ;
	-ms-border-radius: 10px 10px 0 0 ;
	border-radius: 10px 10px 0 0 ;
	background-color: #10a25b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	color: #fff;
}

.top_re_air .kirari_table01 table {
	width: 100%;
	border-collapse:collapse;
}

.top_re_air .kirari_table01 th,
.top_re_air .kirari_table01 td {
	padding: 10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	font-size: 12px;
	border: 1px solid #cccccc;
}

.top_re_air .kirari_table01 th {
	background-color: #e2f1c8;
	text-align: center;
	font-weight: bold;
}

.top_re_air .kirari_table01 tr:nth-child(n+9){
	display: none;
}

.top_present {
	margin-top: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #e2f1c8;
}

.top_present h2 {
	padding: 15px 0 15px 0;
	-webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0 ;
	-ms-border-radius: 10px 10px 0 0 ;
	border-radius: 10px 10px 0 0 ;
	background-color: #10a25b;
	text-align: center;
	color: #fff;
}

.top_present h3 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}

.top_present h4 {
	position: relative;
	margin-bottom: 0.8em;
	padding-left: 18px;
	font-size: 24px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.top_present h4::before {
    display: inline-block;
	position: absolute;
    width: 8px;
    height: 93%;
	top: 2px;
	left: 0;
    background: #009944;
	content: '';
}

.top_present .inner_box {
	padding: 30px 20px 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.top_present .inner_box .white_box {
	position: relative;
	width: 490px;
	padding: 20px 20px 60px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.top_present .kirari_btn01 {
	display: block;
	width: 380px;
	margin: 0 auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	background-image:-moz-linear-gradient(
    top,
    #13ad67 0%,
    #13ad67 49%,
    #10a15b 50%,
    #10a15b);
 
  	 background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#13ad67),
    color-stop(0.49,#13ad67),
    color-stop(0.50,#10a15b),
    to(#10a15b));
	
	background-image:-ms-linear-gradient(
    top,
    #13ad67 0%,
    #13ad67 49%,
    #10a15b 50%,
    #10a15b);
	text-align: center;
}

.top_present .kirari_btn01:hover {
	opacity: 0.8;
}

.top_present .kirari_btn01 p {
	margin: 0;
}

.top_present .font_green01 {
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #0d9751;
	font-size: 20px;
	font-weight: bold;
}

.top_sns_link {
	margin-top: 30px;
}

.top_sns_link a {
	display: block;
	margin: 0;
	padding: 0;
}

.top_sns_link li:nth-child(n+2) {
	margin-left: 20px;
}

.outline_box {
	background: url(../images/outline_bg.jpg) repeat center top scroll;
	padding: 50px 30px 80px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}

.outline_box h2 {
	text-align: center;
	margin-bottom: 40px;
}

.outline_box .ph_area {
	margin-bottom: 70px;
}

.outline_box .outline_ph01,
.outline_box .outline_ph02 {
	position: relative;
}

.outline_box .outline_ph01::after {
	position: absolute;
	width: 272px;
	height: 204px;
	right: -30px;
	top: -15px;
	background: url(../images/outline_bg_ph01.png) repeat center top scroll;
	opacity: 0.5;
	content: "";
}

.outline_box .outline_ph02::before {
	position: absolute;
	width: 514px;
	height: 296px;
	left: -30px;
	top: -220px;
	background: url(../images/outline_bg_ph02.png) repeat center top scroll;
	opacity: 0.3;
	content: "";
}

.outline_box .outline_ph02::after {
	position: absolute;
	width: 295px;
	height: 292px;
	right: -30px;
	top: -70px;
	background: url(../images/outline_bg_ph03.png) repeat center top scroll;
	opacity: 0.5;
	content: "";
}

.outline_box .txt p,
.outline_box .cast_caption { 
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	-webkit-text-shadow: 
	0 0 10px #fff, 
	0 0 10px #fff, 
	0 0 10px #fff;
	text-shadow: 
	0 0 10px #fff, 
	0 0 10px #fff, 
	0 0 10px #fff;
}

.outline_box .cast_caption {
	text-align: center;
	margin-bottom: 40px;
}

.outline_box .cast_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 700px;
	margin: 0 auto;
}

.outline_box .cast_box h3 {
	display: table;
	min-width: 120px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	background-color: #10a25b;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 1;
}

.outline_box .cast_box p {
	margin: 0 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	-webkit-text-shadow: 3px 3px 2px #fff,
    -3px 3px 2px #fff,
    3px -3px 2px #fff,
    -3px -3px 2px #fff;
	text-shadow: 3px 3px 2px #fff,
    -3px 3px 2px #fff,
    3px -3px 2px #fff,
    -3px -3px 2px #fff;
}


/*past
---------------------------------------------------------- */

.past_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: -30px -30px 0 0;
}

.past_list ul.x3 li {
	width: calc(100% / 3 - 30px);
	width: -webkit-calc(100% / 3 - 30px);
	margin: 30px 30px 0 0;
}

.past_list ul.x3 li .ph img {
	width: 100%;
	height: auto;
}

.past_list ul.x3 li a:hover .ph {
	opacity: 0.8;
}


.past_list ul.x3 li a h3 {
	text-decoration: underline;
}

.past_list ul.x3 li a:hover,
.past_list ul.x3 li a:hover h3 {
	text-decoration: none
}
.past_list ul.x3 li a .txt .date {
	margin: 5px 0 0;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none!important;
}

.past_list ul.x3 li a .txt h3 {
	display: table;
	margin: 0 auto;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	color: #0c7a45;
}

.fit_contents.past table {
	margin: 0 auto;
}
.past_ph01,
.past_ph02 {
	    padding: 10px 0 10px 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #10a25b;
    text-align: center;
    color: #fff;
}

.detail_ph_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px 20px 0;
}

.detail_ph_list ul.x4 li {
	width: calc(25% - 30px);
	width: -webkit-calc(25% - 30px);
	margin: 30px 30px 0 0;
}


.detail_ph_list ul.x4 li img {
	width: 100%!important;
}

.detail_ttl .date {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}


.detail_ttl h3.detail_ttl01 {
	font-size: 24px;
	font-weight: bold;
	color: #0c7a45;
}