/* 共通スタイル
---------------------------------------------------- */
@font-face {
  font-family: 'skipb';
  src: url("../../fonts/FOT-SkipPro-B.otf");
}

@font-face {
  font-family: 'matisseub';
  src: url("../../fonts/FOT-MatissePro-UB.otf");
}


@font-face {
  font-family: 'seuratub';
  src: url("../../fonts/FOT-SeuratPro-UB.otf");
}

html{
    font-size: 82.8%;
    
}


body {
  font-family: 'skipb';
	font-size: 1.4rem;
	line-height: 160%;
    background-image:url("../images/paper.png");
    color: #095aa6;
	margin: 0;
}
#xcover {
    width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    background:rgba(250,230,190,0.3);
    background-size: 1000px;
    background-position: center;
     box-shadow: 0 0 15px 20px rgba(250,230,190,0.3);
}
img {
	width: 100%;
	vertical-align: bottom;
}
header {
	line-height: 0;
}
a {
    transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a:hover {
	opacity: 0.7;
}
h4 {
	font-size: 25px;
	font-weight: inherit;
	line-height: 35px;
}
.f-bold {
    font-weight: bold;
}
.f-white {
    color: #fff;
}
.invisible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.width {
	width: 800px;
	margin: 0 auto 30px;
}
.f-yellow {
	color: #ffff00;
}
.f-white {
	color: #fff;
}
.top {
	position: relative;
    z-index: 2;
}
.top-logo {
	width: 50%;
	
	margin: auto;
	
}
.top-catch {
    position: absolute;
    margin: auto;
    left: 32px;
    top: 140px;
    width: 890px;
    z-index: 3;
}
/* .top-title {
	width: 750px;
	margin: 140px auto 0;
} */

/* .bg-main {
    background-color: #71d5fe;
    position: relative;
}
.bg {
    width: 100%;
    position: absolute;
}
.bg1 {
    background: url("../images/cloud01.png") 0 0 no-repeat;
    background-size: 420px 420px;
    top: -30px;
    height: 420px;
}
.bg2 {
    background: url("../images/cloud02.png") 0 0 no-repeat;
    background-size: 460px 460px;
    top: 150px;
    height: 460px;
}
.bg3 {
    background: url("../images/cloud03.png") 0 0 no-repeat;
    background-size: 370px 370px;
    top: 460px;
    height: 370px;
} */




/* 概要
---------------------------------------------------- */

.outline {
  padding: 5% 0 1%;
}
.outline .inner {
  margin: auto;
  width: 65%;
}

.outline h2 {
  display: block;
  margin-bottom: 8%;
  opacity: 0;
}
.outline h2.pulse {
  opacity: 1;
}
.outline h2 img {
    padding-top: 0px;
}
.outline p {
    text-align: center;
    line-height: 200%;
    opacity: 0;
      font-size: 2.8rem;
  font-family:'matisseub';
  color: #DA8E00;
  background: -webkit-linear-gradient(90deg,  #B67B03, #EDAC06);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 text-shadow: 3px 3px 3px rgba(237, 237, 237, 0.6);
    line-height: 1.0em;
    margin: 15px 0;

}




/* スライド
---------------------------------------------------- */

.slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  max-width: 100%;
  background: #ffe422;
}
.slider h2 {
  display: block;
  margin-bottom: 20px;
  height: 72px;
  text-align: center;
}
.point-box .slider h2:before, .point-box .slider h2:after {
  content: none;
}
.slider h2 img {
  width: auto;
  height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    z-index: 1 !important;
}
.swiper-slide.swiper-slide-prev {
  text-align: right;
}
.swiper-slide.swiper-slide-prev img {
  margin-top: 6%;
  width: 80% !important;
  opacity: 0.7;
}
.swiper-slide.swiper-slide-next img {
  margin-top: 6%;
  width: 80% !important;
  opacity: 0.7;
}
.swiper-slide.swiper-slide-active img {
  width: 100% !important;
}
.swiper-slide.swiper-slide-active img {
  border: 10px solid #000;
}
.swiper-slide p {
  padding-top: 20px;
  text-align: center;
  font-size: 24px;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-button-prev {
    background-image: url(../images/swiper-button-prev.png);
    left: -15px;
    right: auto;
}
.swiper-button-next {
    background-image: url(../images/swiper-button-next.png);
    right: -15px;
    left: auto;
}




/* ポイント
---------------------------------------------------- */

.point {

}
.point .title {
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  width: 90%;
  opacity: 0;
}
.point .title.slideInDown {
  opacity: 1;
}
.point .title img {
    margin-top: -12%;
}

.point-box {
}
.point-box.point2, .point-box.point3, .point-box.point4, .point-box.point5, .point-box.point6 , .point-box.point10 {
}



.point-box h2 {
  position: relative;
  z-index: 2;
}
.point-box h2:before {
    content: "";
    position: absolute;
    top: 110px;
    left: 30px;
    display: block;
    width: calc(50% - 130px);
    height: 12px;
    background: url(../images/line-pink.png) left repeat-x;
    background-size: auto 100%;
}
.point-box h2:after {
  content: "";
  position: absolute;
  top: 110px;
  right: 20px;
  display: block;
  width: calc(50% - 120px);
  height: 12px;
  background: url(../images/line-pink.png) right repeat-x;
  background-size: auto 100%;
}
.point-box h2 span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 160px;
}


.point-box h2 span img {
  display: block;
  width: 100%;
}

.point-box h3 {
   font-size: 2.5rem;
  font-family:'matisseub';
  color: #DA8E00;
  background: -webkit-linear-gradient(90deg, #F7DE05, #DA8E00, #EDAC06, #ECB802, #DAAF08, #B67B03, #EDAC06);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 text-shadow: 3px 3px 3px rgba(237, 237, 237, 0.6);
    text-align: center;
    line-height: 1.0em;
}
.point1 h3 img {
  width: auto;
  height: 120px;
    margin-top: -30px;
}
.point2 h3 img {
  width: auto;
  height: 50px;
}
.point3 h3 img {
  width: auto;
  height: 50px;
}
.point4 h3 img {
  width: auto;
  height: 50px;
}

.point5 h3 img {
     width: auto;
  height: 50px;
}

.point6 h3 img {
  width: auto;
  height: 50px;
}


.point-box .inner {
    position: relative;
    top: -10px;
    margin-bottom: 0px;
    padding-top: 80px;
  /* background-color: rgba(255,238,251,0.5);*/
}

.point-box .image  {
  margin: 3% auto 8%;
   width: 95%;
  background: rgba(255,255,255,0.7);
   box-shadow: 0 0 15px 10px rgba(255,255,255,0.7); /* ぼかし色を背景と同じにする */
    
}
.back_rogo{
   
}

.cont_inner{
   padding: 3% 4%;
}

.point-box .image span {
  display: block;
  margin: auto;
  width: 88%;
  padding: 1% 0 4%;
    text-align: center;
}

.point-box .image p.gaiyo {
  margin: auto;
  padding: 3% 0 1%;
    text-align: center;
    font-weight: bold;
   
   
}



.point-box .image p.gaiyo02 {
    text-align: center;
    margin-bottom: 2%;
    font-size: 1.2rem;
}

.point-box .image p.tether {
  display: block;
  margin: auto;
  padding: 3% 2%;
    font-size: 1.3rem;
}


.pc-only {
	display: none;
}






.bnr {
  width: 100%;
  background: #fff;
}
.bnr dl {
  padding: 9% 12% 10%;
}
.bnr dl dt {
  text-align: center;
  line-height: 160%;
  font-weight: bold;
  font-size: 32px;
  color: #ff4981;
}
.bnr dl dd {
  padding: 2% 7% 0;
}




/* アクセス
---------------------------------------------------- */

.access {
    padding: 5% 7%;
    background-color: #095aa6;
}

.accbox {
    margin: 0 0;
    padding: 0;
}
.accbox input {
    display: none;
}
.accbox label {
    display: block;
    border: solid 3px #fff;
    padding: 13px 12px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    font-size: 16px;
    color: #ff4983;
}
.accbox label:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/accordion-open.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /* transition: 0.8s; */
}
.access-img {
    width: 90%;
    margin: 0 auto;
}
#access p {
    margin: 0;
    margin: 20px 0 0;
}
#access .access-img p {
    color: #000;
}




#access {
	position: relative;
}
#access .title {
	text-align: center;
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: bold;
  color: #fff;
  position: relative;
}
#access p {
	margin: 0;
	margin: 20px 0 0;
  color: #fff;
}
#access aside {
  margin-top: 5%;
  color: #fff;
}
.access-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.access-img {
	width: 90%;
	margin: 0 auto;
}
#access ul {
    padding: 60px 0 40px;
	margin: 0;
    position: relative;
}
#access li {
   margin-bottom: 20px;
    text-align: center;
}
#access li img {
    width: 20%;
}




/*---------------------------------------------------
Accordion
---------------------------------------------------*/
/*ボックス全体*/
.accbox {
    margin: 0 0;
    padding: 0;
    /*max-width: 400px;最大幅*/
}
/*ラベル*/
.accbox label {
    display: block;
    border:  solid 3px #fff;
	margin: 20px 0 0;
    padding: 13px 12px;
	background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
	z-index: 100 ;
	font-size: 24px;
    color: #77d26a;
}
#faq .accbox label {
	text-align: inherit;
	padding: 10px 60px 10px 20px;
}
#faq .accshow p {
	color: #77d26a;
	padding: 0 20px;
	margin: 0;
}
.accbox label::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	border-radius: 30px;
    margin: 2px ;
    display: block ;
    z-index: -5 ;
	border: none;
	background: #fff;
}
.accbox label img {
    width: 170px;
}
/*アイコン*/
.accbox label:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/accordion-open25.png');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
}
/*ラベルホバー時*/
.accbox label:hover {
    /*background :#ffe9a9;*/
}
/*チェック隠す*/
.accbox input {
    display: none;
}
/*初期非表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: 0.8s;*/
}

/*クリックで表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0;
    border: none;
	background: #fff;
	margin-top: 0;
	border-top: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
    opacity: 1;
}
/*アイコン切り替え*/
.cssacc:checked + label:before {
	background-image: url('../images/accordion-close25.png')
}
/*ボーダー変形*/
.cssacc:checked + label {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
/*非表示内スタイル*/
.accshow dl {
    flex-wrap: wrap;
    display: flex;
	align-items: center;
	position: relative;
}
.accshow dt {
	color: #fff;
    width: 20%;
	padding: 10px;
}
.accshow dd {
    width: 80%;
	padding: 10px;
	background: #FFF;
}
.accshow dl:last-child dd {
    border-bottom-right-radius: 25px;
}
.accshow dl:before {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 2px;
	position: absolute;
	bottom: 0;
	left: 1%;
    background: #fff;
}
.accshow dl:after {
    content: ' ';
    display: inline-block;
    width: 79%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 1%;
    background: #ff498a;
}
.accshow dl:last-child:before ,.accshow dl:last-child:after {
	display: none;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    width: 800px;
    margin: 10px auto 25px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.btn{
    
   width: 24em;
    margin: 10px auto;
        background-color: #ff4982;
    padding: 1em;
    color: #FFF;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-weight: bold;

}

.btn a{
    color: #FFF;
    
}

.event_txt{
    color: #FFF;
}



/*
	==================================================
	チケット購入ボタン　追加0610
	===================================*/

.cta.active {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    bottom: 0px;
    cursor: pointer;
    transition: .3s;
    /* opacity: 0; */
    /* visibility: hidden; */
    width: 120px;
    z-index: 62;
}

#acc {
	position: relative;
}
#acc .acc_title {
	text-align: center;
	margin: 50px 0 30px;
	font-size: 50px;
	font-weight: bold;
  color: #FFF;
  position: relative;
}
#acc p {
	margin: 0;
	margin: 20px 0 0;
  color: #fff;
}
#acc aside {
  margin-top: 5%;
  color: #fff;
}
.acc-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.acc-img {
	width: 90%;
	margin: 0 auto;
}
#acc ul {
    padding: 60px 0 40px;
	margin: 0;
    position: relative;
}
#acc li {
   margin-bottom: 20px;
    text-align: center;
}
#acc li img {
    width: 40%;
}

.gwsp {
  margin-top: 12%;
}

.fam{
  margin-top: 12%;
  background-color:#FFF124;
    padding-bottom: 30px
}

.point1 .inner {
    position: relative;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  /* background-color: rgba(255,238,251,0.5);*/
}


.se_chara{
    width: 100%;
    margin: 0 auto;
    
}

.se_chara ul{
    padding: 0;
    margin: 0;
}

.se_chara li{
    width: 13%;
    margin: 1% 0.5%;
    float: left;
    list-style: none;
    
}

.hi_chara{
    width: 70%;
    margin: 0 auto;
    
}

.hi_chara ul{
    padding: 0;
    margin: 0;
}

.hi_chara li{
    width: 19%;
    margin: 1% 0.5%;
    float: left;
    list-style: none;
    
}

.clear{
    clear: both;
}


.gazo{
    width: 80%;
    margin: 3% auto;

}

.modal-contents {
  display: none;
}

.modaal-container {
  color: #0a0b10;
}
.modaal-container .modaal-content-container img {
  margin-bottom: 20px;
}
.modaal-container .modaal-content-container h5 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 16px;
}
.modaal-container .modaal-content-container p {
  font-size: 1.6rem;
}
.modaal-container .modaal-content-container .close-btn.modaal-close {
  all: unset;
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  color: #f749ad;
  text-decoration: underline;
  cursor: pointer;
}
.modaal-container .modaal-content-container .close-btn.modaal-close::before, .modaal-container .modaal-content-container .close-btn.modaal-close::after {
  display: none;
}
.modaal-container #modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
  background: #f749ad;
}

.mod_txt p{
    margin: 15px;
    line-height: 1.3;
    text-indent: 1em;
    
}

.anni_left{
    width: 36%;
    margin: 0 auto;
}

.anni_right{
      margin: 3% auto 8%;
 
   width: 85%;
 
    
}


.haku-oshi {
  font-size: 2.4rem;
  font-family:'matisseub';
  color: #DA8E00;
  background: -webkit-linear-gradient(90deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #996633,#F7DE05, #ECB802,#996633, #EDAC06);
  -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 text-shadow: 3px 3px 3px rgba(237, 237, 237, 0.6);
    line-height: 1.0em;
}

.show_title{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2%;
    
}

.bg_hanabi{
    position: relative;
   
      background:
          url("../images/hanabi.png") left 505px top 820px/880px no-repeat,
           url("../images/hanabi02.png") left 5px top 2420px/2480px no-repeat,
           url("../images/hanabi03.png") left 605px top 3820px/3880px no-repeat,
          url("../images/hanabi04.png") left 25px top 5280px/5300px no-repeat,
           url("../images/hanabi02.png") left 495px top 6920px/6980px no-repeat
          ;
background-size: 70%;
         
	    margin: 0;
}
.linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1rem;
	width: 95%;
	margin: 50px auto;
}
.linkUl li {
    width: 15rem;
}
.linkUl a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #D8AD00;
    text-align: center;
    height: 5.4rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.4);
    border: 1px solid #CCC;
    box-shadow: 5px 5px 5px #ccc;
    text-decoration: none;
}
.linkUl .inner {
	width: 100%;
	display: block;
}
.linkUl img {
	height: 1.7rem;
}
.linkUl .txt {
	margin-top: -0.1rem;
	display: block;
}

