@charset "UTF-8";
/*----------------------------------------
	common
-----------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'ヒラギノ角ゴ ProN W4','HiraKakuProN-W4','ヒラギノ角ゴ Std W4','Hiragino Kaku Gothic Std W4',"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
	color: #0064b9;
	-webkit-transition: all linear .2s;
	transition: all linear .2s;
}
a:focus, *:focus {outline:none;}
strong {
	font-weight: bold;
}
img {
  width: 100%;
  vertical-align: top;
}

.inner {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.txt__left {
	text-align: left;
}
.txt__center {
	text-align: center;
}
.txt__right {
	text-align: right;
}

.mt00 {
	margin-top: 0!important;
}
.mb00 {
	margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
	.sp__none {
		display: none!important;
	}
}
@media screen and (min-width: 768px) {
	body {
		min-width: 1000px;
  }
  img {
    width: auto;
  }
  a:hover {
    opacity: 0.6;
  }
	.inner {
		/*max-width: 1030px;
		width: 100%;*/
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    display: block;
    clear: both;
  }
	.pc__block {
		display: block!important;
	}
	.pc__none {
		display: none!important;
	}
}

/*----------------------------------------
	loading
-----------------------------------------*/
#loading {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.loading-main-box {
	position: absolute;
	top:  50%;
	left: 50%;
	max-width: 120px;
	width: 19%;
	text-align: center;
	transform: translate(-50%,-50%);
}
.loading-main-box img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#loading p {
	margin: auto;
	text-align: center;
  z-index: 0;
  -webkit-animation-name: loading_txt-anime;
	animation-name: loading_txt-anime;
	-webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
	.loading-main-box {
		max-width: 120px;
		width: 120px;
	}
	#loading p {
	}
}

@keyframes loading_txt-anime {
	0% {
		opacity: 0;
	}
  50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
  }
}

#wrp_all {
	opacity: 0;
	-webkit-transition: all 1.0s linear .5s;
	transition: all 1.0s linear .5s;
}

/*----------------------------------------
	header
-----------------------------------------*/
#header {
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	z-index: 999;
}
#header h1 {
  position: absolute;
  top: 0;
  left: 15px;
  width: 22.5%;
  z-index: 1;
}
#nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	border: none;
	background: none;
	padding: 0;
	width: 42px;
}
#nav_btn.show {
	top: 15px;
  right: 10px;
	width: 20px;
}
.nav_area {
	display: none;
	background: #ff3c72;
	/*background: -moz-linear-gradient(#94855a 0%, #78683e 100%);
  background: -webkit-linear-gradient(#94855a 0%, #78683e 100%);
  background: linear-gradient(#94855a 0%, #78683e 100%);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	padding-top: 56px;
}
.nav_area li a,
.nav_area li span {
	display: block;
	padding: 15px 15px;
	text-align: center;
	color: #fff;
}
.nav_area li a img,
.nav_area li span img {
	width: auto;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.nav_area ul {
		text-align: center;
		margin-top: 30px;
	}
	.nav_area li {
		display: block;
		width: 40%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
  #header {
    background: #ff3c72;
		/*background: -moz-linear-gradient(#94855a 0%, #78683e 100%);
		background: -webkit-linear-gradient(#94855a 0%, #78683e 100%);
		background: linear-gradient(#94855a 0%, #78683e 100%);*/
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*width: 1000px;*/
		z-index: 999;
	}
	#header h1 {
		display: block;
    left: 5px;
    width: auto;
  }
	.nav_area {
    position: relative;
    display: block!important;
    height: auto;
    padding-top: 0;
	}
	#nav_btn {
		width: 83px;
	}
	/*#header .nav_area nav {
    padding-left: 160px;
  }*/
  #header .nav_area nav img {
    width: 95%;
  }
  .nav_area ul {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
    align-items: center;
    height: 80px;
	}
	.nav_area ul li {
		position: relative;
		padding-right: 30px;
	}
	.nav_area ul li:last-child {
		padding-right: 0;
	}
	.nav_area ul li:before {
		content: "／";
		position: absolute;
		top: 0;
		right: 7px;
		z-index: 0;
		font-size: 16px;
    color: #fff;
	}
	.nav_area ul li:last-child::before {
		display: none;
	}
	.nav_area ul li a {
    display: block;
    padding: 0 5px;
    font-size: 16px;
    color: #fff;
  }
  #nav_btn {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 860px) {
	.nav_area ul li a {
    font-size: 14px;
	}
	.nav_area ul li:before {
    font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 799px) {
	.nav_area ul li a {
    font-size: 13px;
	}
	.nav_area ul li:before {
    font-size: 13px;
	}
}
/*----------------------------------------
	main
-----------------------------------------*/
#main_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main_img {
    margin-top: 79px;
  }
}

#main {}
@media screen and (min-width: 768px) {
	#main {}
}

/*----------------------------------btn setting----------*/
ul.link2site {
	width: 490px;
	display: table;
	margin: 30px auto 0;
	padding: 0;
  list-style: none;
  font-family: 'Noto Sans Japanese', sans-serif;
}
ul.link2site li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
ul.link2site li:last-child{
	margin-right: 0;
}
ul.link2site li a {
	display: block;
	padding: 4% 0;
	color: #fff;
	height: 30px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	border-radius: 2px;
	line-height: 30px;
	font-weight: normal;
}
ul.link2site li.link-item-web a {
	background: #32b16c;
	font-size: 11px;
}
ul.link2site li.link-item-twitter a {
	background: #55acee;
}
ul.link2site li.link-item-twitter img {
	width: 10%;
  height: auto;
  vertical-align: baseline;
}
ul.link2site li.link-item-facebook a {
	background: #3b5a9a;
}
ul.link2site li.link-item-facebook img {
	width: 5%;
  height: auto;
  vertical-align: baseline;
}
ul.link2site li a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

/*----------------------------------btn setting SP----------*/
@media screen and (max-width: 860px) {
  ul.link2site {
		width: 87%;
    width: calc(100% - 47px);
    margin: 24px auto 0;
  }
  ul.link2site li a {
    padding: 3% 0 4% 0;
  }
}

/*----------------------------------------
	footer
-----------------------------------------*/
#share {
	width: 100%;
	min-height: 37px;
	padding: 11px 0;
	position: relative;
	text-align: center;
	background: #f199c3;
}
#share .contentBox {
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
#share ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
  width: 100%;
  width: 520px;
  margin: 0 auto 60px;
  overflow: hidden;
}
#share ul li {
  width: 40px;
  margin: 0 5px 0 5px;
  line-height: 0;
}
#share ul li img {
  width: 100%;
  height: auto;
}
#share ul li a {
  display: block;
}
#share ul li.li {
  position: relative;
}
#share ul li.li:hover {
  opacity: 0.5;
}
#share .line-it-button {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  opacity: 0;
}
#share ul li.li a {
  width: 100%;
  display: block;
}

			
@media screen and (max-width: 767px) {					
  #share {
    padding: 7px 0 20px;
    margin-top: 0;
  }
	#share .contentBox {
		width: 100%;
		padding: 0 0 0 ;
	}
  #share ul {
  	max-width: 120px;
		width: 25%;
		margin: 0 auto;
  }
  #share ul li {
    width: 28%;
    margin: 0 0 0 0;
  }
}

#footer {
  padding: 0 0 32px;
	text-align: center;
	background: #e84487;
}
#footer h2 {
  margin: 0 auto 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.small-txt {
	padding: 19px 0 20px;
}
#footer small {
	display: block;
	font-size: 11px;
	line-height: 1.45;
  color: #fff;
}
/*.small-canpany,
.small-trade {
	font-weight: bold;
}*/
#footer small + small {
	margin-top: 15px;
}
#footer .bnr_area_t {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	  -ms-flex-align: center;
	      align-items: center;
	max-width: 480px;
	width: 80%;
	margin: 0 auto 0;
	overflow: hidden;
}
#footer .bnr_area_t a {
  display: block;
  vertical-align: top;
}
#footer .bnr_area_t a:nth-child(1) {
	width: 32.5%;
}
#footer .bnr_area_t a:nth-child(2) {
	width: 67.38%;
}
#footer .bnr_area_b {
	width: 65%;
  margin: 20px auto 0;
}
#footer .bnr_area_b a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}


/*fixed btn*/
.sns-ticket-box {
	display: none;
	display: block;
  position: fixed;
  /*top: 44%;*/
  /*top: 78vw;*/
  top: 78vw;
  right: 10px;
  /*max-width: 150px;*/
  width: 31%;
  z-index: 997;
}
.btn_sns-list {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 44px;
	width: 30%;
	margin-right: 0;
	margin-left: auto;
	margin-bottom: 4px;
}
.btn_sns-list li + li {
	margin-top: 10px;
}
.btn_sns-list li a img {
	width: auto;
}
.btn_buyticket {
	position: absolute;
	right: 0;
	/* bottom: 0; */
	top: 36vw;
	width: 78.8%;
	margin-left: auto;
	margin-right: 0;
	/*max-width: 150px;*/
	max-width: 136px;
	width: 79%;
}
@media screen and (max-width: 767px) {
	.btn_sns-list {
		max-width: 44px;
	}
	.btn_sns-list li a img {
		width: 100%;
	}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
	.sns-ticket-box {
		top: auto;
		bottom: 350px;
	}
	.btn_buyticket {
		top: 200px;
	}
}
@media screen and (min-width: 768px) {
	#footer {
    padding: 0 0 60px;
  }
  #share {
  	padding: 31px 0 39px;
  }
  #share ul {
  	width: 172px;
  	margin: 0 auto;
  }
  #share ul li {
  	width: 46px;
  }
  #footer h2 {
  	margin: 0 auto 9px;
  	font-size: 28px;
  }
  #footer small {
    font-size: 14px;
    line-height: 1.57;
  }
  .small-canpany,
  .small-trade {
  	font-weight: bold;
  }
  #footer small + small {
  	margin-top: 23px;
  }
  #footer small + small.small-copyright {
  	margin-top: 31px;
  }
  .small-txt {
  	padding: 38px 0 6px;
  }
  #footer .bnr_area_t {
		margin-top: 30px;
		max-width: 520px;
    width: 100%;
	}
	#footer .bnr_area_t a:nth-child(1) {
		width: auto;
	}
	#footer .bnr_area_t a:nth-child(2) {
		width: auto;
	}
	#footer .bnr_area_b {
    margin-top: 40px;
	}
	#footer .bnr_area_b a {
		width: auto;
	}
	/*fixed btn*/
	.sns-ticket-box {
		display: none;
		display: block;
	  position: fixed;
	  /*top: 44%;*/
	  top: auto;
	  bottom: 400px;
	  right: 15px;
	  width: 31%;
	  z-index: 997;
	}
	.btn_sns-list {
		max-width: 100%;
	  width: 65px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 4px;
	}
	.btn_sns-list li + li {
		margin-top: 20px;
	}
	.btn_sns-list li a img {
		width: auto;
	}
	.btn_buyticket {
		top: 230px;
		width: 100%;
		margin-left: auto;
		margin-right: 0;
	}
}

/*----------------------------------------
	パララックス
-----------------------------------------*/
*[data-sf] {
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
*.animated[data-sf="toggle"] {
	opacity: 1;
}

*[data-sf="slide-top"] {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
*[data-sf="slide-left"] {
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
*[data-sf="slide-right"] {
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
*.animated[data-sf="slide-top"],
*.animated[data-sf="slide-left"],
*.animated[data-sf="slide-right"] {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}