/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: Meiryo, sans-serif, monospace;
	font-size: 100%;
}

.clear{clear:both;}

img{
	vertical-align: top;
}

.pc{ display: inherit; }
.sp{ display: none; }
@media screen and (max-width: 699px){
.pc{ display: none; }
.sp{ display: inherit; }
}

/* UNITY_setting
================================================== */
.unity_box{
	margin: auto ;
	padding-top: 2%;
	padding-bottom: 0%;
	position: relative;
	display: table;
}

#unity-container{
	height: 40vw;
	width: calc(40vw * 0.75);
	margin: auto;
	min-width: 600px;
	min-height: 800px;
}

@media screen and (max-width: 699px){
	.booth_wrapper{
		padding-top: 4%;
	}
	
	#unity-container{
		height: 100vw;
		width: calc(100vw * 0.75);
		margin: auto;
		min-width: 100%;
		min-height: 100%;
	}
	
	.banner_style1{
		width: 75%;
		margin: auto;
		padding-bottom: 4%;
	}
}

/* twitter_setting
================================================== */

.twitter_box{
	width: 800px;
	margin: auto;
	padding-bottom: 50px;
	text-align: right;
}

.twitter_text_area{
	width: 100%;
	padding: 10px 0;
}

.twitter_text_style1{
	font-size: 20px;
	text-align: left;
	user-select: none;
}

#shareTextArea{
	resize: none;
	width: 100%;
	min-height: 88px;
	padding: 4px 8px;
	border-radius: 0.67em;
	background-color: white;
	border: 2px solid #29a3e7;
	user-select: none;
	box-sizing: border-box;
}
#shareTextArea::selection{ background:none; } 


#twitter{
	border-radius: 2em;
	background-color: #1da1f2;
	border: 0;
	padding: 8px 14px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
}

#twitter:hover{
	opacity: 0.8;
}

/* particles_setting
================================================== */

#particles-js{
	display: block;
}

@media screen and (max-width: 699px){
	#particles-js{
		display: none;
	}
}

/* loading_setting
================================================== */
#loader {
	width: 100%;
	height: 100vh;
	display: table;
	position: fixed;
	_position: absolute; /* IE6対策 */
	z-index: 999;

}

.loader_box{
	width: 30%;
	margin: auto;
	height: 100vh;
	display: table;
}

.loader_table_cell{
	display: table-cell;
	vertical-align: top;
	padding-top: 12%;
}


#fade {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	display: none;
	background-color: #fff;
	background-image: url("../image/2022_top_bg01.jpg");
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

@media screen and (max-width: 699px){
	.loader_box{
		width: 80%;
		margin: auto;
		height: 100vh;
		display: table;
	}
	#fade {
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		-o-background-size:cover;
		-ms-background-size:cover;
		width:100%;
		height:100%;
		display: none;
		background-color: #fff;
		background-image: url("../image/2022_top_bg01_sp.jpg");
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 998;
	}
}

/* UNITY_setting
================================================== */



.banner_style1{
	width: 40%;
	margin: auto;
	padding-bottom: 2%;
	user-select: none;
}

.banner_style1 a:hover{
	opacity: 0.8;
}

.unity_box{
	margin: auto ;
	padding-top: 2%;
	padding-bottom: 4%;
	position: relative;
	display: table;
}

#unityContainer{
	height: 40vw;
	width: calc(40vw * 0.75);
	margin: auto;
}

@media screen and (max-width: 699px){
	.booth_wrapper{
		padding-top: 4%;
	}
	
	#unityContainer{
		height: 100vw;
		width: calc(100vw * 0.75);
		margin: auto;
	}
	
	.banner_style1{
		width: 75%;
		margin: auto;
		padding-bottom: 4%;
	}
}

/* photo_setting
================================================== */

.photo_box{
	width: 70%;
	margin: 20px auto 0;
	color: white;
	line-height: 32px;
}

.photo_text_style1{
	text-align: center;
}

.photo_text_style2{
	text-align: center;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 20px 0 20px 0;
}

.photo_list_box{
	width: 100%;
}

.photo_list{
	width: 49%;
	display: inline-block;
}

@media screen and (max-width: 699px){
	.photo_box{
		width: 80%;
	}
	.photo_text_style1{
		text-align: left;
	}
	.photo_text_style2{
		padding: 10px 10px 10px 10px;
	}
	.photo_list{
		width: 100%;
		display: inline-block;
	}
}

/* more_text_setting
================================================== */
.more_text{
	width: 30%;
	margin: 0 auto 2%;
	border: solid 1px #d2d2d2;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 1% 0;
	text-align: center;
	letter-spacing: normal;
}

.more_text:hover{
	background-color: #d70c18;
	border: #d70c18 1px solid;
	color: #fff;
}

/* page-top_setting
================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 999;
}
#page-top a {
	background: #e60012;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #cd0505;
}


/* ANIMATION_setting
================================================== */
.fadein{
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  opacity: 0;
}
.fadein.active{
  opacity: 1;
}

.fadein-top{
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
}
.fadein-top.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.fadein-bottom{
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
.fadein-bottom.active{
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

/* top_main_setting
================================================== */

#particles-js{ 
	position:absolute;/*描画固定*/
	z-index:2;
	width: 100%;
	height: auto;
	
}

.top_main_wrapper{
	width: 100%;
	position: relative;
	z-index:1;
	margin: auto;
	background-image:url("../image/2022_c_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-color: black;
}

.top_main_wrapper2{
	width: 100%;
	height: auto;
	position: relative;
	z-index:1;
	margin: auto;
	background-image:url("../image/2023_c_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #fff;
}

.top_main_slide{
	width: 56%;
	position: relative;
	padding: 30px 0 0 0;
	left: -2%;
	z-index: 3;
}

.top_main_logo{
	width: 42%;
	position: absolute;
	top: 28%;
	right:4%;
	z-index: 3;
	text-align: center;
}

.top_main_text{
	width: 40%;
	position: absolute;
	top: 40%;
	right:6%;
	z-index: 3;
}

.top_main_image_box{
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

.event_border{
	margin-top: 30px;
}

/* HEADER_setting
================================================== */

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	
	z-index: 99;
}

.site-header{
    position: fixed;
    top: 0;
    transition: .5s;
}

.site-header.hide{
	transform: translateY(-110%);
}

.header_box {
	top: 0;
	width: 100%;
	background: #e80037;
	background-image: url("../image/2020_c_header_bg.jpg");
	background-position: center top;
	height: 110px;
	will-change: top;
	
	-webkit-transform: translate3d(0, 0, 0);
		  transform: translate3d(0, 0, 0);
}

.header_inner {
	width: 100%;

	text-align: center;
	margin: auto;
	padding: 0 0px;
	box-sizing: border-box;
	font-size: 85.72%;
	letter-spacing: -1px;
	position: relative;
	z-index: 2;
}

.header_menu_ul{
	width: 100%;
	list-style: none;
	letter-spacing: -1em;
	white-space: nowrap;
}

.header_menu_li{
	padding:0 1%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 8px;
}

.header_menu_li2{
	padding:0 0 0 1%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 8px;
}

.header_menu_li3{
	width: 281px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
}

.header_menu_li4{
	padding:0 1% 0 0%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 8px;
}

.header_menu_li img , .header_menu_li2 img , .header_menu_li4 img{
	width: 120px;
	height: 56px;
}

.header_menu_li img:hover , .header_menu_li2 img:hover , .header_menu_li3 img:hover , .header_menu_li4 img:hover{
	opacity: 0.8;
}

.header_sub_inner{
	width: 100%;

	margin-top:-28px;
	padding: 0 0px;
	box-sizing: border-box;
	
	z-index: 1;
	font-size: 85.72%;
}

.header_sub_menu_ul{
	width: 100%;
	list-style: none;
	text-align: center;
}

.header_sub_menu_li{
	width: 10%;
	padding:0 0%;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 0px;
}

.header_sub_menu_li2{
	width: 300px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	pointer-events: none;
}

.header_sub_menu_li a {
	color: white;
	text-decoration: none;
}

.header_sub_menu_li a:hover{
	opacity: 0.6;
}



/* HEADER_setting(SP)
================================================== */

.va_logo{
	width: 50%;
	margin: auto;
	padding-top: 3%;
	padding-bottom: 1%;
}

.sp_header_box{
	width: 100%;
	background-image: url("../image/header_bg_red.jpg");
	background-position: center center;
	background-size: auto;
}

.sp_header_inner{
	width: 94%;
	margin: auto;
	list-style: none;
	display: table;
	padding-top: 2%;
	padding-bottom: 2%;
}

.sp_header_menu_li{
	display: table-cell;
	width: 15%;
	padding-left: 5%;
	padding-right: 5%;
	border-left: 1px solid rgba(255,255,255,0.5);
}

.sp_header_menu_li_last{
	display: table-cell;
	width: 15%;
	padding-left: 5%;
	padding-right: 5%;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-right: 1px solid rgba(255,255,255,0.5);
}

.sp_header_sub_inner{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #0f997e;
}

.sp_header_sub_menu_ul{
	width: 60%;
	margin: auto;
	list-style: none;
	display: table;
	padding-top: 2%;
}

.sp_header_sub_menu_ul2{
	width: 40%;
	margin: auto;
	list-style: none;
	display: table;
	padding-top: 2%;
}

.sp_header_sub_menu_li{
	display: table-cell;
	vertical-align: bottom;
	line-height: 0px;
	padding-left: 3%;
	padding-right: 3%;
}

@media screen and (max-width: 699px){

	header{
		position: relative;
		width: 100%;
		min-width: 100%;
		z-index: 99;
	}

	.site-header{
		position: relative;
		top: 0;
		transition: .5s;
	}

	.site-header.hide{
		transform: translateY(0%);
	}

	.header_inner {
		max-width: 100%;
		padding: 0 20px;
		display: block;
	}

	.header_logo {
		width: 50%;
		height: auto;
		padding-right: 0px;
		padding-top: 4%;
		padding-bottom: 0%;
		display: block;
		margin: auto;
	}
	.header_menu_ul{
		width: 100%;
		list-style: none;
		letter-spacing: -1em;
		white-space: nowrap;
	}

	.header_menu_li{
		width: 20%;
		text-align: center;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		border-right: 0px solid #ccc;
	}

	.header_menu_li img{
		width: 90%;
		margin: auto;
	}

	.header_border_left{
		border-left: 0px solid #ccc;
	}
	.header_sub_inner{
		max-width: 100%;
		margin: auto;
		padding: 0 20px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
		font-size: 85.72%;
		letter-spacing: -1px;
		display: table;
	}

	.header_sub_menu_li{
		width: 20%;
		text-align: center;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.header_sub_menu_li img{
		width: 90%;
		margin: auto;
	}

	.header_border{
		width: 100%;
		height: 1px;
		background-color: #ccc;
	}
}

/* header_setting
================================================== */
.header_wrapper{
	width: 100%;
	height: 88px;
	/*background-image: url("../image/header_bg_red.jpg");
	background-position: center center;*/
	position: absolute;
	z-index: 2;
	letter-spacing: -1em;
}

.header_white_bg{
	width: 20%;
	height: 88px;
	/*background-image: url("../image/header_bg_white.png");*/
	position: relative;
	background-size: cover;
	z-index: 2;
	background-position: right;
	display: inline-block;
	letter-spacing: -1em;
}

.header_link_box_red{
	width: 100px;
	height: 88px;
	float: right;
	letter-spacing: -1em;
	background-image: url("../image/header_bg_red.png");
	background-repeat: no-repeat;
	background-position: right;
}

.header_link_box{
	width: 1050px;
	height: 88px;
	padding-right: 25px;
	float: right;
	text-align: right;
	vertical-align: top;
	letter-spacing: -1em;
	background-color: #e60012;
}

.header_link_box_table{
	width: 100%;
	height: 84px;
	display: table;
	letter-spacing: normal;
}

.header_logo_table{
	display: table;
	width: 100%;
	height: 84px;
}

.header_logo{
	padding-right: 20%;
	padding-left: 6%;
	padding-top: 2%;
	display: table-cell;
	vertical-align: middle;
	max-width: 200px;
}

.header_logo img{
	max-width:340px; 
}

.header_logo:hover{
	opacity: 0.8;
}

.header_menu_box{
	display: table-cell;
	width: 88%;
	vertical-align: middle;
	text-align: right;
	padding-right: 0%;
	font-size: 18px;
	padding-top: 4px;
	color: #fff;
}

.header_sns_box_1{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: white;
	width: 4%;
	padding-top: 8px;
	padding-left: 2%;	
}

.header_sns_box_1:hover{
	opacity: 0.8;
}

.header_menu_box a{
	font-family: a-otf-ud-shin-maru-go-pr6n;
	font-weight: 800;
	text-decoration: none;
	font-size: 1.0rem;
	padding-bottom: 4px;
	color: #fff;
	position: relative;
}

.header_menu_box a:hover{
	color: #fff;
	opacity: 0.8;
}

.header_menu_box a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.header_menu_box a:hover::after{
  width: 100%;
}


@media screen and (max-width: 1560px){
	.header_link_box_red{
		width: 100px;
		height: 78px;
		float: right;
		letter-spacing: -1em;
		background-image: url("../image/header_bg_red.png");
		background-repeat: no-repeat;
		background-position: right;
	}

	.header_link_box{
		width: 800px;
		height: 78px;
		padding-right: 25px;
		float: right;
		text-align: right;
		vertical-align: top;
		letter-spacing: -1em;
		background-color: #e60012;
	}

	.header_link_box_table{
		width: 100%;
		height: 74px;
		display: table;
		letter-spacing: normal;
	}

	.header_menu_box{
		display: table-cell;
		width: 88%;
		vertical-align: middle;
		text-align: right;
		padding-right: 0%;
		font-size: 14px;
		padding-top: 4px;
		color: #fff;
	}

	.header_menu_box a{
		font-family: a-otf-ud-shin-maru-go-pr6n;
		font-weight: 800;
		text-decoration: none;
		font-size: 0.8rem;
		padding-bottom: 4px;
		color: #fff;
		position: relative;
	}

	.header_sns_box_1{
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		color: white;
		width: 3.4%;
		padding-top: 8px;
		padding-left: 2%;	
	}

	.header_white_bg{
		display: none;
	}

}

@media screen and (max-width: 1000px){
	.header_wrapper{
		width: 100%;
		height: auto;
		position: relative;
		z-index: 2;
		letter-spacing: -1em;
	}
	

	
	.header_link_box_red{
		width: 0px;
		height: 58px;
		float: right;
		letter-spacing: -1em;
		background-image: url("../image/header_bg_red.png");
		background-repeat: no-repeat;
		background-position: right;
	}

	.header_link_box{
		width: 100%;
		height: 58px;
		padding-right: 25px;
		float: right;
		text-align: right;
		vertical-align: top;
		letter-spacing: -1em;
		background-color: #e60012;
	}

	.header_link_box_table{
		width: 100%;
		height: 54px;
		display: table;
		letter-spacing: normal;
	}

	.header_menu_box{
		display: table-cell;
		width: 88%;
		vertical-align: middle;
		text-align: right;
		padding-right: 0%;
		font-size: 11px;
		padding-top: 4px;
		color: #fff;
	}

	.header_menu_box a{
		font-family: a-otf-ud-shin-maru-go-pr6n;
		font-weight: 800;
		text-decoration: none;
		font-size: 0.6rem;
		padding-bottom: 4px;
		color: #fff;
		position: relative;
	}

	.header_sns_box_1{
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		color: white;
		width: 3.4%;
		padding-top: 8px;
		padding-left: 2%;	
	}
}

/* CONTENTS_setting
================================================== */

.top_special_title_style1{
	width: 30%;
	margin: auto;
	padding-bottom: 1%;
}

.top_contents_wrapper{
	background-image:url("../image/2021_c_white_bg.jpg");
	background-position: center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
	position: relative;
	z-index: 1;
	background-size: cover;
}


.top_about_contents{
	background-image:url("../image/2020_c_white_bg.jpg");
	background-position: center top;
	background-attachment: fixed;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.top_about_logo{
	width: 60%;
	margin: auto;
}

.top_about_text_box{
	text-align: center;
	padding-top: 2%;
	padding-bottom: 1%;
	line-height: 34px;
	font-size: 16px;
	color: #000;
	width: 90%;
	margin: auto;
}

.contents_wrapper{
	

}

.contents_booth_reserve_box{
	padding: 4% 0;
}

.contents_booth_reserve_img{
	width: 24%;
	margin: auto;
}

.title_text_box{
	padding-bottom: 20px;
	width: 60%;
	margin: auto;
}

.text-line {
	display: flex;
	align-items: center;
}
.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

.text-line_white {
	display: flex;
	align-items: center;
}
.text-line_white:before,
.text-line_white:after {
  content: "";
  flex-grow: 1;
  height: 2px; /* 線の太さ */
  background: white; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}

.contents_title_style1{
	text-align: center;
	font-size: 220%;
	color: #d70c18;
	font-weight: bold;
}

.contents_title_style2{
	text-align: center;
	font-size: 220%;
	color: white;
	font-weight: bold;
}

.title_text_style1{
	text-align: center;
	font-size: 100%;
	color: white;
	padding-top: 6px;
	padding-bottom: 6px;
}

.top_main_contents{
	background-image: url("../image/2020_c_main_contents_bg2.jpg");
	padding-top: 110px;
	background-size: cover;
	background-color: black;
	background-position: top center;
}

.top_about_wrapper{
	padding-bottom: 0px;
}

.top_info_wrapper{
	padding-bottom: 0px;
}

.top_game_img{
	width: 30%;
	margin: auto;
}

.game_box_wrapper{
	padding-bottom: 60px;
}

.info_box_wrapper{
	width: 60%;
	margin: auto;
	letter-spacing: -1em;
}

.info_box_style1{
	width: 50%;
	padding: 0 2%;
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
}

.info_box_title{
	text-align: center;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 6px;
}

.info_box_table{
	display: table;
	border-collapse:separate;
    border-spacing: 0px 20px;
}

.info_box_row{
	display: table-row;
	
}

.info_box_table_style1{
	display: table-cell;
	white-space: nowrap;
	background-color: #d70c18;
	padding: 10px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}

.info_box_table_style1_2{
	display: table-cell;
	white-space: nowrap;
	background-color: #315747;
	padding: 10px;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}

.info_box_table_style2{
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 30px;
}



.pickup_contents{
	background-image:url("../image/2020_c_white_bg.jpg");
	background-position: center top;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.pickup_wrapper{
	width: auto;
	text-align: center;
	padding-bottom: 0px;
}

.pickup_text_box{
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.pickup_box{
	width: 20%;
	position: relative;
	margin-bottom: 2%;
	z-index: 1;
	background-color: white;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #d2d2d2;
	border-top: solid 1px #d2d2d2;
	display: inline-block;
	margin-left:1%;
	margin-right: 1%;
	vertical-align: top;
	text-align: left;
}

.pickup_box:hover{
	opacity: 0.8;
}

.pickup_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}




.pickup_title{
	font-size: 120%;
	font-weight: bold;
	line-height: 30px;
	color:#d70c18;
	padding-bottom: 10px;
}

.pickup_text{
	font-size: 100%;
	line-height: 28px;
}

.attention_wrapper{
	width: 60%;
	margin: auto;
}

.attention_box{
	padding: 1% 2%;
	box-sizing: border-box;
}

.attention_title{
	text-align: center;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	padding: 6px;
}

.attention_text{
	padding: 2% 0;
}

.attention_text p{
	font-size: 1.2em;
	font-weight: bold;
}

.attention_text span{

}

.attention_image{
	padding: 1% 0 2% 0;
}

.top_special_goods_wrapper{
	background-image: url("../image/2021_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 3%;
	padding-bottom: 5%;
}

.special_goods_img_box{
	width: 100%;
	display: table;
	padding-top: 1%;
	padding-bottom: 1%;
}

.special_goods_img{
	display: table-cell;
}

.special_goods_text{
	font-size: 18px;
	line-height: 32px;
	color: white;
	text-align: center;
	padding-bottom: 1%;
}

.special_goods_text_box{
	padding: 1% 2%;
	border: 1px solid yellow;
	color: white;
	width: 50%;
	margin: 0 auto 2%;
	text-align: center;
}

.special_goods_text_style1{
	font-size: 1.4em;
	font-weight: bold;
	color: yellow;
}

.top_visualstyle_box_wrapper{
	background-image: url("../image/2020_c_red_bg2.jpg");
	background-position: top center;
	padding-top: 6%;
	padding-bottom: 6%;
}

.top_visualstyle_box{
	width: 50%;
	margin: auto;
}

.top_visualstyle_left_box{
	width: 45%;
	display: inline-block;
	padding-right: 4%;
	vertical-align: top;
}

.top_visualstyle_right_box{
	width: 50%;
	display: inline-block;
}

.top_visualstyle_title{
	width: 80%;
}

.top_visualstyle_text{
	padding-top: 3%;
	padding-bottom: 4%;
	line-height: 30px;
	color: white;
}

.link_btn01{
    width: 50%;
	text-align: center;
	margin: auto;
	padding: 1%;
	border:1px solid #e60012;
	font-size: 140%;
	font-weight: bold;
    color: #fff !important;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn01:hover {
    background-color: #e60012;
    background-position: -100% 100%;
}

.link_btn01 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}


.link_btn02{
    width: 96%;
	text-align: center;
	margin: auto;
	padding: 2%;
	border:1px solid #fff;
	font-size: 140%;
	font-weight: bold;
    color: #fff;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 255, 255, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn02:hover {
    background-color: #fff;
    background-position: -100% 100%;
	color: #e60012;
}

.link_btn02 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.link_btn03{
    width: 50%;
	text-align: center;
	margin: auto;
	padding: 1%;
	border:1px solid #000;
	font-size: 140%;
	font-weight: bold;
    color: #000;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn03:hover {
    background-color: #000;
    background-position: -100% 100%;
	color: white;
}

.link_btn03 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.link_btn04{
    width: 80%;
	text-align: center;
	margin: auto;
	padding: 1%;
	border:1px solid #000;
	font-size: 100%;
	font-weight: bold;
    color: #000;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn04:hover {
    background-color: #000;
    background-position: -100% 100%;
	color: white;
}

.link_btn04 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.link_btn_red{
    width: 96%;
	text-align: center;
	margin: auto;
	padding: 2%;
	border:1px solid #e60012;
	font-size: 140%;
	font-weight: bold;
    color: #e60012;
    background-size: 200% 100%;	
	position: relative;
	z-index: 1;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.link_btn_red:hover {
    background-color: #e60012;
    background-position: -100% 100%;
	color: white;
}

.link_btn_red a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.link_bt_none_box{
	font-size: 24px;
	color: white;
	text-align: center;
	border: 1px solid #fff;
	width: 50%;
	margin: auto;
	padding: 1% 0;
	opacity: 0.6;
}

.link_bt_none_box_goods{
	font-size: 24px;
	color: #000;
	text-align: center;
	border: 1px solid #000;
	width: 100%;
	margin: auto;
	padding: 1% 0;
	font-weight: bold;
	opacity: 0.2;
}


.news_text_data{
	font-size: 90%;
}

.news_text{
	font-size: 100%;
}

.top_news_wrapper{
	background-image:url("../image/2020_c_white_bg.jpg");
	background-position: center top;
	background-attachment: fixed;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}

.top_news_box{
	width: 60%;
	padding: 1%;
	background-color: white;
	margin: 0% auto 2px auto;
	border-right: 4px solid #e60012;
	border-bottom: 2px solid #cccccc;
}

.top_movie_wrapper{
	background-image:url("../image/2020_c_white_bg.jpg");
	background-position: center top;
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
}

.top_attention_box_wrapper{
	background-image: url("../image/2022_c_blue_bg.jpg");
	background-position: top center;
	padding-top: 3%;
	padding-bottom: 6%;
}

.top_attention_text_title_style1{
	text-align: center;
	color: #fff;
	font-size: 28px;
	width: 78%;
	margin: auto;
	padding: 1% 0% 0%;
	font-weight: bold;
}

.top_attention_text_title_style2{
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	font-size: clamp(1rem, 3vw, 1.4rem);
	margin: auto;
	padding: 1% 0%;
	font-weight: bold;
}

.top_attention_text_box{
	width: 60%;
	padding: 2%;
	font-size: 20px;
	line-height: 36px;
	background-color: white;
	border-radius: 0px;
	margin:1% auto;
	border: 3px solid #000;
}

.top_attention_bt_box{
	width: 50%;
	margin: auto;
}

.top_goods_bt_box{
	width: 100%;
	margin: auto;
	margin: 4% auto;
}

.attention_text_table{
	font-size: 16px;
}

.attention_text_table_style1{
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dashed #000;
	font-weight: bold;
	margin-bottom: 2%;
}

.attention_text_table_style2{
	background-color: #e60012;
	text-align: center;
	color: white;
	font-weight: bold;
}

.attention_text_table_style3{
	text-align: center;
}

.attention_text_table_style4{
	text-align: center;
	background-color: #ff8b8a;
	color: white;
	font-weight: bold;
}

.attention_text_table_style5{
	text-align: center;
	background-color: #a8d18d;
	color: white;
	font-weight: bold;
}

.attention_text_table_style6{
	text-align: center;
	background-color: #fed966;
}

.attention_text_table_style7{
	text-align: center;
	background-color: #9C9C9C;
	color: white;
}

.attention_text_table_wrapper{
	width: 100%;
	margin: auto;
}

.attention_text_style1{
	font-size: 0.8em;
	color: red;
	line-height: 1.8em;
}

.youtube_wrapper{
	padding-top: 1%;
	padding-bottom: 6%;
}

.youtube_image_box{
	width: 60%;
	margin: auto;
	padding-top: 1%;
}

.game_text_box{
	width: 90%;
	border-radius: 20px;
	background-color: white;
	text-align: left;
	margin: auto;
	padding: 2%;
	font-size: 2vh;
	line-height: 3vh;
}

.youtube_text_box{
	width: 56%;
	border-radius: 20px;
	background-color: white;
	text-align: left;
	margin: auto;
	padding: 2%;
	font-size: 2vh;
	line-height: 3vh;
}

.youtube_title_style1{
	width: 59%;
	padding: 0.5%;
	margin: auto;
	background-color: white;
	border-radius: 30px;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
}

.youtube_title_style2{
	width: 98%;
	padding: 0.5%;
	margin: auto;
	background-color: #d70c18;
	border-radius: 30px;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: white;
}


.youtube_oni_logo{
	width: 40%;
	margin: auto;
	padding-bottom: 1%;
}

.youtube_text_style1{
	text-align: center;
	color: white;
	font-size: 120%;
	padding-bottom: 1%;
}

.youtube_time_table_box_style1{
	display: table;
	
	
	padding:3% 2%;
	width: 95%;
}

.youtube_time_table_text_style1{
	display: table-cell;

	padding-right: 2%;
	border-right: 1px solid #000;
	width: 30%;
	vertical-align: middle;
}

.youtube_time_table_text_style1 p{
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
}

.youtube_time_table_text_style1 span{
	font-size: 80%;
	font-weight: normal;
}

.youtube_time_table_text_style2{
	display: table-cell;

	padding-left: 3%;
	
	vertical-align: middle;
}

.youtube_time_table_text_style2 p{
	font-size: 160%;
	line-height: 100%;
	font-weight: bold;
	color: #d70c18;
}

.youtube_time_table_text_style2 span{
	font-size: 100%;
	line-height: 50%;
	font-weight: normal;
	color: #000;
}

.youtube_time_table_text_style3{
	font-size: 100%;
	padding: 2% 2% 0;
}

.youtube_time_table_text_style3 span{
	font-weight: bold;
	color: red;
}

.youtube_bt_link{
	width: 60%;
	padding: 1%;
	text-align: center;
	margin: auto;
	
	border-radius: 30px;
	position: relative;
	color: #d70c18;
	font-weight: bold;
	border: 1px solid #d70c18;
}

.youtube_bt_link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}

.youtube_bt_link:hover{
	background-color:#d70c18;
	color: white;
}

.youtube_bt_link_2{
	width: 80%;
	padding: 1%;
	text-align: center;
	margin: 0 auto 2%;
	
	border-radius: 30px;
	position: relative;
	color: #d70c18;
	font-weight: bold;
	border: 1px solid #d70c18;
}

.youtube_bt_link_2 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
}

.youtube_bt_link_2:hover{
	background-color:#d70c18;
	color: white;
}


.youtube_table_wrapper_style1{
	width: 100%;
}

.youtube_table_wrapper_style1{
	width: 90%;
	margin: auto;
	display: block;
	letter-spacing: -1em;
	vertical-align: bottom;
}

.youtube_table_style1{
	width: 23%;
	padding: 2% 1%;
	display: inline-block;
	letter-spacing: normal;
}

.youtube_table_text_style1{
	text-align: center;
	background-color: #008A22;
	color: white;
	border-radius: 20px;
	padding: 1% 0;
}

.youtube_table_style2{
	width: 47%;
	padding: 2% 1%;
	display: inline-block;
	letter-spacing: normal;
}

.title_text_white{
	font-size: 180%;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	color: white;
}

.title_text_white span{
	font-size: 60%;
}

.title_text_black{
	font-size: 180%;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	color: black;
}

.title_text_black span{
	font-size: 60%;
}

.c99_info_wrapper{
	background-image: url("../image/2021_c_black_bg.jpg");
	padding: 3% 0 2%;
}

.c99_info_title{
	width: 60%;
	margin: auto;
	text-align: center;
	border: 3px dashed #fff;
	color: #fff;
	padding: 1rem 2rem;
	font-size: 120%;
	font-weight: bold;
}

.c99_info_box{
	width: 60%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
}

.c99_info_text_style1{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 1% 0 0 0;
}

.c99_info_text_style2{
	font-size: 120%;
	text-align: center;
	padding:1% 0 0 0;
	color: #fff;
}

.c99_info_text_style3{
	width: 59%;
	margin: 1% auto 1%;
	padding: 0.5%;
	letter-spacing: normal;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
}

.c99_info_text_style4{
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color:#d70c18;
	padding: 1%;
	margin: 1% 0;
}

.c99_info_text_style5{
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding-top: 1%;
}

.c99_info_table_wrapper{
	width: 60%;
	margin: 1% auto 0%;
	letter-spacing: -1em;
}

.c99_info_table_wrapper2{
	width: 100%;
	margin: 1% auto 0%;
	letter-spacing: -1em;
}

.c99_info_table_style1{
	width: 20%;
	padding: 1%;
	border: 1px solid #d70c18;
	display: inline-block;
	letter-spacing: normal;
	background-color:#d70c18;
	color: white;
	text-align: right;
}

.c99_info_table_style2{
	width: 74%;
	padding: 1%;
	border: 1px solid #d70c18;
	display: inline-block;
	letter-spacing: normal;
	color: white;
}

.c99_info_table_style3{
	width: 27%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}

.c99_info_table_style4{
	width: 67%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 120%;
}

.c99_info_zero_wrapper{
	width: 58%;
	margin: 2% auto;
	padding: 0.5% 1%;
	border: 1px solid #d70c18;
}

.access_box{
	width: 60%;
	margin: auto;
	display: table;
	padding-bottom: 40px;
}

.contents_leftbox{
	display: table-cell;
}

.contents_rightbox{
	display: table-cell;
}

.c99_booth_img{
	width: 60%;
	margin: auto;
	padding: 2% 0 1%;
}

.brand_goods_text_style1{
	font-size: 0.6em;
	line-height: 1.8em;
}

.img_40{
	width: 40%;
	margin: auto;
	padding: 1%;
}

.img_80{
	width: 80%;
	margin: auto;
	padding: 1%;
}


/* CONTENTS_setting(tablet)
================================================== */
@media screen and (max-width: 1500px){

	.title_text_box{
		padding-bottom: 20px;
		width: 90%;
		margin: auto;
	}

	.twitter_box{
		width: 90%;
		margin: auto;
		padding-bottom: 50px;
		text-align: right;
	}

}

/* CONTENTS_setting(SP)
================================================== */
@media screen and (max-width: 699px){

	.brand_goods_text_style1{
		font-size: 0.8em;
		line-height: 1.8em;
	}

	.info_box_style1{
		width: 100%;
		padding: 2%;
		display: inline-block;
		box-sizing: border-box;
		letter-spacing: normal;
	}

	.info_box_wrapper{
		width: 90%;
		margin: auto;
		letter-spacing: -1em;
	}

	.top_game_img{
		width: 70%;
		margin: auto;
	}

	.top_main_slide{
		width: 56%;
		position: relative;
		padding: 10px 0 0 0;
		left: -2%;
		z-index: 3;
	}

	.youtube_table_style1{
		width: 48%;
		padding: 2% 1%;
		display: inline-block;
		letter-spacing: normal;
	}

	.youtube_table_style2{
		width: 98%;
		padding: 2% 1%;
		display: inline-block;
		letter-spacing: normal;
	}

	.c99_booth_img{
		width: 90%;
		margin: auto;
		padding: 2% 0 1%;
	}

	.youtube_time_table_text_style1{
		display: table-cell;
		padding-right: 2%;
		border-right: 1px solid #000;
		width: 40%;
		vertical-align: middle;
	}

	.youtube_time_table_text_style1 p{
		font-size: 120%;
		line-height: 100%;
		font-weight: bold;
	}

	.youtube_time_table_text_style1 span{
		font-size: 60%;
		font-weight: normal;
	}

	.youtube_time_table_text_style2{
		display: table-cell;
		padding-left: 3%;
		vertical-align: middle;
	}

	.youtube_time_table_text_style2 p{
		font-size: 120%;
		line-height: 140%;
		font-weight: bold;
		color: #d70c18;
	}

	.youtube_time_table_text_style2 span{
		font-size: 80%;
		line-height: 50%;
		font-weight: normal;
		color: #000;
	}

	.youtube_title_style1{
		width: 88%;
		padding: 2%;
		margin: auto;
		background-color: white;
		border-radius: 30px;
		font-weight: bold;
		font-size: 100%;
		line-height: 140%;
		text-align: center;
	}

	.youtube_oni_logo{
		width: 80%;
		margin: auto;
		padding-bottom: 1%;
	}

	.youtube_text_style1{
		text-align: center;
		color: white;
		font-size: 100%;
		width: 80%;
		margin: auto;
		padding-top: 2%;
		padding-bottom: 4%;
	}

	.c99_info_text_style3{
		width: 88%;
		margin: 1% auto 1%;
		padding: 0.5%;
		letter-spacing: normal;
		text-align: center;
		font-weight: bold;
		font-size: 140%;
	}

	.c99_info_text_style5{
		font-size: 100%;
		text-align: center;
		font-weight: bold;
		padding-top: 1%;
		padding-bottom: 1%;
	}

	.top_attention_text_title_style2{
		text-align: left;
		color: #d70c18;
		font-size: 18px;
		width: 100%;
		margin: auto;
		padding: 1% 0% 0%;
		font-weight: bold;
	}

	.link_btn_red{
		width: 96%;
		text-align: center;
		margin: auto;
		padding: 2%;
		border:1px solid #e60012;
		font-size: 100%;
		font-weight: bold;
		color: #e60012;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}

	.link_btn03{
		width: 80%;
		text-align: center;
		margin: auto;
		padding: 1%;
		border:1px solid #000;
		font-size: 80%;
		line-height: 200%;
		font-weight: bold;
		color: #000;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}

	.link_btn03:hover {
		background-color: #000;
		background-position: -100% 100%;
		color: white;
	}

	.link_btn03 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
	}

	.link_btn04{
		width: 80%;
		text-align: center;
		margin: auto;
		padding: 1%;
		border:1px solid #000;
		font-size: 80%;
		line-height: 200%;
		font-weight: bold;
		color: #000;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}

	.link_btn04:hover {
		background-color: #000;
		background-position: -100% 100%;
		color: white;
	}

	.link_btn04 a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent:-999px;
		z-index: 2;
	}

	.c99_info_box{
		width: 90%;
		margin: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.c99_info_text_style1{
		font-size: 120%;
		text-align: center;
		font-weight: bold;
		padding: 2% 0 0 0;
	}

	.c99_info_text_style2{
		font-size: 100%;
		text-align: center;
		padding:1% 0 0 0;
	}

	.access_box{
		width: 90%;
		margin: auto;
		display: block;
		padding-bottom: 40px;
	}

	.contents_leftbox{
		display: block;
	}

	.contents_rightbox{
		display: block;
	}

	.c99_info_title{
		width: 80%;
		margin: 0 auto 3%;
		text-align: center;

		padding: 1rem 1rem;
		font-size: 100%;
		font-weight: bold;
	}

	.text-line {
		display: flex;
		align-items: center;
	}

	.top_contents_wrapper{
		background-image:url("../image/2020_c_white_bg_sp.jpg");
		background-position: center top;
		background-attachment:scroll;
		background-repeat: repeat;
		background-size:auto;
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.top_about_contents{
		background-image:url("../image/2020_c_white_bg_sp.jpg");
		background-position: center top;
		background-attachment: fixed;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
	}
	.top_about_wrapper{
		width: 90%;
		margin: 4% auto;
	}

	.top_about_logo{
		width: 70%;
		margin: 0 auto 3%;
	}
	
	.top_about_text_box{
		padding-top: 1%;
		padding-bottom: 1%;
		line-height: 30px;
		font-size: 16px;
		text-align: left;
	}
	
	.contents_wrapper{
		padding-top: 0px;
		min-width: 100%;
	}
	
	.title_text_box{
		vertical-align: middle;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
		margin: auto;
	}
	.contents_title_style2{
		text-align: center;
		font-size: 2vh;
		line-height: 120%;
		color: white;
		font-weight: bold;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.contents_title_style2_sp{
		text-align: center;
		font-size: 100%;
		line-height: 120%;
		color: white;
		font-weight: bold;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.top_main_contents{
		background-image: url("../image/2020_c_main_contents_bg.jpg");
		padding-top: 0px;
	}
	.pickup_contents{
		background-image:none;
		padding-top: 15px;
		padding-bottom: 30px;
		width: 100%;
	}
	.contents_title_style1{
		text-align: center;
		font-size: 2vh;
		color: #d70c18;
		font-weight: bold;
		padding-bottom: 4%;
		padding-top: 4%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.pickup_box{
		width: 90%;
		position: relative;
		z-index: 1;
		background-color: white;
		border-bottom: solid 6px #e80037;
		border-left: solid 1px #d2d2d2;
		border-right: solid 1px #d2d2d2;
		border-top: solid 1px #d2d2d2;
		display: inline-block;
		margin-left:1%;
		margin-right: 1%;
		margin-bottom: 6%;
		vertical-align: top;
		text-align: left;
	}
	.pickup_wrapper{
		width: auto;
		text-align: center;
		padding-bottom: 0px;
	}
	.special_goods_img_box{
		width: 90%;
		margin: auto;
		display: block;
		padding-top: 2%;
		padding-bottom: 2%;
		letter-spacing: -1px;
		line-height: 0;
	}

	.special_goods_img{
		width: 48%;
		margin-bottom: 3%;
		line-height: 0;
		display: inline-block;
	}
	.special_goods_text{
		font-size: 100%;
		line-height: 32px;
		color: white;
		text-align: left;
		width: 90%;
		margin: auto;
	}
	.link_btn01{
		width: 80%;
		text-align: center;
		margin: auto;
		padding: 5%;
		border:1px solid #e60012;
		font-size: 100%;
		font-weight: bold;
		color: #fff !important;
		background-size: 200% 100%;	
		position: relative;
		z-index: 1;
		background-image: -webkit-linear-gradient(left, transparent 50%, rgba(230, 0, 18, 1) 50%);	
		background-image: linear-gradient(to right, transparent 50%, rgba(230, 0, 18, 1) 50%);
		-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
		transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	}
	.top_visualstyle_box{
		width: 90%;
		margin: auto;
	}

	.top_visualstyle_left_box{
		width: 100%;
		display: block;
		padding-right: 4%;
		vertical-align: top;
	}

	.top_visualstyle_right_box{
		width: 100%;
		display: block;
		padding-top: 6%;
	}

	.top_visualstyle_title{
		width: 70%;
		margin: auto;
		padding-top: 4%;
		padding-bottom: 2%;
	}
	.top_visualstyle_text{
		font-size: 80%;
		line-height: 24px;
	}
	.top_news_wrapper{
		background-image:none;
		background-position: center top;
		padding-top: 60px;
		padding-bottom: 60px;
		width: 100%;
	}

	.top_news_box{
		width: 80%;
		padding: 5%;
		background-color: white;
		margin: 0% auto 10px auto;
		border-right: 4px solid #e60012;
		border-bottom: 2px solid #cccccc;
	}
	.news_text{
		font-size: 80%;
	}
	.top_movie_wrapper{
		background-image:none;
		background-position: center top;
		padding-top: 60px;
		padding-bottom: 60px;
		width: 100%;
	}
	.title_text_style1{
		width: 90%;
		margin: 0 auto 4px;
	}
	.top_attention_text_title_style1{
		text-align: left;
		color: white;
		font-size: 2vh;
		line-height: 3vh;
		width: 88%;
		margin: auto;
		padding: 2% 0% 2%;
		font-weight: bold;
	}
	.top_attention_text_box{
		width: 82%;
		padding: 5%;
		font-size: 16px;
		line-height: 30px;
		background-color: white;

		margin:1% auto 4%;
	}
	.attention_text_table_style1{
		font-size: 2.4vh;
		line-height: 4vh;
		text-align: center;
		border-bottom: 1px dashed #000;
		font-weight: bold;
		margin-bottom: 4%;
	}

	.attention_text_table_style2{
		font-size: 1vh;
		line-height: 2vh;
		background-color: #e60012;
		text-align: center;
		color: white;
		font-weight: bold;
	}

	.attention_text_table_style3{
		font-size: 1vh;
		line-height: 2vh;
		text-align: center;
	}

	.attention_text_table_style4{
		font-size: 1vh;
		line-height: 2vh;
		text-align: center;
		background-color: #ff8b8a;
		color: white;
		font-weight: bold;
	}

	.attention_text_table_style5{
		font-size: 1vh;
		line-height: 2vh;
		text-align: center;
		background-color: #a8d18d;
		color: white;
		font-weight: bold;
	}

	.attention_text_table_style6{
		font-size: 1vh;
		line-height: 2vh;
		text-align: center;
		background-color: #fed966;
	}

	.attention_text_table_style7{
		font-size: 1vh;
		line-height: 2vh;
		text-align: center;
		background-color: #9C9C9C;
		color: white;
	}
	.top_attention_bt_box{
		width: 90%;
		margin: auto;
		padding-top: 4%;
		padding-bottom: 4%;
	}
	.link_btn02{
		font-size: 2vh;
	}
	.link_bt_none_box{
		font-size: 2vh;
		color: white;
		text-align: center;
		border: 1px solid #fff;
		width: 80%;
		margin: 4% auto 0;
		padding: 1% 2%;
		opacity: 0.6;
	}
	.contents_booth_reserve_img{
		width: 60%;
		margin: auto;
	}
	.youtube_image_box{
		width: 90%;
		margin: auto;
	}

	.game_text_box{
		width: 80%;
		border-radius: 20px;
		background-color: white;
		text-align: left;
		margin: auto;
		padding: 5%;
		font-size: 2vh;
		line-height: 3vh;
	}

	.youtube_text_box{
		width: 80%;
		border-radius: 20px;
		background-color: white;
		text-align: left;
		margin: auto;
		padding: 5%;
		font-size: 2vh;
		line-height: 3vh;
	}
	.title_text_white{
		font-size: 100%;
		line-height: 120%;
		text-align: center;
		font-weight: bold;
		color: white;
	}

	.title_text_white span{
		font-size: 60%;
	}

	.title_text_black{
		font-size: 100%;
		line-height: 120%;
		text-align: center;
		font-weight: bold;
		color: black;
	}

	.top_special_title_style1{
		width: 70%;
		margin: auto;
		padding-bottom: 1%;
	}

	.c99_info_text_style1{
		font-size: 100%;
		text-align: center;
		font-weight: bold;
		padding: 2% 5% 0 5%;
	}

	.c99_info_text_style2{
		font-size: 80%;
		text-align: center;
		padding:1% 0 0 0;
	}

	.c99_info_table_wrapper{
		width: 90%;
		margin: 4% auto 3%;
		letter-spacing: -1em;
	}

	.c99_info_table_style1{
		width: 92%;
		padding: 4%;
		border: 1px solid #d70c18;
		display: inline-block;
		letter-spacing: normal;
		background-color:#d70c18;
		color: white;
		text-align: center;
		margin: auto;
	}

	.c99_info_table_style2{
		width: 92%;
		padding: 4%;
		border: 1px solid #d70c18;
		display: inline-block;
		letter-spacing: normal;
		margin: auto;
		text-align: center;
		line-height: 160%;
	}

	.c99_info_table_style4{
		width: 67%;
		padding: 1%;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		font-size: 80%;
	}

	.c99_info_zero_wrapper{
		width: 90%;
		margin: 2% auto 10%;
		padding: 0.5% 1%;
		border: 1px solid #d70c18;
	}

	.attention_wrapper{
		width: 90%;
		margin: auto;
	}

}

/* goods_setting
================================================== */

.goods_about_wrapper{
	background-image: url("../image/2021_c_red_bg.jpg");
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 2% 0;
}

.goods_wrapper{
	background-image: url("../image/2021_c_black_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	padding: 2% 0;
}

.goods_wrapper2{
	background-image: url("../image/2021_c_white_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 20px;
	padding-bottom: 100px;
}

.goods_main_img{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	letter-spacing: -1px;
}

.goods_main_img img{
	vertical-align:top;
}

.goods_title{
	text-align: center;
	padding: 36px 0px 10px 0px;
	font-size: 46px;
	font-weight: bold;
	line-height: 36px;
	color: #e9003b;
}

.goods_title p{
	font-size: 14px;
	font-weight: normal;
	
}

.goods_title2{
	text-align: center;
	padding: 36px 0px 10px 0px;
	font-size: 46px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
}

.goods_title2 p{
	font-size: 14px;
	font-weight: normal;
	
}

.brand_title_box{
	width: 100%;
	background-color: white;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.brand_title_main{
	width: 20%;
	margin: auto;
}

.brand_wrapper{
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 30px;
	padding-left: 5%;
	text-align: center;
}

.grid {
   margin: 0 auto;
}

.brand_item_box {
	width: 230px;
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url("../image/goods_list_arrow.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.brand_item_box:hover {
	background-image: url("../image/goods_list_arrow_a.jpg");
}

.brand_item_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}


.brand_item_space_box {
	height: 360px;
}

.brand_title {
	font-size: 24px;
	font-weight: bold;
	color: #cd0505;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cd0505;
	padding-left: 6px;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 1%;
	line-height: 24px;
	text-align: left;
}

.brand_title2 {
	font-size: 20px;
	font-weight: bold;
	color: #cd0505;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #cd0505;
	padding-left: 6px;
	margin-left: 10px;
	margin-top: 12px;
	margin-bottom: 1%;
	line-height: 24px;
	text-align: left;
}

.brand_title_text{
	font-size: 24px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_title_text_sub{
	font-size: 12px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_image {
	height: 208px;
	width: 208px;
	border: 1px solid #333;
	margin-left: 10px;
	margin-top: 6px;
}

.brand_image img{
	width: 100%;
	vertical-align:top;
	letter-spacing: -1px;
}

.brand_goods_text1 {
	font-size: 16px;
	line-height:21px;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 3%;
	padding-left: 4%;
	padding-right: 4%;
	font-weight: bold;
}

.brand_goods_text2 {
	font-size: 20px;
	line-height:28px;
	text-align: center;
	padding-top: 6%;
	padding-bottom: 2%;
	padding-left: 4%;
	padding-right: 4%;
	font-weight: bold;
}

.brand_goods_text3 {
	font-size: 14px;
	line-height:20px;
	text-align: center;
	padding-top: 6%;
	padding-bottom: 2%;
	padding-left: 4%;
	padding-right: 4%;
	font-weight: bold;
}


.brand_border {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
	background-color: #cd0505;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 1%;
}

.brand_item_price {
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.brand_title_text2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 26px;
}

.brand_title_text3{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 18px;
}


.brand_title_text4{
	font-size: 20px;
	font-weight: bold;
	color: #1baae9;
	text-decoration: none;
}

.brand_title_text5{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color:black;
	line-height: 28px;
}

.brand_title_text6{
	font-size: 20px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_title_text7{
	font-size: 10px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
}

.brand_bottom_link {
	height: 22px;
	width: 230px;
	background: url("../image/c95_goods_list_arrow_a.png") no-repeat;
}

.brand_bottom_link a{
	display: inline-block;
}

.brand_bottom_link a:hover {
	background-color: transparent; /* IE6対応 */
}
 
.brand_bottom_link a:hover img {
    visibility: hidden;
}

.goods_title_box{
	width: 100%;
	background-color: white;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%
}

.goods_title_main{
	width: 20%;
	margin: auto;
}

.item_box_title{
	width:100%;
	height: 50px;
	background-color: #126599;
}

.item_box_image{
	width:262px;
	margin: auto;
	padding-top: 13px;
}

.item_box_arrow{
	width: 89px;
	margin: auto;
}


.lineup_title {
	height: 49px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.lineup_box {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	margin-bottom: 25px;
	
}

.lineup_top {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}

.lineup_item_title {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	background-color: #e60012;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	padding: 1% 2%;
}

.lineup_item_box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	letter-spacing: -1px;
}

.lineup_border{
	width: 94%;
	margin: auto;
	height: 10px;
	background-color: #e60012;
	margin-top: 4%;
	margin-bottom: 4%;
}

.goods_image_left {
	width: 40%;
	display: inline-block;
	padding-right: 4%;
	vertical-align: top;
}

.goods_image_left img{
	width: 100%;
}

.goods_text_right {
	width: 54%;
	display: inline-block;
	vertical-align: top;
}


.item_title {
	font-size: 28px;
	font-weight: bold;
	color: #e60012;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #e60012;
	padding-left: 14px;
}

.item_price {
	font-size: 22px;
	padding-bottom: 2%;
	color: #e60012;
	text-align: right;
	font-weight: bold;
}


.item_right_text {
	text-align: right;
}

.item_right_text a{
	color: orange;
	text-decoration: none;
}

.grid-item{
	display: inline-block;
	padding:0 0.2% 0 0.2%;
	vertical-align: top;
}

.brand_goods_title{
	border: 1px solid white;
	width: 60%;
	padding: 1%;
	margin: 1% auto;
	color: white;
	text-align: center;
	font-size: 24px;
}

.brand_goods_title2{
	border: 1px solid black;
	width: 58%;
	padding: 1%;
	margin: 1% auto;
	color: black;
	text-align: center;
	font-size: 24px;
}

.top_goods_footer_box{
	background-image: url("../image/2020_c_red_bg2.jpg");
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 4% 0%;
}

.brand_list_box{
	width: 94%;
	margin: auto;
	letter-spacing: -1em;
	text-align: left;
}

.brand_list_box2{
	width: 50%;
	margin: 0;
	letter-spacing: -1em;
	text-align: left;
	padding-bottom: 14px;
}

.brand_list_box3{
	width: 40%;
	margin: auto;
	letter-spacing: -1em;
	text-align: left;
	font-size: 22px;
}

.brand_list_icon_1{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	font-size: 65%;
	background-color: #cd0505;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.brand_list_icon_2{
	width: 46%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	font-size: 65%;
	background-color: #0ECCAF;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.brand_list_icon_1_2{
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	font-size: 90%;
	background-color: #cd0505;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.brand_list_icon_2_2{
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 1%;
	display: inline-block;
	letter-spacing: normal;
	font-size: 90%;
	background-color: #0ECCAF;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.campaign_text_style1{
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
}

.campaign_text_style2{
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: normal;
}

.campaign_goods_img_box{
	width: 80%;
	margin: auto;
	letter-spacing: -1em;
}

.campaign_goods_img{
	width: 50%;
	margin: auto;
	display: inline-block;
}

.event_image{
	width: 50%;
	margin: auto;
	padding: 3% 0 1%;
}

.event_image2{
	width: 80%;
	margin: auto;
	padding: 3% 0 1%;
}

@media screen and (max-width: 699px){

.event_image{
	width: 80%;
	margin: auto;
	padding: 6% 0 1%;
}

	.brand_list_box{
		width: 94%;
		margin: auto;
		letter-spacing: -1em;
		text-align: left;
		padding-bottom: 2%;
	}

	.brand_list_box2{
		width: 80%;
		margin: 0;
		letter-spacing: -1em;
		text-align: left;
		padding-bottom: 14px;
	}

	.brand_list_box3{
		width: 80%;
		margin: auto;
		letter-spacing: -1em;
		text-align: left;
		font-size: 22px;
	}

	.campaign_goods_img{
		width: 100%;
		margin: auto;
	}

	.goods_wrapper2{
		background-image: url("../image/2020_c_white_bg_sp.jpg");
		background-position: top center;
		background-size:cover;
		background-attachment: fixed;
		padding-top: 20px;
		padding-bottom: 100px;
	}

	.brand_item_price {
		font-size: 14px;
		text-align: right;
		padding-right: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.brand_list_icon_1{
		width: 44%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 2%;
		display: inline-block;
		letter-spacing: normal;
		font-size: 50%;
		background-color: #cd0505;
		border-radius: 10px;
		color: white;
		font-weight: bold;
		text-align: center;
	}

	.brand_list_icon_2{
		width: 44%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 2%;
		display: inline-block;
		letter-spacing: normal;
		font-size: 50%;
		background-color: #0ECCAF;
		border-radius: 10px;
		color: white;
		font-weight: bold;
		text-align: center;
	}

	.brand_list_icon_1_2{
		width: 96%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 1%;
		display: inline-block;
		letter-spacing: normal;
		font-size: 80%;
		background-color: #cd0505;
		border-radius: 10px;
		color: white;
		font-weight: bold;
		text-align: center;
	}

	.brand_list_icon_2_2{
		width: 96%;
		margin-left: 1%;
		margin-right: 1%;
		padding: 1%;
		display: inline-block;
		letter-spacing: normal;
		font-size: 80%;
		background-color: #0ECCAF;
		border-radius: 10px;
		color: white;
		font-weight: bold;
		text-align: center;
	}

	.goods_title2{
		text-align: center;
		padding: 14px 0px 12px 0px;
		font-size: 26px;
		font-weight: bold;
		line-height: 26px;
		color: #fff;
	}
	
	.goods_title2 p{
		font-size: 10px;
		font-weight: normal;
		padding: 0% 5% 0;

	}
	
	.goods_title{
		text-align: center;
		padding: 14px 0px 12px 0px;
		font-size: 26px;
		font-weight: bold;
		line-height: 26px;
		color: #e9003b;
	}
	.brand_item_1 {
		width: 92%;
		border: 1px solid #999;
		background-color: #FFF;
		margin-bottom: 25px;
		padding: 0% 4% 2%;
	}
	.brand_image {
		width: 90%;
		height: auto;
		border: 1px solid #333;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
	}
	.brand_border {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #cd0505;
		height: 1px;
		margin-top: 6px;
	}
	.brand_bottom_link {
		height: 0px;
		width: 100%;
		background: none;
		display: none;
	}
	.grid-item{
		width: 47%;
		padding:0 0% 0 0%;
		display: inline-block;
		vertical-align: top;
	}
	.brand_item_space_box {
		height: auto;
	}
	.brand_wrapper{
		padding-top: 0px;
		padding-right: 5%;
		padding-bottom: 50px;
		padding-left: 5%;
	}
	.brand_title {
		font-size: 14px;
		font-weight: bold;
		color: #cd0505;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #cd0505;
		padding-left: 6px;
		padding-right: 6px;
		margin-left: 6px;
		margin-top: 12px;
		margin-bottom: 6px;
		line-height: 24px;
		overflow-wrap:  break-word;
	}
	
	.brand_title2 {
		font-size: 14px;
		font-weight: bold;
		color: #cd0505;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #cd0505;
		padding-left: 6px;
		margin-left: 10px;
		margin-top: 12px;
		margin-bottom: 1%;
		line-height: 24px;
		text-align: left;
		overflow-wrap:  break-word;
	}
	
	.brand_title_text{
		font-size: 20px;
		font-weight: bold;
		color: #cd0505;
		text-decoration: none;
	}
	.brand_title_text6{
		font-size: 18px;
		font-weight: bold;
		color: #cd0505;
		text-decoration: none;
	}
	.brand_goods_text2 {
		font-size: 2vh;
		line-height:2.6vh;
		text-align: center;
		padding-top: 16px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 8px;
		font-weight: bold;
	}
	
	.brand_goods_text3 {
		font-size: 12px;
		line-height:16px;
		text-align: center;
		padding-top: 6%;
		padding-bottom: 2%;
		padding-left: 4%;
		padding-right: 4%;
		font-weight: bold;
	}
	
	.lineup_box {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 40px;
		margin-bottom: 25px;

	}
	.lineup_item_title {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		background-color: #e60012;
		font-size: 22px;
		font-weight: bold;
		color: #FFF;
		padding: 6px 5%;
	}
	.goods_image_left {
		width: 100%;
		display: block;
		padding-right: 0%;
		vertical-align: top;
	}
	.lineup_item_box {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5px;
		letter-spacing: -1px;
	}
	.goods_text_right {
		width: 100%;
		display: block;
		vertical-align: top;
		padding-top: 6%;
	}
	.goods_main_img{
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		width: 100%;
		height: auto;
		letter-spacing: -1px;
	}

	.brand_goods_title{
		border: 1px solid white;
		width: 80%;
		padding: 2%;
		margin: 1% auto 4%;
		color: white;
		text-align: center;
		font-size: 1.4vh;
		line-height: 2vh;
	}

	.brand_item_box {
		width: 100%;
		border: 1px solid #000;
		background-color: #FFF;
		background-image: url("../image/goods_list_arrow.jpg");
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 30px;
		margin-bottom: 14%;
		position: relative;
		z-index: 1;
	}

	.brand_goods_text1 {
		font-size: 1.6vh;
		line-height:2.6vh;
		text-align: center;
		padding-top: 8%;
		padding-bottom: 3%;
		padding-left: 4%;
		padding-right: 4%;
		font-weight: bold;
	}

	.brand_goods_title2{
		border: 1px solid black;
		width: 90%;
		padding: 1%;
		margin: 1% auto 4%;
		color: black;
		text-align: center;
		font-size: 1.2vh;
	}

	.item_title {
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: bold;
		color: #e60012;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #e60012;
		padding-left: 14px;
		letter-spacing: normal;
	}

	.item_price {
		font-size: 1.8vh;
		line-height: 2vh;
		padding-bottom: 2%;
		color: #e60012;
		text-align: right;
		font-weight: bold;
	}

	.top_goods_footer_box{
		background-image: url("../image/2020_c_red_bg2.jpg");
		background-position: center top;
		background-size: cover;
		background-attachment: fixed;
		padding: 4% 0% 10%;
	}

	.special_goods_text_box{
		padding: 4% 2%;
		border: 1px solid yellow;
		color: white;
		width: 90%;
		margin: 6% auto 6%;
		text-align: left;
	}

	.campaign_text_style1{
		font-size: 1.2em;
		line-height: 1.2em;
		font-weight: bold;
		text-align: left;
	}

	.campaign_text_style2{
		font-size: 1.2em;
		line-height: 2em;
		padding: 4px 16px;
		letter-spacing: normal;
	}

}

/* goods_text_setting
================================================== */

.goods_icon_wrapper{
	width: 50%;
	margin: auto;
	padding-top: 0%;
	letter-spacing: -1em;
	text-align: left;
}

.goods_icon_box{
	width: 20%;
	padding-right: 2%;
	display: inline-block;
	letter-spacing: normal;
}

.goods_icon_text{
	width: 25%;
	font-size: 0.8em;
	display: inline-block;
	letter-spacing: normal;
	color: white;
	text-align: left;
}

.item_contents_text_box {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000;
}

.goods_text_style1{
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	
}

.goods_text_style_small{
	font-size: 12px;
	line-height: 12px;
}

.goods_text_style2{
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.goods_addition_box{
	width: 64%;
	margin: auto;
	display: table;
}

.goods_addition_box2{
	width: 32%;
	margin: auto;
	display: table;
}

.goods_addition_img{
	display: table-cell;
	width: 50%;
}

.vs_logo{
	width: 30%;
	margin: auto;
	padding: 20px 0 30px;
}

@media screen and (max-width: 699px){

	.vs_logo{
		width: 70%;
		margin: auto;
	}

	.goods_addition_box{
		width: 100%;
		margin: auto;
		display: table;
	}

	.goods_addition_box2{
		width: 50%;
		margin: auto;
		display: table;
	}

	.goods_text_style1{
		font-size: 16px;
		line-height: 30px;
		font-weight: bold;

	}

	.goods_icon_box{
		width: 100%;
		padding-right: 0%;
		padding-top: 3%;
		padding-bottom: 3%;
		display: block;
		letter-spacing: normal;
	}

	.goods_icon_text{
		width: 100%;
		padding-top: 0%;
		padding-bottom: 3%;
		display: block;
		letter-spacing: normal;
		color: white;
		text-align: center;
	}

	.goods_text_style2{
		width: 90%;
		margin: auto;
		font-size: 2vh;
		line-height: 3vh;
		text-align: left;
		color: white;
		font-weight: bold;
	}
}

/* reservation_setting
================================================== */
.reservation_wrapper{
	background-image: url("../image/2021_c_white_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 2%;
	padding-bottom: 2%;
}

.reservation_text_title_style1{
	width: 70%;
	margin: auto;
	text-align: center;
	border: 1px solid black;
	font-size: 26px;
	font-weight: bold;
	padding: 1% 0%;
}

.reservation_text_style1{
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	padding: 1% 0%;
}

.reservation_text_style2{
	width: 50%;
	margin: auto;
	background-color: black;
	color: white;
	padding: 0.6% 0%;
	margin-bottom: 1%;
}

.reservation_text_style3{
	width: 50%;
	margin: auto;
	text-align: left;
}

.reservation_bt_box{
	width: 50%;
	margin: auto;
	margin: 2% auto;
}

.reservation_bt_text{
border: 1px solid #000; text-align: center; width: 80%; margin: auto; padding: 2%; font-size: 140%; font-weight: bold;
}

@media screen and (max-width: 699px){

	.reservation_bt_text{
	border: 1px solid #000; text-align: center; width: 80%; padding: 2%; font-size: 80%; line-height: 140%; font-weight: bold; margin: 4% auto;
	}

	.reservation_wrapper{
		background-image: url("../image/2020_c_white_bg_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.goods_icon_wrapper{
		width: 88%;
		margin: auto;
		padding-top: 1%;
		letter-spacing: -1em;
		text-align: left;
	}

	.reservation_text_box{
		width: 90%;
		margin: auto;
	}
	.reservation_text_title_style1{
		width: 90%;
		margin: 0 auto 4%;
		text-align: center;
		border: 1px solid black;
		font-size: 2vh;
		font-weight: bold;
		padding: 2% 2%;
	}
	.reservation_text_style1{
		text-align: left;
		font-size: 2vh;
		line-height: 3.4vh;
		padding: 1% 0%;
	}
	.reservation_text_style2{
		width: 96%;
		margin: auto;
		background-color: black;
		color: white;
		padding: 2% 2%;
		margin-bottom: 1%;
	}
	.reservation_text_style3{
		width: 100%;
		margin: auto;
		text-align: left;
	}
	.reservation_bt_box{
		width: 100%;
		margin: auto;
		margin: 4% auto;
		font-size: 2vh;
	}
}

/* UNITY_setting
================================================== */

.booth_wrapper{
	background-image: url("../image/2021_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	min-height: 50vh;
}

.movie_wrapper{
	background-image: url("../image/2021_c_red_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top:50px;
	padding-bottom: 50px;
	min-height: 50vh;
}


.banner_style1{
	width: 40%;
	margin: auto;
	padding-bottom: 2%;
	user-select: none;
}

.banner_style1 a:hover{
	opacity: 0.8;
}
.booth_pre_text{
	text-align: center;
	color: white;
	padding-bottom: 10%;
	font-size: 160%;
	font-weight: bold;
}

.unity_box{
	margin: auto ;
	padding-top: 2%;
	padding-bottom: 4%;
	position: relative;
	display: table;
}

#unityContainer{
	height: 40vw;
	width: calc(40vw * 0.75);
	margin: auto;
}

@media screen and (max-width: 699px){

	.booth_pre_text{
		text-align: center;
		color: white;
		padding-bottom: 10%;
		font-size: 120%;
		padding: 20% 5%;
		font-weight: bold;
	}

	.booth_wrapper{
		padding-top: 4%;
	}

	.movie_wrapper{
		padding-top: 4%;
	}

	#unityContainer{
		height: 100vw;
		width: calc(100vw * 0.75);
		margin: auto;
	}
	
	.banner_style1{
		width: 75%;
		margin: auto;
		padding-bottom: 4%;
	}
}


/* footer_setting
================================================== */

footer{

	position: relative;
	z-index: 99;
}

.footer_fixed{

	position: relative;
	bottom: 0;
	z-index: 99;
}

.foot-wrap .menu {
    display: inline-block;
    width: 12%;
    margin: 20px auto;
	margin-left: 1%;
	margin-right: 1%;
	vertical-align: top;
}

.foot-wrap ul {
    list-style: none;
    padding: 0;
    line-height:30px;
}

.foot-wrap {
    background-color: #333;
    color: #fff;
    text-align: center;
}

.foot-wrap h3 {
    border-bottom: 2px solid #d70c18;
    padding: 6px;
	margin-bottom: 6px;
	font-size: 0.8em;
}

.foot-wrap a {
    text-decoration: none;
    color: #fff;
}
.foot-wrap a:hover {
    color: #d70c18;
}

.foot-wrap .cmark {
    display: block;
    padding: 10px;
    border-top: 1px solid gray;
    width: 80%;
    margin: 0 auto;
    color: gray;
}

.foot_text_style1{
	font-size: 14px;
}

@media screen and (max-width: 699px){
	footer{
		min-width: 100%;
	}
	.foot-wrap {
		background-color: #333;
		color: #fff;
		text-align: center;
		padding-top: 4%;
	}
    .foot-wrap .menu {
        display: inline-block;
        flex-direction: column;
        width: 42%;
		margin: auto;
		padding-left: 1%;
		padding-right: 1%;
		padding-bottom: 4%;
    }
	.foot-wrap h3 {
		
		padding: 6px;
		margin-bottom: 6px;
		font-size: 80%;
	}
	.foot-wrap a {
		text-decoration: none;
		color: #fff;
		font-size: 90%;
	}
    .foot-wrap .cpr {
        display: inline;
    }
}

/* humberger_menu_setting
================================================== */

#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;
	background-image: url("../image/2020_c_white_bg_sp.jpg");
	background-color:rgba(255,255,255,0.8);
	transition: all 0.3s;
}

#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 80%;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
	color: black;
	line-height: 200%;
}

#g-nav li a{
	color: black;
	text-decoration: none;
	padding:14px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 100%;
}

.openbtn{
	position:fixed;
    z-index: 9999;
	top:0px;
	right: 0px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #fff;
}
	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }

.active2 span{
	background-color: #000!important;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active2 span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active2 span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active2 span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/* 追加
================================================== */

.top_contents_attention{
	padding:1% 2%;
	border:1px solid red;
	text-align:center;
	width:80%;
	margin:auto;
}

.top_contents_attention p{
	font-weight:bold;
	color:red;
	font-size:1.2em;
}

@media screen and (max-width: 699px){
	.top_contents_attention{
		padding:2% 4%;
		border:1px solid red;
		text-align:left;
		width:84%;
		margin:auto;
	}
}

