/* 共通スタイル
---------------------------------------------------- */

body {
  font-family: "heisei-maru-gothic-std", sans-serif;
	font-size: 20px;
	line-height: 160%;
    background-image:url("../images/paper.png");
	margin: 0;
}
#xcover {
	width: 1000px;
	margin: 0 auto;
	overflow-x: hidden;
  
  background-size: 1000px;
  background-position: center;
  background-attachment: fixed;
}
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;
}
.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%;
    font-size: 1.65em;
    font-weight: bold;
    opacity: 0;
    color: #ea609e;
}
.outline p.fadeIn {
  opacity: 1;
}




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

.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 {
  margin-top: -15%;
}



.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 {
  display: block;
    width: 95%;
    margin: 3% auto 2%;
    background-color: #ea609e;
  padding: 2%;
    color: #FFF;
  text-align: center;
}
.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;
    padding-bottom: 80px;
  /* background-color: rgba(255,238,251,0.5);*/
}
.point-box .image {
  margin: auto;
  width: 90%;
}

.point-box .image  {
  margin: auto;
  width: 94%;
  background: #fff;
    padding: 3%;
}

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

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

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

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


.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: #ea609e;
}

.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;
    top: -10px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 30px;
  /* background-color: rgba(255,238,251,0.5);*/
}
