@charset "UTF-8";

header::after,
#globalNav::after,
#nav::after,
#crumb::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}

.entry:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
ul.meta,
ul.boxSNS,
ul.horizon,
.boxSerch{
	zoom: 1;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 9999999999;
}
#loader i{
	color:#666 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 44px;
	background-color: rgba(102,102,102,0.85);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-top: 6px;
	font-size: 1.750em;
	color: #fff;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 100;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background-color: rgba(102,102,102,0.8);
}

span.must {
	color:#FF3300;
	font-size:80%;
}

.grecaptcha-badge {
	display: none;
}

#entry .grecaptcha-badge {
	display: block;
	bottom: 80px !important;
}


.circles{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.05);
    animation: animate 25s linear infinite;
    bottom: -150px;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}



/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

header{
	width: 100%;
	min-width: 1140px;
	background-color: rgba(132,102,81,0.98);
	/*
	background-color:#846651;
	*/
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	height: 95px !important;
	position: fixed;
	top:0;
	z-index: 10000;
}
header .inner{
	width: 92%;
	margin: auto;
	padding:12px 0 0 0;
}
header .logo{
	float: left;
}
header .logo a{
	display: block;
	text-decoration: none;
}
header p.name{
	font-size: 2.75em;
	font-family: 'Allura', cursive;
	font-weight: 400;
	color: #FFF;
	line-height: 100%;
	position: relative;
	z-index: 1;
	padding: 0 8px;
}
header h1{
	font-size: 1.063em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: -5px;
	border-top:1px solid #FFF;
	padding-top: 4px;
	letter-spacing: 1px;
	padding-left: 16px;
}

#globalNav{
	float: right;
	position: relative;
	z-index: 999999 !important;
	margin-top: 14px;
}
#globalNav ul li{
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	white-space: nowrap;
}
#globalNav .sign-mob{
	display: none;
}
#globalNav .sign{
	float: right;
	font-size: 0.875em;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 0;
	margin-left: 12px;
}
#globalNav .sign.btnType{
	display: inline-block;
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
#globalNav .sign.btnType a{
	display: block;
	background-color:#EFEFEF;
	border-radius: 60px;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
#globalNav .sign.btnType a:hover{
	display: block;
	background-color:#888;
	border-radius: 60px;
	padding: 10px 20px;
	color: #FFF;
	text-decoration: none;
}

#footer {
	background-color: rgba(132,102,81,0.98);
	width: 100%;
}
#footer p.copy{
	font-size: 0.688em;
	color:#FFF;
	text-align:center;
	padding: 20px 0 20px 0;
}

#contents{
	padding-top: 95px;
	padding-bottom: 80px;
}

#cover {
	width: 100%;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 40px !important;
}
#cover h2{
	font-size: 1.875em !important;
	font-weight: 600 !important;
	color: #FFF !important;
	line-height: 140%;
	letter-spacing: 3px !important;
}
#cover .hgroup{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 100;
	padding-top: 15px;
}
#cover .cover_brand{
	background-position:center -280px;
	background-repeat:no-repeat;
	width: 100%;
	min-width: 1140px !important;
	height: 160px;
	display: table;
	background-attachment: fixed;
}
#cover .cover_brand:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

#aside h3{
	background-color: rgba(204,204,204,0.3);
	padding: 12px 10px 12px 16px;
	border-top:2px solid #999;
	margin-bottom: 12px;
	font-size: 0.938em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
}
#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom:1px solid #DEDEDE;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	padding: unset;
	margin :unset;
	border :unset;
	font-size: 0.750em !important;
	font-weight: 500;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #777;
	margin-bottom: 0;
}
#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}
#aside .boxArchive{
	margin-bottom: 30px;
}
#aside .boxTag{
}

/* メインビジュアル
-------------------------------------------- */
#visual{
	width: 100%;
	min-width: 1140px;
	height: 700px;
	
	background-position:center -80px;
	background-repeat:no-repeat;
}
#visual .hgroup {
	position: relative;
	z-index: 9999;
	padding-top: 350px;
	text-align:center;
}
#visual .hgroup h1{
	font-size: 3.25em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 140%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.8);
	margin-bottom: 24px;
}
#visual .hgroup h2{
	font-size: 2.25em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 140%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.8);
	margin-bottom: 36px;
}
#visual .btn{
	font-size: 1.25em;
	letter-spacing: 2px;
}

.home .boxIntro {
	background-color: rgba(132,102,81,0.6);
	margin:auto;
	padding:40px 0;
}
.home .boxIntro p{
	font-size: 1.25em;
	color: #FFF;
	line-height: 180% !important;
	text-align: center;
}

.home .boxNews {
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.98);
	padding: 60px 0 60px 0;
}
.home .boxNews .inner{
	width: 80%;
	margin: auto;
}
.home .boxNews h3{
	font-size: 1.750em;
	color: #000;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.home .boxNews .image img{
	width: 100%;
  	height: 240px;
  	object-fit: cover;
}


#program .detail{
	margin-bottom: 45px;
}
#program article h2{
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 2.3750em;
	font-weight: 700;
	color: #333;
	line-height: 170%;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#program .detail h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 8%;
	height: 6px;
	box-sizing: border-box;
}
#program .detail h2::after {
	bottom: 0;
	border-bottom: 3px solid #846651;
}
#program .detail .mv{
	margin-bottom: 24px;
}
#program .detail .mv img{
	width: 100%;
	height: auto;
}
#program .detail h4 {
	font-size: 1.250em;
	font-weight: 600;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: solid 1px #DDD;
	position: relative;
}
#program .detail h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #999;
	bottom: -3px;
	width: 18%;
}

#program .performer{
	padding: 40px 0 20px 0;
}
#program .performer h3 {
	font-size: 1.750em !important;
	font-weight: 600;
	color: #000;
	letter-spacing: 4px;
}
#program .performer .sw-box {
	border-bottom: solid 1px #DDD;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#program .performer .sw-box:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


#program .relate{
	padding: 40px 0 0px 0;
}
#program .relate .sw-box{
	margin-bottom: 30px;
}

#program .relate .sw-box h4{
	font-size: 1.125em !important;
	text-align: center;
}




}






/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

img{
	width: 100%;
	height: auto;
}

header{
	width: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	position: fixed;
	top:0;
	z-index: 10000;
}
header .logo{
	position: absolute;
	left:16px;
	top:14px;
	z-index: 1000000;
}
header .logo a{
	text-decoration: none;
}
header p.name{
	float: left;
	font-size: 1.8750em;
	font-family: 'Allura', cursive;
	font-weight: 400;
	color: #FFF;
	line-height: 100%;
	position: relative;
	z-index: 1;
	margin-right: 12px;
}
header h1{
	float: left;
	font-size: 1.063em;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	color: #FFF;
	margin-top: -2px;
}

#footer {
	background-color: rgba(132,102,81,1.0);
	width: 100%;
}
#footer p.copy{
	font-size: 0.688em;
	color:#DEDEDE;
	text-align:center;
	padding: 20px 0 20px 0;
}


#contents{
	padding-bottom: 60px;
}

#cover {
	width: 100%;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin-bottom: 30px !important;
}
#cover h2{
	font-size: 1.5em !important;
	font-weight: 700 !important;
	color: #FFF !important;
	line-height: 140%;
	letter-spacing: 2px !important;
}
#cover .hgroup{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 100;
}
#cover .cover_brand{
	background-position:center -20px;
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	display: table;
	padding: 20px 0 20px 0;
}
#cover .cover_brand:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

#aside h3{
	background-color: rgba(204,204,204,0.3);
	padding: 12px 10px 12px 15px;
	border-top:2px solid #999;
	margin-bottom: 12px;
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
}
#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #DEDEDE;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	padding: unset;
	margin :unset;
	border :unset;
	font-size: 0.750em !important;
	font-weight: 500;
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #777;
	margin-bottom: 0;
}
#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
	list-style: none;
}
#aside .boxCategory ul li{
	font-size: 0.938em;
	margin-bottom: 6px;
	background:url(/images/common/arrow_right.png) left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}
#aside .boxArchive{
	margin-bottom: 30px;
}
#aside .boxTag{
}


#visual{
	width: 100%;
	background-image: url(/images/top/mv_013.jpg);
	background-position:center 0px;
	background-repeat:no-repeat;
	background-size: cover;
}
#visual .hgroup {
	position: relative;
	z-index: 9999;
	padding: 150px 0 130px 0;
	text-align:center;
}
#visual .hgroup h1{
	font-size: 2.25em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 140%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.8);
	margin-bottom: 24px;
}
#visual .hgroup h2{
	font-size: 1.5em;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 140%;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.8);
	margin-bottom: 36px;
}
#visual .btn{
	font-size: 1.0em;
	letter-spacing: 2px;
}

.home .boxIntro {
	background-color: rgba(132,102,81,0.6);
	margin:auto;
	padding:30px 0;
}
.home .boxIntro p{
	font-size: 1.125em;
	color: #FFF;
	line-height: 180% !important;
	text-align: center;
}

.home .boxNews {
	width: 100%;
	margin: auto;
	background-color: rgba(255,255,255,0.98);
	padding: 40px 0 60px 0;
}
.home .boxNews .inner{
	width: 88%;
	margin: auto;
}
.home .boxNews h3{
	font-size: 1.50em;
	color: #000;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
.home .boxNews .image img{
	width: 100%;
  	height: 240px;
  	object-fit: cover;
}


#requirements .sw-btnType1{
	font-size: 1.25em;
	transform: scale(0.85);
	line-height: 120%;
	white-space: nowrap;
}

#requirements .btn-group-center{
	margin-bottom: 24px;
}


#program .detail{
	margin-bottom: 45px;
}
#program article h2{
	position: relative;
	padding: 0 0 0.6em 0;
	font-size: 1.875em;
	font-weight: 700;
	color: #333;
	line-height: 155%;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#program .detail h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 12%;
	height: 6px;
	box-sizing: border-box;
}
#program .detail h2::after {
	bottom: 0;
	border-bottom: 4px solid #846651;
}
#program .detail .mv{
	margin-bottom: 24px;
}
#program .detail .mv img{
	width: 100%;
	height: auto;
}
#program .detail h4 {
	font-size: 1.1250em;
	font-weight: 600;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 18px;
	padding-bottom: 8px;
	border-bottom: solid 1px #DDD;
	position: relative;
}
#program .detail h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #999;
	bottom: -3px;
	width: 18%;
}

#program .performer{
	padding: 40px 0 20px 0;
}
#program .performer h3 {
	font-size: 1.50em !important;
	font-weight: 600;
	color: #000;
	letter-spacing: 4px;
}
#program .performer h4 {
	text-align: center;
}
#program .performer h5 {
	text-align: center;
}
#program .performer .sw-box {
	border-bottom: solid 1px #DDD;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#program .performer .sw-box:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#program .relate{
	padding: 40px 0 0px 0;
}
#program .relate .sw-box{
	margin-bottom: 30px;
}
#program .relate .sw-box .text{
	text-align: left !important;
}
#program .relate .sw-box h4{
	font-size: 1.250em !important;
}


}
