/* Circular Content Carousel Style */

html{
	scroll-behavior: smooth;
}
img{
	max-width: 100%;
	height: auto;
}

.mainPhoto {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	min-height: 490px;
	width: 100%;
	background-image: url("../../images/main_image.jpg");
	position: fixed;
	z-index: 0;
	top: 0;
}
.mainPhoto img {
	width: 100%;
	height: auto;
}
#wrapperNew {
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	margin-top: 100vh;
	height: 100vh;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}
.container {
	clear: both;
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	font-family: 'Lora';
	margin-bottom: 100px;
	position: relative;
}
.section {
	padding-bottom: 50px;
}
/* Header Style */

.top_logo {
	margin: 0 auto;
	text-align: center;
	margin-top: 130px;
	padding-top: 100px;
}
#top_footer {
	clear: both;
	margin-top: 20px;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	position: fixed;
	background-color: #000000;
	/*alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;*/
	
	z-index: 100;
}
#footer {
	clear: both;
	margin-top: 20px;
	bottom: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	font-size: 10px;
	/*alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;*/
	
	z-index: 100;
}
/* TOP Style */

.top_navi ul {
    text-align: center;
    margin-top: 80px;
    margin-left: 0;
}
.top_navi ul li {
	font-family: 'Roboto';
	display: block;
	float: none;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	width: fit-content;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}
.top_navi ul li:hover {
	border-bottom: #D5FF37 2px solid;
}
.top_navi ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.bottom_logo {
	float: left;
}
.bottom_logo a{
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
}
.bottom_logo img{
	width:150px;
}

#Gnavi {
	clear: both;
	margin-top: 10px;
	border-top: #000000 solid 1px;
	height: 15px;
}
#Gnavi h2 {
	display: block;
	font-size: 36px;
	float: left;
	letter-spacing: 0.4em;
}
.bottom_navi {
	padding-top: 10px;
}
.bottom_navi ul {
	text-align: center;
	margin-left: 240px
}
.bottom_navi ul .on {
	border-bottom: #D5FF37 2px solid;
}
.bottom_navi ul li {
	float: left;
	width: 160px;
	font-size: 20px;
	border-bottom: #000000 2px solid;
	margin-left: 20px;
}
.bottom_navi ul li:hover {
	border-bottom: #D5FF37 2px solid;
}
.bottom_navi ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.bottom_logo h1 {
	font-size: 12px;
	display: inline;
	margin-top: 30px;
	margin-left: 10px;
	position: absolute;
}
#main_img {
	clear: both;
}
#contents {
	clear: both;
	min-height: 800px;
}
#art #contents {
	background-image: url(../../art/images/art_bg.png);
	background-repeat: no-repeat;
	min-height: 1038px;
	background-position: 32px;
}
#contents h3 {
	margin-top: 10px;
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#contents h3.sub {
	margin-top: 10px;
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
#contents h3 span {
	font-size: 54px;
	border-left: #D5FF37 2px solid;
	padding-left: 10px;
}
#contents p.schedule {
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-size: 24px;
	color: #D5FF37;
	float: left;
	width: 320px;
}
#contents p.lead {
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
span.art_profile {
	font-size: 18px;
}
#contents p.schedule_detail {
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	letter-spacing: 0.2em;
	line-height: 1.4;
	font-size: 24px;
	color: #D5FF37;
	clear: both;
	float: right;
}
h3.eventH3 {
	clear: both;
	padding-top: 10px;
}
.eng h3 {
	text-align: right;
}
.eng p.lead {
	text-align: right;
}
table {
	width: 100%;
}
table a {
	text-decoration: underline;
	color: #A3BF33;
}
table a:hover {
	text-decoration: none;
}
table.tbl01 th, table.tbl01 td {
	border: #cccccc solid 1px;
	padding: 10px;
	letter-spacing: 0.1em;
	font-size: 16px;
}
table.tbl01 th {
	background-color: #F5F5F5;
	width: 140px;
}
table.tbl01 th.contact {
	text-align: center;
}
table.tbl01 td {
	background-color: #ffffff;
	min-width: 320px;
	line-height: 1.6;
}
p.comming_soon {
	min-height: 400px;
	padding-top: 200px;
	color: #D5FF37;
	font-size: 18px;
	text-align: center;
}
.absolute_img {
	position: absolute;
}
.recordBox{
	padding-top:40px;
}

.cardList {
    letter-spacing: -0.4em;
    margin: 0 -1.05% -20px;
}
.cardList .card {
    box-sizing: border-box;
    position: relative;
}
.cardList .clm::after, .cardList .card::after {
    clear: both;
    content: "";
    display: block;
}

.cardList .clm::after, .cardList .card::after {
    clear: both;
    content: "";
    display: block;
}
.cardList .clm {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    padding:0 1.05% 60px;
    position: relative;
    vertical-align: top;
}
.cardList .card .pic{
	padding:1px;
	border: solid 1px #E9E9E9;
	display: block;
	height:auto;
}
.section img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
.card .imgL {
    padding: 0px 10px 0px 0;
}
.imgL {
    float: left;
    max-width: 50%;
    padding: 0 20px 10px 0;
    text-align: center;
}

.card h4{
	font-weight:bold;
	font-size:16px;
	margin-bottom:20px;
}
.card h4 span{
	font-size:12px;
	font-weight:normal;
}
.card .price{
	position:absolute;
	bottom:0;
	left:52%;
}

.recordContactBox{
	border:solid 3px #E7E7E7;
	padding:20px;
}

.recordContactBox h4{
	border-bottom: dotted 1px #E7E7E7;
	text-align:center;
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium",  serif;
	font-size: 24px;
	line-height: 1.4;
	color: #666666;
    margin-bottom: 20px;
    padding-bottom: 13px;

}
.grid2Box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3%;
}
#map {
	margin-bottom: 30px;
}
#map iframe{
	width: 100%;
}
.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.grayBorder{
	padding: 20px;
	border: #dcdcdc solid 5px;
	margin-bottom: 30px;
}
.tigranLink {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    right: 20px;
    display: block;
    border: solid 3px #dcdcdc;
    top: 0;
    font-size: 11px;
}

.pdgLR4p{
	padding-left: 4%;
	padding-right: 4%;
}

.lead02{
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
    line-height: 1.7;
    font-size: 16px;
	margin-bottom: 30px;
}
.lead03{
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	font-size: 16px;
	color: #666666;line-height: 1.7;
}
.blockquote01 blockquote{
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	margin-bottom: 30px;
	padding-top: 40px;
	text-align: center;
}
.blockquote01 blockquote .blockItem{
	font-family: 'Lora',"Yu Mincho", "YuMincho",  "Yu Gothic Medium", serif;
	font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
}
p.note{
	text-align: right;
	font-size: 10px;
}

.movieBox{
	text-align: center;
}





main{
	padding-top: 75px;
	margin-bottom: 100px;
}
/*-------------------------------------
 header
-------------------------------------*/
header{
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
	z-index: 101;
    background-color: #FFF;
    border: none;
    display: block;
    width: 100%;
    background-color: #FFF;
    height: 75px;
}
.bottom header{
	display: block;
}

header .headerLogo {
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 10px;
	left: 10px;
	top: 5px;
	position: fixed;
}
header .headerLogo h1{
	font-size: 12px;
	visibility: hidden;
}
header .headerLogo img {
    width: 93px;
}

.snsList{
	display: inline-block;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}
.snsList ul li{
	display: inline-block;
}
.snsList img {
    width: 18px;
}
.gNav .snsList li:last-child {
    margin-right: 5px;
}
.gNav a {
    color: #000;
}

.gNav {
    position: absolute;
    right: 0;
    top: 20px;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 300;
}
.gNav .inner {
    width: 700px;
    text-align: right;
}
.gNav .gNavLinkList {
    display: inline-block;
    width: auto;
    font-size: 13px;
    right: 240px;
    position: absolute;
	top: 7px;
}
.gNav li {
	text-align: center;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    display: inline-block;
	letter-spacing: 1px;
}

.gNav a:hover{
	text-decoration: none;
}
.gNavLinkList li {
    display: inline-block;
    vertical-align: text-top;
}

#pagetop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
#pagetop img{
	width: 50px;
	height: auto;
}


.headerSpBtn{
	display: none;
}

.mainVisualWrapper{
	text-align: center;
	margin-bottom: 40px;
}


section.eventArticle.bgf9f9f9{
	background-color: #f9f9f9;
	padding-bottom: 80px;
	margin-bottom: 0;
}


section.eventArticle{
	margin-bottom: 80px;
	padding-top: 80px;
	position: relative;
}

.inner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.placeList ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 3px;
}
.placeList ul li a{
	background-color: #f9f9f9;
	padding: 15px;
	text-align: center;
	display: block;
	font-weight: bold;
	background-image: url(../images/chevron-down-regular.svg);
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: right 15px center;
}
.placeList ul li a.blank{
	background-image: url(../images/arrow-up-right-from-square-solid.svg);
	background-size: 13px;
}
section.eventArticle h2{
	font-size: 32px;
	padding-top: 10px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 20px;
    background-image: url(../images/star-of-life-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    padding-bottom: 35px;
}
section.eventArticle h3.lead{
	margin-bottom: 20px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #666666;
	font-size: 20px;
}
section.eventArticle h3.title{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 0;
	font-size: 26px;
	text-align: center;
}



.fixedAncr {
    position: absolute;
	padding-top: 75px;
    margin-top: -75px;
}

.eventMainVisual{
	margin-bottom: 20px;
}

.eventArticle dl{
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 30px;
}
.eventArticle dl::after{
    display: block;
    content: '';
    clear: both;
}
.eventArticle dl dt {
    float: left;
    min-width: 120px;
    margin-right: 20px;
    width: 120px;
	font-weight: bold;
}
.eventArticle dl dd{
    margin-left: 145px;
    border-left: 5px #dcdcdc solid;
    padding-left: 20px;
}
section.eventArticle.bgf9f9f9 h4.information{
	background-color: #FFF;
}
h4.information{
	background-color: #f9f9f9;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 30px;
}
p.detail{
	margin-bottom: 30px;
}

.artistList{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4%;
    margin-bottom: 30px;
    row-gap: 60px;
}


.artistContents h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.artistContents h4{
	text-align: right;
    margin-bottom: 15px;
    font-size: 11px;
	float: right;
	padding-top: 8px;
}
.artistContents p{
	font-size: 14px;
	margin-bottom: 15px;
}

.artistContents h5{
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}

.placeLabel li{
	padding: 5px 30px;
	background-color: #f9f9f9;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.artistContents {
    padding-bottom: 30px;
    position: relative;
}
.placeLabel{
    margin-bottom: 20px;
	display: inline-block;
}

.movieBtnBox a{
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: bold;
	position: absolute;
	letter-spacing: 2px;
	bottom: 0;
	left: 0;
	right: 0;
}

.movieBtnBox a::before{
	width: 100%;
	bottom: -3px;
	height: 3px;
	background-color: #000;
	content: '';
	position: absolute;
}