@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/

/*
Base
------------------------------------------------------------
*/
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #3f3f3f;
	font-size: 13px;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: 'Noto Sans Japanese', sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #3f3f3f;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
a:hover {
	color: #3f3f3f;
    background: linear-gradient(transparent 65%, #a4acbb 65%);
    transition: unset;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity: .7;
	-ms-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}
img{
    vertical-align: top;
}
.sp, .ssp {
	display: none;
}
.pc{
	display: block;
}

/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
    overflow: hidden;
	padding-left: 240px;
}
#container {

}
#content {

}
.mainImg {
	width: 100%;
	position: relative;
}
.mainImg h2{
    position: absolute;
    content: '';
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 270px;
    height: 285px;
}
.mainImg h2 img{
	width: 100%;
}
.secound {
	height: 500px;
    width: 100%;
	position: relative;
}
.secound:after{
	position: absolute;
	content: '©2018 STAR VILLAGE ACHI';
	right: 2em;
	bottom: 20px;
	color: #fff;
	font-size: .85em;
}
.contact_main {
    background: url(../images/contact_img.jpg) no-repeat center;
    background-size: cover;
}
.profile_main{
	background: url(../images/profile_img.jpg) no-repeat center;
    background-size: cover;
}
.japan_main{
	background: url(../images/schedule_zenkoku_img.jpg) no-repeat center;
    background-size: cover;
}
.schedule_main{
	background: url(../images/schedule_img.jpg) no-repeat center;
    background-size: cover;
}
.discography_main{
	background: url(../images/discography_img.jpg) no-repeat center;
    background-size: cover;
}
.news_main{
	background: url(../images/news_img.jpg) no-repeat left;
    background-size: cover;
}
#main {
	float: left;
	width: 74%;
}
#sub {
	float: right;
	width: 20%;
}
#breadcrumbList {
	margin-bottom: 30px;
	font-size: 100%;
}
.wp-pagenavi {
    font-size: 1.3em;
    font-style: italic;
	display: flex;
}
span.current {
	margin-right: 1%;
    background: #666;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}
a.page.larger, a.previouspostslink, a.page.smaller, span.extend, span.extend, a.nextpostslink, a.first {
    margin-right: 1%;
	background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.pagenation {
	font-size: 1.1em;
    letter-spacing: -.5em;
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	padding: 2.5em;
	position: relative;
}
ul.pagenation:after{
	position: absolute;
	content: '';
	background: #868686;
	height: 60%;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
ul.pagenation li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    letter-spacing: normal;
}
ul.pagenation li:last-child{
    text-align: right;
}
ul.pagenation li a {
	position: relative;
}
ul.pagenation li:first-child a::before, ul.pagenation li:first-child a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: auto;
}
ul.pagenation li:first-child a::before{
	left: -15px;
}
ul.pagenation li:first-child a::after{
	left: -12px;
}
ul.pagenation li:last-child a::before, ul.pagenation li:last-child a::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    margin: auto;
}
ul.pagenation li:last-child a::before{
	right: -15px;
}
ul.pagenation li:last-child a::after{
	right: -12px;
}
.section_wrap {
    margin-bottom: 80px;
	overflow: hidden;
}
.section {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
}
.sectionC {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.leftCol {
	float:left;
	padding: 10px;
	width: 265px;
}
.rightCol {
	float:right;
	padding: 10px;
	width: 380px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
.box {
	padding: 15px;
	background: #F7F7F7;
}
article {
	background-color: #fff;
	padding-bottom: 2em;
}
/*
2:h_tag
------------------------------------------------------------
*/
.topTi {
    font-size: 1.2em;
    letter-spacing: .1em;
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}
.mainTi {
    text-align: center;
    font-size: 2.7em;
    color: #000;
    position: relative;
    line-height: 1.3em;
    padding: 0 0 10px;
	margin: 0 0 1em;
}
.mainTi:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #000;
	height: 1px;
	width: 30px;
}
.low_main_ttl{
	text-align: center;
    font-size: 2.7em;
    color: #000;
    position: relative;
    line-height: 1.3em;
    padding: 0 0 10px;
	margin: 0 0 1em;
	font-style: italic;
}
.low_main_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #000;
	height: 1px;
	width: 30px;
}
.low_main_ttl2{
	text-align: center;
    font-size: 2em;
    color: #000;
    position: relative;
    line-height: 1.3em;
    padding: 0 0 15px;
	margin: 0 0 1em;
}
.low_main_ttl2:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #000;
	height: 1px;
	width: 30px;
}
.subTi {
	font-size: 1.5em;
    border-bottom: 1px solid #000;
    padding: 0 0 15px;
    margin: 0 0 1em;
}
.secound_ttl {
    text-align: center;
    font-size: 2.7em;
    line-height: 1.3em;
    margin-bottom: 1em;
}
.secound_ttl span{
	display: block;
	font-size: .4em;
	color: #868686;
}
.line_ttl {
    font-size: 1.5em;
    border-left: 4px solid #000;
    padding: 5px 15px;
    margin-bottom: 2em;
}


/*
3:Common style
------------------------------------------------------------
*/
a.btn {
    width: 230px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    font-size: 1.2em;
	position: relative;
	margin: 0 auto 3px;
	transition: all .5s;
}
a.btn:before, a.btn:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    top: -3px;
}
a.btn:before {
	left: -3px;
}
a.btn:after {
	right: -3px;
}
a.btn:hover{
	background: rgb(25, 35, 54);
	color: #fff;
}
a.btn span {
	position: relative;
	display: block;
	padding: 10px;
}
a.btn span:before, a.btn span:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    bottom: -3px;
}
a.btn span:before {
	left: -3px;
}
a.btn span:after {
	right: -3px;
}
a.more {
    font-style: italic;
    display: block;
    margin: 0 auto;
    width: 80px;
    border-bottom: 1px solid #000;
    letter-spacing: -.01em;
}
a.more:hover{
	background: none;
	color: #f9dc01;
}
.day {
    text-align: center;
    font-style: italic;
    margin: -10px 0 3em;
    color: #3f3f3f;
    font-size: 1.1em;
    letter-spacing: .2em;
}





.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.photoL {
	float: left;
}
.photoR {
	float: right;
}
.map {
	padding-bottom: 15px;
}
.tel {
	font-size: 124%;
	color: #111;
}
.name {
	font-size: 123.1%;
	padding-bottom: 3px;
}
.disc {
	padding-bottom: 0px;
	font-size: 93%;
	line-height: 1.6em;
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.bold {
	font-weight: bold;
}
.priceMini {
	font-size: 77%;
	text-align:right;
}
.clear {
    clear:both;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
header {
	width: 240px;
    background: #fff;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    padding: 50px 20px;
    height: 100%;
    box-shadow: 10px 0 5px rgba(0,0,0,.1);
    z-index: 5;
}
#headerLeft {
	float: left;
	margin-top: 0px;
	width: 50%;
}
#headerRight {
	float: right;
	width: 50%;
}
.logoTi{
	width: 120px;
    display: block;
    margin: 0 auto 20px;
}
.logoTi:hover{
	background: none;
}
.logo {
   width: 100%; 
}
ul.hNavi {
	letter-spacing: -.5em;
    width: 140px;
    margin: 0 auto 40px;
}
ul.hNavi li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 22%;
    background: #3f3f3f;
    margin-right: 4%;
}
ul.hNavi li:last-child{
	margin-right: 0;
}
ul.hNavi li a{
    display: block;
    padding: 8px 0;
}
ul.hNavi li img{
    max-height: 15px;
    vertical-align: middle;
    max-width: 20px;
    display: block;
    margin: 0 auto;
}
#gnavi {
    width: 100%;
    font-size: 1.2em;
	margin-bottom: 20px;
	overflow: hidden;
}
#gnavi li {
	display: block;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}
#gnavi li:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #192336;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#gnavi li span{
    font-size: .7em;
    display: block;
    line-height: 1em;
}
#gnavi li a{
	position: relative;
}
#gnavi li a:hover{
	background: none;
	color: #f9dc01;
}
#gnavi li a:hover::after{
	left: 100%;
	opacity: 1;
}
header .btn{
	width: 100%;
	margin-bottom: 20px;
}
form.serch {
    width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.serch_txt {
    border-bottom: 1px solid #fff;
    position: relative;
    font-size: .9em;
    font-family: 'Noto Sans Japanese', sans-serif;
    color: #555;
    padding: 8px;
    background: #f7f7f7;
    border: none;
    width: 80%;
    float: left;
}
input.serch_btn {
    border: none;
    width: 20%;
    color: transparent;
	position: relative;
	float: right;
    padding: 8px;
	background: #868686 url(../images/serch.svg) no-repeat center;
	background-size: 20px;
}
/*
5:Common table
------------------------------------------------------------
*/
.basicTable  {
	margin-bottom: 50px;
	width: 100%;
	font-size: 1.15em;
}
.basicTable th {
	padding: 1.5em 1em 1.5em 0;
    width: 20%;
    font-weight: 400;
    text-align: left;
    vertical-align: text-bottom;
    border-bottom: 2px solid #eee;
}
.basicTable td {
	padding: 1.5em 0;
    vertical-align: top;
    border-bottom: 2px solid #eee;
    font-size: .9em;
    width: 80%;
}
.basicTable2  {
	width: 100%;
	background: #f7f7f7;
}
.basicTable2 th {
	padding: 1em 2em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
    font-weight: bold;
    text-align: left;
}
.basicTable2 td {
	padding: 1em 2em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}





.basicTable3  {
	margin-bottom: 2em;
	width: 100%;
	border: 1px #E3E3E3 solid;
}
.basicTable3 th {
	padding: 3%;
	width: 19%;
    border-bottom: 3px #E3E3E3 solid;
    font-weight: bold;
    text-align: left;
}
.basicTable3 td {
	padding: 3%;
	width: 34%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
	vertical-align: top;
}



/*
6:top
------------------------------------------------------------
*/
p.main_copy {
    position: absolute;
    font-size: .85em;
    color: #fff;
    right: 2em;
    bottom: 20px;
}
ul#main_navi {
    letter-spacing: -.5em;
    font-size: 1em;
    margin-bottom: 40px;
    background: #f6f6f6;
}
ul#main_navi li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    border-right: 1px solid #dbdbdb;
}
ul#main_navi li:last-child{
	border: none;
}
ul#main_navi li img{
    max-height: 20px;
    max-width: 20px;
    display: inline;
    width: auto;
    vertical-align: 20px;
    margin-right: 5px;
}
ul#main_navi li a {
    display: block;
    padding: 1em 0;
    background: rgba(255,255,255,.2);
    margin-left: 2px;
	color: #868686;
}
ul#main_navi li a:hover{
	background: rgba(255,255,255,.7);
}
ul#main_navi li:last-child a {
	margin-right: 0;
}
ul#main_navi li p {
    display: inline-block;
}
ul#main_navi li span{
    display: block;
    font-size: 1.3em;
	color: #3f3f3f;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 2;
    padding-right: 240px;
}
ul.top_list{
	letter-spacing: -.5em;
	margin: 35px 0 50px;
}
ul.top_list >li{
	width: 25%;
	text-align: center;
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
	padding-left: 10px;
}
ul.top_list li a:hover {
	background: none;
}
ul.top_list li ul li{
	width: 100%;
    height: auto;
    margin: 30px 0;
}
ul.top_list li ul li a{
	display: block;
}
ul.top_list li ul li a:hover{
	background: none;
}
ul.top_list li img{
	width: 100%;
	height: auto;
}
ul.top_list li dt.dis {
	position: relative;
}
ul.top_list li dt.dis:before {
	position: absolute;
	content: '';
	background: rgba(25, 35, 54,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.top_list li dt.dis:after {
	position: absolute;
    content: '×中止';
    font-size: 2.5em;
    color: #c9261a;
    font-weight: bold;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}
ul.top_list li dt.dis.pos:after {
	content: '延期';
}
ul.top_list li dd{
	position: relative;
	padding: 60px 2em 30px;
}
ul.top_list >li:nth-child(2) dd, ul.top_list >li:nth-child(4) dd, ul.top_list >li:nth-child(6) dd, ul.top_list >li:nth-child(8) dd {
	padding: 30px 2em 60px;
}
ul.top_list li dd:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: -1px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 50px 0 50px;
	border-color: #acacac transparent transparent transparent;
	z-index: -1;
}
ul.top_list >li:nth-child(2) dd::before, ul.top_list >li:nth-child(4) dd::before, ul.top_list >li:nth-child(6) dd::before, ul.top_list >li:nth-child(8) dd::before {
	top: auto;
	bottom: -1px;
	border-width: 0 50px 40px 50px;
	border-color:  transparent transparent #acacac transparent;
}
ul.top_list li dd img{
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    content: '';
    bottom: 3%;
    right: 3%;
}
ul.top_list li dt{
	overflow: hidden;
}
p.top_list_date {
    font-style: italic;
    line-height: 1.5em;
    margin-bottom: 10px;
}
p.top_list_place {
	border: 1px solid #666;
    min-width: 70%;
    margin: 0 auto 1em;
    font-size: .9em;
    padding: 0 1em;
    display: inline-block;
}
ul.slide-photo {
    margin-bottom: 10px;
}
.top-gallary {
    margin-bottom: 70px;
}
.top-gallary ul li figure{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
	overflow: hidden;
}
.top-gallary ul li img{
    position: absolute;
	width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

ul.article_list {
    letter-spacing: -.5em;
    margin-bottom: 70px;
}
ul.article_list >li{
    letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 50%;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.title_border {
    border-bottom: 1px solid #666;
	overflow: hidden;
	margin-bottom: 2em;
}
ul.article_list li h4{
    font-size: 2.7em;
	margin-bottom: 10px;
	float: left;
	letter-spacing: .1em;
}
ul.article_list li h4 span{
    font-size: .4em;
    margin: 0 0 0 1em;
    vertical-align: middle;
	letter-spacing: normal;
}
ul.article_list li ul{
	overflow: hidden;
    clear: both;
    font-size: 1.1em;
}
ul.article_list li ul li{
	margin-bottom: 2%;
}
ul.article_list li ul li span{
	color: #3f3f3f;
    letter-spacing: .1em;
    margin-right: 1em;
    font-style: italic;
}
ul.article_list .more {
	float: right;
	border: none;
	margin-top: 5px;
	padding-right: 10px;
	position: relative;
	width: 90px;
}
ul.article_list .more:after{
	position: absolute;
	content: '';
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 5px;
	width: 5px;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-45deg);
}
.slick-slide img.sp {
	display: none;
}
.inner{
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
.movie {
	width: 100%;
	margin-top: 40px;
}
.movie video {
	width: 100%;
}

/*
7:side
------------------------------------------------------------
*/
.side_ttl {
    font-size: 1.3em;
    font-style: italic;
    border-bottom: 1px solid #868686;
    padding: 0 5px 5px;
    margin-bottom: 1em;
}
ul.side_list {
    width: 90%;
    margin: 0 auto 20px;
    overflow: hidden;
	line-height: 1.5em;
	font-size: .9em;
}
ul.side_list li{
	width: 100%;
	margin-bottom: 2em;
}
ul.side_list li .day {
    margin: 0 0 10px;
    text-align: left;
    letter-spacing: .1em;
}
ul.side_list li p.top_list_place{
	font-size: 1em;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
ul.side_list li .more {
    overflow: hidden;
    margin: 5px 0 3em;
}
ul.cat_list {
    width: 90%;
    margin: 0 auto 20px;
	overflow: hidden;
}
ul.cat_list li{
	padding-left: 20px;
	position: relative;
	margin-bottom: 1em;
}
ul.cat_list li:before{
	position: absolute;
	content: '★';
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: .5em;
}
/*
8:Footer
------------------------------------------------------------
*/
#footerWrap {
	width: 100%;
    overflow: hidden;
}
#footer {

}
ul.fNavi {
    letter-spacing: -.5em;
    width: 180px;
    margin: 0 auto 40px;
}
ul.fNavi li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 16%;
    background: #3f3f3f;
    margin-right: 12%;
}
ul.fNavi li:last-child {
    margin-right: 0;
}
ul.fNavi li a {
    display: block;
    padding: 8px 0;
}
ul.fNavi li img {
    max-height: 15px;
    vertical-align: middle;
    max-width: 20px;
    display: block;
    margin: 0 auto;
}
.copy {
	text-align: center;
    font-size: .9em;
    margin: 0 0 30px;
}

/*
9:contactform
------------------------------------------------------------
*/
table.contactform  {
    max-width: 750px;
	width: 100%;
    color: #3f3f3f;
    margin: 0 auto 5%;
}
table.contactform th {
    width: 35%;
    font-weight: bold;
    text-align: left;
    padding: 1em;
	font-size: 1.2em;
}
table.contactform td {
    width: 65%;
	padding: 1em;
}
span.required {
    color: #fff;
    background: #192336;
    font-size: .85em;
    padding: 2px 10px;
    font-weight: normal;
    margin-left: 1em;
}
table.contactform input {
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #868686;
	width: 100%;
}
textarea{
	padding: 1em;
    border-radius: 10px;
    border: 1px solid #868686;
	height: 250px;
	width: 100%;
}
span.mwform-tel-field input {
    width: 31%!important;
}
table.contactform th.message {
    vertical-align: top;
}
.contactBtn input {
    max-width: 300px;
    margin: 0 auto 1em;
    width: 100%;
    display: block;
    color: #fff;
    background: #192336 url(../images/right.svg) no-repeat 90%;
	background-size: 5px 8px;
    border: none;
    font-size: 1.4em;
    padding: 1em;
    border-radius: 10px;
}
input.backBtn {
    background: #3b668f url(../images/right.svg) no-repeat 90%;
    background-size: 5px 8px;
}


/*
10:option/wordpress
------------------------------------------------------------
*/
dl.dlist_profile {
    overflow: hidden;
    margin-bottom: 70px;
}
dl.dlist_profile dt {
	float: left;
	width: 31%;
}
dl.dlist_profile dt img{
	width: 100%;
}
dl.dlist_profile dd {
	float: right;
	width: 64%;
	margin: 2% 0 0;
}
dl.dlist_profile dd h3{
	font-size: 1.45em;
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
img.secound_logo {
    position: absolute;
    width: 27%;
    left: 8%;
    top: 0;
    bottom: 0;
    margin: auto;
}
img.star_img {
    width: 100%;
    margin-bottom: 30px;
}
p.secoundP {
    text-align: center;
}
p.secoundP span{
	color: #868686;
}
ul.photo {
	letter-spacing: -.5em;
}
ul.photo li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 23.5%;
    margin: 0 2% 2% 0;
    max-height: 220px;
    overflow: hidden;
}
ul.photo li:nth-child(4n){
	margin-right: 0;
}
ul.photo li a{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}
ul.photo li img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
ul.discography_list {
    padding: 0 15px;
}
ul.discography_list li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4%;
	font-size: 1.1em;
}
ul.discography_list li dt {
    float: left;
	width: 20%;
}
ul.discography_list li dt img{
	width: 100%;
	height: auto;
}
ul.discography_list li dd {
    float: right;
	width: 76%;
	margin: 1% 0;
}
ul.discography_list li dd h3{
	font-size: 1.35em;
	font-weight: bold;
	margin-bottom: 1em;
}
ul.biography_list {
    letter-spacing: -.5em;
	text-align: center;
	margin: 0 0 30px;
}
ul.biography_list li {
    letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	margin: 0 5% 5% 0;
}
ul.biography_list li:nth-child(3n) {
	margin-right: 0;
}
ul.biography_list li dt{
	width: 100%;
}
ul.biography_list li dt img{
	height: auto;
    width: 100%;
}
ul.biography_list li dd{
	width: 100%;
	position: relative;
	color: #666;
	padding-top: 50px;
}
ul.biography_list li dd:before{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color: #acacac transparent transparent transparent;
    z-index: -1;
}
ul.biography_list li dd h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.biography_list li dd a{
	margin-top: 10px;
}
ul.schedule_list {
	letter-spacing: -.5em;
	margin-bottom: 30px;
}
ul.schedule_list li{
	text-align: center;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    letter-spacing: .1em;
    position: relative;
    margin: 0 5% 5% 0;
}
ul.schedule_list li:nth-child(3n){
	margin-right: 0;
}
ul.schedule_list li dt{
	width: 100%;
}
ul.schedule_list li dt.dis, ul.schedule_list li dt.pos {
	position: relative;
}
ul.schedule_list li dt.dis:before, ul.schedule_list li dt.pos:before {
	position: absolute;
	content: '';
	background: rgba(25, 35, 54,.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.schedule_list li dt.dis:after, ul.schedule_list li dt.pos:after {
	position: absolute;
    content: '×中止';
    font-size: 2.5em;
    color: #c9261a;
    font-weight: 700;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
}
ul.schedule_list li dt.pos:after {
    content: '延期';
}
ul.schedule_list li dt img {
	height: auto;
	width: 100%;
}
ul.schedule_list li dd {
	width: 100%;
	position: relative;
	padding-top: 50px;
}
ul.schedule_list li dd:before {
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 50px 0 50px;
    border-color: #acacac transparent transparent transparent;
    z-index: -1;
}
ul.schedule_list li dd a.more{
	margin-top: 10px;
}
ul.low_list {
    font-size: 1.1em;
	margin-bottom: 1em;
}
ul.low_list li {
    border-bottom: 1px solid #eaeaea;
	padding: 1em 2em;
}
ul.low_list li span{
	margin-right: 2em;
	font-style: italic;
}
.section_txt, .section_txt_schedule{
	margin-bottom: 10%;
	font-size: 1.1em;
	line-height: 2em;
}
.section_txt img{
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 500px;
	margin: 2% 0;
}
.section_txt_schedule img{
	width: 100%;
	height: auto;
	margin: 0 0 5%;
}

/*
11:original
------------------------------------------------------------
*/
#loader-bg {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
	background: linear-gradient(to bottom, #192336, #527aa3);
    z-index: 10;
}
#loader {
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100px!important;
    text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 1.7em;
	font-family: 'Cormorant', serif;
	letter-spacing: .2em;
	line-height: 2em;
}
.typing {
	opacity: 0;
}
.typing span {
	opacity: 0;
}
.m70 {
    margin-bottom: 70px;
}
.m30 {
    margin-bottom: 30px;
}
.m40 {
    margin-bottom: 40px;
}
.id_box {
    padding-top: 120px;
    margin-top: -120px;
}
.bnrBox {
text-align:center;
margin: 20px 0 40px;
}
.cation{
    padding: 20px;
    border: 1px solid #ff0000;
}
.fes_banner img{
position: fixed;
bottom: 1vw;
right:1vw;
z-index: 9999;
width: 150px;
}