@charset "utf-8";
@import url("reset.css");

html {
	font-size: 62.5%;
}

body {
	/*フォント*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #3E3A39;
	background: #ffffff;
}

a {
	color: #3E3A39;
	text-decoration: none;
}

a:hover {
	color: #3E3A39;
	text-decoration: none;
	opacity: 0.7;
}

.spb {
	display: none!important;
}

.spn {
	display: block;
}

.spn_ib {
	display: inline-block;
}

.fss {
	padding: 0 0 0 2.5px;
	//font-size: smaller;
}




.fl-con ,.fl-con_c {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
}

.fl-con_c {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.notice_txt {
    margin-bottom: 10px;
    padding-top: 5px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight:bold;
    text-align: center;
    color: #ee7b4a;
    border-top: 1px solid #717071;
}

.notice_ttl {
	font-size: 2.2rem;
}

/*全体の横幅指定*/
.inner {
	max-width: 900px;
	width: calc(100% - 30px);
	margin: 0 auto;
	
}

.inner2 , .inner3 {
	max-width: 900px;
	width: 900px;
	margin: 0 auto;
}

.innerIn , .innerIn2 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

/* --- ヘッダー --- */
.header {
	position: fixed;
	width: 100%;
    z-index: 1;
	background: #ffffff;
}

.header_01 {
	padding: 10px 0;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.header_01l {
	display: inline-block;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1;
}

.header_01r {
    position: relative;
	display: inline-block;
	width: 50%;
	text-align: right;
}

.header_01r ul li {
	display: inline-block;
	margin-left: 25px;
}

.header_01r ul li a {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
}

.header_02 {
	font-size: 0;
    height:120px;
    top: 40px; 
	background-image: url(../img/header.jpg);
	
}

.header_02l {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
	margin-left:10px;
}

.header_02l img {
	width: 100%;
}

.header_02c {
	display: inline-block;
	width: 5%;
	vertical-align: middle;
}


.header_02r {
	display: inline-block;
	text-align: right;
	width: 50%;
	vertical-align: bottom;
	margin-top:70px;
}



/*--- ハンバーガーメニューここから ---*/
nav {
	color: #3E3A39;
	text-align: right;
	vertical-align: bottom;
	z-index: 9999;
}

.header_02r ul {
	line-height: 1.4;
	margin: 0;
	padding: 0 0 0 0;
}

.header_02r ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	width:25%;
}

.header_02r ul li span {
	display: block;
	align:center;
}

.header_02r ul li span:first-child {
	font-size: 1.8rem;
	font-family: 'arial' , sans-serif;
}

.header_02r ul li span:last-child {
	padding-top: 0px;
	margin: 10px;
	font-size: 1.2rem;
	
}


.header_02r ul li a {
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
	background-color:#ffffff;
}

.header_02r ul li a div {
	padding: 5px 0 5px 0;
	border-right: 1px solid #A4A4A4;
	border-top: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;

}

.header_02r ul li:first-child a div {
	padding: 5px 0 5px 0;
	border-left: 1px solid #A4A4A4;

}

.header_02r ul li a:hover {
	opacity: 1;
	background:#3E3A39;
	color: #ffffff;
}

.header_02r ul li a:hover span {
/*	opacity: 0.7;*/

}

.header_02_area {
	height:20%;
}


.l_list {
	position: absolute;
	display: none;
    width: 90px;
    top: 14px;
    right: 0;
    padding-top: 10px;
    z-index: 999;
}

.l_list:after {
	content: "▲";
	position: absolute;
	right: 0;
	top: 7px;
	width: 100%;
	text-align: center;
	font-size: 8px;
	line-height: 0;
	color: #ffffff;
}

.l_list li {
    display: block;
    width: 100%;
    margin-left: 0!important;
}

.l_list li a {
    display: block;
    padding: 10px;
    background: #ffffff;
    color: #3E3A39!important;
    border-bottom: 1px solid #3E3A39;
    border-left: 1px solid #3E3A39;
    border-right: 1px solid #3E3A39;
    font-weight: bold;
    opacity: 1;
    text-align: center;
}

.l_list li a:hover {
    background: #f3f3f3!important;
}

.l_slct_sp {
    display: none;
    font-size: 0;
    line-height: 0;
}
/* サブメニューここから */
.sub_menu {
	position: absolute;
	display: none;
	top: calc(127px - 4px);
	left: 0;
	width: 100%;
	padding: 15px 0 0px 0;
	//background: #717071;
	background: #ee7b4a;
	border-top: 4px solid #ee7b4a;
	z-index: 100;
	opacity: 0.9;
}

.sankaku:after {
	content: "▲";
	position: absolute;
	right: 0;
	bottom: 6px;
	width: calc(100% - 1px);
	text-align: center;
	font-size: 1.2rem;
	line-height: 0;
	color: #ee7b4a;
}

.sub_menu ul {
	font-size: 0;
	line-height: 0;
}

.sub_menu ul li {
	display: inline-block;
	width: calc(100% / 4);
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	line-height: 1;
	opacity: 1;
	font-weight: bold;
	vertical-align: top;
}

.sub_menu ul li ul {
	margin: 5px 0 0 10px;
}

.sub_menu ul li ul li {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

.sub_menu ul li a {
	color: #ffffff;
}

/* サブメニューここまで */

/*---三本線ボタン---*/
#navToggle {
	/*通常時は非表示*/
	display: none;
	position: absolute;
	right: 20px;
	top: 13px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #ffffff;
	transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 11px;
}

#navToggle span:nth-child(3) {
	top: 22px;
}

/*--- ハンバーガーメニューここまで ---*/

/* --- パンくずリストここから --- */
.pan_list {
	width: 100%;
	background: #717071;
	color: #ffffff;
}

.pan_list a {
	color: #ffffff;
}

.pan_list ul {
	padding: 10px 0px;
}

.pan_list ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	list-style: none;
}
/* --- パンくずリストここまで --- */

/* --- メイン --- */
#main {
	width: 100%;
	margin: 0 auto;
padding-top: 78px;
}

/* --- コンテンツ --- */
.content {
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
	margin-top:40px;
}

.content2 , .content3 , .content_min {
	padding: 10px 0;
	font-size: 0;
	line-height: 0;
}

.content2 {
/*	background: #f3f3f3;*/
	background: #ffffff;

}

.content3 {
/*	background: #f3f3f3;*/
	background: #ffffff;
}

.content_min {
	min-height: calc(100vh - 438px);
	box-sizing: border-box;
}

.content_ttl {
	margin-bottom: 30px;
	color: #3e3a39;
	font-weight: bold;
	text-align: center;
}

.content_ttl div p:first-child {
	display: block;
	font-family: 'arial' , sans-serif;
	font-size: 3.2rem;
}

.content_ttl div p:last-child {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 1px;
}

.content_ttl div {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.0rem;
	line-height: 1.2;
}

.content_ttl span {
	display: inline-block;
	margin:0 0 0 15px;
	font-size: 2.8rem;
	line-height: 1.2;
	vertical-align: middle;
}

･content_procedure_f{
	padding: 10px 0;
	font-size: 2rem;
	line-height: 0;
}

/* --- フッター --- */
.footer {
	width: 100%;
	color: #ffffff;
}

.footer a {
	color: inherit;
}

.ft01_totop {
	text-align: center;
}

.ft01_totop a {
	display: block;
	padding: 10px 0;
	background: #ee7b4a;
}

.ft01_totop img {
	width: 38px;
}

.ft01_slider {
	width: 100%;
}

.ft01_slider ul li {
	height: 100%;
}


.footer_02 {
	padding: 12px 0 8px 0;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.footer_02c {
	padding: 12px 0 8px 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.footer_02c ul {
}

.footer_02c ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
	margin: 0 25px 0 0;
}


.concert_block {
  list-style: none;
  overflow: hidden;
}
 
.concert_block li {
  width: 20%;
  float: left;
}


.concert_ind_years {
  font-size:1.5rem;
  margin-left:10px;
}
 
.concert_waku_color{
 border:solid 1px #A4A4A4;
 vertical-align: middle;
} 


.concert_waku_photo{
 border-top:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 




.concert_waku_schedule{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:10%;
 background-color:#003366;
 color:white;
 vertical-align: middle;
 padding:5px;
} 

.concert_waku_place{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 vertical-align: middle;
 padding:5px;
} 

.concert_waku_program{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:40%;
 vertical-align: middle;
 padding:5px;
} 

.concert_waku_price{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 vertical-align: middle;
 padding:5px;
} 

.concert_waku_photo{
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 



.concert_waku_top_schedule{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:10%;
 background-color:#003366;
 color:white;
 vertical-align: middle;
 
} 

.concert_waku_top_place{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 vertical-align: middle;
} 

.concert_waku_top_program{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:40%;
 vertical-align: middle;
} 

.concert_waku_top_price{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 vertical-align: middle;
} 

.concert_waku_top_photo{
 border-top:0px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
} 



.concert_ver_top{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:70%;
 background-color:#003366;
 color:white;
 vertical-align: middle;
} 

.concert_ver_detail{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:70%;
 padding:3px;
} 

.concert_ver_detail_day{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:70%;
 background-color:#003366;
 color:white;
 padding:3px;
} 


.concert_waku_index_schedule{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:10%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
} 

.concert_waku_index_place{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
} 

.concert_waku_index_program{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:40%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
} 

.concert_waku_index_price{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:15%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
} 

.concert_waku_index_photo{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:20%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
}




.concert_ver_index_schedule{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:30%;
 line-height:20px;
 background-color:#003366;
 color:white;
 vertical-align: middle; 
} 

.concert_ver_index_place{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:30%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
 vertical-align: middle; 
} 

.concert_ver_index_program{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:30%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
 vertical-align: middle; 
} 

.concert_ver_index_price{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:30%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
 vertical-align: middle; 
} 

.concert_ver_index_photo{
 border-top:1px solid #A4A4A4;
 border-bottom:1px solid #A4A4A4;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #A4A4A4;
 width:30%;
 line-height:20px;
 background-color:#99CCFF;
 color:black;
 vertical-align: middle;
}





.concert_waku_year_schedule{
 border-top:1px solid #3E3A39;
 border-bottom:1px solid #3E3A39;
 border-left:1px solid #A4A4A4;
 border-right:1px solid #3E3A39;
 color: white;
 background-color:#3E3A39;
 height:30px;
} 

.concert_waku_year_place{
 border-top:1px solid #3E3A39;
 border-bottom:1px solid #3E3A39;
 border-left:1px solid #3E3A39;
 border-right:1px solid #3E3A39;
 color: white;
 background-color:#3E3A39; 
 width:15%;
 height:30px;
} 

.concert_waku_year_program{
 border-top:1px solid #3E3A39;
 border-bottom:1px solid #3E3A39;
 border-left:1px solid #3E3A39;
 border-right:1px solid #3E3A39;
 color: white;
 background-color:#3E3A39; 
 width:40%;
 height:30px;
} 

.concert_waku_year_price{
 border-top:1px solid #3E3A39;
 border-bottom:1px solid #3E3A39;
 border-left:1px solid #3E3A39;
 border-right:1px solid #3E3A39;
 color: white;
 background-color:#3E3A39; 
 width:15%;
 height:30px;
} 

.concert_waku_year_photo{
 border-top:1px solid #3E3A39;
 border-bottom:1px solid #3E3A39;
 border-left:1px solid #3E3A39;
 border-right:1px solid #A4A4A4;
 color: white;
 background-color:#3E3A39; 
 width:20%;
 height:30px;
}

.concert_block li waku {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top:1px solid #A4A4A4;
  border-bottom:1px solid #A4A4A4;
  border-right:1px solid #A4A4A4;
  box-sizing: border-box;
}

.concert_block li:first-child waku {
  border-left:1px solid #A4A4A4;
  padding-bottom:1px;
  box-sizing: border-box
}


.lineup_ttl_concert_block  {
  padding:20px 0;
}

.concert_ttl  {
  padding:20px 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A4A4A4;
  
}

.concert_ttl span {
	font-size: 2rem;
	font-weight: bold;
}

.lineup_ttl_2_concert_block  {
  padding:20px 0;
}


.concert_ttl_2  {
  padding:20px 0 5px;
  margin-bottom: 10px;
  
}

.concert_ttl_2 span {
	font-size: 2rem;
}

.concert_img{
  margin:7px;
}
.concert_img img{
  width: 100%;
}

.concert_ver_img{
  margin:7px;

}
.concert_ver_img img{
  width: 100%;

}


.concert_detail{
  text-align:center;
  line-height:1.6;
}

.concert_detail span{
  font-size: 1.4rem;
  display:inline-block;
  vertical-align: middle;
}

.concert_detail_2{
  text-align:left;
  line-height:1.6;
  word-break: break-all;
}

.concert_detail_2 span{
  font-size: 1.4rem;
  display:inline-block;
  vertical-align: middle;
}



.concert_program_title {
 font-size: 1.4rem;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 5px;
 valign:top;
 
}

.inquiry_remarks{
  /* color:red; */
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.release_date{
  color:red;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-bottom: 20px;  
}

.concert_index_year{
  background-color:#3E3A39;
  color:white; 
  line-height:30px;
  font-size:1.8rem;
}

.concert_detail_index{
  text-align:center;
  line-height:1.6;
}

.concert_detail_index span{
  font-size: 1.4rem;
  display:inline-block;
  vertical-align: middle;
}

.concert_2_ttl  {
	font-weight: bold;

  padding:0 0 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A4A4A4;
}

.concert_2_ttl span {
	font-size: 1.4rem;
}



.past_m{
 display : none;
 }

.past_p{
 display : block;
 }



/*インフォメーションタブ*/
/*最低限タブが機能するのに必要なスタイル*/
.tab_item_info {
  display: none;
}

.is-active-item_info {
  display: block;
}

/*見た目*/
a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tab_btn_info {
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  color:black;
}

.is-active-btn_info {
  opacity: 1;
}

.tab_item_info {
  padding: 5px;
}




/*コンサートタブ*/
/*最低限タブが機能するのに必要なスタイル*/
.tab_item_con {
  display: none;
  margin-top:-120px;
  padding-top:120px;
}

.is-active-item {
  display: block;
}

.tab_item_con_year {
  display: none;
}

/*見た目*/
a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.tab_btn_con {
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  color:black;
}

.id_slip {
 margin-top:-120px;
 padding-top:120px;
}


.is-active-btn_con {
  opacity: 1;
}


.cms_link{
  color: #1d3994;
  text-decoration: underline;
  display:inline-block;
}

.cms_info{
  color: white;
  background: red;
  font-weight: bold;
}

.cms_message{
  background: #00ff00;
  font-weight: bold;
}

/* トップに戻るここから */
#page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
}

#page-top a {
	display: block;
	opacity: 0.7;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 1;
}
}

/* トップに戻るここまで */

@media screen and (max-width: 1100px) {
	.header_02l {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.header_02r {
		white-space: nowrap;
	}
/*
	.header_02r ul li:nth-last-child(-n+3) a div {
		border-right: none;
	}

	.header_02r ul li:last-child a div {
		border-right: none;
	}
*/

    .header_02r {
	    width: 100%;

    }

	.content_min {
		min-height: calc(100vh - 415px);
		box-sizing: border-box;
	}

	.innerIn2 {
		width: auto;
		margin: 0 15px;
	}




}

@media screen and (max-width: 768px) {
	body {
		font-size: 4.375vw;
	}

	a {
		text-decoration: none;
	}

	a:hover {
		opacity: 1;
		text-decoration: none;
	}

	a img {
		pointer-events: none;
	}

	.spb {
		display: block!important;
	}

	.spn , .spn_ib {
		display: none;
	}

	.fss {
		padding: 0 0 0 0.125px;
		font-size: smaller;
		letter-spacing: -0.25px;
	}

	.fl-con {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.notice_txt {
        width: auto;
        margin: 0 15px;
		font-size: 3.125vw;
	}

    .notice_ttl {
		font-size: 3.75vw;
    }

	.inner ,.inner2 {
		//width: 90%;
		width: auto;
		margin: 0 15px;
	}

	.inner3 {
		width: 100%;
	}

	.innerIn2 {
		/*width: 90%;*/
		width: auto;
		margin: 0 15px;
	}
	/* --- ヘッダー --- */
	.header {
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 999;
		border-bottom: 1px solid #C9CACA;
	}

	.header_01 {
		display: none;
	}

	.header_02 {
		padding: 7px 0 10px 0;
		font-size: 0;
    	height:120px;
    	top: 40px; 
		background-image: url(../img/header_768.jpg);
		background-repeat: no-repeat;
	}
	

	.header_02l {
	    width: 132px;
		padding: 0;
		margin-bottom: 10px;
	}

	.header_02l a {
		display: block;
	}

	.header_02c {
		width: 162px;
		padding: 0;
	}

	.header_02c a {
		display: block;
	}

	.header_02r {
		width: calc(100% -162px);
	}
	

	/*--- ハンバーガーメニューここから ---*/
	.header_02r nav {
		/*bodyに対しての絶対位置(通常時はビュー上の外)*/
		position: absolute;
		right: 0;
		top: -410px;
		background: #e0dfdf;
		width: 100%;
		max-height: calc(100vh - 50px);
		/*padding: 15px 5%;*/
		padding: 15px;
		text-align: left;
		/*降りてくる速度と動き*/
		transition: .5s ease-in-out;
		box-sizing: border-box;
		border-bottom: 1px solid #C9CACA;
		overflow-y: auto;
		-ms-overflow-style:none;
	}

	.header_02r nav::-webkit-scrollbar{
		display:none;
	}

	.header_02r ul {
		margin: 0;
		padding: 0;
	}

	.header_02r ul li {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		#border-right: none;
		background: #595757;
	}

	.header_02r ul li::after {
	    content:"";
	}

	.header_02r ul li:last-child {
		margin: 0;
	}

	.header_02r ul li span {
		display: inline-block;
	}

	.header_02r ul li span:first-child {
		padding: 0;
		font-size: 4.375vw;
		line-height: 1;
	}

	.header_02r ul li span:last-child {
		padding: 0;
		font-size: 4.375vw;
		line-height: 1;
	}


	.header_02r ul li:first-child a {
			padding: 0 ;
	}


	.header_02r ul li a:hover span {
		opacity: 1;
	}

	.header_02r ul li a:hover:after ,.current:after {
		border-bottom: none;
	}


	#navToggle {
		display: block;
	}

	.header_02r ul li {
		text-align: left;
		width:100%;
		height:25%;
	}

	.header_02r ul li a {
		position:relative;
		display: block;
		font-size: 4.375vw;
		padding: 0;
		color: #ffffff;
		background-color: #595757;
		font-weight: bold;
		font-size: 0;
		line-height: 0;
	}

	.header_02r ul li a div {
		display: inline-block;
		padding: 0 0 0 calc(3.75vw + 5px)!important;
		border: none;
		vertical-align: middle;
	}
	
	.header_02r ul li:first-child a div {
		display: inline-block;
		padding: 0 0 0 calc(3.75vw + 5px)!important;
		border: none;
		vertical-align: middle;
	}

	.header_02r ul li a:before , .hd_link_sp div a:before{
		content: "";
    	position: absolute;
    	top: calc((4.375vw - 3.75vw) / 2 + 10px);
    	left: 7px;
    	display: inline-block;
    	width: 3.75vw;
    	height: 3.75vw;
    	background: #ffffff;
    	vertical-align: middle;
	}

	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(-45deg)
	}

	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(45deg)
	}

	.openNav nav {
		/*.openNavが付いた要素の中のnavを 縦方向に移動（=表示される）*/
		transform: translateY(460px)
	}


.l_slct_sp {
    display: block;
    padding-top: 10px;
    text-align: center;
}
.l_slct_sp select  {
    width: 100%;
    padding: 5px;
    font-size: 4.375vw;
    line-height: 1.5;
}

	/*--- ハンバーガーメニューここまで ---*/

	/* --- パンくずリストここから --- */
	.pan_list ul {
		padding: 7.5px 0px;
	}

	.pan_list ul li {
		font-size: 3.125vw;
		line-height: 1.2;
	}
	/* --- パンくずリストここまで --- */

	/* --- メイン --- */
	#main {
		margin-top: 50px;
padding-top: 0;

	}

	/* --- コンテンツ --- */
	.content , .content2, .content3 , .content_min {
		padding: 10px 0;
	}

	.content_min {
		min-height: calc(100vh - 235px);
	}

	.content_ttl {
		margin: 10px 0 10px 0;
		font-weight: bold;
		text-align: center;
	}

	.content_ttl div p:first-child {
		font-size: 6.875vw;
	}

	.content_ttl div p:last-child {
		font-size: 3.75vw;
	}

	.content_ttl span {
		display: block;
		margin: 5px 0 0 0;
		font-size: 5.625vw;
	}

	/* --- フッター --- */
	.footer {
	}

.footer_02 {
	padding: 5px 0 5px 0;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

	.footer_02l{
		display: none;
	}

	.footer_02c{
		padding: 3px 0 3px 0;
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}

	.footer_02c ul {
	}
	
	.footer_02c ul li {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1;
		//font-weight: bold;
		margin: 0 25px 0 0;
	}

	.footer_02r{
		width: 100%;
		text-align: center;
	}

	.ft01_totop img {
		width: 7vw;
	}
	/* トップに戻るここから */
	#page-top {
		width: 40px;
		bottom: 16px;
		right: 13px;
	}

	#page-top img {
		width: 100%;
	}

	#page-top a {
		opacity: 0.7;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
	/* トップに戻るここまで */

.past_p{
 display : none;
 }

.past_m{
 display : block;
 }
 
.lineup_ttl  {
  display:block;
  text-align: center;
  line-height:1.6;
}

.lineup_btn1  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
}

.lineup_btn2  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
  line-height: 1.1;
  margin: 5px;
}

.lineup_btn3  {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #FF4000;
  padding: 20px 30px;
  border-radius: 7px;
  display:block;
  text-align: center;
  line-height: 1.1;
  margin: 5px;
}


