@font-face {
	font-family: 'PixelMplus-B';
	src: url(../font/PixelMplus12-Bold.ttf);
}
@font-face {
	font-family: 'PixelMplus-R';
	src: url(../font/PixelMplus12-Regular.ttf);
}

body{
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	/* background-image: url(../img/gccxrent_back.jpg);
	background-size: contain;
	background-repeat: repeat; */
	position: relative;
    z-index: -1;
}
.pc{
	display: block;
}

.sp{
	display: none;
}

.yellow {
	color: #fbff00;
}
.red {
	color: #e30425;
}
.red2 {
	color: #fd3535;
	font-weight: bold;
}
.light-blue {
	color: #54c1ec;
}
.orange {
	color: #df5e07;
}
.yellow-green {
	color: #4fe200;
}
.pink {
	color: #f59ec0;
}

.line-through {
	text-decoration: line-through;
}

/*loading*/
.loading {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	transition: all 0.5s ease;
	z-index: 99;
}


/* Spinner 3Balls Scale */
.loader {
    box-sizing: border-box;
    display: flex;
	align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
	color: #FFF;

	position: fixed;
	top: 50%;
	left: 50%;
	inset: 0;
    margin: auto;

}
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
  border-radius: 50%;
  background-color: #fff;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  display: inline-block;
}
.sp-3balls {
  position: relative;
  background-color: rgba(#fff,1);
  opacity: 1;
  -webkit-animation: spScaleAlpha 1s infinite linear;
  animation: spScaleAlpha 1s infinite linear;
  margin-bottom: 10px;
}
.sp-3balls:before, .sp-3balls:after {
  content: '';
  position: relative;
  opacity: 0.25;
}
.sp-3balls:before {
  left: 30px;
  top: 0px;
  -webkit-animation: spScaleAlphaBefore 1s infinite linear;
  animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
  left: -30px;
  top: -25px;
  -webkit-animation: spScaleAlphaAfter 1s infinite linear;
  animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
  0% { opacity: 1; }
  33% { opacity: 0.25; }
  66% { opacity: 0.25; }
  100% { opacity: 1; }
}
@keyframes spScaleAlpha {
  0% { opacity: 1; }
  33% {  opacity: 0.25; }
  66% { opacity: 0.25; }
  100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
  0% { opacity: 0.25; }
  33% { opacity: 1; }
  66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
  0% { opacity: 0.25; }
  33% { opacity: 1; }
  66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
  33% { opacity: 0.25; }
  66% { opacity: 1; }
  100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
  33% { opacity: 0.25; }
  66% { opacity: 1; }
  100% { opacity: 0.25; }
}

.pageTop {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background:#FFF;
	border-radius: 100%;
	line-height: 58px;
	text-align: center;
	position: fixed;
	bottom: 3%;
	right: 3%;
}

.pageTop a{
	display: block;
	opacity: 1;
	transition: 0.3 all ease;
}

.pageTop a i{
	font-size: 35px;
	color: #000;
}

.pageTop a:hover{
	opacity: 0.6;
	transition: 0.3 all ease;
}

#bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	/* height: 100%; */
	background-image: url(../img/gccxrent_back.jpg);
	background-size: contain;
	background-repeat: repeat;
}


.firstView{
	width: 100%;
	padding: 100px 0 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto !important;
}
@media screen and (max-width:1000px){
	.firstView{
		padding: 60px 0 20px;
	}
}

.topContents{
	width: 100%;
	text-align: center;
}

.detailArea{
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.5s all ease;
    font-family: 'Lato', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	border-radius: 20px;
	max-width: 600px;
    width: fit-content;
    margin: 20px auto 30px;
    padding: 20px 60px;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
	flex-direction: column;
	filter: drop-shadow(5px 5px 13px rgba(0, 0, 0, 0.613725));
}
.deta_day_place {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}


.detailArea .day{
	font-size: 36px;
	font-weight: bold;
	display: block;
	font-style: italic;
	font-family: 'Lato', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0.1em;
}

.detailArea .place{
	font-size: 36px;
	font-weight: bold;
	font-family: 'Lato', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
}

.detailArea .access{
	color: #e76d1c;
	font-weight: bold;
}
.detailArea .access a{
	color: #e76d1c;
    text-shadow: 0px 0px 3px #111111;
}
.detailArea .access a:hover{
	text-decoration: none;
}
.detailArea .access p{
	font-size: 20px;
}
.ticket {
    font-size: 22px;
    text-align: center;
    color: #f9ee00;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.5s all ease;
}

.fan-banner-box {
	width: 100%;
    max-width: 300px;
    margin: 20px auto 30px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #000;
    border-radius: 10px;
    border: 1px solid #f9ee00;
	line-height: 0;
}
.fan-banner-box a {
	display: block;
}
.fan-banner-box a:hover{
	opacity: 0.6;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 20px 0;
    z-index: 2;
}


ul{
	width: 100%;
	text-align: center;
}

nav ul li{
	display: inline-block;
	padding-right: 40px;
	font-size: 19px;
	letter-spacing: 0.1em;
}

nav ul li:last-child{
	padding-right: 0;
}

nav ul li:last-child i{
	font-size: 18px;
}

nav ul li a{
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease all;
	font-weight: bold;
	display: block;
    line-height: 0;
}
nav ul li.no-set a{
	color: #727272;
	pointer-events:none;
}

nav ul li a:hover{
	color: #ff1e1e;
	transition: 0.3s ease all;
}

nav ul li span{
	color: #aaa;
}

nav.on{
	background: #2a2a2af5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

nav.on li a{
	color: #fff;
	transition: 0.3s ease all;
}

nav ul {
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

nav li .youtube-logo {
	display: block;
	width: 30px;
	fill: #fff;
}
nav li .youtube-logo:hover {
	fill: #ff1e1e;
}
.logo{
	width: 40%;
	max-width: 600px;
    margin: 0 auto 15px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.5s all ease;
	filter: drop-shadow(5px 5px 13px rgba(255, 255, 255, 0.413725));
}
.logo-sub{
	width: 480px;
    margin: 0 auto 15px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.5s all ease;
	filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.9));
}

.contentsTit{
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}
.contentsTit img{
	width: 70%;
}
.contentsTit2 img{
	width: 100%;
	margin-top: 16px;
	margin-bottom: 8px;
}

.logo-sub.on,
.logo.on,
.detailArea.on,
.ticket.on,
.about.on {
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
	transition: 0.5s all ease;
}

section{
	padding:8%;
	text-align:center;
}


.whiteArea{
	background: rgba(255,255,255,0.8);
}

.blkArea{
	background: #0000008a;
}

.blkArea .contentsTit{
	color: #FFF;
}

.mainLead{
	margin-bottom:30px;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: bold;
	color:#f9ee00;
	text-align: center;
}

.lead{
	font-size: 16px;
	line-height: 2.3em;
	color: #FFF;
	text-align: center;
}

.leadred{
	font-size: 16px;
	line-height: 2.3em;
	color: #F00;
	text-align: center;
}
/* Ryu0416追記 */

#about {
	width: 100%;
	padding: 0;
    font-size: 23px;
    line-height: 2;
    font-family: 'Lato', "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
	position: relative;
	z-index: -1;
    box-sizing: border-box;
}
.about-box {
	width: 100%;
	height: 680px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.deco-about:after {
	content: "";
    position: absolute;
	box-sizing: inherit;
	width: 720px;
    height: 100%;
    top: 80px;
    right: 110px;
	background-image: url(../img/about-text-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
}
.about-text {
	color: #FFF;
	text-align: left;
    width: 90%;
    max-width: 1200px;
	margin: 20px auto 30px;
	line-height: 1.5;
	font-style: italic;
}
.about-text img {
	max-width: 800px;
    width: 70%;
}

@media screen and (max-width:750px){
	#about {
		overflow: hidden;
	}
	.about-box {
		height: auto;
		min-height: 600px;
		padding: 10px;
		align-items: flex-start;
	}
	.deco-about:after {
		width: 100vw;
		height: 100%;
		top: -5vw;
		right: -3vw;
		background-position: bottom;
	}
	.about-text img {
		width: 100%;
	}
	.about-text {
		width: 95%;
	}
}

.tx-black-frame {
	text-shadow: 2px 2px 0px #111111, -2px 2px 0px #111111, 2px -2px 0px #111111, -2px -2px 0px #111111, 2px 0px 0px #111111, 0px 2px 0px #111111, -2px 0px 0px #111111, 0px -2px 0px #111111;
}
.tx-yellow {
	color: #f9ee00;
}
.font-l {
	font-size: 50px;
    font-weight: bold;
}
.font-m {
	font-size: 25px;
    font-weight: bold;
}
@media screen and (max-width:750px){
	.font-m {
		font-size: 15px;
	}
}

@media screen and (max-width:750px){
	.font-l {
		font-size: 26px;
	}
}
.font-s {
	font-size: 12px;
    font-weight: bold;
}

@media screen and (max-width:750px){
	.font-s {
		font-size: 10px;
	}
}

@media screen and (max-width:1000px){
	#about{
		font-size: 20px;
	}
}
/* .about {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: 0.5s all ease;
} */
.new{
	position: absolute;
	left: -20px;
	top: -20px;
	width: 70px;
	height: 70px;
	background: #ff59ab;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 70px;
	border-radius: 100%;
}



.btn {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.btn .main,
.btn .before{
	display: block;
	position: relative;
	width: 300px;
	padding:10px 0;
	text-decoration: none;
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	color:#000;
	font-weight: bold;
	border:solid 2px #000;
	background: #fff;
	border-radius: 100px;
}
.btn_l .main {
	width: 540px;
    font-size: 15px;
}
.btn .before{
	border: none;
}

td .btn .main{
	width: 250px;
	margin: 20px 0 0;
	padding:10px 0;
}


.btn .main:hover{
	background: #ff1e1e;
	transition: 0.3s ease all;
	color: #FFF;
}

.btn .main:hover:before{
	top: 0;
	left: 0;
	transition: 0.3s ease all;
}

.btn.no-set a{
	pointer-events: none
}

.btn.no-set .main{
	color: #fff;
	background: #a3a3a3;
}



footer{
	width: 100%;
	padding: 2% 0;
	/* background: #000; */
}

footer p{
	width: 8%;
	margin: 0 auto
}



.link{
	text-align: left;
}


.foodList .fList{
	margin: 40px 0 50px;
	color: #FFF;
	text-align: left;
}

.foodList li dt{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 1px #FFF;
	font-size: 24px;
	font-weight: bold;
}

.foodList li dd{
	font-size: 16px;
	margin-bottom: 5px;
}

.phFood {
	display: flex; 
}

.phFood li{
	width: 450px;
	margin-top: 2%;
	margin-right: 2%;
	text-align: left;
	font-size: 12px;
}

.phFood li:last-child{
	margin-right: 0;
}

.phFood li.last{
	width: 148px;
}

@media screen and (max-width:750px){
	/* .firstView {
		height: auto !important;
	}
	.topContents {
		position: relative;
		margin-top: 45px;
	} */
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}
	section{
		padding: 8% 0% 14%;
	}
	#bg{
		background-image: url(../img/gccxrent_back.jpg);
		/* background-image: url(../img/sp_bg.gif) !important;
		background-position: center !important;
		background-size: cover !important; */
	}
	#bg div{
		display: none !important;
	}

	.topContents{
		/* margin-top: -160px; */
	}

	.cathTxt{
		width: 90%;
		padding: 5%;
		font-size: 18px;
	}
	.logo-sub {
		width: 90%;
	}

	.logo{
		width: 75%;
		margin: 3% auto;
	}


	.detailArea{
		width: 80%;
		box-sizing: border-box;
		text-align: center;
		padding: 10px 0;
		line-height: 1.7em;
		margin-bottom: 5%;
		/* border: 3px solid #FFF; */
	}
	.detailArea .day{
		font-size: 24px;
	}
	.detailArea .place{
		font-size: 21px;
	}
	.detailArea .access {
		font-size: 13px;
		line-height: 1.2;
	}
	.detailArea .access p{
		font-size: 13px;
	}

	#navBtn {
	    width: 50px;
	    height: 50px;
	    z-index: 90;
	    position: fixed;
	    top: 0px;
	    right: 0;
	    background: #f4d600;
	    cursor: pointer;
		border-radius: 0 0 0 10px;
	}

	#navBtn span {
	    display: block;
	    position: absolute;
	    right: 10px;
	    width: 27px;
	    height: 2px;
	    background: #2e2e2e;
	    transition: 0.3s all ease;
	}

	#navBtn .top {
	    top: 16px;
	}

	#navBtn .middle {
	    top: 25px;
	}

	#navBtn .bottom {
	    top: 34px;
	}

	nav {
	    clear: both;
	    height: 100vh;
	    display: none;
	    padding:0 0 5%;
	    position: fixed;
	    background: #2a2a2af5;
	}

	nav ul{
		padding-top: 15%;
		display: flex;
    	flex-direction: column;
	}

	nav ul li{
		display: block;
		color: #fff;
		padding:0 0 6%;
	}

	nav ul li a{
		color: #fff;
		font-size: 18px;
		display: inline-block;
	}

	nav ul li span{
		font-size: 18px;
	}

	.contentsTit{
		margin-bottom: 5%;
	}
	.contentsTit img{
		width: 80%;
	}
	.contentsTit2 img{
		width: 100%;
		margin-top: 16px;
		margin-bottom: 8px;
	}


	.leadArea {
	    width: 75%;
	    padding: 3% 2.5%;
	    margin:8% auto 10%;
	}



	.mainLead{
		font-size: 18px;
		margin-bottom: 4%;
	}

	.lead{
		font-size: 14px;
		text-align: left;
		line-height: 1.8em;
	}

	.new{
		left: -4%;
		top: -5%;
	}


	.btn .main,
	.btn .before{
		width: 70%;
		margin: 3% auto 0;
		font-size: 15px;
		padding: 6px 0;
	}

	.btn_l .main {
		width: 100%;
		font-size: 15px;
	}

	.btn .main:before{
		width: 100%;
	}

	td .btn .main{
		width: 60%;
		margin: 2% auto 5%;
		font-size: 16px;
	}

	.deta_day_place {
		width: 85%;
	}

	.ticket {
		width: 100%;
		text-align: center;
		font-size: 13px;
	}

	#about {

	}


	footer p {
    	width: 15%;
    	margin: 0 auto;
	}


	.phFood li{
		width: 49%;
	}

	.phFood li.last{
		width: 20%;
	}
}

@media screen and (min-width: 640px) and (max-width: 680px) {
	.firstView{
		/* height: 140vh !important; */
	}

	nav ul{
		padding-top: 2%;
	}

	nav ul li{
		padding: 0 0 2%;
	}

	/* #about {
		width: 95%;
		border: 4px solid #FFF;
		font-size: 17px;
	} */
}

.video_wrapper {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
#video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* .mesh::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.31);
} */
.mesh {
    background-image: url("../img/mesh2.png");
    background-repeat: repeat;
	background-size: 8px;
	background-color: rgba(0, 0, 0, 0.31);
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
@media screen and (max-width:750px){
	.mesh {
		background-size: 6px;
	}
}

.box1 {
	border: 3px solid #FFF;
    border-radius: 20px;
    box-sizing: border-box;
    background: #0000008a;
}

.top-info {
	width: 25%;
    min-width: 370px;
    max-width: 850px;
    margin: 20px auto 30px;
    padding: 20px;
	font-size: 18px;
}
.top-info span {
	font-weight: bold;
	font-size: 24px;
}

@media screen and (max-width:750px){
	.top-info {
		width: 85%;
		min-width: auto;
		font-size: 15px;
		padding: 15px;
	}
	.top-info span {
		font-size: 17px;
	}
}

/* info */
#info {
	/* background-image: url(../img/back-info.jpg); */
	background-color: #0000008a;
	background-position: center top;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
}

.infoList {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    max-height: 370px;
    overflow-y: auto;
}
.infoList li{
	font-size: 18px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #FFF;
    flex-direction: column;
}

.infoList li a{
	color: #FFF;
}

.infoList li dt{
	margin-bottom: 5px;
    color: #fff;
    /* margin-right: 20px; */
}
::-webkit-scrollbar{
   width: 5px;
}
::-webkit-scrollbar-track{
   background-color: #626262;
}
::-webkit-scrollbar-thumb{
   background-color: #ffffff;
}
@media screen and (max-width:750px){
	.infoList {
		width: 100%;
	}
	.infoList li{
	 	text-align: left;
		padding: 10px;
	 }

	.infoList li dt{
		font-size: 12px;
	}

	.infoList li dd{
		font-size: 13px;
	}
	.infoList li{
		margin-bottom: 5%;
	}

	.infoList li:last-child{
		margin-bottom: 0;
	}
}

/* games */
.games_whopper {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.gamesList {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: stretch;
}
.gamesList li{
    width: 46%;
    min-height: 363px;
    border: 2px solid #f9ee00;
    background: #000000a1;
    margin: 15px 16px;
}

/* .gamesList li:before {
	content: " ";
	margin-top: -120px;
	height: 120px;
	display: block;
	visibility: hidden;
} */

.gamesList li img{
	width: 100%;
}
.gamesList li .game-data {
	padding: 20px 10px;
	font-size: 14px;
	text-align: center;
	color: #a1a1a1;
}
.gamesList li .game-title {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #FFF;
}

.gamesList li.inner {
	position: relative;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.gamesList li.inner span.shiny-new {
	position: absolute;
	top: -18px;
	left:calc(50% - 30px);
	background: #f9ee00;
	color: #000;
	font-family: 'Lato', sans-serif;
	width: 60px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 15px;
	line-height: 1.2;
	padding: 10px;
	overflow: hidden;
	will-change: transform;
}

.shiny-new::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.gamesList .games-secret,
.gamesList .games-coming-soon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f4d4cf;
}
.gamesList .games-secret {
	background: #ab0000de;
    border: 2px solid #df0000;
}
.gamesList .games-coming-soon img{
	width: 220px;
}
.gamesList .games-secret img{
	width: 140px;
}
@media screen and (max-width:750px){
	.games_whopper {
		width: 90%;
	}
	.gamesList {
		justify-content: center;
	}
	.gamesList li {
		width: 90%;
	}
}

/* ticket */

.tilde {
	display: inline-block;
}
@media screen and (max-width:750px){
	.tilde {
		display: block;
		transform: rotateZ(90deg);
	}
}
#ticket{
	background-image: url(../img/gccxrent_back.jpg);
    background-repeat: repeat;
    background-size: 30%;
    padding: 5%;
    position: relative;
    z-index: -1;
    box-sizing: border-box;
    color: #FFF;
	text-align: center;
}
.ticket_whopper {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.ticket-data1 {
	text-align: center;
	margin-bottom: 40px;
}
.ticket-data1 img {
	width: 60%;
}
.ticket-data1 img.w-s {
	width: 18%;
	margin: 5px;
	margin-top: 16px;
}

@media screen and (max-width:750px){
	.ticket-data1 img.w-s {
		width: 26%;
		margin: 5px;
		margin-top: 8px;
	}
	
}
.ticket-sub-title {
	background: #f9ee00;
    color: #000;
    padding: 5px 25px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.ticket-data2 {
	width: 95%;
	margin: 10px auto 20px;
	text-align: left;
}
.ticket-data2 span {
	font-size: 20px;
}
.ticket-data2 .indent1 {
	text-indent: -1.2em;
    padding-left: 1.2em;
}
.ticket-data2 .indent2 {
	text-indent: -1.3em;
}

.ticket-data-sell-box {
	border: 3px solid #f9ee00;
	border-radius: 8px;
	margin-bottom: 30px;
	width: 500px;
    margin: 0 auto 30px;
}
.ticket-data-sell-box .ticket-sell-title{
	font-size: 20px;
	background: #f9ee00;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
    padding: 7px;
}

.ticket-data-sell-box .accepting {
	color: #f55;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: -15px;
	animation: blink 1.5s ease-in-out infinite;
}

@keyframes blink {
	0%,
	100% {
		opacity: 1;
	}

	20%,
	80% {
		opacity: 1;
	}

	50% {
		opacity: 0.6;
	}

}


.annotation {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:750px){
	.ticket_whopper {
		width: 100%;
		font-size: 15px;
	}
	.ticket-data1 img {
		width: 100%;
	}
	.ticket-sub-title {
		font-size: 18px;
		padding: 5px 15px;
	}
	.ticket-data-sell-box {
		width: 100%;
	}
	.ticket-data-sell-box .ticket-sell-title {
		font-size: 16px;
	}
}

/* attention */
.attention_whopper {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.attention-box {
	color: #fff;
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.7;
}
.attention-box dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.attention-box dd{
	text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 10px;
}
.attention-box dd a{
	color: #fff;
}

@media screen and (max-width:750px){
	.attention-box {
		font-size: 15px;
	}
	.attention-box dt {
		font-size: 17px;
	}
}

/* 取り消し線 */
.line-th {
	text-decoration: line-through;
}

.ticket-data2 span.line-th {
    font-size: 16px;
}


/* テーブル */
.ticketTable{
	width: 100%;
	border: solid 1px #999;
	width: 86%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 30px;
}

.ticketTable th{
	width: 20%;
	padding:1.5% 3%;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background: #DDD;
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	color: #000;
}

.ticketTable td{
	width: 40%;
	padding:1.5% 3%;
	border-bottom: solid 1px #999;
	font-size: 16px;
	line-height: 2em;
	background: #FFF;
	text-align: left;
	color: #000;
}

a .pink {
	color: pink;
}

a .pink:hover {
	color: blueviolet;
}

.mb-16 {
	margin-bottom: 16px;
}

a.ancer {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
} 

/* goods */
.goods_whopper {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.goodsList {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* justify-content: space-between; */
    align-items: stretch;
}
.goodsList li{
    width: 30%;
    /* min-height: 363px; */
    /* border: 2px solid #f9ee00; */
    background: #000000a1;
    margin: 15px;
}

/* .gamesList li:before {
	content: " ";
	margin-top: -120px;
	height: 120px;
	display: block;
	visibility: hidden;
} */

.goodsList li img{
	width: 100%;
}
.goodsList li .game-data {
	padding: 20px 10px;
	font-size: 22px;
	text-align: center;
	color: #a1a1a1;
}
.goodsList li .game-title {
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
	color: #FFF;
}

.goodsList li.inner {
	position: relative;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.goodsList li.inner span.shiny-new {
	position: absolute;
	top: -18px;
	left:calc(50% - 30px);
	background: #f9ee00;
	color: #000;
	font-family: 'Lato', sans-serif;
	width: 60px;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 15px;
	line-height: 1.2;
	padding: 10px;
	overflow: hidden;
	will-change: transform;
}

.shiny-new::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.goods-annotation {
	padding-left: 1em;
	/* text-indent: -1em; */
	text-align: left;
	color: #fff;
}

@media screen and (max-width:750px){
	.goods_whopper {
		width: 90%;
	}
	.goodsList {
		justify-content: center;
	}
	.goodsList li {
		width: 47%;
		margin: 10px 5px;
	}

	.goodsList li .game-data {
		padding: 10px 10px 8px;
		font-size: 15px;
	}
	.goodsList li .game-title {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}

	.goods-annotation {
		font-size: 12px;
	}
	.goods_whopper > .font-m {
		font-size: 15px;
	}
}

.goods-annotation a {
	color: #fff;
}

.infoList li dd {
	color: #fff;
}