@charset "utf-8";

/* base
------------------------------------ */
body {
	font-family: "Noto Sans Japanese",'メイリオ','ヒラギノ角ゴ pro W3','ＭＳ Ｐゴシック',Meiryo,'MS P Gothic',sans-serif;;
	color: #000;
	font-size: 15px;
	line-height: 1.5em;
	width:100%;
	height:auto;
	font-feature-settings: "palt";
}
img{ max-width: 100%;}
figure{ margin: 0;}
*,*::after,*::before{
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap{
  width:100%;
  height: 100%;
  line-height: 2em;
}
section{ width:100%; }


h1 {
	font-size: 3.5vw;
	font-weight: 800;
	margin: 0px auto 60px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}

h2 {
	margin: 0 auto 50px;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4em;
	position: relative;
}
h2 .num{
	display: block;
	font-size: 26px;
	letter-spacing: 0.08em;
}
h2 .num span{ font-size: 46px; }
h3 {
	font-size: 40px;
	color: #000;
	text-align: center;
	margin: 100px auto 40px;
}
.num{
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	margin-bottom: 20px;
}
.num span{
	display: inline-block;
	font-size: 40px;
	padding-left: 3px;
}
.block--dticket,.block--panel{
	background: #000;
	color: #fff;
}
.btn a {
	border-radius: 100px;
	font-size: 13px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0 15px 0 0;
	margin-top: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.center{ text-align: center;}
.lead{ font-size: 24px; text-align: center; line-height: 160%;}
a:hover{ color:#51d1f8; text-decoration: none; }
section{ padding: 60px 0; }

/* block--hero
----------------------------------- */
.block--hero{ background: #000; color: #fff; position: relative; }
.logo {
  display: block;
  text-align: center;
	width: 80%;
  margin: 0 auto 10px;
}
.logo img{ width: 100%;}

.scroll {
	display: block;
	width: 200px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: 26px;
	z-index: 100;
	margin-left: -100px;
	text-align: center;
	color: #000;
}
.scroll::after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  left: 98px;
  background: #fff;
  -webkit-animation: scroll 1.2s linear 0s infinite;
  animation: scroll 1.2s linear 0s infinite;
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0;
    top: auto;
  }
  100% {
    height: 0;
    bottom: 0;
    top: auto;
  }
}
/* block--point
----------------------------------- */
.list--point{
}
.list--point li{
	background: #000;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	position: relative;
}
.list--point .num{ text-align: center; }
.list--point .tit{ font-size: 16px; }
.list--contents li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	flex-flow: column nowrap;
	float: left;
	width: 24%;
	height: 220px;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	text-align: center;
	padding: 20px;
	margin: 0 1% 1% 0;
}
/* block--dticket
----------------------------------- */

.block--dticket{}

.list--step{
	padding-top: 60px;
}
.list--step li{
	width: 25%;
}
.block--dticket .list--step li{
}
.list--step li:not(:last-of-type){
	margin-right: 6%;
}
.list--step figure{
  margin: 0;
	position: relative;
}
.list--step figure img{}
.list--step figcaption{
	line-height: 160%;
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}

.list--step .fa{
	font-size: 50px;
	position: absolute;
	top: 160px;
	right: -38px;
}
.block--dticket .list--step .fa{
	color: #fff;
}
.list--contents li:nth-child(4n){
  margin:0 0 1% 0;
}

.list--contents li .tit {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 0 10px;
}

.list--contents li .txt {
	font-size: 13px;
	color: #fff;
	text-align: left;
	line-height: 1.65;
}

.list--contents li .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin:0;
  color: #000;
  line-height: 50px;
}
.list--contents .none{
	opacity: 0.15;
}

.block--panel .lead{
	margin-bottom: 40px;
}
.block--panel figure{ margin: 0; }
.block--panel figure:first-of-type{
	width: 50%;
}
.block--panel figure:last-of-type{
	margin: 0 auto 60px;
	background: #222;
	line-height: 0;
	text-align: center;
	padding: 40px;
	width: 70%;
}

.block--attention{
	background: #111;
	padding: 30px;
}
.block--panel figure{
	margin: 0 auto 60px;
text-align: center;
}

.block--attention dd{ font-size: 12px; }
.block--attention dd:not(:last-child){
	margin-bottom: 10px;
}
.block--attention dd li{
	line-height: 1.65em;
	text-indent: -0.5em;
	padding-left: 0.5em;
}
.block--attention dd li:not(:last-child){
	margin-bottom: 5px;
}


/*------footer-------*/
footer{
	width:100%;
  font-size: 12px;
  margin: 40px 0 15px 0;
	text-align: center;
}

footer img{
  width: 100%;
}

#bnr {
    width: 20%;
    border: solid 1px #000;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    line-height: 0;
}

address{
	margin: 30px 0 0 0;
}

/* clearfix */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}


.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin: 0 0 0 5px;
    vertical-align: -2px;
}

.point .fa:hover{
  	color:#51d1f8;
  	text-decoration: none;
  	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.material-icons {
	color: #000;
	font-size: 38px;
	line-height: 1.35;
}
.material-icons.movie {
	font-size: 30px;
	line-height: 1.7;
}
.icon{
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	text-align: center;
	margin: 0 0 10px;
}
