@charset "UTF-8";
body{
	width: 1280px;
	max-width: 2300px;
	color: white;
	background-color: black;
	font-family: '源ノ角ゴシック Code JP EL';
	text-align: center;
	margin: 0 auto;
	line-height: 2.5em;
	background-image: url("img/back2.jpg");
	background-size: cover;
	background-attachment: fixed;
}
.title{
	font-size: 30pt;
	font-family: 'DharmaGothicC-ExLight';
	margin-top: 60px;
	transform: translateY(35px);
}
#titlerogo{
	margin-bottom: 100px;
	transform: translateY(-30px);
}
h1{
	font-size: 600%;
	margin-bottom: 160px;
	font-family: 'InterstateCompressed Hairline';
}
p{
	font-size: 18pt;
	letter-spacing: 2.5px/*;カーニング*/
}
hr{
	height: 1px;
	background-color: white;
	width: 60%;
	border: none;
}
.red{
	color: red;
}

.ticket{
	margin-top: 400px;
}
.number{
	font-family: 'DharmaGothicC-ExLightItalic';
	font-size: 26pt;
	text-align: center;
	letter-spacing: 3.5px;/*カーニング*/
}
.circle {
    width: 60%;
    height: 60px; 
	border: solid 1px white;
    border-radius: 50px;
	line-height: 62px;
	margin: 0 auto;
	margin-bottom: 50px;
	transform: translateY(-30px);
	font-size: 18pt;
	text-align: center;
	letter-spacing: 2.5px;
}
.catch1 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 20pt;
  margin-top: 140px;
}
.catch1:before, .catch1:after {
  border-top: 1px solid;
  content: "";
  width: 12em; /* 線の長さ */
}
.catch1:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch1:after {
  margin-left: 1em; /* 文字の左隣 */
}
.special{
	transform: translateY(-30px);
}
#toreka img{
	margin: 10px auto;
	vertical-align: middle;
}

.catch2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 20pt;
  margin-top: 140px;
}
.catch2:before, .catch2:after {
  border-top: 1px solid;
  content: "";
  width: 10em; /* 線の長さ */
}
.catch2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch2:after {
  margin-left: 1em; /* 文字の左隣 */
}
.detail{
	font-size: 18pt;
}
span{
	color: red;
}
.bold{
	font-size: 20pt;
	font-family: '源ノ角ゴシック Code JP N';
}
.mini{
	font-size: 13pt;
}

footer{
	padding-top: 100px;
	border-top: medium;
	font-family: 'InterstateCompressed Thin';
}


@media screen and (max-width: 640px){
	body{
		width: 400px;
		background-image: url("img/back1.jpg");
		line-height: 1.5em;
	}
	.title{
		font-size: 15pt;
		margin-top: 30px;
		transform: translateY(17px);
	}
	#titlerogo{
	margin-bottom: 50px;
	transform: translateY(-16px);
	}
	#titlerogo img{
	width: 130px;
	height: auto;
	}
	h1{
		font-size: 300%;
		margin-bottom: 80px;
	}
	p{
		font-size: 70%;
	}
	.ticket{
	margin-top: 200px;
	}
	.number{
	font-size: 15pt;
	}
	.circle {
    width: 80%;
	height: 30px; 
	line-height: 32px;
	margin-bottom: 50px;
	transform: translateY(-15px);
	font-size: 7.5pt;
	}
	.catch1 {
	  font-size: 13pt;
	  margin-top: 70px;
	}
	.catch1:before, .catch1:after {
	  width: 7em; /* 線の長さ */
	}
	.catch2 {
	  font-size: 13pt;
	  margin-top: 70px;
	}
	.catch2:before, .catch2:after {
	  width: 5em; /* 線の長さ */
	}
	.special{
		transform: translateY(-17px);
	}
	#toreka img{
	width: 60px;
	height: auto;
	}
	#yoko img{
	width: 130px;
	height: auto;
	}
	.detail{
		font-size: 9pt;
	}
	.bold{
		font-size: 10pt;
	}
	.mini{
		font-size: 5pt;
	}

	footer{
		padding-top: 50px;
	}
}