@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

.main_title{margin-top:0;}

.under_con {
    align-items: center;
    background: rgba(1, 1, 1, 0.8) ;
    display: block;
    justify-content: center;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.mainv_overlay {
    /*background: url(/img/dot01.png) rgba(1, 1, 1, 0.2) repeat;*/
    height: 90vh;
    z-index: 1;
}



#movie{
    padding: 15% 0 0;
}

#movie video{
	width: 100%;
	height: 220px;
}



#galcover{
  padding:60px 0 4%;
}
#galcover li img {
    max-width:100%;
    margin:auto;
}





#cover li {
}
#cover ul {
    overflow: inherit;
}
#cover li img {

    max-width:100%;
    margin:auto;
}
#cover li a img {
    transition: all 0.5s ease 0s;
}
#cover ul li.slick-slide {
    background-color: #000;
}
.slick-prev::before, .slick-next::before {
    font-size: 24px;
}
.slick-next {
    overflow: visible;
    right: 2%;
    top: 48%;
}
.slick-prev {
    left: 2%;
    overflow: visible;
    top: 48%;
    z-index: 5000;
}
.slick-dots {
    bottom: -8%;
}
.slick-dots li {
    margin: 0 1px;
}
.slider-nav {
    display: none;
}





#news {
    background: url(/sp/img/pattern_bg_02.png) repeat;
    color: #fff;
    overflow: hidden;
    padding: 2.4% 0 0;
}
#news h2 {
    color: #fff;
    float: left;
    font-family: "Pathway Gothic One",sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    width: 20%;
}
#news p {
    float: left;
    line-height: 2em;
    padding: 0 5%;
    width: 70%;
}
.box{
}
#news_box {
    background-color: #f8f8f8;
    padding: 0 2% 4%;
	display:none;
}
#news_box h2{
}
#news_box p{
	font-size: 0.66rem;
}
#concept_box {
	background: url(/sp/img/top_concept_bg.jpg) no-repeat center top / cover ;
    padding: 4% 0;
}
#concept_box .txt {
    padding: 0 4%;
    text-align: center;
}
#concept_box ul {
}
#concept_box li {
    padding: 4%;
}
#concept_box h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
}
#concept_box li:nth-child(1) h3{
	color: #7F00FF;
}
#concept_box li:nth-child(2) h3{
	color: #FF8C19;
}
#concept_box li:nth-child(3) h3{
	color: #FF4A58;
}
#concept_box li:nth-child(4) h3{
	color: #2692FF;
}
#concept_box li p {
    font-size: 0.75rem;
}
#pickup_box {
}
#pickup_box ul {
}
#pickup_box li {
    position: relative;
    width: 33.333%;
    float: left;
}
#pickup_box li img {
    width: 100%;
}
#pickup_box .frame {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 20;
}
#pickup_box .photo {
}
#pickup_box .box {
    bottom: 0;
    width: 86%;
    padding: 1% 8% 8%;
    color: #333;
    position: absolute;
    background: rgba(255,255,255,0.8);
}

#pickup_box .name {
    font-size: 0.66rem;
    color:#333;
	padding: 8% 0 0;
}
#pickup_box .size {
    font-size: 0.66rem;
    color:#333;
}
#pickup_box .point {
    color: #ffff00;
    font-size: 0.75rem;
    line-height: 1.6;
}
#addlink_box{
}
#addlink_box ul{
	border: 5px solid #B28500;
}
#addlink_box li {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
}
#addlink_box li:last-child {
	border: none;
}
#addlink_box li a{
	text-decoration:underline;
}
#addlink_box div {
	padding: 3%;
	width: 100%;
}
#addlink_box div p {
	width: 90%;
	overflow:hidden;
	word-wrap:none;
	white-space:nowrap;
	text-overflow:ellipsis;
}



#topics_box {
  padding:4% 0;
  background: rgba(0, 0, 0, 0) url("/img/bg_type1.jpg") repeat scroll center top;
}
#topics_box ul {
}
#topics_box li {
    overflow: hidden;
    padding:2% 0;
    /*height: 120px;
    border-bottom: 1px solid #555;*/
text-align:left;
}
#topics_box li a {
  /*display:block;*/
}
#topics_box .thum {
    width: 30%;
    overflow: hidden;
}
#topics_box .photo img {
    width: 100%;
    max-width:480px;
}
#topics_box .thumr {
    width: 60%;
    padding: 5%;
    text-align: left;
}
#topics_box .date {
	font-size: 0.88rem;
    color: #ffcdbf;
    text-align: left;
    letter-spacing: 0.1rem;
}
#topics_box .title {
    line-height: 1.4;
    text-align: left;
    margin:2% 0;
}
#newface_box{
	background:url(/img/bg_ivy.jpg) repeat top center / 50% auto;
	padding:4% 0;
}
#newface_box .main_title{
	margin:0 0 4%;
	border:none;
	color:#FFF;
}
/*
#newface_box .main_title span{
	background: -moz-linear-gradient(left,  rgba(254,191,1,1) 20%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(left,  rgba(254,191,1,1) 20%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to right,  rgba(254,191,1,1) 20%,rgba(255,255,255,1) 20%);
}
*/
#newface_box .slick-dots{
	bottom:-22%;
}
#newface_box ul{
	overflow:inherit;
}
#newface_box li {
    text-align: center;
	margin:0 0.25%;
  position:relative;
}
#newface_box li a {
    color:#FFF !important;
}
#newface_box li img {
    width: 100%;
}
#newface_box .photo {
    overflow: hidden;
    margin: 0 auto;
}
#newface_box .box {
    bottom: 0;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 98%;
    z-index: 10;
    padding:10% 1% 1%;
    background: rgba(0, 0, 0, 0) url("/img/bg_box.png") no-repeat scroll 0 0 / cover ;
}
#newface_box .name {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.4;
  text-shadow: 0 0 8px #000;
}
#newface_box .size {
    color: #fff;
    font-size: 0.6rem;
    line-height: 1.3;
    text-shadow: 0 0 8px #000;
}
#newface_box .icon {
    background:rgba(0, 0, 0, 0) url("/img/bg_dot2.jpg") repeat;
    bottom: 0;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1.2;
    padding: 1.8% 4%;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: -3px;
    z-index: 11;
}

#newface_box .icon .block {
    display: block;
    font-size: 0.65rem;
}
#newface_box .icon span {
    margin: 0 2px;
}
#newface_box .btn_more {
	margin-top:4%;
}
#newface_box .course img{
  width:50%;
}



#dx img{max-width: 640px;width:96%;}





#photodiary_box {
    /*background: rgba(0, 0, 0, 0) url("/sp/img/photodiary_bg.jpg") no-repeat scroll center top / cover ;*/
    padding: 4% 0;
}
#photodiary_box .main_title{
	color:#FFF;
	margin:0 0 3%;
	border:none;
}

#photodiary_box iframe#parentframe {
  width: 100%;
}

/*
#photodiary_box .main_title span{
	background: -moz-linear-gradient(left,  rgba(254,191,1,1) 20%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(left,  rgba(254,191,1,1) 20%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to right,  rgba(254,191,1,1) 20%,rgba(255,255,255,1) 20%);
}
*/
#photodiary_box ul {
    padding: 0 0 0 1%;
}
#photodiary_box li {
    display: inline-block;
    margin: 1%;
    width: 30%;
	overflow:hidden;
	height:120px;
}
#photodiary_box a{
}
#photodiary_box img {
    width: 100%;
	vertical-align:top;
}





#schedule_box {
    padding:4% 0 4% 0;
    background: url("/img/bg_ivy.jpg") repeat ;
    background-size: 50% auto;
    }

#schedule_box .box{text-align: left;}

#schedule_box .icons {
    bottom: 25px;
}

#schedule_box .inner_box {
    overflow: hidden;
}
#schedule_box h3 {
    border-bottom: 3px double #ccc;
    border-left: 4px solid #B28500;
    font-size: 1.02rem;
    font-style: italic;
    padding: 0.2% 2% 0;
}
#schedule_box ul {
	overflow:inherit;
  margin-top:5px;
}
#schedule_box .slick-dots {
    bottom: -22%;
}
#schedule_box li {
  display: inline-block;
  margin: 1% 0.5%;
  position: relative;
  width: 48%;
}
#schedule_box li a {
}
#schedule_box .point {
    color: #ffff00;
    font-size: 0.66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*#schedule_box .time {
  background: linear-gradient(135deg, #cfaf7a, #997947) repeat scroll 0 0;
  color: #fff;
  display: table-cell;
  font-size: 0.8rem;
  line-height: 1.3;
  margin: 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 65%;
}
#schedule_box .time span {
    font-size: 0.55rem;
    margin: 0 1% 0 0;
}*/
#schedule_box .photo img {
    overflow: hidden;
    width: 100%;
}
#schedule_box .box {
    background: rgba(0, 0, 0, 0) url("/img/bg_box.png") no-repeat scroll 0 0 / cover ;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 10% 0 1%;
}
#schedule_box .inner {
    overflow: hidden;
    padding: 0 2% 1%;
}
#schedule_box .thum {
    margin: 0 2% 0 0;
}
#schedule_box .thumr {
    float: left;
    width: 66%;
}
.name {
  color: #fff;
  line-height: 1.4;
  font-size:1.05rem;
  text-shadow: 0 0 8px #000;
}

.size {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.3;
    text-shadow: 0 0 8px #000;
}
#schedule_box .icon_newface {
    background-color: #2db200;
    color: #fff;
    display: inline-block;
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: 0 0 0 3%;
    overflow: hidden;
    padding: 2% 2% 1%;
    text-align: center;
    vertical-align: middle;
}
/*#schedule_box .realtime {
  color: #fff;
  display: table-cell;
  font-size: 0.7rem;
  text-align: center;
  text-indent: -3px;
  vertical-align: middle;
  width: 35%;
}
#schedule_box .realtime span {
    font-size: 12px;
    letter-spacing: 0.05em;
}*/
/*#schedule_box .realtime_01 {
    background-color: rgba(255, 0, 127, 0.6);
}
#schedule_box .realtime_02 {
    background-color: rgba(252, 104, 32, 0.6);
    height: 15%;
    line-height: 1.1;
    padding-top: 8%;
}
#schedule_box .realtime_03 {
    background-color: rgba(0, 105, 140, 0.6);
    height: 15%;
    line-height: 1.1;
    padding-top: 8%;
}
#schedule_box .realtime_04 {
    background-color: rgba(163, 0, 217, 0.6);
}
#schedule_box .realtime_05 {
    background-color: rgba(51, 51, 51, 0.6);
    font-family: "Cookie",cursive;
    font-size: 1.33rem;
    height: 15.2%;
    line-height: 0.8;
    padding-top: 8%;
}

#schedule_box .sche_data {
    display: table;
    height: 35px;
    margin-top: 2%;
    overflow: hidden;
    width: 100%;
}
*/
#schedule_box .btn_more a {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    padding: 4% 2% 3%;
}










#bn_group {
	margin:10% 5% 0;
}
#bn_group ul {
}
#bn_group li {
	margin:0 0 2%;
}
#bn_group img {
	width:100%;
}








#contents_box {
    margin: 0 0 10%;
}
#contents_box a {
	text-decoration: none;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
#contents_box .child {
    display: none;
}
#contents_box a {
    display: block;
}
#contents_box  li li{margin: 1.5% 0;}


#contents_box .child {
    display: none;
    margin: 0 0 -1px;
    padding: 0;
    background: none;;
    border-bottom: 1px solid #555;
}
#contents_box .child .contents_open {
}
#contents_box .child .contents_open:hover {
}
#contents_box .child > li {
	/*border-bottom: 1px solid #555;*/
	position:relative;
}
#contents_box .child > li a {
	padding: 2% 4%;
}
#contents_box .child > li:last-child {
	/* border-bottom: 0; */
}
#contents_box .child > li .genericon {
	position:absolute;
	right: 4%;
    top: 30%;
}
#contents_box .contents_open:after {
	position: absolute;
	top: 55%;
	right: 2%;
	margin-top: -1.4rem;
	font-family:genericons;
	content: '\f431';
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
#contents_box .contents_open.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contents_open {
	display: block;
	position: relative;
	padding: 3.5% 2%;
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, #303030, 60%, #1f1e1e) repeat scroll 0 0;
	color: #fff;
}
.contents_open:hover{
	color: #fff;
}
#contents_box li img{max-width: 350px;width:96%;}



@media screen and (max-width: 320px){
#topics_box li {
    height: 100px;
}
#newface_box .photo{
}
#photodiary_box li {
	height:100px;
}
#schedule_box .realtime {
	font-size: 0.75rem;
}
#schedule_box .realtime_02, #schedule_box .realtime_03 {
    height: 15.6%;
    padding-top: 7.8%;
}
#schedule_box .realtime_05 {
    height: 16.2%;
    padding-top: 6.8%;
	font-size: 1.13rem;
}
}






/*not use*/

#mainv{
	display: block;
	height: 90vh;
	min-height: 90%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#mainv .photo{
bottom: 0;
height: auto;
min-height: 100%;
min-width: 100%;
position: fixed;
right: 0;
width: auto;
z-index: -100;
background-position: center;
background-repeat: no-repeat;
background-size:100% auto;
}
#mainv .photo img {
	width:100%;
}
#mainv .galdata {
    left: 5%;
    max-width: 550px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-5%);
    width: 80%;
		text-align:left;
		color:#fff;
			z-index: 2;
}

#mainv .galdata .pickup{
	   font-family: "Alex Brush",cursive;
		 font-size:3rem;
		 transform: rotate(-7deg);
		 line-height:1;
		 margin-bottom:4%;
}
#mainv .galdata .gal_name{
	  font-size:2rem;
		padding-left:3%;
		line-height: 1.2;
    text-shadow: 0 0 8px #000;
}
#mainv .galdata .gal_name span{
	  font-size:1.5rem;
		margin-left: 2%;
}
#mainv .galdata .gal_size{
	  font-size:0.8rem;
		padding-left:3%;
    text-shadow: 0 0 8px #000;
}
#mainv .galdata .gal_msg{
		  font-size:0.9rem;
			padding-left:3%;
			margin:2% 0 5%;
			max-height:100px;
			overflow:hidden;
      text-shadow: 0 0 8px #000;
      line-height: 1.5;
}
#mainv .galdata .btn_more2{margin-left:3%;}
