/* CSS Document */

/* ALL_setting
================================================== */
*{
	margin:0;
	padding:0;
	font-family: Meiryo, sans-serif, monospace;
	font-size: 100%;
}

.clear{clear:both;}

#wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

li{
	text-decoration: none;
	list-style: none;
}

.red_border{
	border: 2px solid #e60012;
}

.pc{ display: inherit; }
.sp{ display: none; }
@media screen and (max-width: 699px){
.pc{ display: none; }
.sp{ display: inherit; }

body{
	background-image: url("../image/2020_c_white_bg_sp.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;
}
}




/* 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;
}


/* loading_setting
================================================== */
#loader {
	width: 30%;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 45%;
	left: 35%;
	margin-top: -100px; /* heightの半分のマイナス値 */
	z-index: 999;

}

#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-image: url("../image/2020_c_load_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 998;
}

@media screen and (max-width: 699px){
	#loader {
		width: 80%;
		display: none;
		position: fixed;
		_position: absolute; /* IE6対策 */
		top: 50%;
		left: 10%;
		margin-top: -100px; /* heightの半分のマイナス値 */
		z-index: 999;

	}
}



/* HEADER_setting
================================================== */

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	min-width: 1280px;
	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%;
	min-width: 1080px;
	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%;
	min-width: 1280px;
	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/2020_c_sp_header.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: 20%;
	padding-left: 3%;
	padding-right: 3%;
	border-left: 1px solid rgba(255,255,255,0.5);
}

.sp_header_menu_li_last{
	display: table-cell;
	width: 20%;
	padding-left: 3%;
	padding-right: 3%;
	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;
	}
}

/* CONTENTS_setting
================================================== */

.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: 40%;
	margin: auto;
}

.top_about_text_box{
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	line-height: 34px;
	font-size: 18px;
}

.contents_wrapper{
	
	min-width: 1280px;
}

.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: #d70c18; /* 線の色 */
  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;
}


.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: 60px;
}

.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;
}

.top_special_goods_wrapper{
	background-image: url("../image/2020_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: 2%;
	padding-bottom: 2%;
}

.special_goods_img{
	display: table-cell;
}

.special_goods_text{
	font-size: 100%;
	line-height: 32px;
	color: white;
	text-align: center;
	padding-bottom: 2%;
}

.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_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/2020_c_red_bg2.jpg");
	background-position: top center;
	padding-top: 3%;
	padding-bottom: 6%;
}

.top_attention_text_title_style1{
	text-align: center;
	color: white;
	font-size: 28px;
	width: 78%;
	margin: auto;
	padding: 2% 0% 0%;
	font-weight: bold;
}

.top_attention_text_box{
	width: 60%;
	padding: 2%;
	font-size: 20px;
	line-height: 36px;
	background-color: white;
	border-radius: 20px;
	margin:1% auto;
}

.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;
}

.youtube_image_box{
	width: 60%;
	margin: auto;
}

.youtube_text_box{
	width: 56%;
	border-radius: 20px;
	background-color: white;
	text-align: left;
	margin: auto;
	padding: 2%;
	font-size: 2vh;
	line-height: 3vh;
}

/* CONTENTS_setting(SP)
================================================== */
@media screen and (max-width: 699px){

	.text-line {
		display: flex;
		align-items: center;
	}

	.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: auto;
	}

	.top_about_logo{
		width: 90%;
		margin: auto;
	}
	
	.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: 90%;
		margin: auto;
	}
	.contents_title_style2{
		text-align: center;
		font-size: 100%;
		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: 3vh;
		color: #d70c18;
		font-weight: bold;
		padding-bottom: 4%;
		padding-top: 4%;
	}
	.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: center;
		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: 4%;
		font-size: 16px;
		line-height: 30px;
		background-color: white;
		border-radius: 20px;
		margin:1% auto;
	}
	.attention_text_table_style1{
		font-size: 2vh;
		text-align: center;
		border-bottom: 1px dashed #000;
		font-weight: bold;
		margin-bottom: 2%;
	}

	.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;
	}

	.youtube_text_box{
		width: 80%;
		border-radius: 20px;
		background-color: white;
		text-align: left;
		margin: auto;
		padding: 5%;
		font-size: 2vh;
		line-height: 3vh;
	}
}


/* HISTORY_setting
================================================== */
.history_wrapper{
	background-image: url("../image/2020_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 150px;
	padding-bottom: 10%;
	position: relative;
}

.line{
	position: absolute;
    background-color: #e60012;
    height: 97%;
    width: 2px;
    left: 6vw;
	z-index: 0;
}

.history_box{
	width: 92%;
	margin-left: 6vw;
	position: relative;
	letter-spacing: 0.1em;
}

.history_data{
	color: white;
	font-size: 400%;
	font-weight: bold;
}

.history_data_small{
	font-size: 50%;
}

.history_data_border{
	color: #e60012;
}

.history_detail{
	width: 96%;
	margin-left: 4%;
	background-color: black;
	position: relative;
}

.history_visual{
	position: absolute;
	text-align: right;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.history_visual_img{
	position: absolute;
	right: 0;
	width: 55%;
	height: 100%;
	overflow: hidden;
}


.history_visual_img:after{
	content: "";
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,1) 20%,rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0;
	left: -1%;
	width: 28%;
	height: 100%;
}

.history_overview{
	width: 40%;
	padding: 5vw 4vw;
	min-height: 24vw;
	position: relative;
	margin-bottom: 8%;
}

.history_text_style1{
	color: white;
}

.history_title_style1{
	font-size: 200%;
	font-weight: bold;
	color: white;
	padding-bottom: 4%;
}


/* HISTORY_setting(SP)
================================================== */

@media screen and (max-width: 699px){
	.history_wrapper{
		padding-top: 15px;
		padding-bottom: 10%;
	}
	.line{
		position: absolute;
		background-color: #e60012;
		height: 97%;
		width: 2px;
		left: calc(50% - 1px);
		z-index: 0;
	}
	.history_data{
		color: white;
		font-size: 200%;
		font-weight: bold;
		text-align: center;
		background-color: #e60012;
		margin-bottom: 0%;
	}
	.history_data_border{
		display: none;
	}
	.history_box{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8%;
		margin-bottom: 12%;
		position: relative;
		letter-spacing: 0.1em;
	}
	.history_detail{
		width: 100%;
		margin-left: 0%;
	}
	.history_visual{
		position: relative;
		text-align: right;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.history_visual_img{
		position: relative;
		right: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.history_visual_img:after{
		content: "";
		background: none;

		position: absolute;
		top: 0;
		left: -1%;
		width: 28%;
		height: 100%;
	}
	
	.history_overview{
		width: 86%;
		padding: 5% 7%;
		min-height: 24vw;
		position: relative;
		margin-bottom: 8%;
	}
}

/* movie_setting
================================================== */

.movie_wrapper{
	background-image: url("../image/2020_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 150px;
	padding-bottom: 6%;
	position: relative;
	
}

.special_movie_wrapper{
	width: 80%;
	margin: auto;
	text-align: left;
	padding: 1% 0;
}

.movie_box{
	width: 30%;
	padding: 0% 1%;
	margin: 1% 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: top;
}

.movie_box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.movie_box:hover{
	opacity: 0.8;
}

.movie_img img{
	border-radius: 10px;
	border: 4px solid #fff;
}

.movie_text{
	background-color: white;
	padding: 3%;
	border-radius: 10px;
	border: 4px solid #fff;
}

.youtube_wrapper{
	width: 100%;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 1%;
}

.youtube_box{
	width: 70%;
	margin: auto;
	display: block;
	vertical-align: top;
}

.youtube_chat_box{
	width: 29%;
	height: 600px;
	background-color: white;
	display: inline-block;
	vertical-align: top;
}

.movie_wrapper label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px white;
	color: white;
    cursor :pointer;
	margin-right: 50px;
}

.movie_wrapper label:hover {
    background: #d70c18;
	border: solid 2px #d70c18;
}

.movie_wrapper input {
    display: none;
}

.youtube_chat_box{
  display:none;
}

#menu:checked ~ .youtube_wrapper .youtube_chat_box{
  display: inline-block;
}
#menu:checked ~ .youtube_wrapper .youtube_box{
  display: inline-block;
}

.chat_text_style1{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: white;
	padding: 2% 0;
	font-size: 1.2vw;
}

.chat_text_style2{
	width: 70%;
	margin: 0 auto 1%;
	text-align: center;
	color: white;
	padding: 2% 2%;
	font-size:1vw;
	line-height: 2vw;
	border: solid 1px red;
}

@media screen and (max-width: 699px){
	.movie_wrapper{
		background-image: url("../image/2020_c_black_bg.jpg");
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 3%;
		padding-bottom: 10%;
		position: relative;
		
	}

	.movie_wrapper label{
		display: none;
	}
	
	.movie_img img{
		border-radius: 10px;
		border: 2px solid #fff;
	}
	
	.movie_box{
		width: 100%;
		padding: 0% 0%;
		margin: 10% 0;
		display: block;
		position: relative;
		z-index: 1;
		vertical-align: top;
	}

	.movie_text{
		background-color: white;
		width: 92%;
		padding: 4%;
		border-radius: 10px;
		border: 2px solid #fff;
		font-size: 14px;
		line-height: 20px;
	}

	.chat_text_style1{
		width: 90%;
		margin: 0 auto 2%;
		text-align: center;
		color: white;
		padding: 2% 0;
		font-size: 16px;
	}

	.chat_text_style2{
		width: 70%;
		margin: 0 auto 1%;
		text-align: center;
		color: white;
		padding: 2% 2%;
		font-size:14px;
		line-height: 24px;
		border: solid 1px red;
	}

}

/* catalog_setting
================================================== */

.catalog_wrapper{
	background-image: url("../image/2020_c_white_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 150px;
	padding-bottom: 10%;
	position: relative;
}

.catalog_title_style{
	text-align: center;
	font-size: 220%;
	color: #d70c18;
	font-weight: bold;
	padding-bottom: 20px;
}

.catalog_title_style p{
	font-size: 60%;
	color: #333;
}

.catalog_grid{
	width: 80%;
	margin: auto;
	letter-spacing: -1em;
}

.catalog_grid-item{
	letter-spacing: 0em;
	word-break: break-all;
	display: inline-block;
	vertical-align: top;
}

.catalog_grid-item img{
	padding-top: 4px;
	padding-bottom: 4px;
}

.catalog_style1{
	width: 20.8%;
	border:solid 1px #777777;
	padding: 1% 1% 1% 1%;
	margin: 1% 1% 1% 1%;
	border-radius: 16px;
}

.catalog_text_subtitle{
	font-size: 70%;
}

.catalog_text_title{
	font-size:120%;
	font-weight: bold;
	border-left: solid 4px #d70c18;
	padding: 0px 8px 0px 8px;
	color: #d70c18;
	margin: 2px 0 2px 0 ;
}

.catalog_text_goods{
	font-size:120%;
	font-weight: bold;
	border-left: solid 4px #000;
	padding: 4px 8px 4px 8px;
	margin: 4px 0 4px 0;
}

.catalog_text_goods_style1{
	font-size: 90%;
	line-height: 24px;
	padding: 0px 0px 8px 0px;
}

.catalog_text_name{
	font-size: 80%;
	margin: 0 0 4px 0;
}

.catalog_text_link{
	position: relative;
	z-index: 1;
	padding: 6px 6px 6px 6px;
	margin: 0 0 6px 0;
	border: 1px solid #d70c18;
	text-align: center;
	font-weight: bold;
	color: #d70c18;
}

.catalog_text_link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.catalog_text_link:hover{
	background-color: #d70c18;
	color: #fff;
}

.catalog_text_price{
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

.catalog_text_box{
	width: 60%;
	margin: 0px auto 20px auto;
	border: solid 1px #777777;
	padding: 1%;
	line-height: 26px;
	text-align: center;
}

.catalog_bt_box{
	width: 62%;
	margin: auto;
}

.container{
	height: auto!important;
}

.controls{
	width: 80%;
	margin: 0px auto;
	text-align: center;
	padding-top: 0.4%;
	padding-bottom: 1%;
}

.catalog_filter_title{
	width: 220px;
	margin: 0px auto 10px;
	background: #d70c18;
	text-align: center;
	padding:6px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
}


.control{
	padding: 0.4em 1.4em;
	background: #fff;
	border: 1px solid #777;
	color: #333333;
	border-radius: 4px;
	margin: 4px 6px 0px;
	cursor: pointer;
	outline: none;
	font-weight: bold;
}

.control:hover{
	background: #777;
	color: white;
	font-weight: bold;
}

.control_active{
	background: #d70c18!important;
	border: 1px solid #d70c18!important;
	color: white!important;
	font-weight: bold;	
}

@media screen and (max-width: 699px){
	.catalog_wrapper{
		background-image: url("../image/2020_c_white_bg_sp.jpg");
		background-position: top center;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 24px;
		padding-bottom: 10%;
		position: relative;
	}
	.catalog_title_style{
		text-align: center;
		font-size: 180%;
		color: #d70c18;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.catalog_title_style p{
		font-size: 50%;
		color: #333;
		width: 80%;
		margin: auto;
	}
	.catalog_text_box{
		width: 82%;
		margin: 0px auto 20px auto;
		border: solid 1px #777777;
		padding: 4%;
		line-height: 26px;
		text-align: left;
	}
	.controls{
		width: 90%;
		margin: 0px auto;
		text-align: center;
		padding-top: 0.4%;
		padding-bottom: 6%;
	}
	.control{
		padding: 0.4em 1.4em;
		background: #fff;
		border: 1px solid #777;
		color: #333333;
		border-radius: 4px;
		margin: 4px 6px 8px;
		cursor: pointer;
		outline: none;
	}
	.catalog_style1{
		width: 90%;
		border:solid 1px #777777;
		padding: 4% 4% 4% 4%;
		margin: 1% 1% 6% 1%;
		border-radius: 16px;
	}
	.catalog_grid{
		width: 90%;
		margin: auto;
		letter-spacing: -1em;
		
	}

	.catalog_bt_box{
		width: 90%;
		margin: auto;
	}
}

/* photo_setting
================================================== */

.photo_box{
	width: 70%;
	margin: 20px auto;
	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;
	}
}


/* goods_setting
================================================== */

.goods_about_wrapper{
	background-image: url("../image/2020_c_red_bg2.jpg");
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.goods_wrapper{
	background-image: url("../image/2020_c_black_bg.jpg");
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

.goods_wrapper2{
	background-image: url("../image/2020_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: 110px;
	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: 50px;
	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: 4%;
	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: 4%;
	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: 16px;
	line-height:28px;
	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%;
}

@media screen and (max-width: 699px){
	.goods_title2{
		text-align: center;
		padding: 14px 0px 12px 0px;
		font-size: 26px;
		font-weight: bold;
		line-height: 26px;
		color: #fff;
	}
	.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: 20px;
		font-weight: bold;
		color: #cd0505;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #cd0505;
		padding-left: 6px;
		margin-left: 6px;
		margin-top: 12px;
		margin-bottom: 6px;
		line-height: 24px;
	}
	.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:3vh;
		text-align: center;
		padding-top: 16px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 8px;
		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: 2vh;
		line-height: 3vh;
	}

	.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: 2vh;
		line-height:3vh;
		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: 2vh;
	}

	.item_title {
		font-size: 3vh;
		line-height: 4vh;
		font-weight: bold;
		color: #e60012;
		border-left-width: 6px;
		border-left-style: solid;
		border-left-color: #e60012;
		padding-left: 14px;
		word-wrap: break-word;
	}

	.item_price {
		font-size: 2vh;
		line-height: 3vh;
		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%;
	}

}

/* goods_text_setting
================================================== */

.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: 14px;
}

.goods_text_style2{
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	color: white;
	font-weight: bold;
}

@media screen and (max-width: 699px){
	.goods_text_style2{
		width: 90%;
		margin: auto;
		font-size: 2vh;
		line-height: 3vh;
		text-align: left;
		color: white;
		font-weight: bold;
	}
}

/* schedule_setting
================================================== */

.schedule_wrapper{
	background-image: url("../image/2020_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 150px;
	padding-bottom: 6%;
	position: relative;
}

.schedule_box{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.schedule_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.schedule_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #e40617;
	left: 20%;
	margin-left: -10px;
}

.schedule_tmtimeline > li {
	position: relative;
	padding-bottom: 40px;
}

.schedule_tmtimeline > li .schedule_tmtime {
	display: block;
	width: 16%;
	padding-right: 100px;
	position: absolute;
}

.schedule_tmtimeline > li .schedule_tmtime span {
	display: block;
	text-align: right;
}

.schedule_tmtimeline > li .schedule_tmtime span:first-child {
	font-size: 2.9em;
	line-height: 0.9em;
	color: #fff;
}

.schedule_tmtimeline > li .schedule_tmtime span:last-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.schedule_tmtimeline > li .schedule_tmlabel {
	margin: 0 0 15px 25%;
	background: #a51a20;
	color: #fff;
	padding: 0.8em 1.6em 1.6em 1.6em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 12px;
}

.schedule_tmlabel p {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	padding-bottom: 15px;
	padding-top: 15px;
}

.schedule_tmlabel p a{
	color: white;
	text-decoration: none;
}

.schedule_tmlabel p a:hover{
	color: orange;
}

.schedule_tmtimeline > li:nth-child(odd) .schedule_tmlabel {
	background: #660008;
}

.schedule_tmtimeline > li .schedule_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.schedule_tmtimeline > li .schedule_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #a51a20;
	border-width: 14px;
	top: 10px;
}

.schedule_tmtimeline > li:nth-child(odd) .schedule_tmlabel:after {
	border-right-color: #660008;
}

.schedule_tmtimeline > li .schedule_tmicon {
	width: 20px;
	height: 20px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #e40617;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 6px 0 0 -15px;
}

.schedule_title{
	text-align: center;
	font-size: 18px;
	color: white;
	margin:20px auto;
	padding-top: 14px;
	padding-bottom: 14px;
	border: 1px solid white;
	width: 80%;
	font-size: 1.8em;
	position: relative;
}

.schedule_bt_box{
	padding-top: 1%;
	padding-bottom: 1%;
}


.schedule_bt_title{
	width: 150px;
	margin: 0px auto 14px;
	background: #d70c18;
	text-align: center;
	padding:6px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
}

.schedule_bt_control{
	padding: 0.4em 1.4em;
	background: #fff;
	border: 1px solid #777;
	color: #333333;
	border-radius: 4px;
	margin: 4px 6px 0px;
	cursor: pointer;
	outline: none
}

.schedule_bt_control:hover{
	background: #777;
	color: white;
	font-weight: bold;
}

.schedule_bt_control_active{
	background: #d70c18!important;
	border: 1px solid #d70c18;
	color: white;
	font-weight: bold;
	
}

@media screen and (max-width: 65.375em) {

	.schedule_tmtimeline > li .schedule_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {

	.schedule_wrapper{
		background-image: url("../image/2020_c_black_bg.jpg");
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
		padding-top: 4%;
		padding-bottom: 6%;
		position: relative;
	}

	.schedule_tmtimeline:before {
		display: none;
	}

	.schedule_tmtimeline > li .schedule_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.schedule_tmtimeline > li .schedule_tmtime span {
		text-align: left;
	}

	.schedule_tmtimeline > li .schedule_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.schedule_tmtimeline > li .schedule_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #a51a20;
		top: -22px;
	}

	.schedule_tmtimeline > li:nth-child(odd) .schedule_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #660008;
	}

	.schedule_tmtimeline > li .schedule_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
	.schedule_tmtimeline > li .schedule_tmicon {
		width: 20px;
		height: 20px;
		font-family: 'ecoico';
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		font-size: 1.4em;
		line-height: 20px;
		-webkit-font-smoothing: antialiased;
		position: absolute;
		color: #fff;
		background: #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 8px #e40617;
		text-align: center;
		left: 20%;
		top: 0;
		margin: 6px 0 0 -15px;
		display: none;
	}
}



/* reservation_setting
================================================== */
.reservation_wrapper{
	background-image: url("../image/2020_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;
}

@media screen and (max-width: 699px){
	.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/2020_c_black_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 150px;
}

.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%;
	}
}



/* footer_setting
================================================== */

footer{
	min-width: 1280px;
	position: relative;
	z-index: 99;
}

.footer_fixed{
	min-width: 1280px;
	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: 3px solid #0f997e;
    padding: 6px;
	margin-bottom: 6px;
}

.foot-wrap a {
    text-decoration: none;
    color: #fff;
}
.foot-wrap a:hover {
    color: #0f997e;
}

.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 {
		border-bottom: 2px solid #0f997e;
		padding: 6px;
		margin-bottom: 6px;
		font-size: 80%;
	}
	.foot-wrap a {
		text-decoration: none;
		color: #fff;
		font-size: 90%;
	}
    .foot-wrap .cpr {
        display: inline;
    }
}











