@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	background-color: #020d39;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: absolute;
        margin-top: 0;
		padding: 0 0 10px;
    }
	.logo_header {
		margin: 10px 0 0 20px;
		width: 140px;
		height: 36px;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -546px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 60px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 40px 0;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);

    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(546px);
        -webkit-transform: translateY(546px);
        transform: translateY(546px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	width: 100%;
	margin: 0;
	padding: 40px 0 30px;
	height: auto;
}
#header h1 {
	background: url("../images/logo_anosuba2025tky.png") no-repeat top center;
	width: 100%;
	background-size: contain;
	height: auto;
	padding-bottom: 20%;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.header_place {
	width: 80%;
	margin: -10px auto 0;
}
.day_area {
	width: 90%;
	margin: 0 auto;
}
.day_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.day_area ul li{
	width: 48%;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.3));
}
.txt_day_header {
	width: 80%;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#info .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_info_area {
	margin: 0;
	padding: 10px 0;
}
.ttl_info {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.info_area {
	width: 100%;
	height: 200px;
	background: #7e6801;
	border: 1px solid #055031;
	box-sizing: border-box;
	overflow: auto;
	overflow-x: hidden;
}
.info_area ul {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 1px dotted #333;
}
.info_area ul:last-child {
	border-bottom: none;
}
.info_area ul li:first-child {
	width: 100%;
	margin: 0 0 6px;
	padding: 0 4%;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #eade8c;
	box-sizing: border-box;
}
.info_area ul li:last-child {
	width: 100%;
	margin: 0;
	padding: 0 4%;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.info_area ul li:last-child a{
	font-size: 12px;
}
.info_header {
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
.info_footer {
	width: 60%;
	margin: 0 auto 30px;
	padding: 0;
}
.info_area02 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 20px;
	background: #360101;
	border: 1px solid #710b25;
	box-sizing: border-box;
}
.ttl_info_area02 {
	margin: 0 0 20px;
	padding: 10px 0;
}
.ttl_info02 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	color: #eade8c;
}
.txt_info02 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	box-sizing: border-box;
}
.txt_info03 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	text-align: right;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* cast------------------------------------------------------ */
#cast {
	width: 100%;
	margin: 0;
	padding: 20px 0 0px;
	box-sizing: border-box;
}
#cast .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.img_cast {
	margin: 0 0 40px;
	width: 100%;
}
#cast02 {
	width: 100%;
	margin: 0;
	padding: 20px 0 0px;
	box-sizing: border-box;
}
#cast02 .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.img_cast02 {
	margin: 0 0 40px;
	width: 100%;
}
.txt_kyousan {
	margin: 0 0 20px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #896639;
	text-align: center;
}
.txt_kyousan a{
	line-height: 1.8;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #115433;
	text-align: center;
	text-decoration: underline;
}
.bnr_tanabe {
	width: 40%;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */	

/* art------------------------------------------------------- */
#art {
	width: 100%;
	margin: 0;
	padding: 30px 0 30px;
	box-sizing: border-box;
}
#art .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_art_area {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eade8c;
}
.ttl_art {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 20px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.art_area {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #eade8c;
}
.art_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.art_area ul li {
	width: 48%;
	margin: 0 4% 10px 0;
	padding: 0;
	box-sizing: border-box;
}
.art_area ul li:nth-child(2n) {
	margin: 0 0 10px 0;
}
.art_area ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.art_area ul li a:hover{
	opacity: 0.5;
}
.art_img img{
	width: 100%;
	margin: 0 0 6px;
}
.art_name {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
}
.person_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_person {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_person {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* overview-------------------------------------------------- */
#overview {
	width: 100%;
	margin: 0;
	padding: 30px 0 30px;
	box-sizing: border-box;
}
#overview .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#overview02 {
	width: 100%;
	margin: 0;
	padding: 30px 0 30px;
	box-sizing: border-box;
}
#overview02 .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_ov_area {
	margin: 0 0 20px;
}
.ttl_ov {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.ov_area {
	width: 100%;
	margin: 0 auto;
	padding: 4px;
	background: #7e6801;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.ov_area_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.ov_area ul {
	padding: 20px 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 100%;
	padding: 0 0 20px 0;
	line-height: 1.8;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #eade8c;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 100%;
	padding: 0 4% 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li:last-child span{
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fd0468;
	box-sizing: border-box;
}
.pre_area {
	width: 100%;
	margin: 0 auto 30px;
	padding: 4px;
	background: #7e6801;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.pre_area_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.pre_area ul {
	padding: 30px 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: column;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.pre_area ul:last-child {
	border-bottom: none;
}
.pre_area ul li:first-child{
	width: 100%;
	padding: 0 0 0 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #eade8c;
	box-sizing: border-box;
}
.pre_area ul li:last-child{
	width: 100%;
	padding: 0 2% 0 0;
	line-height: 2.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ttl_pre_area {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
	border-bottom: 1px dotted #8b823e;
	box-sizing: border-box;
}
.ttl_pre {
	margin: 0 0 6px;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
.ttl_pre_sub {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #eade8c;
}
/* ---------------------------------------------------------- */

/* backstage-------------------------------------------------- */
#backstage {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 40px;
	box-sizing: border-box;
}
#backstage .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_bs_area {
	margin: 0 0 30px;
}
.ttl_bs {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.bs_area {
	width: 100%;
	margin: 0 auto 40px;
	padding: 4px;
	background: #0f6542;
	border: 4px solid #8b823e;
	box-sizing: border-box;
}
.pre_bs_inner {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #8b823e;
	box-sizing: border-box;
}
.ttl_bs_sub {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 16px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	color: #eade8c;
}
.txt_bs {
	width: 100%;
	padding: 20px 16px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
.txt_bs a{
	color: #7acfe7;
}
.txt_bs span{
	font-size: 12px;
}
/* ---------------------------------------------------------- */	

/* access---------------------------------------------------- */
#access {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	box-sizing: border-box;
}
#access .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_access_area {
	margin: 0 0 20px;
	padding: 0;
}
.ttl_access {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.map {
	width: 100%;
	margin: 0 auto 40px;
	padding: 20px 0;
	border-top: 1px solid #896639;
	border-bottom: 1px solid #896639;
}
.map_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ttl_map {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #896639;
}
.txt_map {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #896639;
	text-align: center;
}
.g_map {
	position: relative;
	padding-top: 75%;
	height: 0;
	overflow: hidden;
}
.g_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------------------- */

/* mov_area-------------------------------------------------- */
#mov_area {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	box-sizing: border-box;
}
#vt_area {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	box-sizing: border-box;
}
#mov_area .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#vt_area .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.txt_mov {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #896639;
	line-height: 1.8em;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */		

/* att-------------------------------------------------- */
#att {
	width: 100%;
	margin: 0;
	padding: 0 0 100px;
	box-sizing: border-box;
}
#att .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.att_area {
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding: 16px 20px;
	background: #7e6801;
	border: 1px solid #710b25;
	box-sizing: border-box;
}
.ttl_att_area {
	margin: 0 0 20px;
	padding: 10px 0;
}
.ttl_att {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.txt_att01 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	box-sizing: border-box;
}
.txt_att01 a{
	color: #ffcc00;
}
.txt_att01 a:hover{
	color: #ffcc00;
}
.txt_att01 span{
	font-weight: 900;
	text-decoration: underline;
	color: #F0FF00
}
.txt_att01 p{
	font-weight: 900;
}
.txt_att02 {
	width: 100%;
	padding: 0 20px 0 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 2.0em;
	text-align: right;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */
	
/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0;
	background: #7e6801;
}
.ttl_footer {
	width: 100%;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 2.0em;
	text-align: center;
	box-sizing: border-box;
}
.txt_footer {
	width: 100%;
	padding: 0 10px 20px 10px;
	font-size: 13px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
	text-align: left;
	box-sizing: border-box;
}
.bnr_footerarea {
	width: 60%;
	margin: 0 auto 20px;
}
.bnr_footerarea ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.bnr_footerarea ul li {
	width: 100%;
	margin: 0 0 20px
}
.bnr_footerarea ul li:nth-child(3n) {
	width: 100%;
	margin: 0 0 20px
}
.copy {
	font-size: 12px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */
.info_att {
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0;
	text-align: left;
	background: rgba(255,255,255,0.60);
	box-sizing: border-box;
	color: #000;
}
.info_att p{
	margin: 0 0 16px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.8;
	color: #000;
}
.info_att p span{
	color: #ff0000;
}
}

