@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

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

@media screen and (max-width: 736px) {

}

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

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000 url(../images/common/loading.gif) center center no-repeat; 
}


div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.sm-slider{
    background: #040d29;
}



img.hover{
	opacity: 0.5;
}

.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

.img-border {
    border: 1px rgba(255, 255, 255, 0.38) solid;
}



.img-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}
.item-container .item-container-body.wide{
  position: relative;
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
   	padding: 30px 0;
}


hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 0px #c1a962 dotted;
}


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 50px;
    text-align: left;
}

.item-container h2 span {
}


.item-container h3 {
	line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}

.item-container h3 span {
}



.item-container h3.ttl {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 10px;
    text-align: center;
	position: relative;
}
.item-container h3.ttl span {
	padding: 0px;
    display: block;
    font-size: 60%;
}


.item h4 {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: normal;
}

.item h4 span {
    display: block;
    font-weight: block;
    font-size: 80%;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
    line-height: 1.6;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.item .inbody p.ttl {
    font-size: 18px;
}

table.tbl-border {
    border-left: 0px #999 solid;
    border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 1rem;
    width: auto;
    color: #fff;
}

table.tbl-border th{
    padding: 10px;
    border-bottom: 0px #bd407e   solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
	width: auto;
}


table.tbl-border td{
	padding: 10px;
	border-bottom: 0px #bd407e  solid;
	border-top: 0px #999 dotted;
	border-right: 0px #999 solid;
	text-align: left;
	background: transparent;
	line-height: 1.6;
	vertical-align: top;
}

.of_visible;{
    overflow: visible;
}

/****************************
origin
****************************/

#page-event {
	color: #333;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}

.page-contents {
	background-image: url(../images/index/intro/bg.jpg);
    background-size: contain;
}


table.tbl-border th span {
    background: #fff;
    color: #810419;
    padding: 6px 20px;
    border-radius: 6px;
}

.margin-top-30{
    margin-top: -30px!important;
}

.margin-top-50{
    margin-top: -50px!important;
}
.margin-top-100{
    margin-top: -100px!important;
}
.margin-top-200{
    margin-top: -200px!important;
}
.margin-top-05per {
    margin-top: -5%!important;
}
.margin-top-10per {
    margin-top: -10%!important;
}
.margin-top-15per {
    margin-top: -15%!important;
}
.margin-top-20per {
    margin-top: -20%!important;
}
.margin-top-30per {
    margin-top: -30%!important;
}

.margin-right-50{
    margin-right: -50px;
}
.margin-left-50{
    margin-left: -50px;
}
.margin-right-30{
    margin-right: -30px;
}
.margin-left-30{
    margin-left: -30px;
}

.margin-right-05per {
     margin-right: -05%!important;
}

.margin-right-10per {
     margin-right: -10%!important;
}

.margin-right-15per {
     margin-right: -15%!important;
}
.margin-right-30per {
     margin-right: -30%!important;
}
.margin-right-50per {
     margin-right: -50%!important;
}


.margin-left-10per {
     margin-left: -10%!important;
}

.margin-left-15per {
     margin-left: -15%!important;
}
.margin-left-20per {
     margin-left: -20%!important;
}
.margin-left-30per {
     margin-left: -30%!important;
}
.margin-left-50per {
     margin-left: -50%!important;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f1a1bf;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}


.eng {
font-family: 'Dancing Script', cursive;
    font-weight: 400;
    letter-spacing: 1px;
}

hr.border {
}


.item-container h2.ttl {
	font-size: 2.4rem;
	line-height: 1.8;
    font-weight: 900;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    padding: 0px 0;
    margin: 10px 0;
	z-index: 1;
}

.item-container h2.ttl span{
	font-size:80%;
}
.item-container h2 b:after{
}


.item-container h2.ttl-small span{
	font-size: 1.8rem;
    letter-spacing: 4px;
}


.item-container h2.ttl-line:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #fbbdd9;
    display: block;
    position: absolute;
    top: 50%;
}
.item-container h2.ttl-nobefore:before{
    display: none;
}

.item-container h3.ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin: 0px 0 5px;
    letter-spacing: 0px;
    padding: 00px;
}


.item-container h3.ttl span span {
	display: block;
    font-size: 80%;
}

.item-container .item .inbody p.ttl{
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 10px 0;
letter-spacing: 0.1rem;
}
.item-container .item .inbody p.ttl b{
}
.item-container .item .inbody p.ttl b:after{
}


.item .inbody p.txt {
    padding: 10px 0;
}

.text-shadow-wh {
    text-shadow: #fff 2px 0px 1px , #fff -2px 0px 1px , #fff 0px -2px 1px , #fff 0px 2px 1px , #fff 2px 2px 1px , #fff -2px 2px 1px , #fff 2px -2px 1px , #fff -2px -2px 1px , #fff 1px 2px 1px , #fff -1px 2px 1px , #fff 1px -2px 1px , #fff -1px -2px 1px , #fff 2px 1px 1px , #fff -2px 1px 1px , #fff 2px -1px 1px , #fff -2px -1px;
    color: #333;
}
.text-shadow-whbl {
    text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff 0px 2px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px,#40210f 2px 0px 4px, #40210f -2px 0px 4px, #40210f 0px -2px 4px, #40210f 0px 2px 4px, #40210f 2px 2px 4px, #40210f -2px 2px 4px, #40210f 2px -2px, #40210f -2px -2px, #40210f 1px 2px, #40210f -1px 2px, #40210f 1px -2px, #40210f -1px -2px, #40210f 2px 1px, #40210f -2px 1px, #40210f 2px -1px, #40210f -2px -1px;
    color: #333;
}

.text-shadow-whgr {
    text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff 0px 2px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px,#a08006 2px 0px 4px, #a08006 -2px 0px 4px, #a08006 0px -2px 4px, #a08006 0px 2px 4px, #a08006 2px 2px 4px, #a08006 -2px 2px 4px, #a08006 2px -2px, #a08006 -2px -2px, #a08006 1px 2px, #a08006 -1px 2px, #a08006 1px -2px, #a08006 -1px -2px, #a08006 2px 1px, #a08006 -2px 1px, #a08006 2px -1px, #a08006 -2px -1px;
    color: #333;
}

.text-shadow-bk {
    text-shadow: #000 2px 0px 1px , #000 -2px 0px 1px , #000 0px -2px 1px , #000 0px 2px 1px , #000 2px 2px 1px , #000 -2px 2px 1px , #000 2px -2px 1px , #000 -2px -2px 1px , #000 1px 2px 1px , #000 -1px 2px 1px , #000 1px -2px 1px , #000 -1px -2px 1px , #000 2px 1px 1px , #000 -2px 1px 1px , #000 2px -1px 1px , #000 -2px -1px;
    color: #fff;
}
.text-shadow-bl {
    text-shadow: #00A3D9 2px 0px 4px, #00A3D9 -2px 0px 4px, #00A3D9 0px -2px 4px, #00A3D9 0px 2px 4px, #00A3D9 2px 2px 4px, #00A3D9 -2px 2px 4px, #00A3D9 2px -2px, #00A3D9 -2px -2px, #00A3D9 1px 2px, #00A3D9 -1px 2px, #00A3D9 1px -2px, #00A3D9 -1px -2px, #00A3D9 2px 1px, #00A3D9 -2px 1px, #00A3D9 2px -1px, #00A3D9 -2px -1px;
    color: #fff;
}
.text-shadow-gr {
    text-shadow: #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-gr02 {
    text-shadow: #00b285 2px 0px 4px, #00b285 -2px 0px 4px, #00b285 0px -2px 4px, #00b285 0px 2px 4px, #00b285 2px 2px 4px, #00b285 -2px 2px 4px, #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-or {
    text-shadow: #ff7f00 2px 0px, #ff7f00 -2px 0px, #ff7f00 0px -2px, #ff7f00 0px 2px, #ff7f00 2px 2px, #ff7f00 -2px 2px, #ff7f00 2px -2px, #ff7f00 -2px -2px, #ff7f00 1px 2px, #ff7f00 -1px 2px, #ff7f00 1px -2px, #ff7f00 -1px -2px, #ff7f00 2px 1px, #ff7f00 -2px 1px, #ff7f00 2px -1px, #ff7f00 -2px -1px;
    color: #fff;
}
.text-shadow-pk {
    text-shadow: #bc1367 2px 0px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}

.text-shadow-pk02 {
    text-shadow: #bc1367 2px 0px 4px, #bc1367 -2px 0px 4px, #bc1367 0px -2px 4px, #bc1367 0px 2px 4px, #bc1367 2px 2px 4px, #bc1367 2px 0px 4px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}

a.button,
div.button {
    display: inline-block;
    border: 0px #9e0421 solid;
    background: #00468c;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: hidden;
    color: #fff;
    font-weight: normal;
    padding: 15px 40px;
    margin: 10px 5px;
    line-height: 1.2;
    font-size: 16px;
    width: auto;
    text-align: center;
	position: relative;
}

a.button:after,
div.button:after {
    float: none;
    content: "\F105";
        font-family: FontAwesome;
    margin: 0 0 0 0px;
    right:0.5rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

a.button.anc:after {
    float: right;
    content: "\F107";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
}
a.button.close:after {
    float: right;
    content: "\F106";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 736px) {

	#container.container-stop {
	    transform: unset!important;
	}

	.margin-top-30,
	.margin-top-50,
	.margin-top-100,
	.margin-top-200,
	.margin-top-05per,
	.margin-top-10per,
	.margin-top-15per,
	.margin-top-20per,
	.margin-top-30per,
	.margin-top-50per {
	    margin-top:0px!important;
	}
	.margin-top-30-sp {
	    margin-top: -30px!important;
	}
	.margin-top-50-sp {
	    margin-top: -50px!important;
	}
	.margin-top-30-sp {
	    margin-top: -30px!important;
	}
	.margin-top-10per-sp {
	    margin-top: -10%!important;
	}
	.margin-top-15per-sp {
	    margin-top: -15%!important;
	}
	.margin-top-20per-sp {
	    margin-top: -20%!important;
	}
	.margin-top-30per-sp {
		margin-top: -30%!important;
	}

	.margin-right-30,
	.margin-right-10per,
	.margin-right-30per {
	    margin-right: -0px!important;
	}
	.margin-left-30,
	.margin-left-10per,
	.margin-left-20per,
	.margin-left-30per,
	.margin-left-50per {
	    margin-left: -0px!important;
	}

	.margin-left-10per-sp {
	    margin-left: -10%!important;
	}
	.margin-left-30per-sp {
	    margin-left: -30%!important;
	}
	.margin-left-50per-sp {
	    margin-left: -50%!important;
	}

	.youtube{
		height:240px;
	}

	table.tbl-border {
	    font-size: 0.8rem;
	}
	table.tbl-border th,
	table.tbl-border td {
	padding: 10px;
	}


	.item-container h2.txt span{
	    padding: 0 10px 0px;
	    font-size: 0.85rem;
	}

	.item-container h2, .item-container h2.ttl {
	    margin: 10px 0;
	    font-size: 1.2rem;
	    letter-spacing:1.5px;
	}
	.item-container h2 span, .item-container h2.ttl span {
	    font-size: 0.9rem;
	    letter-spacing: 2px;
	}
	.item-container h2.ttl-small span {
	    font-size: 1.2rem;
	    letter-spacing: 0px;
	}
	.item-container h3,
	.item-container h3.ttl {
	    font-size: 1.4rem;
	}
	.item-container .item .inbody p.ttl {
	    font-size: 1rem;
	}

	.item .inbody p.txt {
	    font-size: 0.8rem;
	}


	hr.clear.berder-sp {
	    height: 3px;
	    width: 100%;
	    background: #000;
		background-size: auto auto;
		background-color: rgba(255, 255, 255, 1);
		background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(211, 211, 211, 1) 3px, rgba(211, 211, 211, 1) 4px );
	    margin: 4%!important;
	}

}


.item .caption-txt{
    color: #fff;
    font-size: 0.65rem;
    position: absolute;
    bottom: 2px;
    right: 30px;
}

.item .caption-txt-base{
    color:;
    font-size: 0.65rem;
}

a.btn-txt {
	position: relative;
    font-size: 0.95rem;
    padding: 0 20px 0 0px;
    color: #2c6ebd;
    border-bottom: 0px #2c6ebd solid;
    display: inline-block;
    border-bottom: 1px #2c6ebd solid;
    margin: 0.5rem;
}
.btn-txt::after, .btn-txt:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.btn-txt:before {
	content: "";
    right: -5px;
    box-sizing: border-box;
    /* width: 20px; */
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #2c6ebd;
}

.btn-txt:after {
    content: "";
    right: 0;
    width: 10px;
    height: 2px;
    border-right: 15px solid #2c6ebd;
}

.btn-txt.anc:before ,
.btn-txt.closer:before {
	display:none;
}

.btn-txt.anc:after ,
.btn-txt.closer:after {

}

.btn-txt.anc:after ,
.btn-txt.close:after {
	float: none;
    content: "\F055";
    font-family: FontAwesome;
    margin: 0 0 0 0px;
    right: 0.1rem;
	top: 40%;
    transform: translateY(-50%);
    position: absolute;
    width: auto;
    height: auto;
    border: 0;
}
.btn-txt.close:after {
    content: "\F056";
}


.btn-txt.btn-blank {
}

.btn-txt.btn-blank:after {
	content:"";
	background-image: url(../images/index/icon_blank.svg);
    width: 10px;
    height:10px;
    border:0;
}
.btn-txt.btn-blank:before {
	display:none;
}

.button.btn-blank:after{
	content: "";
    background-image: url(../images/index/icon_blank_blue.svg);
    width: 10px;
    height: 15px;
    /* border: 0; */
    margin-top: 2px;
    background-position: center center;
    background-repeat: no-repeat;
}


.backtoBtn {
    position: fixed;
    right: 0px;
    z-index: 4;
    display: none;
    bottom: 30%;
    width: 150px;
}


@media screen and (max-width: 736px) {

.backtoBtn {
    position: fixed;
    right: 0px;
    z-index: 4;
    display: none;
    bottom: auto;
    top:0;
    width: 100%;
}

a.button {
    padding: 10px 20px;
    margin: 4px 5px;
    line-height: 1.2;
    font-size: 0.8rem;
}

a.btn-txt {
    font-size: 0.8rem;
}


}



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

origin

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

#page-event{
}

#page-event:after{
}


.item-container h2.ttl-header {
    font-size: 3rem;
	line-height: 1.6;
    font-weight: 900;
    letter-spacing: 4px;
    text-align: center;
    position: relative;
    padding: 0px 0;
    margin: 10px 0;
	z-index: 1;
}

.item-container h2.ttl-header  span{
    font-size: 60%;
    display: block;
    font-weight: 600;
}



@media screen and (max-width: 736px) {

.item-container h2.ttl-header {
    font-size: 1.6rem;
}


}


/*************************************************
#ky_slider{}
**************************************************/
.ky_slider-img{
	padding-top: 50%;
    width: 100%;
	background-size: auto 100%;
    background-size: cover;

    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	position: relative;
}


#ky_slider .ky_slider-fantasiacity-logo {
	height: 70%;
    width: 65%;
    background-size: 60%;
    background-position: left top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    top: 1.5%;
    left: 0%;
    right: auto;
    z-index: 99;
    margin: 0 auto;
    background-image: url(../images/index/opening/ky_slider/fantasiacity.png);
}


#ky_slider p.copyright {
    font-size: 0.75rem;
    line-height: 1;
    position: absolute;
    right: 1%;
    color: #000;
    text-align: right;
    bottom: 1%;
}
#ky_slider p.copyright02 {
    font-size: 0.9rem;
    line-height: 1;
    position: absolute;
    right: 1%;
    color: #000;
    text-align: right;
    bottom: 4%;
}


#ky_slider .ky_slider-logo {
    height: 100%;
    width: 25%;
    max-width: 750px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    top: auto;
    bottom: 3%!important;
    left: auto;
    right: 0%!important;
    z-index: 2;
    margin: 0 auto;
}

.ky_slider-flowerfantasia {
    background-image: url(../images/index/opening/ky_slider/flowerfantasia_pc.jpg);
    background-size: cover;
}
.ky_slider-flowerfantasia-logo {
    background-image: url(../images/index/opening/ky_slider/flowerfantasia.png);
}
.ky_slider-seafantasia {
    background-image: url(../images/index/opening/ky_slider/seafantasia_pc.jpg);
}
.ky_slider-seafantasia-logo {
    background-image: url(../images/index/opening/ky_slider/seafantasia.png);
}

.ky_slider-spacefantasia {
    background-image: url(../images/index/opening/ky_slider/spacefantasia_pc.jpg);
}
.ky_slider-spacefantasia-logo {
    background-image: url(../images/index/opening/ky_slider/spacefantasia.png);
}
.ky_slider-woodsfantasia {
    background-image: url(../images/index/opening/ky_slider/woodsfantasia_pc.jpg);
}
.ky_slider-woodsfantasia-logo {
    background-image: url(../images/index/opening/ky_slider/woodsfantasia.png);
}
.ky_slider-athleticfantasia {
    background-image: url(../images/index/opening/ky_slider/athleticfantasia_pc.jpg);
}
.ky_slider-athleticfantasia-logo {
    background-image: url(../images/index/opening/ky_slider/athleticfantasia.png);
}
.ky_slider-carillonfantasia {
    background-image: url(../images/index/opening/ky_slider/carillonfantasia_pc.jpg);
}
.ky_slider-carillonfantasia-logo {
    background-image: url(../images/index/opening/ky_slider/carillonfantasia.png);
}
.ky_slider-artfantasia {
    background-image: url(../images/index/opening/ky_slider/artfantasia_pc.jpg);
}
.ky_slider-artfantasia-logo {
    background-image: url(../images/index/opening/ky_slider/artfantasia.png);
}

@media screen and (max-width: 736px) {
	#ky_slider .ky_slider-logo {
	    height: unset;
	    width: 60%;
	    padding-top: 50%;
	    background-position: center bottom;
	    top: 0;
	    top: auto;
	    bottom: 3%;
	    left: 0!important;
	    right: 0!important;
	}
	#ky_slider .ky_slider-fantasiacity-logo {
	    height: unset;
	    padding-top: 90%;
	    width: 90%;
	    background-size: 80%;
	    background-position: center top;
	    left: 0;
	    right: 0;
	    top: 1%;
	    bottom:auto;
	}
	.ky_slider-img {
	    padding-top: 170%;
	}
	.ky_slider-flowerfantasia {
	    background-image: url(../images/index/opening/ky_slider/flowerfantasia_sp.jpg);
	    background-size: cover;
	}
	.ky_slider-seafantasia {
	    background-image: url(../images/index/opening/ky_slider/seafantasia_sp.jpg);
	}
	.ky_slider-spacefantasia {
	    background-image: url(../images/index/opening/ky_slider/spacefantasia_sp.jpg);
	}
	.ky_slider-woodsfantasia {
	    background-image: url(../images/index/opening/ky_slider/woodsfantasia_sp.jpg);
	}
	.ky_slider-athleticfantasia {
	    background-image: url(../images/index/opening/ky_slider/athleticfantasia_sp.jpg);
	}
	.ky_slider-carillonfantasia {
	    background-image: url(../images/index/opening/ky_slider/carillonfantasia_sp.jpg);
	}
	.ky_slider-artfantasia {
	    background-image: url(../images/index/opening/ky_slider/artfantasia_sp.jpg);
	}
	#ky_slider p.copyright {
	    zoom: 0.9;
	    font-size: 0.65rem;
	    right: 0;
	    left: 0;
	    bottom: 1%;
	}
}
/*************************************************
#ky_visual{}
**************************************************/


#ky_visual:before{
/*
	content:"";
    background-image: url(../images/index/opening/ky_visual/01_pc.jpg);
    background-image: url(../images/index/intro/bg.jpg);
	padding-top: 55%;
	padding-top: 100%;
    width: 100%;
	background-size: auto 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	position: absolute;
    left: 0;
    background-attachment: fixed;
*/
}



.ky_visual-img{
	padding-top: 55%;
    width: 100%;
    background-size: cover;
	background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	position: relative;
}

.ky_visual-logo {
	height: 100%;
    width: 30%;
    max-width: 750px;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: auto;
    right: 12%;
    z-index: 2;
    margin: 0 auto;
}
.ky_visual-load {
    background-image: url(../images/index/opening/ky_visual/01_pc.jpg);
}
#ky_visual .ky_visual01-logo {
	background-image: url(../images/index/opening/ky_visual/01.png);
    width: 50vw;
    max-width: unset;
    background-position: center 40%;
    left: 0;
    right: 0;

}


.ky_visual01 {
    background-image: url(../images/index/opening/ky_visual/01_pc.jpg);
    background-size: cover;
}
.ky_visual02 {
    background-image: url(../images/index/opening/ky_visual/02_pc.jpg);
}
.ky_visual02-logo {
    background-image: url(../images/index/opening/ky_visual/02.png);
}
.ky_visual03 {
    background-image: url(../images/index/opening/ky_visual/03_pc.jpg);
}
.ky_visual03-logo {
    background-image: url(../images/index/opening/ky_visual/03.png);
}
.ky_visual04 {
    background-image: url(../images/index/opening/ky_visual/04_pc.jpg);
}
.ky_visual04-logo {
    background-image: url(../images/index/opening/ky_visual/04.png);
}
.ky_visual05 {
    background-image: url(../images/index/opening/ky_visual/05_pc.jpg);
}
.ky_visual05-logo {
    background-image: url(../images/index/opening/ky_visual/05.png);
}
.ky_visual06 {
    background-image: url(../images/index/opening/ky_visual/06_pc.jpg);
}
.ky_visual06-logo {
    background-image: url(../images/index/opening/ky_visual/06.png);
}
.ky_visual07 {
    background-image: url(../images/index/opening/ky_visual/07_pc.jpg);
}
.ky_visual07-logo {
    background-image: url(../images/index/opening/ky_visual/07.png);
}
.ky_visual08 {
    background-image: url(../images/index/opening/ky_visual/08_pc.jpg);
}
.ky_visual08-logo {
    background-image: url(../images/index/opening/ky_visual/08.png);
}


#ky_visual.item-container h2.ttl-header {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 600;
	display: block;
	animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient( to right,  rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
	-webkit-background-clip: text;
	color: transparent;
}
@keyframes ttlheader {
  100% {
    filter: hue-rotate(90deg);
  }
}

@media all and (-ms-high-contrast: none){
  #ky_visual.item-container h2.ttl-header  {
    background: transparent;
    color: #333;
  }
}


.kv_movie {
    position: relative;
    padding-top: 55%;
    width: 100%;
}
.kv_movie video {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    top: 0%;
    left: 0%;
    transition: transform 2s 0.3s;
}

@media screen and (max-width: 736px) {


	ky_visual p.tagline {
	    font-size: 2.4vh;
	}
	ky_visual p.opendate {
	    font-size: 2.7vh;
	}
	ky_visual .slick-dots {
	    width: auto;
	}
	ky_visual p.copyright {
	    right: 2%;
	}
	.ky_visual-img{
		padding-top: 150%;
	    width: 100%;
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
	    box-sizing: border-box;
		position: relative;
	}

	.ky_visual-logo{
	    height: 100%;
	    width: 50%;;
	    right: 1%;
	}
	.ky_visual01 {
	    background-image: url(../images/index/opening/ky_visual/01_sp.jpg);
	}
	.ky_visual01-logo {
		width: 90%;
		right: 0;
	}
/*
	.ky_visual02 {
	    background-image: url(../images/index/opening/ky_visual/02_sp.jpg);
	}
	.ky_visual03 {
	    background-image: url(../images/index/opening/ky_visual/03_sp.jpg);
	}

	.ky_visual04 {
	    background-image: url(../images/index/opening/ky_visual/04_sp.jpg);
	}

	.ky_visual05 {
	    background-image: url(../images/index/opening/ky_visual/05_sp.jpg);
	}

	.ky_visual06 {
	    background-image: url(../images/index/opening/ky_visual/06_sp.jpg);
	}

	.ky_visual07 {
	    background-image: url(../images/index/opening/ky_visual/07_sp.jpg);
	}

	.ky_visual08 {
	    background-image: url(../images/index/opening/ky_visual/08_sp.jpg);
	}
*/
	#ky_visual .ky_visual01-logo {
	    width: 90%;
	    background-position: center center;
	}
	#ky_visual.item-container h2.ttl-header {
	    font-size: 2.6vh;
	}
	.kv_movie {
	    position: relative;
	    padding-top: 175%;
	}
}

/****************************************************
#intro
****************************************************/

#intro {
/*
	clip-path: polygon(0% 15%, 0 4%, 24% 7%, 85% 0%, 100% 5%, 100% 16%, 100% 85%, 100% 98%, 75% 100%, 39% 97%, 0 100%, 0 83%);
	animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient( to right,  rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
    background: linear-gradient(to right top, #5bb1f3, #00b285, #de268f);
    z-index: 2;
	background-attachment: fixed;
*/
}
#intro .ttl-main:before {
	content:"";
    color: #333;
	animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient( to right,  rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
    background: linear-gradient(to right top, #5bb1f3, #00b285, #de268f);
    z-index: 2;
	background-attachment: fixed;
    position: absolute;
     width: 100%;
     height:100%;
    left: 0;
	clip-path: polygon(0 70%, 0 0, 100% 0, 100% 70%, 50% 100%);

}

@keyframes ttlheader {
  100% {
    filter: hue-rotate(90deg);
  }
}

#intro.item-container h2.ttl-header {
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: 300;
	display: block;
    color: #fff;
}

#intro.item-container h2.ttl-header b {
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: 300;
	animation: ttlheader 1s cubic-bezier(.4, 0, .2, 1) infinite alternate;
    background: linear-gradient( to right, rgba(69,179,224,1) 25%, rgb(255 255 255) 75% );
	-webkit-background-clip: text;
	color: transparent;
}
@keyframes ttlheader {
  100% {
    filter: hue-rotate(90deg);
  }
}


@media all and (-ms-high-contrast: none){
  #intro.item-container h2.ttl-header  {
    background: transparent;
    color: #fff;
  }
}


#intro .ky_visual-img{
    padding-top: 30%;
    width: 30%;
    background-size: contain;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	position: relative;
    margin: 0 auto;
	border-radius: 99999px;
    display: inline-block;
}

#intro .ky_visual-img p{
	display:none;
}

#intro .swiper-container-multirow > .swiper-wrapper {
	justify-content: center;
}

#intro .logo-img {
    padding-top: 30%;
    width: 70%;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}

#intro .ky_visual01-logo {
    background-image: url(../images/index/opening/ky_visual/01_w.png);
}
#intro .ky_visual02-logo {
    background-image: url(../images/index/opening/ky_visual/02_w.png);
}
#intro .ky_visual03-logo {
    background-image: url(../images/index/opening/ky_visual/03_w.png);
}
#intro .ky_visual04-logo {
    background-image: url(../images/index/opening/ky_visual/04_w.png);
}
#intro .ky_visual05-logo {
    background-image: url(../images/index/opening/ky_visual/05_w.png);
}
#intro .ky_visual06-logo {
    background-image: url(../images/index/opening/ky_visual/06_w.png);
}
#intro .ky_visual07-logo {
    background-image: url(../images/index/opening/ky_visual/07_w.png);
}
#intro .ky_visual08-logo {
    background-image: url(../images/index/opening/ky_visual/08_w.png);
}



#intro p.copyright {
    position: absolute;
    font-size:0.2vw;
    text-align: right;
    bottom: 4px;
    right: 1%;
    color: #fff;
    z-index: 2;
    text-shadow: 1px 1px #000, -1px -1px #000;
}

#intro .swiper-container p.copyright,
#intro #first-view p.copyright {
    font-size: 0.6rem;
    text-align: center;
    bottom: 4px;
    right: auto;
    left:auto;
    width: 100%;
}

#intro .swiper-slide a{
	display: block;
}
#intro .swiper-slide a:hover{
}


#intro .swiper-container,
#first-view,
#first-view .item{
    transition: 1.0s;
    transition: 1.5s;
}

#intro .swiper-container.first-slider,
#first-view .first-slider{
    transform: rotateY( 360deg );
    transform: scale(5, 5 );
	opacity: 0;
}
#intro p.copyright{
	opacity: 0;
}

#intro .swiper-container2{
} 

.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }

#intro .swiper-pagination {
    position: relative;
}

#intro .swiper-container2.swiper-container-multirow > .swiper-wrapper{
	justify-content: center;
}

#intro .swiper-container2 .swiper-slide {
    order: unset!important;
	-webkit-box-ordinal-group:unset!important;
	margin-top: 20px!important;;
}


@media all and (-ms-high-contrast: none){
  .fantasia-detail h2.ttl-header  {
    background: transparent;
    color: #333;
  }
}


@media screen and (max-width: 736px) {

	#intro.item-container h2.ttl-header {
	    font-size: 3.5vh;
	}
	#first-view p.copyright {
		opacity: 0;
	}
	#first-view .inbody {
		padding: 4px;
	}
	#first-view  .ky_visual-logo {
	    width: 100%;
	}
	#intro .item .inbody p.txt {
	    font-size: 1.6vh;

	}
	#intro .ky_visual-img{
		padding-top: 96%;
	    width: 96%;
	    background-image: none;
	    background-color: #999;
	}


	#intro .ky_visual-img.flowerfantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #fdcaff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#fdcaff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#fdcaff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdcaf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#intro .ky_visual-img.flowerfantasia01 p{
	    color: #e86cdf
	}

	#intro .ky_visual-img.seafantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(148,219,247,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(148,219,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(148,219,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94dbf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#intro .ky_visual-img.seafantasia01 p{
	    color: #2c6ebd;
	}
	#intro .ky_visual-img.spacefantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #b394f7 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#b394f7 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#b394f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdcaf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	#intro .ky_visual-img.spacefantasia01 p{
    color: #b513bc;
	}

	#intro .ky_visual-img.woodsfantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #f3ae6a 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#f3ae6a 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#f3ae6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3ae6a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}	
	#intro .ky_visual-img.woodsfantasia01 p{
    color: #ec7600;
	}

	#intro .ky_visual-img.athleticfantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #ff9999 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#ff9999 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#ff9999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff9999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#intro .ky_visual-img.athleticfantasia01 p{
    color: #dc0d0d;
	}

	#intro .ky_visual-img.carillonfantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #e0bc8c 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#e0bc8c 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#e0bc8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0bc8c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	#intro .ky_visual-img.carillonfantasia01 p{
    color: #cd9c04;
	}


	#intro .ky_visual-img.artfantasia01{
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fff 0%, #85dcb1 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fff 0%,#85dcb1 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fff 0%,#85dcb1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#85dcb1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	#intro .ky_visual-img.artfantasia01 p{
    color: #0b6d54;
	}

	#intro .logo-img {
		display:none;
	}
	#intro .ky_visual-img p{
		display: block;
	    font-size: 0.8rem;
	    color: #ffd900;
	    color: #ffffff;
	    padding: 0 0.5em;
	    line-height: 1.2;
	    text-align: center;
	    position: absolute;
	    top: 53%;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	    display: block;
	    left: 0;
	    right: 0;
	}


}


/****************************************************
#company
***************************************************/
#company{
background: #fbf7e3;
clip-path: polygon(36% 14%, 80% 0%, 100% 6%, 100% 100%, 79% 94%, 0 100%, 0 100%, 0 6%);
}
#company.item-container h2.ttl-header {
	font-size: 2rem;
	line-height: 1.6;
	font-weight: 300;
	display: block;
    color: #333;
}


@media screen and (max-width: 736px) {
	#company {
	    clip-path: unset;
	}
	#company.item-container h2.ttl-header  {
	    font-size: 2.5vh;
	}
}

/****************************************************
#info
****************************************************/

#info {
	background: #fff;
    background: #333;
    color: #fff;
    background-image: url(../images/index/info/bg02.jpg);
    background-size: 180%;
    background-position: center top;
}




@media screen and (max-width: 736px) {

	#info {
	    background-size: 150%;
	}
}

/****************************************************
#first-view
****************************************************/


#first-view a{
	display:block;
}

/****************************************************
#stage
***************************************************/
#stage{
/*
    background-image: url(../images/index/intro/bg.jpg);
*/
}

#stage a.button {
    padding: 14px 40px;
    margin: 4px 5px;
    line-height: 1.2;
    font-size: 1rem;
}



/****************************************************
#nightshow
***************************************************/

#nightshow:before {
    content: "";
    color: #333;
    clip-path: polygon(0% 15%, 0 4%, 24% 7%, 85% 0%, 100% 5%, 100% 16%, 100% 85%, 100% 98%, 75% 100%, 39% 97%, 0 100%, 0 83%);
    animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
    background: linear-gradient(to right top, #5bb1f3, #2049bd, #030952);
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

/****************************************************
#andmore
****************************************************/

#andmore.item-container h3 {
    display: block;
    animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
    background: linear-gradient( to right, rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
    -webkit-background-clip: text;
    color: transparent;
}


@media all and (-ms-high-contrast: none){
  #andmore.item-container h3 {
    background: transparent!important;
    color: #333!important;
  }
}


/****************************************************
#gourmet
****************************************************/


#gourmet {
    text-align: center;
    background-color: #fff;
    background-image: radial-gradient(#fff5ea 30%, transparent 30%);
    background-size: 20px 20px;
}


#gourmet.item-container h3.ttl {
    color: #ff7f00;
}

.img-photo {
    border: 0.2rem #fff solid;
    box-shadow: 1px 1px 5px #666;
    box-sizing: border-box;
}



/****************************************************
#photo-spot
****************************************************/


#photo-spot {
    text-align: center;
    background-color: #fff;
    background-image: radial-gradient(#f5f5f5 30%, transparent 30%);
    background-size: 20px 20px;
}


#photo-spot.item-container h3.ttl {
    color: #3fbfbf;
}

.img-photo {
    border: 0.2rem #fff solid;
    box-shadow: 1px 1px 5px #666;
    box-sizing: border-box;
}
/****************************************************
#goods
****************************************************/


#goods {
    text-align: center;
    background-color: #fff;
	background-image: radial-gradient(#e9f6fb 30%, transparent 30%);
    background-size: 20px 20px;
}


#goods.item-container h3.ttl {
    color: #5fb6d8;
}


/****************************************************
#student
****************************************************/

#student-main {
    position: relative;
}
#student #student-main:after {
    content: "";
    background-image: url(../images/student/cover.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 150% 35%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#student .logo-img {
	padding-top: 30%;
    width: 100%;
    max-width: 750px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    z-index: 2;
    display: block;
    margin: 0 auto;
}
#student .logo-img.logo01 {
    background-image: url(../images/student/logo.png);
}

#student .intro-slider-img {
    padding-top: 70%;
    width: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}

#student .intro-slider-img.intro01 {
    background-image: url(../images/student/01.jpg);
}
#student .intro-slider-img.intro02 {
    background-image: url(../images/student/02.jpg);
}



/****************************************************
#event-pickup
****************************************************/

h3.ttl-header02 {
    color: #ff7f00;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 10px 0;
    margin: 10px 0 10px;
    line-height: 1.2;
}
h3.ttl-header02 span {
    padding: 10px 3vw 10px;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
    font-weight: 600;
}
h3.ttl-header02 span:before, h3.ttl-header02 span:after {
	content: "";
    height: 6vh;
    width: 2px;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    z-index: 0;
    vertical-align: middle;
    background: #ff7f00;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20eg);
    -webkit-transform: rotate(-20deg);
}
h3.ttl-header02 span:after {
    left: auto;
    right: 0;
    transform: rotate(20deg);
    -moz-transform: rotate(20eg);
    -webkit-transform: rotate(20deg);
}
@media screen and (max-width: 736px){
	h3.ttl-header02 span {
	    font-size: 2.2vh;
	}
}

#event-pickup {
background-color: #fbffdf;
}
#event-pickup p.txt span {
    font-size: 120%;
    display: block;
    font-weight: 600;
    color:#ff7f00;
}

#event-pickup  a.button, #event-pickup  div.button {
    background: #ff7f00;
}

.event-img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.event01 {
    background-image: url(../images/index/event-pickup/01.jpg);
    background-size: contain;
}
.event02 {
    background-image: url(../images/index/event-pickup/02.jpg);
    background-size: contain;
}
.event03 {
    background-image: url(../images/index/event-pickup/03.jpg);
    background-size: contain;
}
.event04 {
    background-image: url(../images/index/event-pickup/04.jpg);
    background-size: contain;
}


#vr-world a.button{
    background: #999;
    color: #fff;
}
#vr-world.item-container h3.ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0px 0 5px;
    letter-spacing: 0.1rem;
    padding: 2rem 0;
    color: #fff;
}

@media screen and (max-width: 736px) {

	#vr-world.item-container h3.ttl {
	   font-size: 2.6vh;
	padding: 0.5rem 0;
	}
}



/****************************************************
#stay
****************************************************/

div#stay {
    background: #ffeeed;
	background-size: auto auto;
	background-color: rgba(255, 251, 236, 1);
background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(255, 224, 224, 1) 3px, rgba(255, 224, 224, 1) 4px );
}

#stay h3.ttl-header02 span {
        color: #d74e58;
    font-size: 1.5rem;
}
#stay h3.ttl-header02 span:before, #stay h3.ttl-header02 span:after {
    background: #d74e58;
}
#stay a.button, #stay div.button {
    background: #af1716;
}
.stay-img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.stay01 {
    background-image: url(../images/index/stay/01.jpg);
    background-size: cover;
}

@media screen and (max-width: 736px){
	#stay  h3.ttl-header02 span {
	    font-size: 2.2vh;
	}
}

/****************************************************
.fantasia-detail
****************************************************/

.iziModal-wrap {
    background: #000;
}

.fantasia-detail .fantasia-inner {

    margin: 0.5%;
/*
    background-color: #fff;
    background-image: url(../images/index/intro/bg.jpg);
    background-position: right top;
*/
}


.fantasia-detail h2.ttl-header {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 300;
    display: block;
	letter-spacing: 0rem;
}

.fantasia-detail h2.ttl-header {
	animation: ttlheader 5s cubic-bezier(.4, 0, .2, 1) infinite alternate;
	background: linear-gradient( to right,  rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
	-webkit-background-clip: text;
	color: transparent;
}
#seafantasia.fantasia-detail h2.ttl-header {
    background: linear-gradient( to right, rgba(69,179,224,1) 25%, #14bdc5 75% );
	-webkit-background-clip: text;
	color: transparent;
}
#spacefantasia.fantasia-detail h2.ttl-header {
	background: linear-gradient( to right, rgb(4 15 150) 25%, rgb(87 159 232) 75% );
	-webkit-background-clip: text;
	color: transparent;
}
#woodsfantasia.fantasia-detail h2.ttl-header {
    background: linear-gradient( to right, #af1716 25%, #ff7f00 75% );
	-webkit-background-clip: text;
	color: transparent;
}
#carillonfantasia.fantasia-detail h2.ttl-header {
    background: linear-gradient( to right, #af1716 25%, #ff7f00 75% );
	-webkit-background-clip: text;
	color: transparent;
}



@keyframes ttlheader {
  100% {
    filter: hue-rotate(90deg);
  }
}

@media all and (-ms-high-contrast: none){
  .fantasia-detail h2.ttl-header  {
    background: transparent!important;
    color: #333!important;
  }
}


.fantasia-detail .ky_visual-img {
    padding-top: 70%;
    width: 100%;
    background-size: cover;
}

.ky_visual-img.flowerfantasia01 {
	background-image: url(../images/index/stage/flowerfantasia.jpg);
}
.ky_visual-img.seafantasia01 {
	background-image: url(../images/index/stage/seafantasia.jpg);
}
.ky_visual-img.spacefantasia01 {
	background-image: url(../images/index/stage/spacefantasia.jpg);
}
.ky_visual-img.woodsfantasia01 {
	background-image: url(../images/index/stage/woodsfantasia.jpg);
}
.ky_visual-img.athleticfantasia01 {
	background-image: url(../images/index/stage/athleticfantasia.jpg);
}
.ky_visual-img.carillonfantasia01 {
	background-image: url(../images/index/stage/carillonfantasia.jpg);
}
.ky_visual-img.artfantasia01 {
	background-image: url(../images/index/stage/artfantasia.jpg);
}

.fantasia-detail .ky_visual-logo {
    height: 150px;
    width: 100%;
    max-width: 750px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    z-index: 2;
    margin: 0 auto;
}


a.modal-btn {
    display: inline-block;
    border: 0px #fff solid;
    background: #999;
    color: #fff;
    font-weight: normal;
    padding: 10px 45px;
    margin: 10px 5px 20px;
    line-height: 1.2;
    font-size: 16px;
    width: auto;
    text-align: center;
border-radius: 0px;
}
a.modal-btn:after {
    position: absolute;
    content: "\F08E";
    font-family: FontAwesome;
    top: 28%;
    right: 5px;
}
a.modal-btn.next:after {
    content: "\F178";
}
a.modal-btn.prev:before {
    content: "\F177";
    position: absolute;
    font-family: FontAwesome;
    top: 29%;
    left: 5px;
}
a.modal-btn.prev:after {
    display:none;
}
.iziModal-navigate>button {
    opacity: 0.8!important;
}

@media screen and (max-width: 736px) {
	.fantasia-detail .fantasia-inner {
	    padding: 0;
	}
	.fantasia-detail h2.ttl-header {
		font-size: 3.2vh;
	}
	.fantasia-detail .ky_visual-logo {
	    height: 100px;
	}
	a.modal-btn {
	    padding: 10px 25px;
		margin: 5px 10px 10px;
	    font-size: 0.7rem;
	}
}

/*****************************************
#hotel
*****************************************/

#hotel {
	background: #dcf4ff;
    background-size: auto auto;
    background-color: rgba(255, 251, 236, 1);
    background-image: repeating-linear-gradient(90deg, transparent, transparent 3px, #dcf4ff 3px, #dcf4ff 4px );
}

#hotel h3.ttl-header02 span {
        color: #5fb6d8;
    font-size: 1.5rem;
}
#hotel h3.ttl-header02 span:before, #hotel h3.ttl-header02 span:after {
    background: #5fb6d8;
}
#hotel a.button, #hotel div.button {
    background: #5fb6d8;
}



#hotel .ttl-eng span:after {
	background: #bd584c;
}

#hotel p.ttl b,
#hotel  .text-ttl {
    color: #bd584c;
}
#hotel a.btn-basic,
.page-navi li.hotel a  {
    background: #e69389;
}


#hotel .img-box {
    padding-top: 80%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}
.img-box.hotel01 {
    background-image: url(../images/index/hotel/01.jpg);
    padding-top: 60%;
}
.img-box.hotel02 {
    background-image: url(../images/index/hotel/02.jpg);
    padding-top: 60%;
}
.img-box.hotel03 {
    background-image: url(../images/index/hotel/03.jpg);
    padding-top: 60%;
}

.img-box.hotel04 {
    background-image: url(../images/index/hotel/04.jpg);
    padding-top: 60%;
}
.img-box.hotel05 {
    background-image: url(../images/index/hotel/05.jpg);
    padding-top: 60%;
}


.img-box.he01 {
    background-image: url(../images/index/hotel/he.jpg);
    padding-top: 60%;
}
.img-box.am01 {
    background-image: url(../images/index/hotel/am.jpg);
    padding-top: 60%;
}
.img-box.fv01 {
    background-image: url(../images/index/hotel/fv.jpg);
    padding-top: 60%;
}
.img-box.hn01 {
    background-image: url(../images/index/hotel/hn.jpg);
    padding-top: 60%;
	background-position: center top;
}

.ttl-hotel {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0 1.5rem;
    color: #5fb6d8;
}

.ttl-hotel:before,
.ttl-hotel:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #5fb6d8;
  border-bottom: solid 2px #5fb6d8;
}

.ttl-hotel:before {
  left: 0;
}

.ttl-hotel:after {
  right: 0;
}

#hotel .hotel-txt {
padding: 10px 0 1.5rem;
}

#hotel .hotel-txt span{
    display: block;
}

#hotel a.btn-hotel {
	position: relative;
    padding: 0.5rem 1rem calc(0.5rem + 10px);
    background: #e69389;
    font-size: 1rem;
    color: #000;
    line-height: 1;
    display: block;
    width: 60%;

    border-radius: 10rem;
}

#hotel a.btn-hotel:before {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 99%;
    height: 93%;
    content: "";
    border: 2px solid #000;
    border-radius: 10rem;
}

#hotel a.btn-hotel:after{
    float: none;
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0 0 0px;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.center-slider{}
.center-slider .slick-slide{
	opacity: 0.2!important;
}
.center-slider .slick-current{
	opacity: 1!important;
}



@media screen and (max-width: 736px) {
	#hotel  h3.ttl-header02 span {
	    font-size: 2.2vh;
	}
	.ttl-hotel {
		font-size: 1.5rem;
	    line-height: 1.3;
	    margin: 0 auto;
        padding: 0 45px;
	}
	#hotel.item-container h3, #hotel.item-container h3.ttl {
	    font-size: 1.2rem;
	}
	.ttl-hotel:before, .ttl-hotel:after {
	    width: 30px;
	}
	#hotel .hotel-txt {
	    font-size: 1rem;
	}
	#hotel a.btn-hotel {
	    padding: 1rem 1rem calc(0.5rem + 10px);
	    font-size: 0.8rem;
	    width: 60%;
	}
	.img-box.hotel01,
	.img-box.hotel02,
	.img-box.hotel03,
	.img-box.hotel04 {
    padding-top: 100%;
	}
	.img-box.he01,
	.img-box.am01,
	.img-box.fv01,
	.img-box.hn01 {
    padding-top: 50%;
	}
}



p.point {
	background: #5fb6d8;
    padding: 0.8rem!important;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}


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

.mapno

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

.mapno {
    font-size: 11px!important;
	line-height: 18px!important;
        text-align: center!important;
    color: #fff!important;
    padding: 0 0.3rem;
    margin: 0 0 0 .5rem;
    display: inline-block!important;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    text-shadow: none!important;
    border: 0!important;
}
.mapno.wellcomearea{
    background: #753A97;
    color:#fff;
}

.mapno.flowerload{
	background:#F27B88;
}

.mapno.adventurepark{
	background:#9A4C34;
}
.mapno.towercity{
	background:#EE1D23;
}
.mapno.amsterdamcity{
	background:#F382B7;
}
.mapno.harbortown{
	background:#2098d1;
}
.mapno.attractiontown{
	background:#FCB814;
}
.mapno.artgarden{
	background:#658441;
}
.mapno.forest{
	background:#40630f;
}
.mapno.hotelrestaurant{
	background:#5d1e0b;
}
.mapno.rotterdam{
	background:#999;
}
.mapno.fantasiacity{
    background: #00ABCA;
}
.mapno.other{
	background:#666;
}

.mapno.maptxt {
    margin: 0  0  0 0.3rem;
    padding: 0 0rem;
    color:#333!important;
}