@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;
}

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-top-40per {
    margin-top: -40%!important;
}
.margin-top-50per {
    margin-top: -50%!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: 1rem;
    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;
	}
}


.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: 2px #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.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_visual{}
**************************************************/

#ky_visual {
    height: 100px;
}

#ky_visual:before{
	content:"";
}



.ky_visual-img{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-size: auto 100%;
    background-position: center top;
    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;
    height: 100%;
    max-width: unset;
    background-position: center center;
    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: 2.5rem;
	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;
  }
}

@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);
	    padding: 0;
	}
	.ky_visual01-logo {
		width: 90%;
		right: 0;
	}
	#ky_visual {
	    height: 70px;
	}
	#ky_visual .ky_visual01-logo {
	    width: 55%;
	    background-position: center center;
	}

	#ky_visual.item-container h2.ttl-header {
	    font-size: 2.6vh;
	}

}

/****************************************************
#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: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;
    
}

@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: 100%;
    width: 100%;
    background-size: contain;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
	position: relative;
}

#intro .swiper-container .ky_visual-img,
#intro #first-view .ky_visual-img{
	border-radius: 99999px;
}

#intro .ky_visual-logo {
	height: 120px;
    width: 80%;
    max-width: 750px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
	margin-top: -15%;
}

#intro .swiper-container .ky_visual-logo,
#intro #first-view .ky_visual-logo {
	height: 100%;
    width: 80%;
    max-width: 750px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	margin-top:unset;
background-position: center bottom;
}

#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;
    transition: 1.0s;
    transition: 0.5s;
    transform: rotateY(0deg );
}
#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;
}


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

	#intro.item-container h2.ttl-header {
	    font-size: 3.5vh;
	}
	#first-view p.copyright {
		opacity: 0;
	}

	#intro .item .inbody p.txt {
	    font-size: 1.6vh;

	}
	#intro .ky_visual-logo {
	    height: 50px;
	}
	#intro .ky_visual-logo {
		margin-top: -10%;
	}

}


/****************************************************
#stage
***************************************************/
#stage{
}
#stage canvas {
	min-width: 100vw;
    min-height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}



/****************************************************
.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: 1.8rem;
    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 h3.ttl-header {
	font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 600;
    display: block;
    letter-spacing: 0rem;
    display: inline-block;
	background: #1d9e00;
    color: #fff;
    margin: 1rem auto 1rem;
    padding: 0.3rem 1rem;
    border-radius: 9999px;
}
@media all and (-ms-high-contrast: none){
}


.fantasia-detail h3.ttl-header span{
    font-weight: 300;
    padding: 0 0.5rem;
    font-size: 80%;
}

.stage-ttl {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0rem 1.5rem 5rem;
    border: 0px solid #000;
    font-size: 1.6vw;
    margin: 1rem 0;
    text-align: left
}

.stage-ttl:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}

.stage-ttl span {
	font-size: 2.5rem;
    font-family: helvetica;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
	padding-top: 1.5rem;
    padding-left: 1.2rem;
    color: #fff;
}
p.txt-box {
    position: relative;
    padding: 1em 2em;
    text-align: center;
    font-size: 1vw;
    line-height: 1.7;
    margin: 1rem 0.5rem;
text-align: left;
}

.txt-box:before,
.txt-box:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
}

.txt-box:after {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.txt-box:before {
  right: 0;
  bottom: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

p.txt-normal {
    position: relative;
    padding: 0.5em;
    text-align: center;
    font-size: 1vw;
    line-height: 1.7;
    margin: 0;
text-align: left;
}


#flowerfantasia .stage-ttl {
	color: #cb6acf;
}
#flowerfantasia .stage-ttl:before {
	background: #cb6acf;
}
#seafantasia .stage-ttl {
	color: #2866c1;
}
#seafantasia .stage-ttl:before {
	background: #2866c1;
}

#spacefantasia .stage-ttl {
	color: #623a85;
}
#spacefantasia .stage-ttl:before {
	background: #623a85;
}
#woodsfantasia .stage-ttl {
	color: #ff7819;
}
#woodsfantasia .stage-ttl:before {
	background: #ff7819;
}


#woodsfantasia .menu-box {
    background: #fff;
    margin: 1%;
}

#woodsfantasia .item .inbody p.txt.menu-txt {
    padding: 5px 0;
	font-size: 0.9rem;
}

#woodsfantasia p.menu-txt span {
    font-size: 130%;
    font-weight: bold;
    color: #ff8e19;
}




#athleticfantasia .stage-ttl {
	color: #aa091d;
}
#athleticfantasia .stage-ttl:before {
	background:#aa091d;
}
#carillonfantasia .stage-ttl {
	color: #ebae35;
}
#carillonfantasia .stage-ttl:before {
	background: #ebae35;
}
#artfantasia .stage-ttl {
	color: #2866c1;
}
#artfantasia .stage-ttl:before {
	background: #2866c1;
}


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

.ky_visual-img.flowerfantasia01 {
	background-image: url(../images/flowerfantasia/01.jpg);
}
.ky_visual-img.flowerfantasia01 {
	background-image: url(../images/flowerfantasia/01.jpg);
}
.ky_visual-img.flowerfantasia02 {
	background-image: url(../images/flowerfantasia/02.jpg);
}
.ky_visual-img.flowerfantasia03 {
	background-image: url(../images/flowerfantasia/03.jpg);
}
.ky_visual-img.flowerfantasia04 {
	background-image: url(../images/flowerfantasia/04.jpg);
}
.ky_visual-img.flowerfantasia05 {
	background-image: url(../images/flowerfantasia/05.jpg);
}



.ky_visual-img.seafantasia01 {
	background-image: url(../images/seafantasia/01.jpg);
}
.ky_visual-img.seafantasia02 {
	background-image: url(../images/seafantasia/02.jpg);
}

.ky_visual-img.seafantasia03 {
	background-image: url(../images/seafantasia/03.jpg);
}

.ky_visual-img.seafantasia04 {
	background-image: url(../images/seafantasia/04.jpg);
}

.ky_visual-img.seafantasia05 {
	background-image: url(../images/seafantasia/05.jpg);
}

.ky_visual-img.seafantasia06 {
	background-image: url(../images/seafantasia/06.jpg);
}

.ky_visual-img.seafantasia07 {
	background-image: url(../images/seafantasia/07.jpg);
}


.ky_visual-img.spacefantasia01 {
	background-image: url(../images/spacefantasia/01.jpg);
}
.ky_visual-img.spacefantasia02 {
	background-image: url(../images/spacefantasia/02.jpg);
}

.ky_visual-img.spacefantasia03 {
	background-image: url(../images/spacefantasia/03.jpg);
}


.ky_visual-img.woodsfantasia01 {
	background-image: url(../images/woodsfantasia/01.jpg);
}
.ky_visual-img.woodsfantasia02 {
	background-image: url(../images/woodsfantasia/02.jpg);
}
.ky_visual-img.woodsfantasia03 {
	background-image: url(../images/woodsfantasia/03.jpg);
}
.ky_visual-img.woodsfantasia04 {
	background-image: url(../images/woodsfantasia/04.jpg);
}

.ky_visual-img.carillonfantasia01 {
	background-image: url(../images/carillonfantasia/01.jpg);
}
.ky_visual-img.carillonfantasia02 {
	background-image: url(../images/carillonfantasia/02.jpg);
}
.ky_visual-img.carillonfantasia03 {
	background-image: url(../images/carillonfantasia/03.jpg);
}

.ky_visual-img.athleticfantasia01 {
	background-image: url(../images/athleticfantasia/01.jpg);
}


.ky_visual-img.artfantasia01 {
	background-image: url(../images/artfantasia/01.jpg);
}
.ky_visual-img.artfantasia02 {
	background-image: url(../images/artfantasia/02.jpg);
}
.ky_visual-img.artfantasia03 {
	background-image: url(../images/artfantasia/03.jpg);
}


.ky_visual-img.woodsfantasia-menu01 {
	background-image: url(../images/woodsfantasia-menu/01.jpg);
}
.ky_visual-img.woodsfantasia-menu02 {
	background-image: url(../images/woodsfantasia-menu/02.jpg);
}
.ky_visual-img.woodsfantasia-menu03 {
	background-image: url(../images/woodsfantasia-menu/03.jpg);
}
.ky_visual-img.woodsfantasia-menu04 {
	background-image: url(../images/woodsfantasia-menu/04.jpg);
}
.ky_visual-img.woodsfantasia-menu05 {
	background-image: url(../images/woodsfantasia-menu/05.jpg);
}
.ky_visual-img.woodsfantasia-menu06 {
	background-image: url(../images/woodsfantasia-menu/06.jpg);
}
.ky_visual-img.woodsfantasia-menu07 {
	background-image: url(../images/woodsfantasia-menu/07.jpg);
}
.ky_visual-img.woodsfantasia-menu08 {
	background-image: url(../images/woodsfantasia-menu/08.jpg);
}
.ky_visual-img.woodsfantasia-menu09 {
	background-image: url(../images/woodsfantasia-menu/09.jpg);
}
.ky_visual-img.woodsfantasia-menu10 {
	background-image: url(../images/woodsfantasia-menu/10.jpg);
}
.ky_visual-img.woodsfantasia-menu11 {
	background-image: url(../images/woodsfantasia-menu/11.jpg);
}
.ky_visual-img.woodsfantasia-menu12 {
	background-image: url(../images/woodsfantasia-menu/12.jpg);
}
.ky_visual-img.woodsfantasia-menu13 {
	background-image: url(../images/woodsfantasia-menu/13.jpg);
}
.ky_visual-img.woodsfantasia-menu14 {
	background-image: url(../images/woodsfantasia-menu/14.jpg);
}
.fantasia-detail .ky_visual-logo {
    height: 250px;
    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: 2.4vh;
	}
  .fantasia-detail h3.ttl-header   {
		font-size: 1.2rem;
  }
  .fantasia-detail h3.ttl-header  span {
		display:block;
  }
	.fantasia-detail .ky_visual-logo {
		height: 160px;
	}
	a.modal-btn {
	    padding: 10px 25px;
		margin: 5px 10px 10px;
	    font-size: 0.7rem;
	}
	.stage-ttl {
		padding: 0.8rem 0rem 0.8rem 4rem;
	    font-size: 2.3vh;
	}

	.stage-ttl span {
	font-size: 1.5rem;
	    padding-top: 1.0rem;
	}
	.stage-ttl:before {
    width: 155px;
	}
	p.txt-box {
	    font-size: 1.8vh;
	}
	p.txt-normal {
	    font-size: 1.6vh;
	}
	#intro #first-view .ky_visual-logo {
	    height: 100%;
	    width: 100%;
	}
}



.popup {
  display: none;
  height: 100vh;
  width: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}
.popup-content {
  background: #F1ECE9;
  padding: 0px;
  width: 60%;
}

.popup-content table.tbl-border {
    color: #333;
    border-bottom: 1px #999 solid;
    border-left: 1px #999 solid;
font-size: 0.9rem;
}
.popup-content table.tbl-border th,
.popup-content table.tbl-border td {
    padding: 5px;
    border-top: 1px #999 solid;
    border-right: 1px #999 solid;
	text-align: left;
white-space: normal;
}

.show {
  display: flex;
  justify-content: center;
  align-items: center;
    z-index: 99;
}

@media screen and (max-width: 736px) {
	.popup-content {
	    padding: 10px;
	    width: 90%;
	}

}