@charset "UTF-8";
/* CSS Document for TAS2021 */


/* ====================  Google fonts  ==================== */
/*	font-family: 'Barlow', sans-serif;	*/
/* @import url('https://fonts.googleapis.com/css?family=Barlow:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */


/* == nobel  -------------------------------------------------------- */
.nobel {
	font-family: nobel, sans-serif;
}




/* == basic tag -------------- */
html {
height: 100%;
overflow: auto;
}

body {
position: relative;
min-height: 100%;
height: 100%;

font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
font-size: 13px;
line-height: 1.5;
font-weight: 400;
text-align:center;
color: #000;
background-color:#fff;

-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing:subpixel-antialiased
}
.mac body,
.ios body {
font-family: '游ゴシック体','Yu Gothic', 'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
}


.txt-j {
font-family: '游ゴシック体','Yu Gothic', 'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
}
.mac .txt-j,
.ios .txt-j {
font-family: '游ゴシック体','Yu Gothic', 'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}


input, textarea, keygen, select, button {
font-size: 93%;
font-family: '游ゴシック体','Yu Gothic', 'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
}


a {
color: #000;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0,0,0,.3);
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
}
a:visited { color: #000; text-decoration: none; }
:focus { outline-style: none; -moz-outline-style: none; }
a:hover,
a:active {
/*	text-decoration: underline;	*/
outline: none;
}

a.nolink,
a.nolink:visited,
a.nolink:hover,
a.nolink:active { text-decoration: none; outline: none; cursor: default; pointer-events: none;}

a.underline,
a.underline:visited {text-decoration: underline;}
a.underline:hover {text-decoration: none;}

a.ared,
a.ared:visited { color: #d00;}
a.ared:hover,
a.ared:active { color: #f22;}

a.awht,
a.awht:visited { color: #eee;}
a.awht:hover,
a.awht:active { color: #fff;}

a img,
a:hover img,
a:active img {
	text-decoration: none;
	background-color:transparent;
	border: none;
}

a.opac {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
a.opac:hover,
a.opac:active {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.extlink {
	position: relative;
	padding-left: 1.2em;
}

.extlink:before {
	position: absolute;
	left: 0;
	top: -.2em;
	width: 1.0em;
font-family: 'Font Awesome 5 free';
	font-size: 1em;
font-weight:900;
	text-align: center;
	content:"\f138";
}

.extlinkn:before {
	left: 0;
	top: -.2em;
	width: 0.1em;
	font-size: 0.1em;
	content:"";
}

.extlink.button {
	display: inline-block;
	margin: .25em 0;
	padding: .4em 1.2em .4em 2em;
	height: auto;
	line-height: 1.3;
}
.extlink.button:before {
	left: .6em;
	top: .4em;
}
.extlink.button:hover,
.extlink.button:active {
	border-color: #e00;
}

.twilink:before {
font-family: 'Font Awesome 5 Brands';
	content:"\f099";
}
.fblink:before {
font-family: 'Font Awesome 5 Brands';
	content:"\f39e";
}
.inslink:before {
font-family: 'Font Awesome 5 Brands';
	content:"\f16d";
}
.grllink:before {
	content:"\f044";
}
.hplink:before {
	content:"\f108";
}



.cfx:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearleft { clear: left; }
.clearright { clear: right;}


em { font-weight:bold; font-style:normal; }
strong, .strong { font-weight:bold;}
.normal { font-weight:normal;}


.block{
	display: block;
}
.iblock{
	display: inline-block;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}


.valigntop {
	vertical-align: top;
}
.valignmid {
	vertical-align: middle;
}


.floatl {
	float: left;
}

.floatr {
	float: right;
}

.centeritem {
	margin-left: auto;
	margin-right: auto;
}


table.layoutfix {
	table-layout: fixed;
}

table.auto {
	width: auto;
}

table.autoc {
	margin: 0 auto;
	width: auto;
}

table.dcenter th,
table.dcenter td {
text-align: center;
}

.table-container {
	width: 100%;
/*
	overflow: auto;
*/
}


.caution {
	color: #d00;
}

.red { color: #d00; }
.black { color: #000; }
.grey { color: #666; }
.grey9 { color: #999; }
.white { color: #fff; }
.blue { color: #2575ed !important; }

.bg_f0 { background-color: #f0f0f0; }
.bg_00 { background-color: #000000; }
.bg_ff0 { background-color: #FF0000; }
.bg_ac { background-color: #ACACAC; }
.bg_1da { background-color: #1DA7FC; }

.bd_ccc { border: 1px solid #ccc; }
.bd_fff { border: 1px solid #fff; }
.bdtop_ccc { border-top: 1px solid #ccc; }
.bdbtm_ccc { border-bottom: 1px solid #ccc; }

u {
	text-decoration: none;
	border-bottom: 1px solid #777;
}
u.ured {
	border-bottom: 1px solid #d00;
}


.fsize_s {font-size: 93% !important;}
.fsize_xs {font-size: 85% !important;}
.fsize_xxs {font-size: 77% !important;}
.fsize_l { font-size: 108% !important;}
.fsize_xl { font-size: 116% !important;}

.fsize69 { font-size: 69% !important;}
.fsize77 { font-size: 77% !important;}
.fsize85 { font-size: 85% !important;}
.fsize93 { font-size: 93% !important;}
.fsize100 { font-size: 100% !important;}
.fsize108 { font-size: 108% !important;}
.fsize116 { font-size: 116% !important;}
.fsize123 { font-size: 123.1% !important;}

.lheight10 { line-height: 1.0 !important;}
.lheight12 { line-height: 1.25 !important;}
.lheight13 { line-height: 1.33 !important;}
.lheight15 { line-height: 1.5 !important;}
.lheight16 { line-height: 1.6 !important;}
.lheight18 { line-height: 1.8 !important;}
.lheight20 { line-height: 2.0 !important;}


.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: .5em !important; }
.mt10 { margin-top: 1.0em !important; }
.mt15 { margin-top: 1.5em !important; }
.mt20 { margin-top: 2.0em !important; }
.mt30 { margin-top: 3.0em !important; }

.mb00 { margin-bottom: 0 !important; }
.mb02 { margin-bottom: .2em !important; }
.mb03 { margin-bottom: .3em !important; }
.mb05 { margin-bottom: .5em !important; }
.mb10 { margin-bottom: 1.0em !important; }
.mb15 { margin-bottom: 1.5em !important; }
.mb20 { margin-bottom: 2.0em !important; }
.mb30 { margin-bottom: 3.0em !important; }
.mb40 { margin-bottom: 4.0em !important; }
.mb50 { margin-bottom: 5.0em !important; }
.mb60 { margin-bottom: 6.0em !important; }
.mb80 { margin-bottom: 8.0em !important; }

.mb1px { margin-bottom: 1px !important; }

.mr02 { margin-right: .25em !important; }
.mr05 { margin-right: .5em !important; }
.mr10 { margin-right: 1.0em !important; }

.ml05 { margin-left: .5em !important; }
.ml10 { margin-left: 1.0em !important; }

.pad05 { padding: .5em !important; }
.pad10 { padding: 1.0em !important; }
.pad15 { padding: 1.5em !important; }
.pad20 { padding: 2.0em !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: .5em !important; }
.pt10 { padding-top: 1.0em !important; }
.pt15 { padding-top: 1.5em !important; }
.pt20 { padding-top: 2.0em !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: .5em !important; }
.pb10 { padding-bottom: 1.0em !important; }
.pb20 { padding-bottom: 2.0em !important; }

.pr10 { padding-right: 1.0em !important; }
.pl10 { padding-left: 1.0em !important; }


.txtj {
font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}

.mac .txtj,
.ios .txtj {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}


.col img {
max-width: 100%;
}
.ie .col img {
width: 100%; /*  for IE  */
}

#partners-footer .col {
max-width: 216px;
}

img.maxauto {
width: auto;
max-width: 100%;
}



/* == button color  -------------------------------------------------------- */
.button.btn-blue {
  color: rgba(255, 255, 255, 0.8);
  background: #2575ed;
}
.button.btn-blue:focus, .button.btn-blue:hover {
	color: rgba(255, 255, 255, 0.99);
}

.button.btn-blue:focus:disabled, .button.btn-blue:focus.disabled, .button.btn-blue:hover:disabled, .button.btn-blue:hover.disabled {
	color: #fff;
	background: #2575ed;
}
.button.btn-blue.outline:hover {
	color: rgba(37, 117, 237, 0.6);
	border-color: rgba(37, 117, 237, 0.4);
}
.button.btn-blue.outline, .button.btn-blue.outline:disabled:hover, .button.btn-blue.outline.disabled:hover {
	color: #2575ed;
	border-color: #2575ed;
	background: none;
}

.button.btn-red {
	color: rgba(255, 255, 255, 0.9);
	background: #de2c3b;
}
.button.btn-red:focus, .button.btn-red:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-red:focus:disabled, .button.btn-red:focus.disabled, .button.btn-red:hover:disabled, .button.btn-red:hover.disabled {
	color: #fff;
	background: #de2c3b;
}
.button.btn-red.outline:hover {
	color: rgba(222, 44, 59, 0.6);
	border-color: rgba(222, 44, 59, 0.4);
color: #fff;
border-color: #de2c3b;
background: #de2c3b;
}
.button.btn-red.outline, .button.btn-red.outline:disabled:hover, .button.btn-red.outline.disabled:hover {
	color: #de2c3b;
	border-color: #de2c3b;
	background: none;
}

.button.btn-green {
	color: rgba(255, 255, 255, 0.9);
	background: #2c9f42;
}
.button.btn-green:focus, .button.btn-green:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-green:focus:disabled, .button.btn-green:focus.disabled, .button.btn-green:hover:disabled, .button.btn-green:hover.disabled {
	color: #fff;
	background: #2c9f42;
}
.button.btn-green.outline:hover {
	color: rgba(44, 159, 66, 0.6);
	border-color: rgba(44, 159, 66, 0.4);
}
.button.btn-green.outline, .button.btn-green.outline:disabled:hover, .button.btn-green.outline.disabled:hover {
	color: #2c9f42;
	border-color: #2c9f42;
	background: none;
}

.button.btn-yellow {
	color: rgba(255, 255, 255, 0.9);
	background: #cca000;
}
.button.btn-yellow:focus, .button.btn-yellow:hover {
	color: rgba(255, 255, 255, 0.6);
}
.button.btn-yellow:focus:disabled, .button.btn-yellow:focus.disabled, .button.btn-yellow:hover:disabled, .button.btn-yellow:hover.disabled {
	color: #fff;
	background: #cca000;
}
.button.btn-yellow.outline:hover {
	color: rgba(204, 160, 0, 0.6);
	border-color: rgba(204, 160, 0, 0.4);
}
.button.btn-yellow.outline, .button.btn-yellow.outline:disabled:hover, .button.btn-yellow.outline.disabled:hover {
	color: #cca000;
	border-color: #cca000;
	background: none;
}





/* == base  -------------------------------------------------------- */
#wrapper {
position: relative;
margin:0 auto;
width: auto;
min-height: 100%;
height: auto;

text-align: left;
overflow: auto;
background-color: #fff;
overflow-x: hidden;
}
body#top > #wrapper {
	height: 100%;
}


#pagespace {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
background-color: #fff;
padding-top: 78px;
padding-bottom: 45px;
}

@media screen and (min-width: 960px) {

	#pagespace {
		padding-top: 174px;
		padding-bottom: 200px;
	}

}

article {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	max-width: 1600px;
	width: 100%;
}
article.fullwide,
article.fullwidth {
	max-width: 100%;
}

.main_article {
	margin-top: 3.0em;
	margin-top: 0;
}
.top_article {
	margin-top: 8em;
}

section {
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1232px;
	width: 100%;
}
section.fullwidth {
	padding: 0 0;
	max-width: 100%;
}
section:after {
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
	visibility: hidden;
}

.inner_section {
	margin: 0 auto;
	max-width: 1200px;
}




.main_article h1 {
	position: relative;
	padding: .7em 0;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background-color: #101010;
}

.main_article h1 img {
	margin-right: 0.4em;
	width: 40px;
	height: auto;
}

.main_article h1:before {
/*	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	background-color: #d00000;
	background-color: #000;	*/
}

.main_article h1.pagetitle {
}
.main_article .title_en {
	position: relative;
/*	margin: 0 0 2.0em;
	padding-left: 21px;*/
	font-size: 1.1em;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: .04em;
color: #808080;
background-color: #f0f0f0;

padding: .2em 0 .2em 13px;
color: #000;
background-color: #e0e0e0;
}
.main_article .title_en:before {
/*	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	background-color: #d00000;	*/
}

.eng .main_article .title_en {
display: none;
	font-size: .66em;
	line-height: 1.0;
margin-bottom: 3.3em;
}

.main_article h2 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: 1.0em;
	font-size: 21px;
	line-height: 2.0;
	overflow: hidden;
}

.main_article .girl_prof h2 {
color: #fff;
background-color: #000;
}

.main_article h2 .h2inner {
	display: inline-block;
	padding: .4em 0 0;
	line-height: 1.3;
}

.main_article h2 strong {
	font-weight: 500;
/*	color: #fff;*/
}

.main_article h2:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: .2em;
	height: 100%;
	background-color: #d00;
}

.main_article h2 .h2en {
	font-size: 1.1em;
	line-height: 1;
	vertical-align: -.03em;
}

.main_article h2.newstop_title {
margin-bottom: 1.0em;
padding-left: .6em;
padding-top: 0;
padding-bottom: 0.1em;
font-size: 2.0em;
line-height: 1.0;
font-weight: 600;
letter-spacing: .06em;
}

.main_article h2 a {
	display: block;
	color: #ddd;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.main_article h2 a strong {
}

.main_article h2 a:hover,
.main_article h2 a:active,
.main_article h2 a:hover strong,
.main_article h2 a:active strong {
	text-decoration: none;
	color: #e00;
}



.main_article h2.colorbg {
	padding-left: 0;
	font-size: 21px;
	line-height: 2.4em;
	color: #fff;
	text-align: center;
	background-image: url(/2025/image/header/h2grad.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 40px;
}
.main_article h2:before {
display: none;
}


.tasbody h3,
.exhibitors h3 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: 1.1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.15em;
	line-height: 1.4;
	font-weight: normal;
	background-color: #f0f0f0;
	overflow: hidden;

	padding-left: 0.1em;
	font-weight: 700;
	background-color: transparent;
	border-bottom: 2px solid #acacac;
}
.tasbody h3:before,
.exhibitors h3:before {
display: none;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: .4em;
	height: 100%;
	background-color: #d00;
}
.exhibitors h3:before {
	background-color: #a00;
}

.tasbody h3.h3fri,
.exhibitors h3.h3fri {
	font-size: 1.22em;
color: #fff;
	background-color: #808080;
}

.tasbody h3.h3sat,
.exhibitors h3.h3sat {
	font-size: 1.22em;
color: #fff;
	background-color: #08d;
}

.tasbody h3.h3sun,
.exhibitors h3.h3sun {
	font-size: 1.22em;
color: #fff;
	background-color: #e00;
}

.tasbody h3.h3fri:before,
.exhibitors h3.h3fri:before,
.tasbody h3.h3sat:before,
.exhibitors h3.h3sat:before,
.tasbody h3.h3sun:before,
.exhibitors h3.h3sun:before {
	background-color: #fff;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

.tasbody h3.h3fri:before,
.exhibitors h3.h3fri:before {
border: 1px solid #808080;
border-right: none;
}
.tasbody h3.h3sat:before,
.exhibitors h3.h3sat:before {
border: 1px solid #08d;
border-right: none;
}
.tasbody h3.h3sun:before,
.exhibitors h3.h3sun:before {
border: 1px solid #e00;
border-right: none;
}


.tasbody h4,
.exhibitors h4 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: .6em;
	padding-top: .3em;
	padding-bottom: .3em;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #444;
	font-weight: 400;
	background-color: #eee;
	border-left: .2em solid #d00000;
	overflow: hidden;
}


.tasbody h5,
.exhibitors h5 {
	position: relative;
	margin-bottom: 1.0em;
	padding-left: .75em;
	line-height: 2.25;
	color: #303030;
	font-weight: 500;
	background-color: #e0e0e0;
	border-left: 4px solid #d00;
	overflow: hidden;
}

.tasbody h5.h5fri {
	background-color: #e0e0e0;
	border-left-color: #666;
}
.tasbody h5.h5sat {
	background-color: #c0daee;
	border-left-color: #08d;
}
.tasbody h5.h5sun {
	background-color: #f6d6d6;
	border-left-color: #e00;
}


#submenu {
	margin: -.6em 0 2.0em;
	text-align:center;
	letter-spacing: -.4em;
	border-radius: 2px;
}

#submenu.submenu-full {
}

#submenu li {
	display:inline-block;
	font-size: 116%;
	line-height: 2.66em;
	letter-spacing: 0;
	font-weight: 700;
	width: 50%;
	border: 1px solid #000;
}

#submenu.smenu3 li {
	width: 30%;
}

#submenu.submenu-full.smenu3 li {
	width: 33.3333332%;
}

#submenu li a,
#submenu li a:visited {
	display: block;
	margin: 0 0;
	padding: 3px 2px;
	text-align:center;
	color: #fff;
	background-color: #888;
	color: #000;
	background-color: #fff;
}

#submenu li a:hover,
#submenu li a:active {
	text-decoration: none;
/*	background-color: #d00;*/
}

#submenu li a.curr,
#submenu li a.curr:visited,
#submenu li a.curr:hover,
#submenu li a.curr:active {
	cursor: default;
	pointer-events: none;
	color: #fff;
	background-color: #000;
}

#submenu li a.curr2,
#submenu li a.curr2:visited,
#submenu li a.curr2:hover,
#submenu li a.curr2:active {
	color: #fff;
	background-color: #000;
}

#submenu li a.nolink,
#submenu li a.nolink:visited,
#submenu li a.nolink:hover,
#submenu li a.nolink:active {
	color: #ccc;
	background-color: #fff;
	cursor: default;
pointer-events: none;
}



/* == form parts  -------------------------------------------------------- */

.form-item {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.form-item-80 {
	width: 80%;
}

input.errord[type="email"], input.errord[type="number"],
input.errord[type="search"], input.errord[type="text"],
input.errord[type="date"], input.errord[type="tel"],
input.errord[type="url"], input.errord[type="password"] {
	background: #fefef0;
	border: 1px solid #b00;
}


.input_text {
	display: inline-block;
	padding: 8px 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}
span.input_text {
min-height: 33px;
}

.input_radio {
	display: block;
	padding: .3em .2em;
}

.input_area {
	display: block;
	padding: 8px 10px;
	min-height: 7em;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
}

#form2 {
margin-top: 1.33em;
}





/* == footer  -------------------------------------------------------- */

#footerspace {
/*	width: 100%;
	height: 114px;*/
display: none;
}

#footer {
	position: relative;
	z-index: 2;
	/*margin-top: -114px;*/
	padding: 0 0;
	width: 100%;
	background-color: #222;
	border-bottom: 30px solid #222;

	color: #fff;
	background-color: #000;
	border-bottom: 30px solid #000;

	background-image: url(/2025/image/header/bar_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 3px;
}
.home #footer {
	z-index: 0;
}

.newsap #footer,
.exhibitors #footer {
margin-top: 0;
}


#footer_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1300px;
	width: 100%;
	font-size: 12px;
	line-height: 1.0;
}

.footer_logo {
	padding: 30px 0 20px;
	text-align: center;
}

.footer_logo img {
width: 60%;
}

.footer_outline {
	padding: 35px 16px 20px;
	font-size: 13px;
	line-height: 1.9;
	float: none;
	width: 100%;
	text-align: center;
}


.footer_menu {
	padding: 20px 0 0;
/*	height: 64px;*/
	line-height: 15px;
	text-align: center;
}


.footer_menu .snslink {
	margin: 10px 10px;
	text-align: center;
}

.footer_menu .snslink a {
	display: inline-block;
	padding: 10px 7px;
	vertical-align: middle;
	font-size: 30px;
	line-height: 1.0;
	font-weight: 800;
	text-align: center;
	color: #fff;
}

.footer_menu .snslink a.soicn.insta img {
width: 37px;
}


.footer_menu a {
	position: relative;
	display: inline-block;
	margin: .2em;
	padding: 0.1em .5em;
/*	padding-left: .8em;*/
font-weight: bold;
	color: #fff;
}

.footer_menu a,
.footer_menu a:visited {
/*color: #ddd;
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);*/
}
.footer_menu a:hover,
.footer_menu a:active {
color: #fff;
text-decoration: none;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.footer_menu a.nolink {
	color: #d0d0d0;
}


.footer_menu_item {
padding: 0px 16px 20px;
font-size: 13px;
line-height: 1.66em;
font-weight: normal;
	letter-spacing: -.66em;

}

.footer_menu_item span {
	display: inline-block;
	margin-bottom: 1.0em;
	margin-left: -1px;
border-left: 1px solid #7c7c7c;
border-right: 1px solid #7c7c7c;
}

.footer_menu_item a {
	display: inline-block;
padding: 0 1.0em;
	letter-spacing: 0;
}

.footer_menu_item span:nth-of-type(4) a{
}
.footer_menu_item span:nth-of-type(5) a{
}
.footer_menu_item span:nth-of-type(9) a{
}



.footer_menu_item a + a {
}

.footer_menu_item a:first-child {
/*border-left: 1px solid #7c7c7c;*/
}
.footer_menu_item a:last-child {
/* border-right: 1px solid #7c7c7c; */
}

.footer_menu_item a.nolink,
.footer_menu_item a.nolink:visited,
.footer_menu_item a.nolink:hover,
.footer_menu_item a.nolink:active { color: #888;}


.footer_copyright {
	margin: 0 16px;
	padding: 20px 0px 0;
	width: auto;
	text-align: center;
/*	color: #aaa;	*/
	border-top: 1px solid #bbb;
}

.footer_copyright p {
	padding-top: 20px;
	font-size: 90%;
}

.footer_copyright a {
}

.footer_copyright a.nolink,
.footer_copyright a.nolink:visited,
.footer_copyright a.nolink:hover,
.footer_copyright a.nolink:active { color: #888;}


@media screen and (min-width: 750px) {

	#footerspace {
/*	width: 100%;
	height: 120px;*/
	}

	.footer_logo {
	padding: 30px 0 20px;
	text-align: center;
	float: left;
	width: 25%;
	}

	.footer_outline {
	padding: 35px 0 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	float: left;
	width: 25%;
	text-align: left;
	}

	.footer_menu .snslink {
	margin: 10px 5px;
	text-align: right;
	}

	.footer_menu_item {
	padding: 0px 0px 20px;
	padding-left: 50%;
	text-align: right;
	font-weight: bold;
	}

	.footer_copyright {
	text-align: right;
	}

	.footer_copyright p {
	padding-top: 0;
	float: left;
	}

}




/* == header   -------------------------------------------------------- */
#header {
position:  relative;
top:0;
left:0;
width: 100%;
z-index: 999;
}



#head_sp {
height: 77px;
}


#hmenu_sp {
position: relative;
position:fixed;
	width: 100%;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	display: block;
z-index: 1000;
}



#hmenu_sp .sitelogo {
		position: relative;
	padding: 12px 80px 0;
	width: 100%;
	height: 78px;
	z-index: 1;
	text-align: center;
}

#hmenu_sp .sitelogo img {
	width: 90%;
	width: 160px;
/*	max-width: calc( 100% - 160px );*/
}


#hmenu_sp .hmenu_inner {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:1002;
}





#hmenu_pc {
	position: relative;
	width: 100%;
/*	max-width: 1280px;*/
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	/* overflow: hidden; */
	text-align: center;
	display: none;
}

#hmenu_pc .sitelogo {
	position: relative;
	margin: 0 auto;
	padding: 16px 20px;
	padding: 16px 8px;
	width: 100%;
	max-width: 30%;
	height: 141px;
	overflow: hidden;
	text-align: center;
}

#hmenu_pc .sitelogo a {
	display: inline-block;
}

#hmenu_pc .sitelogo img {
	width: 100%;
	max-width: 360px;
}

#hmenu_pc .hmenu_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}



	/*  shutto  */
	body .stt-lang-select.tl {
		top: 0;
		left: 0;
		right: auto;
		border-radius: 0 0 5px;
	}
	/*  non-shutto lang  */
	body .stt-lang-select.tl {
		/*
66 x 38 px
border-radius
		*/
	}

.je_menu {
	position: fixed;
		top: 5px;
		left: 5px;
		right: auto;
		letter-spacing: -.6em;
		z-index: 9999;
}

.je_menu a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 2px solid #000;
	overflow: hidden;
	background-color: #fff;
background-repeat: no-repeat;
background-position: center center;
background-size: 12px 11px;
line-height: 1000em;
}

.je_menu a.curr {
	background-color: #000;
}

.je_menu a.je_ja {
	background-image: url(/2025/image/header/ja1.png);
}

.je_menu a.je_en {
	background-image: url(/2025/image/header/en1.png);
}

.je_menu a.je_ja.curr {
	background-color: #000;
	background-image: url(/2025/image/header/ja0.png);
}

.je_menu a.je_en.curr {
	background-color: #000;
	background-image: url(/2025/image/header/en0.png);
}



@media screen and (min-width: 960px) {

	body .stt-lang-select.tl {
		left: auto;
		right: 0;
	}

	.je_menu {
		left: auto;
		right: 5px;
	}

	#header {
	position: fixed;
	background-color: #fff;
	}

	#hmenu_sp {
		display: none;
	}
	#hmenu_pc {
		display: block;
		height: 191px;
	}

/*	#head_pc {
	min-height: 243px;
	}*/
}




#hmenu {
	width: 100%;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: -.2em;
	text-align: right;
	color: #fff;
	background-color: #111;
	color: #111;
	background-color: #fff;
	overflow: hidden;
}

#hmenu .hmenu_inner {
margin: 0 auto;
max-width: 1200px;
}

#hmenu #toplink {
height: 32px;
line-height: 32px;
text-align: right;
overflow: hidden;
}

#hmenu a,
#hmenu a:visited {
	display: inline-block;
	height: 32px;
	line-height: 32px;
letter-spacing: 0;
	text-align: center;
	vertical-align: top;
	color: #bbb;
	color: #666;
	overflow: hidden;
}
#hmenu a:hover {
	color: #fff;
	text-decoration: none;
background-color: #666;
}

#hmenu #sitelogo {
float: left;
width: auto;
	height: 32px;
text-align: left;
	overflow: hidden;
}
#hmenu #sitelogo a,
#hmenu #sitelogo a:hover,
#hmenu #sitelogo a:visited {
display: inline-block;
padding: 0 1px;
font-size: 15px;
font-weight: 300;
color: #666;
background-color: transparent;
}
#hmenu #sitelogo a:hover {
color: #d00;
}

#hmenu #sitelogo a strong {
font-weight: 600;
}
#hmenu #sitelogo a img {
	vertical-align: middle;
	height: 15px;
	width: auto;
}

#hmenu .soicn {
	width: 36px;
	font-size: 20px;
}

#hmenu .soicn .fa {
	line-height: 32px;
}

#hmenu .sotxt {
	padding: 0 10px;
}

#hmenu .solng,
#hmenu .solng:visited {
	margin-left: 4px;
	padding: 0 8px;
font-weight: 500;
/*	color: #fff;
	background-color: #444;*/
background-color: #ddd;
}
#hmenu .solng:hover,
#hmenu .solng:active {
/*	color: #fff;
	text-decoration: none;
	background-color: #611;	*/
background-color: #444;
}

#hmenu .solng span {
	display: inline-block;
	vertical-align: top;
}

#hmenu .solng .lng_flag {
	width: 32px;
	height: 32px;
	font-size: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
#hmenu .english .lng_flag {
	background-image: url(/2017/images/flag/uk_flag-32-black.png);
/*	background-image: url(/2017/images/flag/uk_flag-32.png);*/
}
#hmenu .japanese {
	font-size: 11px;
}
#hmenu .japanese .lng_flag {
	background-image: url(/2017/images/flag/jp_flag-32.png);
}

#hmenu .solng .lng_text {
	padding: 0 4px 0 0;
}


#hmenu a.nolink,
#hmenu a.nolink:visited,
#hmenu a.nolink:hover,
#hmenu a.nolink:active {
	color: #999;
	cursor: default;
pointer-events: none;
}





/* == gloval navi  -------------------------------------------------------- */


	/* ----- Hamburger ----- */

#hamburger {
position: absolute;
top: 12px;
right: 20px;
width: 36px;
height: 44px;

font-size: 10px;
line-height: 10px;
letter-spacing: -.4em;
text-align: left;
overflow: hidden;

z-index: 10001;
cursor: pointer;

-webkit-transition: 130ms;
transition: 130ms;
}

#hamburger.opened {
-webkit-transition: 130ms;
transition: 130ms;
background-color: transparent;
}

#hamburger span {
position: relative;
display: inline-block;
letter-spacing: 0;
text-align: center;
vertical-align: top;
}

#hamburger span.etxt {
position: absolute;
display: block;
letter-spacing: 0;
text-align: center;
vertical-align: top;
font-size: 10px;
line-height: 10px;
	top: 26px;
width: 100%;
height: 10px;

/*	background-image: url(/2025/image/header/menu.png);*/
	background-image: url(/2025/image/header/ham_menu.svg);
	background-repeat: no-repeat;
	background-position: center center;

-webkit-transition-duration: 120ms;
-moz-transition-duration: 120ms;
-o-transition-duration: 120ms;
-ms-transition-duration: 120ms;
transition-duration: 120ms;
}

#hamburger.opened span.etxt {
/*	background-image: url(/2025/image/header/menuopen.png);*/
	background-image: url(/2025/image/header/ham_close.svg);
}


#hamburger span.e {
position: absolute;
top: 0;
left: 0;
width: 36px;
}
#hamburger:hover span.e {
}
#hamburger.opened span.e {
left: 0px;
}

#hamburger span .bar {
display: inline-block;

position: absolute;
left: 1px;
width: 34px;
height: 2px;
background-color: #000;
-webkit-border-radius: 0.05em;
-moz-border-radius: 0.05em;
border-radius: 0.05em;

-webkit-transition-duration: 120ms;
-moz-transition-duration: 120ms;
-o-transition-duration: 120ms;
-ms-transition-duration: 120ms;
transition-duration: 120ms;
}
#hamburger span .bar:nth-of-type(1) {
	top: 8px;
}
#hamburger span .bar:nth-of-type(2) {
	top: 17px;
}

#hamburger:hover span .bar {
}

#hamburger.opened span .bar {
left: 9px;
width: 18px;

-webkit-transition-duration: 120ms;
-moz-transition-duration: 120ms;
-o-transition-duration: 120ms;
-ms-transition-duration: 120ms;
transition-duration: 120ms;
}

#hamburger.opened span .bar:nth-of-type(1) {
top: 11px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#hamburger.opened span .bar:nth-of-type(2) {
top: 11px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}


#hamburger + .hmenu_inner {
padding-top: 0;
background-color: #fff;
width: 100%;
height: 0;

-webkit-transition-duration: 200ms;
-moz-transition-duration: 200ms;
-o-transition-duration: 200ms;
-ms-transition-duration: 200ms;
transition-duration: 200ms;
}

#hamburger.opened + .hmenu_inner {
position: relative;
padding-top: 5px;
height: 100%;
height: 100vh;
height: calc( 100% - 81px );
height: calc( 100vh - 79px );

top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
z-index: 1002;
}



#shutto {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	right: auto;
	z-index: 1001;
}
@media screen and (min-width: 950px) {
	#shutto {
		right: 0;
		left: auto;
	}
}




#menubox {
	position: relative;
/*border-top: 3px solid #c00;*/
/*background-color: #202020;*/
background-color: rgba(201,10,10,0.88);
}

#gmenu {
	position: relative;
	min-height: 0%;
margin: 0 auto;
padding: 0 0;
width: 100%;

overflow-x: auto;
overflow-y: hidden;
}

#gmenu-inner {
margin: 0 auto;
max-width: 1200px;
}

#gmenu ul {
	position: relative;
	display:table;
	margin: 0 auto;
padding: 0 0;
width: 100%;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
border-right: 1px solid #444;
border-right: 1px solid #811;
}


#gmenu li {
	position: relative;
	display: table-cell;
	padding-top: 1px;
padding-top: 0;
	vertical-align: top;
	background-color: transparent;
	border-left: 1px solid #b00;
	white-space: nowrap;
	overflow: hidden;
min-width: 6em;
border-left: 1px solid #811;
}
#gmenu li.gm_contest {
width: 14em;
}


/* == english gmenu ----- */
.eng #gmenu li {
width: 15%;
}
.eng #gmenu li.gm_oline,
.eng #gmenu li.gm_contest {
width: 20%;
}

#gmenu li a,
#gmenu li a:visited {
	display: block;
	margin: 0;
padding: 6px 1.0em 5px;
font-size: 13px;
line-height: 39px;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
	color: #fdd;
	background-color: transparent;
}

#gmenu li a:hover,
#gmenu li a:active {
	text-decoration: none;
/*	background-color: #411;
background-color: rgba(17,17,17,0.75);*/
color: #fff;
background-color: #600;
}

#gmenu li a span {
	display: block;
}


#gmenu li a .gmen {display: none;}
.eng #gmenu li a .gmen {display: block;}

.eng #gmenu li a .gmjp {display: none;}
#gmenu li a .gmjp,
#gmenu li a:visited .gmjp {
}

.gm_top #gmenu li.gm_top a,
.gm_top #gmenu li.gm_top a:visited,
.gm_top #gmenu li.gm_top a:hover,
.gm_top #gmenu li.gm_top a:active,
.gm_oline #gmenu li.gm_oline a,
.gm_oline #gmenu li.gm_oline a:visited,
.gm_oline #gmenu li.gm_oline a:hover,
.gm_oline #gmenu li.gm_oline a:active,
.gm_event #gmenu li.gm_event a,
.gm_event #gmenu li.gm_event a:visited,
.gm_event #gmenu li.gm_event a:hover,
.gm_event #gmenu li.gm_event a:active,
.gm_exinfo #gmenu li.gm_exinfo a,
.gm_exinfo #gmenu li.gm_exinfo a:visited,
.gm_exinfo #gmenu li.gm_exinfo a:hover,
.gm_exinfo #gmenu li.gm_exinfo a:active,
.gm_ticket #gmenu li.gm_ticket a,
.gm_ticket #gmenu li.gm_ticket a:visited,
.gm_ticket #gmenu li.gm_ticket a:hover,
.gm_ticket #gmenu li.gm_ticket a:active,
.gm_access #gmenu li.gm_access a,
.gm_access #gmenu li.gm_access a:visited,
.gm_access #gmenu li.gm_access a:hover,
.gm_access #gmenu li.gm_access a:active,
.gm_whats #gmenu li.gm_whats a,
.gm_whats #gmenu li.gm_whats a:visited,
.gm_whats #gmenu li.gm_whats a:hover,
.gm_whats #gmenu li.gm_whats a:active,
.gm_gallery #gmenu li.gm_gallery a,
.gm_gallery #gmenu li.gm_gallery a:visited,
.gm_gallery #gmenu li.gm_gallery a:hover,
.gm_gallery #gmenu li.gm_gallery a:active,
.gm_goods #gmenu li.gm_goods a,
.gm_goods #gmenu li.gm_goods a:visited,
.gm_goods #gmenu li.gm_goods a:hover,
.gm_goods #gmenu li.gm_goods a:active,
.gm_present #gmenu li.gm_present a,
.gm_present #gmenu li.gm_present a:visited,
.gm_present #gmenu li.gm_present a:hover,
.gm_present #gmenu li.gm_present a:active,
.gm_contest #gmenu li.gm_contest a,
.gm_contest #gmenu li.gm_contest a:visited,
.gm_contest #gmenu li.gm_contest a:hover,
.gm_contest #gmenu li.gm_contest a:active,
.gm_girls #gmenu li.gm_girls a,
.gm_girls #gmenu li.gm_girls a:visited,
.gm_girls #gmenu li.gm_girls a:hover,
.gm_girls #gmenu li.gm_girls a:active,
.gm_hotels #gmenu li.gm_hotels a,
.gm_hotels #gmenu li.gm_hotels a:visited,
.gm_hotels #gmenu li.gm_hotels a:hover,
.gm_hotels #gmenu li.gm_hotels a:active {
color: #f0f0f0;
cursor: default;
pointer-events: none;
color: #fff;
background-color: rgba(0,0,0,0.6);
}



#gmenu li a.nolink,
#gmenu li a.nolink:visited,
#gmenu li a.nolink:hover,
#gmenu li a.nolink:active {
cursor: default;
pointer-events: none;
color: #e88;
background-color: transparent;
}





#gmenu_sp {
	position: relative;
	min-height: 0%;
margin: 0 20px;
padding: 10px 0 20px;
width: 100%;
}

#gmenu_sp-inner {
margin: 0 auto;
}

#gmenu_sp ul {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 0;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	z-index: 100;
border-right: 1px solid #444;
border-right: 1px solid #811;
}


#gmenu_sp li {
	position: relative;
	display: block;
	padding: 0;
	background-color: transparent;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
}


#gmenu_sp li a,
#gmenu_sp li a:visited,
#gmenu_sp .gm_exinfo p {
	display: block;
	margin: 0;
	padding: 14px 0 14px 28px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
	color: #222;
	background-color: transparent;

	background-repeat: no-repeat;
	background-position: left center;
}

#gmenu_sp li a:hover,
#gmenu_sp li a:active {
	text-decoration: none;
}

#gmenu_sp li a span {
}

#gmenu_sp li.gm_whats a {	background-image: url(/2025/image/header/menu_about.svg);}
#gmenu_sp li.gm_ticket a {	background-image: url(/2025/image/header/menu_ticket.svg);}
#gmenu_sp li.gm_event a {	background-image: url(/2025/image/header/menu_event.svg);}
#gmenu_sp li.gm_contest a {	background-image: url(/2025/image/header/menu_contest.svg);}
#gmenu_sp li.gm_exinfo p {	background-image: url(/2025/image/header/menu_exihib.svg);}
#gmenu_sp li.gm_girls a {	background-image: url(/2025/image/header/menu_girl.svg);}
#gmenu_sp li.gm_goods a {	background-image: url(/2025/image/header/menu_goods.svg);}
#gmenu_sp li.gm_news a {	background-image: url(/2025/image/header/menu_news.svg);}

#gmenu_sp li.gm_ticket a.nolink {	background-image: url(/2025/image/header/menu_ticket_g.svg); background-size:21px 21px;}
#gmenu_sp li.gm_event a.nolink {	background-image: url(/2025/image/header/menu_event_g.svg); background-size:21px 21px;}
#gmenu_sp li.gm_contest a.nolink {	background-image: url(/2025/image/header/menu_contest_g.svg); background-size:21px 21px;}
#gmenu_sp li.gm_exinfo p.nolink {	background-image: url(/2025/image/header/menu_exihib_g.svg); background-size:21px 21px; color:#888; pointer-events: none;}
#gmenu_sp li.gm_girls a.nolink {	background-image: url(/2025/image/header/menu_girl_g.svg); background-size:21px 21px;}
#gmenu_sp li.gm_goods a.nolink {	background-image: url(/2025/image/header/menu_goods_g.svg); background-size:21px 21px;}


#gmenu_sp .gm_exinfo {
	overflow: unset;
}
#gmenu_sp .gm_exinfo p {
	cursor: pointer;
}
#gmenu_sp .gm_down::before {
	content: '';
	width: 0;
	height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
    position: absolute;
    transition: all 0.3s;
    top: 20px;
    right: 46px;
}
#gmenu_sp .gm_down.open::before {
    transform: rotateZ(90deg);
}
#gmenu_sp .gm_down.open ul {
	height: 102px;
}
#gmenu_sp .gm_down ul {
	padding: 0;
	height: 0;
	display: flex;
	flex-direction: column;
    top: 0;
    background: #fff;
    transition: all 0.3s;
}
#gmenu_sp .gm_down li {
	padding: 0;
	width: 100%;
    display: flex;
    background: #fff;
    text-align: left;
	align-items: center;
	border: none;
}
#gmenu_sp .gm_down li a {
    margin: 0 auto;
    padding: 14px 0;
    width: 85%;
    /* border-top: 1px solid #EDEDED; */
}

#gmenu_sp li a.nolink,
#gmenu_sp li a.nolink:visited,
#gmenu_sp li a.nolink:hover,
#gmenu_sp li a.nolink:active {
cursor: default;
pointer-events: none;
color: #888;
background-color: transparent;
}



#sublink {
	margin: 20px 20px;
	text-align: center;
}

#sublink a {
	display: inline-block;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
}

#sublink a.sub_outline {	background-image: url(/2025/image/header/menu_outline.svg);}
#sublink a.sub_access {	background-image: url(/2025/image/header/menu_access.svg);}
#sublink a.sub_media {	background-image: url(/2025/image/header/menu_rightarrow.svg); background-size: 14px;}
#sublink a.sub_exhibit {	background-image: url(/2025/image/header/menu_rightarrow.svg); background-size: 14px;}

#sublink a.nolink,
#sublink a.nolink:visited,
#sublink a.nolink:hover,
#sublink a.nolink:active {
	color: #ccc;
	cursor: default;
	pointer-events: none;
}


.snslink {
	margin: 40px 10px 80px;
	text-align: center;
}

.snslink a {
	display: inline-block;
	padding: 10px 12px;
	vertical-align: middle;
	font-size: 36px;
	line-height: 1.0;
	font-weight: 800;
	text-align: center;
}



#hmenu_pc .snslink {
	position: absolute;
	top: 0;
	left: 0;
	margin: 46px 0px 0;

}

#hmenu_pc .snslink a {
	font-size: 20px;
}
#hmenu_pc .snslink a:first-of-type {
	padding: 10px 12px 10px 0;
}


#hmenu_pc #sublink {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 34%;
	margin: 30px 0 0 0;
	text-align: right;
}

#hmenu_pc #sublink a {
	padding: 0 0 0 18px;
	font-size: 12px;
}
#hmenu_pc #sublink a + a {
margin-left: 18px;
}

#hmenu_pc #sublink a.nolink,
#hmenu_pc #sublink a.nolink:visited,
#hmenu_pc #sublink a.nolink:hover,
#hmenu_pc #sublink a.nolink:active {
	color: #ccc;
	cursor: default;
	pointer-events: none;
}


	.spblock {
		display: inline-block;
	}
	.spblock2 {
		padding-left: 18px;
		font-size: 12px;
	}

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

	#hmenu_pc #sublink {
		margin: 53px 10px 0 0;
	}
	#hmenu_pc .snslink a:first-of-type {
		padding: 10px 12px;
	}
}

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

	#hmenu_pc .sitelogo {
/*		padding-top: 30px;*/
	}


	#hmenu_pc .snslink {
	}
	#hmenu_pc #sublink {
	}
	
	.spblock {
		display: block;
	}
	.spblock2 {
		padding-left: 0;
	}

}



#menubox_pc {
width: 100%;
}

#gmenu_pc ul {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0px 0 0px;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	white-space: nowrap;
	z-index: 10;
}


#gmenu_pc li {
	position: relative;
	display: table-cell;
	width: 12.5%;
	padding: 0 0 20px;
	font-size: 14px;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #EDEDED;
}
#gmenu_pc li:first-child {
	border-left: 1px solid #EDEDED;
}

#gmenu_pc li a,
#gmenu_pc li a:visited,
#gmenu_pc .gm_exinfo p {
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 28px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
	color: #000;
	background-color: transparent;

	background-repeat: no-repeat;
	background-position: left center;
}

#gmenu_pc li a:hover,
#gmenu_pc li a:active {
	text-decoration: none;
}


#gmenu_pc li.gm_whats a {	background-image: url(/2025/image/header/menu_about.svg);}
#gmenu_pc li.gm_ticket a {	background-image: url(/2025/image/header/menu_ticket.svg);}
#gmenu_pc li.gm_event a {	background-image: url(/2025/image/header/menu_event.svg);}
#gmenu_pc li.gm_contest a {	background-image: url(/2025/image/header/menu_contest.svg);}
#gmenu_pc li.gm_exinfo p {	background-image: url(/2025/image/header/menu_exihib.svg);}
#gmenu_pc li.gm_girls a {	background-image: url(/2025/image/header/menu_girl.svg);}
#gmenu_pc li.gm_goods a {	background-image: url(/2025/image/header/menu_goods.svg);}
#gmenu_pc li.gm_news a {	background-image: url(/2025/image/header/menu_news.svg);}

#gmenu_pc li.gm_ticket a.nolink {	background-image: url(/2025/image/header/menu_ticket_g.svg); background-size:19px 20px;}
#gmenu_pc li.gm_event a.nolink {	background-image: url(/2025/image/header/menu_event_g.svg); background-size:19px 20px;}
#gmenu_pc li.gm_contest a.nolink {	background-image: url(/2025/image/header/menu_contest_g.svg); background-size:19px 20px;}
#gmenu_pc li.gm_exinfo p.nolink {	background-image: url(/2025/image/header/menu_exihib_g.svg); background-size:19px 20px; color:#ccc; pointer-events: none;}
#gmenu_pc li.gm_girls a.nolink {	background-image: url(/2025/image/header/menu_girl_g.svg); background-size:19px 20px;}
#gmenu_pc li.gm_goods a.nolink {	background-image: url(/2025/image/header/menu_goods_g.svg); background-size:19px 20px;}
#gmenu_pc li.gm_news a {	background-image: url(/2025/image/header/menu_news.svg);}


#gmenu_pc .gm_exinfo {
	overflow: unset;
}
#gmenu_pc .gm_exinfo p {
	cursor: pointer;
}
#gmenu_pc .gm_down::before {
	content: '';
	width: 0;
	height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ededed;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#gmenu_pc .gm_down:hover ul {
	height: 95px;
	box-shadow: 0 6px 5px 2px rgb(0 0 0 / 25%);
}
#gmenu_pc .gm_down ul {

	padding: 0;
	height: 0;
	display: flex;
	flex-direction: column;
    position: absolute;
    top: 50px;
    background: #fff;
    transition: all 0.3s;

}
#gmenu_pc .gm_down li {
	padding: 0;
	width: 100%;
	height: auto;
    display: flex;
    background: #fff;
    text-align: left;
    align-items: center;
}
#gmenu_pc .gm_down li a {
    margin: 0 auto;
    padding: 13px 0;
    width: 85%;
    border-bottom: 1px solid #EDEDED;
}
#gmenu_pc .gm_down li:last-child a {
    border-bottom: none;
}

#gmenu_pc li a.nolink,
#gmenu_pc li a.nolink:visited,
#gmenu_pc li a.nolink:hover,
#gmenu_pc li a.nolink:active {
cursor: default;
pointer-events: none;
color: #ccc;
background-color: transparent;
}



#hbar_pc {
	width: 100%;
	height: 3px;
	background-image: url(/2025/image/header/bar_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 3px;
	overflow: hidden;
display: none;
}

#hbar_sp {
	position: fixed;
	width: 100%;
	height: 81px;
	background-image: url(/2025/image/header/bar_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 3px;
	overflow: hidden;
	z-index: 900;
display: block;
}


@media screen and (min-width: 950px) {
	#hbar_pc {
		display: block;
	}

	#hbar_sp {
		display: none;
	}

}



/* == Breadcrumb  -------------------------------------------------------- */

.bcrumb {
	margin: 0 0 1.5em;
	margin: 1.0em auto .5em;
	width: 100%;
	max-width: 1232px;
	padding: 0 16px;
	font-size: 85%;
	line-height: 1.1;
/*	background-color: #eee;	*/
vertical-align: top;
}

.bcrumb a,
.bcrumb span {
	position: relative;
	display: inline-block;
	margin-right: .5em;
	margin-right: 0;
	padding: .7em 0.5em .5em;
	padding-left: 0;
	padding-right: 1.5em;
	vertical-align: top;
}
.bcrumb span {
	margin-right: 0;
	color: #888;
}

.bcrumb a:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.5em;
	padding: 0 0.5em;
	content:"–";
	width: 1.5em;
	height: 1.0em;
/*border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
}

.bcrumb a:last-child:after {
/*	display: none;*/
}


.backto {
	margin: 0 0 1em;
	padding: .1em .8em;
	font-size: 93%;
	line-height: 1;
	background-color: #eee;
}

.backto a {
	position: relative;
	display: inline-block;
	margin-right: .4em;
	padding: .7em 1.2em;
}

.backto a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
font-family: 'Font Awesome 5 Free';
font-weight:900;
	font-size: 1.0em;
	text-align: left;
	color: #999;
	content:"\f104";
	content:"\f053";
}

.backto a:hover:before {
	color: #e00;
}






/* == main visual ------------------------------------------------------------- */

.imgwall {
	position: relative;
}

.imgwallspace {
	display: block;
/*height: 81px;*/
}


@media screen and (min-width: 750px) {

	.imgwallspace {
	display: none;
	}

}


/* TOP */
#mainvisual {
	text-align:center;
/*	background:#000 url(/2017/images/top/main_pc.jpg) center center no-repeat;
	background-size:cover; */
}

.img_pc {display: inline;}
.img_sp {display: none;}

#logovideo_pc {display: inline;}
#logovideo_sp {display: none;}


#toptitleimg {
	position: relative;
}

#topmovie {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

#topmovie2 {
	width: 100%;
	text-align: center;
	background-color: #000;
}

#topmovie2 video {
	width: 100%;
}


/* -- second level -- */
#tastitle {
position: relative;
background-color: #f0f0f0;
background-color: #404143;
/*background-image: url(/2021/images/common/honeycum.png);
background-position: 50% 50%;
background-repeat: repeat;*/
/*background-size:cover;*/
}

#taslogo {
	margin: 0;
	text-align: center;
}

#taslogo a {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.home #tastitle {
	display: none;
}




/* == TOP page  -------------------------------------------------------- */

.top_cont_title {
	margin: 30px 20px;
	text-align: center;
}

.news.level2 .top_cont_title {
	display: none;
}


.top_cont_title .topsvg {
	margin: 10px 0;
	width: 40px;
	height: auto;
}
.top_cont_title .toppng {
	margin: 10px 0;
	width: auto;
	height: auto;
}
.top_cont_title .toppng.oaslogo {
width: 60%;
max-width: 400px;
}

.top_cont_title .topeng {
	margin: 5px 0;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
}

.top_cont_title .topjpn {
	margin: 5px 0 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
}

.topconttxt {
	font-size: 14px;
	line-height: 1.8;
}


.top_cont_btn a {
	position: relative;
	display: inline-block;
	padding: 3px;
	height: 50px;
	font-weight: 800;
	text-align: center;
	border-radius: 25px;
	background-image: url(/2025/image/top/btn_grad.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.top_cont_btn a.nolink {
	background:#ccc;
	color:#ccc;
}

.top_cont_btnw {
}

.top_cont_btnw a,
.top_cont_btnw a:visited { color: #000;}
.top_cont_btnw a:hover,
.top_cont_btnw a:active { color: #fff;}

.top_cont_btnb {
}

.top_cont_btnb a,
.top_cont_btnb a:visited { color: #fff;}
.top_cont_btnb a:hover,
.top_cont_btnb a:active { color: #fff;}

.top_cont_btnc a {
	padding: 0px;
	border: 3px solid #fff;
}
.top_cont_btnc a,
.top_cont_btnc a:visited { color: #fff;}
.top_cont_btnc a:hover,
.top_cont_btnc a:active { color: #000;}


.top_cont_btn a span.btnt {
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 44px;
	padding: 12px 40px 12px 44px;
	border-radius: 22px;
	line-height: 20px;
	background-color: #fff;
	overflow: hidden;
}
.top_cont_btn.top_cont_btnb a span.btnt {
	background-color: #000;
}

.top_cont_btn.top_cont_btnc a span.btnt {
	background-color: transparent;
}


.top_cont_btn a span.btnt i {
	padding-left: 2.0em;
}


.top_cont_btn a:hover span.btnt {
/*	background-color: transparent;*/
}

.top_cont_btn a span.btnt::before {
content: '';
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0;
background-color: #fff;
	background-image: url(/2025/image/top/btn_grad.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
transform: translateX(-100%);
transition: .3s;
z-index: -1;
	border-radius: 22px;
	opacity:0.3;
}

.top_cont_btn.top_cont_btnc a span.btnt::before {
background-image: none;
}

.top_cont_btn a:hover span.btnt::before {
transform: translateX(0%);
	opacity: 1.0;
}

.top_cont_btnc a:hover {
	background-image: none;
	background-color: rgba(255,255,255,1.0);
	background-blend-mode: lighten;
}



@media screen and (min-width: 750px) {

	.top_cont_title .topeng {
		font-size: 49px;
	}
	.top_cont_title .topjpn {
	font-size: 16px;
	}
}




#about_tas_block {
position: relative;
padding-top: 50px;

/*	margin-top: -36px;	*/
/*	transform : skewY(10deg);
/*	transform-origin: top left;*/
overflow:hidden;
}


.text-block.about_tas {
  display: flex;
  justify-content: center;
position: relative;
top: -60px;
left: auto;
right: auto;
width: 100%;
/*max-width: 600px;*/

padding-top: 110px;
color:#fff;
background-color:#000;
z-index: 1;
}

#about_tas_block .top_cont_title {
	margin: 0px 20px 30px;
}

#about_tas_block .about_tas_3 {
	margin: 30px 20px;
}


@media screen and (min-width: 750px) {
	.text-block.about_tas {
	padding-top: 160px;
	}

	#about_tas_block {
	padding-top: 90px;
	}
}


@media screen and (min-width: 950px) {

	#about_tas_block {
transform : skewY(10deg);
background-color: #000;
	}

	#about_tas_block .skew {
transform : skewY(0);
	}

.text-block.about_tas {
  justify-content: flex-end;
}

}


.noskewed.image-block {
position: relative; 
position: absolute;
top: -45px;
left: 0;
width: 100%;
height: 70vw;
overflow:hidden;
}

.noskewed.text-block {
position: relative; 
top: -45px;
padding-top: 10px;
width: 100%;
}


#about_tas_block .about_tas_1 {
position: relative; 
padding-top: 0;
padding-bottom: 70vw;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
overflow:hidden;
color: #fff;
background-color: #000;
}
#about_tas_block .about_tas_1 img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#about_tas_block .about_tas_2 {padding-top: 20px;}
#about_tas_block .about_tas_3 {padding-bottom:20px;}


#about_tas_block .skewblock {
transform : skewY(10deg);
overflow:hidden;
}
#about_tas_block .noskewed {
transform : skewY( -10deg);
}

.paddingbox {
padding: 0 16px;
}


#aclass_block {
padding-top: 80px;
padding-bottom:80px;
}


#online_block {
position:relative;
padding: 0 0 100px;
color: #fff;

/* margin-top:200px;
padding-top:250px;
padding-bottom:40px; */
}
.noskewed2 {
margin-top:-50px;
transform : skewY(10deg);
}

#online_block .online_conts {
position:relative;
z-index:5;
padding-bottom: 15%;
}

#online_block .online_block_bg {
position:absolute;
top: 50px;
left:0;
width: 100%;
height: 700px;

background-color: #D2282A;
transform : skewY(-10deg);
overflow:hidden;
z-index:2;
}


@media screen and (min-width: 500px) {
	#online_block .online_block_bg {
	height: 900px;
	}
}

@media screen and (min-width: 750px) {
	#online_block .online_block_bg {
	height: 1100px;
	}
}

@media screen and (min-width: 950px) {
	
	#online_block .online_conts {
	padding-bottom: 3%;
	}

}


.sp_padding {
	padding: 0 16px;
}



.skew {
	position: relative;
  transform: skewY(10deg);
  transform-origin: center;
}
.skew_mask {
  overflow: hidden;
}
.skew_img {
  transform: skewY(-10deg) scale(1.4);
  transform-origin: center;
}
@media screen and (min-width: 750px) {
	.skew_img {
	transform: skewY(-10deg) scale(1.6);
	}
}

.unskew {
  transform: skewY(-10deg);
}

#about_tas_block .skewimage {
  z-index: 10;
}
#about_tas_block .skewtext {
	padding-bottom: 20px;
	background-color: #000;
  transform-origin: right bottom;
}


#online_block .online_image {
	display: none;
}
	#online_block .online_image_sp {
	display: block;
	}

.block-left600 {
	position: relative;
	max-width: 600px;
	width: 100%;
}

@media screen and (min-width: 950px) {

	#news_list_top {
		padding-bottom: 50px;
	}
	
	#about_tas_block {
		padding: 0 0;
	}

#about_tas_block .skewimage {
		float: right;
		width: 50%;
}
#about_tas_block .skewtext {
		position: relative;
		width: 50%;
}

.text-block.about_tas {
}

.block-left600 {
/*	max-width: 100%;*/
}

	.paddingbox {
	text-align: center;
	padding: 0 48px;
	}

	#aclass_block {
	padding-top: 140px;
	padding-bottom: 140px;
	}

	#aclass_block .image-block {
		float: left;
		width: 60%;
	}

	#aclass_block .text-block {
	/*
		float: right;
		width: 39%;
	*/
		padding-top: 30px;
	}

	#online_block .online_conts {
	position:relative;
	z-index:5;
	background-color: #D2282A;
	transform : skewY(-10deg);
	overflow:hidden;
	}

	#online_block .online_block_bg {
	display: none;
	}

	#online_block .online_image {
		display: block;
		float: right;
		width: 60%;
		transform : skewY(10deg);
		position: relative;
	}

	#online_block .online_image img {
		position: absolute;
		right: 10px;
		top: 110px;
	}

	#online_block .online_image_sp {
	display: none;
	}

	#online_block  .text-block {
		width: 39%;
		padding-top: 60px;
		transform : skewY(10deg);
		padding-bottom: 110px;
	}

	.sp_padding {
		padding: 0 0;
	}

}






#top-contmenu {
	background-color: #f0f0f0;
}

.pickup_block {
	padding: 2em;
	background-color: #000000;
	overflow: hidden;
}

.pickup_block .cont_title {
	color: #ffffff;
}

#tas_cont_block {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
	margin: 0 1.0em;
	max-width: 1332px;
	width: auto;
}

@media screen and (min-width: 769px) {
	#tas_cont_block {
	margin: 0 auto;
	width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.pickup_block {
		padding: 0.5em;
	}
}

#tas_cont_block ul {
	margin-left: -3%;
	line-height: 1;
letter-spacing: -.4em;
}

#tas_cont_block ul li {
	display: inline-block;
	margin-left: 3%;
	width: 22%;
	text-align: center;
	vertical-align: bottom;
letter-spacing: .03em;
vertical-align: top;
}

#tas_cont_block ul li a {
	position: relative;
	display: block;
	margin-left: 0;
padding: 1.5em 0.1em;
background-color: transparent;
background-color: #fff;
overflow: hidden;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;

border: 1px solid #808080;
}

#tas_cont_block ul li h4 i {
color: #888;
}

#tas_cont_block ul li a h4 {
color: #ddd;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
color: #111;
}

#tas_cont_block ul li a:hover,
#tas_cont_block ul li a:active {
border-color: #d00;
text-decoration: none;
/*box-shadow: inset 0 5px 5px 40px rgba(208, 0, 0, 0.9);*/
background-color: #f6f6f6;
}

#tas_cont_block ul li a:hover h4,
#tas_cont_block ul li a:active h4 {
	color: #d00;
}



#tas_cont_block ul li a.nolink:hover,
#tas_cont_block ul li a.nolink:active {
	border-color: #999;
	cursor: default;
pointer-events: none;
}

#tas_cont_block ul li a.nolink img,
#tas_cont_block ul li a.nolink:hover img,
#tas_cont_block ul li a.nolink:active img {
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
-webkit-filter: blur(2px) grayscale(90%);
-moz-filter: blur(2px) grayscale(90%);
-o-filter: blur(2px) grayscale(90%);
-ms-filter: blur(2px) grayscale(90%);
filter: blur(2px) grayscale(90%);
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}

#tas_cont_block ul li a.nolink h4,
#tas_cont_block ul li a.nolink:hover h4,
#tas_cont_block ul li a.nolink:active h4 {
	color: #c6c6c6;
/*	background-color: #808080;
	background-color: rgba(140,140,140,0.5);*/
}



#top_sns_space {
	position: relative;
	padding-right: 274px;
}






/* == news  -------------------------------------------------------- */

/* News List */

#news_list_block {
padding-bottom:30px;
padding-top: 50px;
}

#news_list_top {
padding-top: 1.8em;
}
#news_list_top .news_list_item {
display: none;
}
#news_list_top .news_list_item:nth-of-type(1), #news_list_top .news_list_item:nth-of-type(2), #news_list_top .news_list_item:nth-of-type(3), #news_list_top .news_list_item:nth-of-type(4), #news_list_top .news_list_item:nth-of-type(5), #news_list_top .news_list_item:nth-of-type(6), #news_list_top .news_list_item:nth-of-type(7), #news_list_top .news_list_item:nth-of-type(8) {
display: block;
}

.fullwidth  ul.news_list {
/*	display: block;	*/
}

.news_list li {
	margin-bottom: 1.6em;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 1.3;
	border-bottom: none;
	flex: unset;
}


.news_list li a {
	display: block;
	margin-bottom: .3em;
display:table;
}

.news_list li .c-card__image {
	position: relative;
	margin-bottom: .4em;
	overflow: hidden;
display:table-cell;
width:40%;
}

.news_list li .c-card__image img {
border: 1px solid #d0d0d0;
}

.news_list li .c-card__body {
	position: relative;
display:table-cell;
padding-left: 3%;
vertical-align: top;
}

.news_list li .c-card__body h3 {
	padding-bottom: .3em;
	font-size: 14px;
	font-weight: 700;
}

.news_list li .c-card__body p {
	padding-bottom: .3em;
	font-size: 12px;
	font-weight: 500;
}

.news_list li .c-card__time {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .03em;
	color: #acacac;
}

.c-card__body.new h3 {
	text-indent:23px;
	background-image: url(/2025/image/top/news_new.png);
	background-repeat: no-repeat;
	background-position: 0em 0.1em;
}
.news_list li .news-date.new:after {
}



.news_list li.rm {
display: none;
}

.news_list li a.news-link {
	display: block;
	margin-bottom: .3em;
display:table;
}

.news_list li .news-image {
	position: relative;
	margin-bottom: .4em;
	overflow: hidden;
display:table-cell;
width:40%;
}

.news_list li .news-image p {
	border: 1px solid #ccc;
	overflow: hidden;
}

.news_list li .news-image img {
vertical-align: top;
z-index: 1;
}

.news_list li .news-text {
	position: relative;
display:table-cell;
padding-left: 3%;
vertical-align: top;
}

.news_list li .news-date {
	padding-bottom: .3em;
	font-size: .72em;
	letter-spacing: .03em;
	color: #808080;
}
.news_list li .news-date.new {
	color: #e00;
	color: #c00;
}
.news_list li .news-date.new:after {
	padding-left: .33em;
	font-weight: 600;
	color: #e00;
	content: "NEW";
}

.news_list li .news-title {
	padding-bottom: .25em;
	font-weight: 600;
	line-height: 1.5;
}

.news_list li .news-lead {
	font-size: .89em;
	line-height: 1.5;
/*	color: #555;*/
}


.news_list li a.news-link:hover,
.news_list li a.news-link:active {
	text-decoration: none;
}

.news_list li a.news-link:hover .news-image p {
	border: 1px solid #d00;
}


#news_list_top .news_list li a.news-link .news-image img {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: -webkit-transform 1.1s cubic-bezier(0,.5,.3,1);
transition: -webkit-transform 1.1s cubic-bezier(0,.5,.3,1);
transition: transform 1.1s cubic-bezier(0,.5,.3,1);
transition: transform 1.1s cubic-bezier(0,.5,.3,1),-webkit-transform 1.1s cubic-bezier(0,.5,.3,1);

filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

#news_list_top .news_list li a.news-link:hover .news-image img {
-webkit-transform: matrix(1.10, 0, 0, 1.10, 0, 0);
-moz-transform: matrix(1.10, 0, 0, 1.10, 0, 0);
-o-transform: matrix(1.10, 0, 0, 1.10, 0, 0);
-ms-transform: matrix(1.10, 0, 0, 1.10, 0, 0);
transform: matrix(1.10, 0, 0, 1.10, 0, 0);

filter:alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}


.news_list li a.news-link .news-image:before {
	position: absolute;
	left: .25em;
	bottom: .20em;
font-family: 'Font Awesome 5 Free';
font-weight:900;
	font-size: 1.9em;
	text-align: center;
	color: #fff;
z-index: 10;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.news_list li a.news-link .news-image.gallery:before {
	content:"\f030";
}
.news_list li a.news-link .news-image.movie:before {
	content:"\f144";
}

.news_list li a.news-link:hover .news-image:before {
	opacity:0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.event-news-h3 {
	margin-bottom: 1em;
	margin-top:50px;
    padding: 0.5em 1em !important;
	text-align: left;
    font-size: 16px;
    line-height: 1.6 !important;
	letter-spacing: .02em;
    color: #303030;
    font-weight: 500;
    background-color: #e0e0e0 !important;
	overflow: hidden;
	border: none !important;
}
.event-news-h3::after {
    content: "";
	position: absolute;
    left: 0;
    top: 0;
    width: 0.4em;
    height: 100%;
    background-color: #d00;
}
.event-news-h3:nth-of-type(1){
margin-top:0px;
}


@media screen and (min-width: 750px) {

	.news_list {
		margin: 0 -2%;
		vertical-align: top;

		display: flex;
		flex-wrap: wrap;
	}
	
	.news_list li {
		display: inline-block;
		width: calc(100% / 4);
		padding: 0 2% .3em;
		vertical-align: top;
	}

	.news_list li a {
	display: block;
	margin-bottom: .3em;
	}

	.news_list li .c-card__image {
	position: relative;
	margin-bottom: .4em;
	overflow: hidden;
	display: block;
	width: 100%;
	}

	.news_list li .c-card__body {
	position: relative;
	display: block;
	padding-left: 0%;
	vertical-align: top;
	text-align: left;
}


}




	/* News List pagination */
.pager {
margin: 2.0em 0;
letter-spacing: -.4em;
text-align: center;
}

.pager li {
display: inline-block;
padding: 0 0.2em;
width: 4.0em;
letter-spacing: 0;
vertical-align: top;
}

.pager li p {
display: block;
padding: .5em 0;
font-size: 100%;
line-height: 2.0;
font-weight: 400;
text-align: center;
text-decoration: none;
background-color: transparent;
border: 1px solid #ccc;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
}

.pager li p:hover {
color: #d00;
border-color: #d00;
cursor: pointer;
}

.pager li.current p,
.pager li.current p:hover {
color: #fff;
background-color: #d00;
border-color: #d00;
cursor: default;
pointer-events: none;
}




	/* News List for Gallery */
.gallery_list li a.news-link {
display: block;
}

.gallery_list li .news-image {
display: block;
width: 100%;
}
.gallery_list li .news-text {
display: block;
padding-left: 0;
width: 100%;
}

.gallery_list li .news-image:before {
	left: .25em;
	top: .20em;
	bottom: auto;
/*	font-size: 4em;*/
	font-size: 3.3rem;
	content:"\f030";
}
.gallery_list li .news-image.movie:before {
	content:"\f144";
}

.gallery_list li a.news-link:hover .news-image {
}
.gallery_list li a.news-link:hover .news-image:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}


.gallery_list li a.lightbox {
display: block;
overflow: hidden;
}

.gallery_list li a.lightbox img {
}
.gallery_list li a.lightbox:hover img {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

.gallery_list li a.news-link .news-image img,
.gallery_list li a.lightbox img {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: -webkit-transform 1.1s cubic-bezier(0,.5,.3,1);
transition: -webkit-transform 1.1s cubic-bezier(0,.5,.3,1);
transition: transform 1.1s cubic-bezier(0,.5,.3,1);
transition: transform 1.1s cubic-bezier(0,.5,.3,1),-webkit-transform 1.1s cubic-bezier(0,.5,.3,1);
}

.gallery_list li a.news-link:hover .news-image img,
.gallery_list li a.lightbox:hover img {
-webkit-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
-moz-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
-o-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
-ms-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}

.gallery_list li a.news-link .news-image:before {
left: 0;
bottom: 0;
width: 100%;
height: 100%;
padding: 0.1em 0.3em;
font-size: 2.4em;
text-align: left;
background-color: rgba(0,0,0,0.0);
}

.gallery_list li a.news-link:hover .news-image:before {
background-color: rgba(0,0,0,0.3);
}



.snsbox {
	margin: 0 0;
	padding: .33em .1em;
	text-align: right;
/*border-bottom: 1px solid #ddd;*/
}

.snsbox iframe {
	vertical-align: top;
}

.snsbox .tw-btn {
	display: inline-block;
	margin-bottom: .33em;
	vertical-align: top;
height:20px;

	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);

	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right top;
}
.snsbox .fb_iframe_widget {
	display: inline-block;
	margin-bottom: .33em;
/*	margin-left: .66em;*/
	vertical-align: top;
height:20px;

	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	transform: scale(0.9,0.9);

	-webkit-transform-origin: right center;
	-moz-transform-origin: right center;
	-o-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right top;
}



.newslist-link {
margin: 1.0em auto;
text-align: center;
}

.newslist-link a {
width: 80%;
min-width:240px;
	font-size: 93%;
}
.newslist-link .button.outline {
	height: auto;
	line-height: 3.0em;
	font-weight: 500;
	color: #707070;
	background: #e9e9e9;
	border-color: #fff;
	background: transparent;
	border-color: #999;
border-radius: 1.5em;
}
.newslist-link .button.outline:hover {
	color: #fff;
	background: #999;
	border-color: #999;
}



#news_list_blockall .newslist-link {
	display: none;
}


#news_list_blockall .news_list li {
	margin-bottom: 2.0em;
}

#news_list_blockall .news_list li.col-6 {
	flex-basis: 33.33333%;
	max-width: 33.33333%;
	width: 33.33333%;
}

#news_list_blockall .news_list li a.news-link {
	border-top: 1px solid #bbb;

display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: flex-start;
}

#news_list_blockall .news_list li .news-image,
#news_list_blockall .news_list li .news-text {
/*	display: table-cell;*/
margin-top: .6em;
max-width: 100%;
height: auto;
vertical-align: top;

-webkit-flex-basis: 0;
-ms-flex-basis: 0;
flex-basis: 0;
}

#news_list_blockall .news_list li .news-image {
flex-basis: 35%;
max-width: 35%;
	width: 35%;
}
#news_list_blockall .news_list li .news-text {
	padding-left: 1em;
flex-basis: 65%;
max-width: 65%;
	width: 65%;
}

#news_list_blockall .news_list li .news-image:before {
	font-size: 2em;
}



.news_item {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

body.news .news_item {
	padding-bottom: 2.0em;
}

.main_article .news_repo .newshead {
position: relative;
margin-bottom: 1.2em;
/*padding-left: 1.2em;*/
font-size: 1.2em;
line-height: 2.2;
font-weight: 300;
color: #f0f0f0;
background-color: #494949;
overflow: hidden;
}

.main_article .news_repo .newshead:before {
position: absolute;
left: .4em;
top: 0.3em;
left: 0;
top: 0;
content: '';
width: .5em;
height: 100%;
background-color: #d00;
}

.main_article .news_repo .newshead strong {
font-weight: 500;
}

.main_article .news_repo .newshead a {
position: relative;
	display: block;
padding-left: 1.2em;
	color: #f0f0f0;
	text-decoration: none;
}
.main_article .news_repo .newshead a:hover {
	color: #fff;
	text-decoration: none;
background-color: #d00;
}

.main_article .news_repo .newshead a:hover:before {
	position: absolute;
	left: 0.1em;
	top: 2%;
width: 1.0em;
height: 98%;
font-family: 'Font Awesome 5 Free';
font-weight:900;
	content:"\f104";
	text-align: center;
	color: #fff;
}



.main_article .news_repo h2 {
	padding: .4em .1em;
	margin-bottom: .33em;
	line-height: 1.33;
	font-weight: 700;
	color: #111;
	background-color: transparent;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 1px;	
}

.main_article .news_repo h2 + p {

	line-height: 1.3;
}

.main_article .news_repo h2:before {
	display: none;
}

.main_article .news_repo .news_text h2 {
display: none;
}
.news_repo p{
font-size:15px;
line-height:1.7;
margin:20px 0px 0px 0px;
}
.news_repo figure{
margin:20px 0px 0px 0px;
}

/*
.main_article .news_item h2 {
	font-size: 14px;
}

.main_article .body_section.news_item h2 {
	margin-bottom: 1.0em;
}

.news_item .news-title {
	padding: 0 .1em .3em;
	font-size: 1.5em;
	line-height: 1.33;
	border-bottom: 1px dotted #aaa;
}
*/

.newstitle {
	padding: 0 0 1.2em;
	padding: 0 0;
}

.newstitle p {
	font-size: 116%;
	font-weight: 600;
}

.news_item .date {
	margin: .66em 0 .66em;
	font-size: 85%;
	text-align: right;
}
.newstitle p.date {
	margin-bottom: 1.66em;
	font-weight: 400;
}

.txt {
	line-height: 1.66;
}


.txt .aleft {
	float: left;
	display: inline;
	margin: 0px 20px 2px 0px;
	padding: 2px 0 0;
	font-size: 85%;
	line-height: 1.5;
	text-align: left;
}

.txt .aright {
	float: right;
	display: inline;
	margin: 0px 0px 2px 20px;
	padding: 2px 0 0;
	font-size: 85%;
	line-height: 1.5;
	text-align: right;
}

.txt .acenter {
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
}

.txt .acenterbox {
	display: block;
	margin: 0 auto 1em;
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
}

.txt .acenterbox .acenter {
	display: inline-block;
	width: auto;
	max-width: 45%;
	font-size: 100%;
}

.txt .aleft img,
.txt .aright img,
.txt .acenter img {
margin: 2px 0;
}


.rd_title {
	padding: 2.5em 0 0;
}

.rd_title h4 {
	position: relative;
	margin-bottom: 1.0em;
	padding: .5em .1em;
	padding-left: .75em;
	font-size: 123.1%;
	line-height: 1.5;
	color: #303030;
	font-weight: 500;
	background-color: #e0e0e0;
	border-left: 4px solid #d00;
	overflow: hidden;
}

.rd_topics {display:none;}

.rd_txt {
	margin-bottom: 3.0em;
}


.artist_block {
padding: .1em .1em 55px;
}
.artist_block3 {
display: flex;
justify-content: center;
}
.artist_block2 {
	display: block;
}
.artist_block2 + h3, .artist_block3 + h4 {
	margin: 55px 0 1em 0;
}
.artist_block2 .artist_block {
	display: flex;
}
.artist_block_text {
	margin-right: 10px;
	margin-top: auto;
	width: 50%;
}
.artist_block_text + .artist_block_text {
	margin-right: 0;
}
.artist_block3 .artist_block {
	margin: 0 2% 0 0;
	width: calc(96% / 3);
}
.artist_block3 .artist_block:last-of-type {
	margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
	.artist_block2, .artist_block2 .artist_block, .artist_block3 {
		display: block;
		justify-content: center;
	}
	.artist_block2 .artist_block, .artist_block_text, .artist_block3 .artist_block {
		margin: 0 0 0 0;
		width: 100%;
		text-align: center;
	}
	.artist_block2 img, .artist_block3 img {
		width: 80%;
	}
	.artist_block p + p, .artist_block_text + .artist_block_text {
		margin: 10px 0 0;
		text-align: left;
	}
}

.artist_name,
.artist_name2 {
margin-bottom: .2em;
line-height: 1.5;
}

.artist_name {
font-size: 116%;
}
.artist_name2 {
font-size: 108%;
}



/* == contents page  -------------------------------------------------------- */

.body_section {
	font-size: 14px;
	line-height: 1.5;
}

.tasbody {
	margin: 0 auto;
	padding: 0px 0 1em;
	width: 100%;
min-height: 300px;
}

.body1200 {
margin-left: auto;
margin-right: auto;
	max-width: 1200px;
}

.body900 {
margin-left: auto;
margin-right: auto;
	max-width: 900px;
}

.body800 {
margin-left: auto;
margin-right: auto;
	max-width: 800px;
}

.body600 {
margin-left: auto;
margin-right: auto;
	max-width: 600px;
}

.body640 {
margin-left: auto;
margin-right: auto;
	max-width: 640px;
}

.bodywhite {
color: #eee;
}


.body_section dl {
border-bottom: 1px solid #d0d0d0;
}

.body_section dl.asarchive {
border-bottom: none;
}


.body_section dl dt,
.body_section dl dd {
	margin-bottom: 1em;
	padding: 0.5em 0 1.0em;
}

.body_section dl dt {
	float: left;
	margin-left: 0;
	margin-right: 0.2em;
	padding-right: 0.8em;
	padding-left: 0;
	width: 20%;
	text-align: right;
	background-color: transparent;
	border: none;
	white-space: nowrap;
/*	border-top: 2px solid #999;	*/
	background-repeat: no-repeat;
	background-size: 100% 2px;
    background-position: left top;
	
text-align: left;
background-image: url(/2025/image/header/bar_pc.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% 3px;
}

.body_section dl dd {
	margin-left: 0;
	padding-left: 1.0em;
	border-top: 2px solid #d0d0d0;
	overflow: auto;
	zoom: 1;
}



	/*	開催概要	*/
.body_section dl.outline dt {
	background-image: url(/2025/image/header/newsbar_pc.png);
}
.body_section dl.outline dt,
.body_section dl.outline dd {
	line-height: 1.6;
}

.body_section dl.outline dt {
	font-weight: 600;
}

.body_section dl.outline dd {
}


	/*	オートサロンとは	*/
.body_section dl.asarchive dt {
	width: 10%;
	font-size: 20px;
	font-weight: 500;
	border-top: none;
}

.body_section dl.asarchive dd {
	margin-left: 0;
	padding-left: 1.0em;
	border-top: none;
	border-left: 2px solid #d0d0d0;
}

.body_section dl.asarchive dd a {
	display: inline-block;
	margin: 0 .5em .5em 0;
	letter-spacing: 0;
}

	/*	会場アクセス	*/
.body_section dl.access dt {
	width: 10%;
}
.body_section dl.access.dt15 dt {
	width: 15%;
}

.body_section dl.access dd {
	border-left: none;
}




	/*	チケット情報	*/
.body_section dl.ticket dt,
.body_section dl.ticket dd {
	line-height: 1.6;
}

.body_section dl.ticket dt {
	font-weight: 600;
}

.ticketsell {
clear: left;
padding: 0 0 2.0em;
/*	border-bottom: 1px dotted #ddd;*/
}

.ticketsell + .ticketsell {
	margin-top: 1.66em;
}

.ticketsell:last-child {
	padding-bottom: 0;
}

.ticketsell h4 {
	font-size: 100%;
	line-height: 1.5;
	font-weight: 600;
	background-color: transparent;
	border-left: none;
}

.ticketsell table {
	border-bottom: 1px solid #eee;
}
.eng .ticketsell table {
	border-bottom: none;
}
.ticketsell table.nobd {
	border-bottom: none;
}


.ticketsell table.table-simple th,
.ticketsell table.table-simple td {
	padding: 0.825em 1.0999999999999999em;
	font-size: 93%;
	line-height: 1.5;
	vertical-align: middle;
}
.ticketsell table.table-simple td.top0 {
padding-top: 0;
}

.ticketsell table th {
	padding-left: 0.1em;
	text-align: right;
	white-space: nowrap;
}

.ticketsell table .button {
	padding: 0.5em 0;
	min-width: 200px;
	max-width: 480px;
	width: 100%;
	font-size: 108%;
	text-align: center;
line-height: 1.666;
min-height: 2.85em;
height: auto;
}

.ticketsell table .nolink,
.ticketsell table .nolink:hover {
/*	padding-left: 0;
	padding-right: 0;
	min-width: 200px;
	width: 50%;*/
	color: #999;
	background: #e0e3e5;
	cursor: default;
pointer-events: none;
}

.ticketsell table .ticketbtn td {
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.ticketsell table .ticketcode th,
.ticketsell table .ticketcode td {
	border-top: 1px solid #eee;
}

.ticketsell table .ticketcode td i {
	font-style: normal;
}

.ticketsell table .ticketstor th,
.ticketsell table .ticketstor td {
	border-top: 1px solid #eee;
}

.ticketsell table .ticketstor td p {
	margin-bottom: .8em;
}

.ticketsell table .ticketstor a,
.ticketsell table .ticketstor .nobtn {
	float: left;
	margin: 0.25em 0;
	padding-right: 1%;
	width: 25%;
}

.ticketsell table .ticketstor a img,
.ticketsell table .ticketstor a:visited img,
.ticketsell table .ticketstor .nobtn img {
	border: 1px solid #ddd;
}

.ticketsell table .ticketstor a:hover img,
.ticketsell table .ticketstor a:active img {
	border: 1px solid #444;
}




/* == お問い合わせ ========== */
.body_section dl.inquiry dt {
	float: none;
	margin-right: 0;
	margin-bottom: 0;
padding-left: .5em;
	width: 100%;
	text-align: left;
}
.body_section dl.inquiry dt i {
color: #d00;
margin-right: .2em;
}
.body_section dl.inquiry dt i.notrequir {
color: #666;
}

.body_section dl.inquiry dt span {
	padding-left: .6em;
	font-size: 93%;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.body_section dl.inquiry dd {
	margin-left: 0;
	margin-bottom: 2em;
	padding-top: 1em;
border-top: 1px solid #eee;
}

.body_section dl.inquiry .radios {
margin-bottom: .8em;
}

.body_section dl.inquiry .radios label {
margin-right: 1.0em;
padding: .3em .2em;
display: inline-block;
}
.body_section dl.inquiry .radios label span {
	padding-left: .2em;
	font-size: 93%;
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.form-btns {
	margin-bottom: .5em;
	text-align: center;
}

.form-btns button {
	padding: .5em 0;
	width: 45%;
	max-width: 240px;
	height: auto;
	line-height: 1.5;
	font-weight: 700;
}
.form-btns button + button {
	margin-left: 3%;
}

.form-btns button span {
	display: inline-block;
	width: 90%;
	font-size: 90%;
	line-height: 1;
	height: 1em;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.okmsg {
	margin-top: 1.0em;
	margin-bottom: 1.5em;
	font-size: 93%;
	text-align: center;
}

.errormsg {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 93%;
	color: #d00;
}


.notes {
	padding: .8em .5em;
	line-height: 1.6;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.notes.red {
	border-color: #d00;
}

.notes_left {
	padding: .6em .75em;
	line-height: 1.6;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.notes_left.blue {
	border-color: #2575ed;
}





/* == 出展者一覧  -------------------------------------------------------- */

#exhibitor_block {
min-height: 1000px;
}

ul.blocks-3 {
	margin-left: -3%;
	letter-spacing: -.4em;
}

ul.blocks-3 li {
	display: inline-block;
	margin-left: 3%;
	height: auto;
	width: 30.333333333333332%;
	letter-spacing: 0;
	vertical-align: top;
}


#exhibitor_nav {
	margin: 2.2em 0 1.1em;
	letter-spacing: -.4em;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

#exhibitor_nav li {
	display: inline-block;
	width: 11%;
	letter-spacing: 0;
	vertical-align: top;
}

#exhibitor_nav li.unit-maker {
	width: 16.66%;
}

#exhibitor_nav li.unit-20 {
	width: 20.0%;
}

#exhibitor_nav li a {
	display: block;
	padding: .6em 0;
	font-size: 108%;
	text-align: center;
	color: #fff;
	background-color: #aaa;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
}

#exhibitor_nav li a:hover,
#exhibitor_nav li a:active {
	text-decoration: none;
	background-color: #666;
}

#exhibitor_nav li.ui-state-active a {
	background-color: #d00;
}


h4.exhibit_list_sort {
	margin: 0 0 .25em;
}


ul.exhibit_list {
	margin-bottom: 1.5em;
}

ul.exhibit_list li {
	border-bottom: 1px solid #eee;
}

ul.exhibit_list li a {
	display: block;
	padding: 1.0em .2em;
	line-height: 1.33;
	background-color: transparent;
	word-break: break-all;
}

ul.exhibit_list li a:hover,
ul.exhibit_list li a:active {
	background-color: #eee;
    color: #d00;
    text-decoration: underline;
}
ul.exhibit_list li a.nolink:hover,
ul.exhibit_list li a.nolink:active {
	background-color: transparent;
	cursor: default;
pointer-events: none;
}

ul.exhibit_list li p {
	padding: 0 .22em .9em;
	font-size: 93%;
	line-height: 1.1;
	color: #505659;
}




/* == 出展者 for App  -------------------------------------------------------- */

.exhibitors .main_article {
font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}
.mac .exhibitors .main_article,
.ios .exhibitors .main_article {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

.exhibitors .main_article h1 {
color: #111;
}
.exhibitors .main_article h2 {
	margin-bottom: 1.0em;
/*	color: #f0f0f0;*/
color: #111;
}


#exhibitor_nav li a.current,
#exhibitor_nav li a.current:hover {
	background-color: #d00;
	cursor: default;
pointer-events: none;
}


.exhibitor_guide {
	margin: 0 0;
	padding-bottom: 1.0em;
	letter-spacing: -.4em;
}

.exhibitor_guide_left,
.exhibitor_guide_right {
	display: inline-block;
	margin: 0 0 1.0em;
	vertical-align: top;
	letter-spacing: 0;
}

.exhibitor_guide_left {
	margin-right: 3%;
	width: 42%;
	text-align: center;
}

.exhibitor_guide_left img {
	max-height: 500px;
}

.cars_list_item .exhibitor_guide_left img {
	max-height: 200px;
}

.exhibitor_guide_right {
	min-width: 54%;
	max-width: 55%;
}


.exhibitor_guide h4 {
	font-size: 1.1em;
	font-weight: 400;
	color: #444;
	background-color: #e8e8e8;
	border-left: 4px solid #c00;
	letter-spacing: 0;
}

.exhibitor_guide_data {
	width: 100%;
    border: none !important;
}
.exhibitor_guide_data:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.exhibitor_guide_data dt,
.exhibitor_guide_data dd {
    background: none !important;
    border-top: none !important;
}

.exhibitor_guide_data dt {
	clear: left;
	float: left;
	margin-bottom: .5em;
	padding-top: .2em;
	width: 20%;
	color: #305060;
	white-space: nowrap;
}

.exhibitor_guide_data dd {
	margin-left: 0.3em;
	margin-bottom: .5em;
	padding-top: .2em;
	padding-left: 1.0em;
	padding-bottom: .2em;
	min-height: 3.0em;
	font-weight: 400;
	color: #303030;
	border-left: 1px solid #ccc;
	overflow: auto;
	zoom: 1;
}

.carlist .body_section dl dd {
    font-size: 0.85rem;
}


.exhibitor_guide_data dd a,
.exhibitor_guide_data dd a:visited,
.exhibitor_guide_data dd a:hover,
.exhibitor_guide_data dd a:active {
text-decoration: none;
outline: none;
/*cursor: default;
pointer-events: none;	*/
}


.cars_list {
	margin-left: -3%;
	padding-top: 1.0em;
	letter-spacing: -.4em;
min-height:400px;
}

.cars_list_item {
	display: inline-block;
	margin-left: 3%;
	padding-bottom: 1.0em;
	width: 47%;
}


.car_detail_btn {
	padding: 1.0em 0;
	text-align: center;
}

.car_detail_btn a {
	width: 80%;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
line-height: 2.666;
height: 2.85em;
padding: 0 2em;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
color: #fff;
/*  background-color: #e00;*/
color: #d00;
border: 1px solid #e00;
  border-radius: 4px;
}

.car_detail_btn a:hover {
  outline: none;
  text-decoration: none;
color: #fff;
  box-shadow: inset 0 0 0 30px rgba(220, 0, 0, 0.99);
}


.car_detail {
	padding: 1.25em 0 0;
}

.car_detail_table {}

.car_detail_table th,
.car_detail_table td {
	padding: .8em .1em;
	padding-left: .8em;
	font-size: 93%;
	border-bottom: 1px solid #f0f0f0;
}

.car_detail_table th {
width: 30%;
	color: #305060;
}

.car_detail_table td {
	color: #303030;
}

.car_detail_table th.thgroup {
	padding-left: .6em;
	font-weight: 500;
	color: #444;
	background-color: #eee;
	border-left: .2em solid #888;
}






/* == 出展者直前情報  -------------------------------------------------------- */

.exinfo_list {
	margin-top: 1em;
	margin-bottom: 4em;
}

.exinfo_list.row {
	margin-left: 0;
}

.exinfo_list li {
	display: block;
	margin-bottom: .8em;
	padding-left: 0;
	padding-bottom: .8em;
	min-width: 100%;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;

-webkit-flex-basis: 100%;
-ms-flex-basis: 100%;
flex-basis: 100%;
}

.exinfo_list li a.news-link {
	padding-left: 132px;
	letter-spacing: -.4em;
width: 100%;
}


.exinfo_list li .news-date,
.exinfo_list li .news-image,
.exinfo_list li .news-text {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	letter-spacing: 0;
	vertical-align: top;
}

.exinfo_list li .news-date {
	float: left;
	margin-left: -130px;
	padding-top: .1em;
	font-size: .85em;
	color: #666;
}

.exinfo_list li .news-image {
	position: relative;
	margin-right: 2%;
	width: 20%;
}

.exinfo_list li .news-image img {
border-width: 1px;
}

.exinfo_list li .news-text {
	position: relative;
	padding-top: .1em;
	width: 78%;
}

.exinfo_list li .news-title {
	padding-bottom: 0;
	font-weight: 400;
}


.maker_banner {
	margin: 0 0 1%;
}

.maker_banner .row.centered .col {
	margin-bottom: 1.2em;

	flex-basis: 16.66667%;
	max-width: 16.66667%;
	width: 16.66667%;
}

.maker_banner .row.centered .col a {
	display: block;
}

.maker_banner .row.centered .col img {
	border: 1px solid #ccc;
}
.maker_banner .row.centered .col img.nobdr {
	border: none;
}

.maker_banner .row.centered .col a:hover img {
	border-color: #e00;
}

.maker_banner .row.centered .col .news-date,
.maker_banner .row.centered .col .news-text {
display: none;
}






/* == ギャラリー  -------------------------------------------------------- */

.movie_back {
	margin: 0 0 8%;
	background-color: #111;
}

.movie_frame {
	margin: 0 auto;
	padding: 2px;
/*	max-width: 1024px;*/
}

.moviebox {
	position: relative;
	padding-bottom: 56.25%;
/*	padding-top: 30px;	*/
	height: 0;
	overflow: hidden;
}

.map-box {}

.moviebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







/* == goods  -------------------------------------------------------- */

.goodsrow {
}

.goodsrow h5 {
	margin-bottom: .6em;
	padding: .395em .1em;
	padding-left: .75em;
	line-height: 1.425;
}

.goodsrow li .news-image {
	padding-top: .5em;
	margin-bottom: .1em;
}

.goodsrow .news-image img {
	border: 1px solid #e0e0e0;
}

.goodsrow .button.g-btn {
	margin-bottom: .5em;
	padding: .1em 1em;
	height: auto;
	font-size: 77%;
	line-height: 1.66;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	background: #695B8E;
}

.goodsrow .button.btn-reserv {
	background: #de1c1b;
}
.goodsrow .button.btn-out {
	background: #9a9a9a;
}

.goodsrow .button.g-btn:hover {
	box-shadow: none;
	cursor: default;
pointer-events: none;
}

.goodsrow .news-text {
}

.goodsrow p {
	font-size: 93%;
	line-height: 1.5;
}

.goodsrow p.gprice {
	padding: .4em 0 .2em;
	color: #E53C35;
}
.goodsrow p.gprice strong {
	font-size: 116%;
	font-weight: 700;
}

.goodsrow p.gdetail {
	margin-bottom: 1em;
	font-size: 93%;
	color: #666;
}

.goodsrow .news-text p.g-check {
	padding: 0 0 1em;
}

.goodsrow .news-text p.g-check .button {
	padding: 0 0;
	width: 50%;
	height: 2.2em;
	line-height: 2;
}
.goodsrow h3.outline {
	margin: 20px 0;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 2px;
	border: none;
}






/* == present  -------------------------------------------------------- */

.form_contest_note {
	display: flex;
	justify-content: center;
}

.form_contest_note .form_contest_btn {
	margin: 0 20px 0 0;
}

@media screen and (max-width: 730px) {
	.form_contest_note {
		display: block;
		text-align: center;
	}
	.form_contest_note .form_contest_btn {
		margin: 0 0 20px 0;
	}
}

.form_contest_note .endmsg {
	display: inline-block;
	padding: 1em;
	width: 90%;
	max-width: 480px;
	line-height: 1.4;
	color: #303030;
	background-color: #ffe0e0;
}


.present-row {
	margin-top: 1.6em;
	margin-bottom: .8em;
}

.present-row li {
	margin-bottom: 1.25em;
}

.present-row .prebox {
	padding: 2px 2px 5px;
	border: 1px solid #ddd;
}

.present-row p {
	font-size: 85%;
	line-height: 1.5;
	text-align: center;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
}
.mac .present-row p,
.ios .present-row p {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}


.present-row .prenum {
	font-family: 'Barlow',Verdana,sans-serif;
	font-size: 108%;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
	background-color: #d00;
	border: 1px solid #d00;
}

.present-row .preimg {
padding-top: 2px;
border: none;
}
.present-row .col-3 .preimg img {
max-height: 205px;
}

.tasbody h5.pretxt {
margin-bottom: 0;
padding: .33em 0 .33em;
font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
font-size: 92%;
line-height: 1.33;
text-align: center;
background-color: transparent;
border-left: none;
}

.mac .tasbody h5.pretxt,
.ios .tasbody h5.pretxt {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

.present-row .prewin {
}

.present-row .precom {
margin-top: 0.33em;
}



.present-car {
	margin-bottom: 3.0em;
}

.present-car .present-car-item {
	padding: 6px;
	font-size: 108%;
	background-color: #efd079;
background-color: #efe0d9;
}

.present-car .preimg {
	border: 4px outset #e00;
}

.present-car .pretxt {
margin-top: 0.3em;
	font-size: 100%;
}

.present-car .prewin,
.present-car .precom {
}

.present-car .present-car-item .present-car-note {
margin: 0.5em 0 0;
font-size: 77%;
}

.present_list {}

.present_nav {
margin: 1.5em auto;
	text-align: center;
}

.present_nav li {
	display: inline-block;
	width: 15%;
}

.present_nav li a {
	display: block;
	padding: .55em .1em;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #bbb;
}

.present_nav li a:hover,
.present_nav li a:active {
	text-decoration: none;
	border: 1px solid #d00;
	cursor: pointer;
}


.present_nav li.current a,
.present_nav li.current a:hover,
.present_nav li.current a:active {
	text-decoration: none;
	color: #d00;
	border: 1px solid #d00;
	cursor: default;
pointer-events: none;
}




/* ===== プレゼント アンケート ===== */

.body_section dl.presentsurvey {
border-bottom: none;
}

.body_section dl.presentsurvey dt,
.body_section dl.presentsurvey dd {
}

.body_section dl.presentsurvey dt {
width: 30%;
margin-right: 0;
padding: 0 0 1em;
text-align: left;
white-space: normal;
}

.body_section .tasbody dl.presentsurvey h4 {
padding: .5em;
padding-left: .75em;
line-height: 1.5;
color: #fff;
background-color: #c00;
border-left: none;
}

.body_section .tasbody dl.presentsurvey h4 i {
margin-right: .25em;
vertical-align: -0.1em;
}

.body_section dl.presentsurvey dt p {
	margin: 0 1em .5em .5em;
}

.body_section dl.presentsurvey dd {
	margin-left: 0;
	margin-bottom: 2.5em;
	padding-top: .66em;
	padding-left: 1.0em;
	border-left: 1px solid #c00;
}

.body_section .tasbody dl.presentsurvey h5 {
	padding: .5em;
	line-height: 1.5;
	background-color: #eaeaea;
	border-left: 3px solid #666;
}

.body_section .tasbody dl.presentsurvey h5 .h5sub {
	display: block;
	padding-bottom: .2em;
	font-size: 93%;
}

.body_section .tasbody dl.presentsurvey h5 a {
	display: inline-block;
	font-size: 93%;
	font-weight: 300;
	color: #047;
}

.body_section .tasbody dl.presentsurvey h5 a:hover,
.body_section .tasbody dl.presentsurvey h5 a:active {
	color: #d00;
}


.presentsurvey dd .formbox {
	margin: 0 0 .5em 1.0em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 93%;
	line-height: 1.5;
	font-weight: 400;
}

.mac .presentsurvey dd .formbox,
.ios .presentsurvey dd .formbox {
	font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}


.presentsurvey dd .formbox + h5 {
	margin-top: 2.25em;
}


.presentsurvey dd .formbox label {
	display: inline-block;
	margin-right: 1em;
}

.presentsurvey dd .formbox label.block {
	display: block;
	width: 100%;
}

.presentsurvey dd .formbox li {
	padding: .2em 0;
}

.presentsurvey dd .formbox.forms-inline-list li {
	display: inline-block;
	padding-right: 1em;
	white-space: nowrap;
}

.presentsurvey dd .formbox.forms-inline-list li.list-block {
	display: block;
	padding-right: 0;
}

.presentsurvey dd .formbox.col-list li {
	min-width: 30%;
}
.presentsurvey dd .formbox.col-list li.list-block {
	width: 100%;
}


.presentsurvey dd .formbox a {
	display: inline-block;
	padding: 0 2px;
	color: #c00;
}

.presentsurvey dd .formbox a:hover,
.presentsurvey dd .formbox a:active {
	color: #f00;
}

.presentsurvey dd .formtblbox {
	padding-left: 0;
	overflow: auto;
}

#form_survey input {
	font-size: 100%;
}

#form_survey select {
	display: inline-block;
}

#form_survey textarea:focus,
#form_survey select:focus,
#form_survey input:focus {
	border-color: #e99;
}


#form_survey .input-prepend,
#form_survey .input-append,
#form_survey .input-upper {
	display: inline-block;
	font-size: 93%;
	color: #50565c;
}

#form_survey .input-prepend {
	margin-right: 1em;
}

#form_survey .input-upper {
	display: block;
	padding-bottom: .3em;
}

#form_survey .input-append {
	margin-left: 1em;
}

#form_survey .digit02 {
	width: 3.0em;
}

#form_survey .digit03 {
	width: 4.0em;
}

#form_survey .digit04 {
	width: 5.0em;
}

#form_survey .width-20,
#form_survey .width-30,
#form_survey .width-40 {
	min-width: 140px;
}

#form_survey .surveytable {}

#form_survey .surveytable th,
#form_survey .surveytable td {
	font-size: 93%;
	line-height: 1.5;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
}

#form_survey .surveytable th {
	padding: .4em .1em;
	padding-left: .5em;
	color: #eee;
	background-color: #888;
	border-left: 1px solid #fff;
}
#form_survey .surveytable th:first-child {
	border-left: none;
}

#form_survey .surveytable td {
	padding: .6em .5em;
	vertical-align: top;
}

#form_survey .surveytable.tdwrap td,
#form_survey .surveytable td.wrap {
	white-space: normal;
}

#form_survey .surveytable .row1 td {
	border-bottom: 1px solid #eee;
}

#form_survey .surveytable .row2 td {
	font-size: 85%;
	line-height: 1.6;
}


.formbtns {
	text-align: center;
}

.formbtns .button {
	padding: 0 0;
	width: 48%;
	max-width: 300px;
}

.formbtns #resetbtn {
	margin-right: 5%;
	width: 30%;
	max-width: 250px;
}






/* == contest  -------------------------------------------------------- */

#form_contest {
	margin: 2.0em 0;
}

.body_section #form_contest dl dt {
	margin-right: 0;
	padding: 0 0;
	text-align: left;
	white-space: normal;
}

.body_section #form_contest dl dd {
	padding-top: 0;
	margin-bottom: 2.5em;
}

.tasbody #form_contest h5 {
	padding: .5em 0;
	padding-left: .75em;
	line-height: 1.66;
border-left: none;
}

#form_contest li {
	margin-bottom: .66em;
	text-align:center;
}

#form_contest .unit01 {
	flex-basis: 40%;
	max-width: 40%;
	width: 40%;
}

#form_contest .unit02 {
	flex-basis: 30%;
	max-width: 30%;
	width: 30%;
}

#form_contest li a {
	display: block;
	margin: 3px 0 0;
	padding: 2px;
	border: 2px solid #ddd;
}

#form_contest li a:hover,
#form_contest li a:active {
	border-color: #d00;
}

#form_contest th,
#form_contest td {
	padding: .4em .1em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 85%;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}

.mac #form_contest th,
.ios #form_contest td {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

#eng-page #form_contest th,
#eng-page #form_contest td {
	padding: .6em .1em;
	line-height: 1.33;
}


#form_contest th {
	text-align: right;
	color: #808389;
	white-space: nowrap;
}


#form_contest ul.grandprixcars {
	margin-left: -2%;
	letter-spacing: -.4em;
}

#form_contest ul.grandprixcars li {
	display: inline-block;
	margin: 1.0em 0 2.0em;
	margin-left: 2%;
	width: 23%;
	letter-spacing: 0;
	vertical-align: top;
}

#form_contest ul.grandprixcars li .category {
	padding: .5em 0;
	font-weight: 500;
	color: #fff;
	background-color: #d00;
}

#form_contest ul.grandprixcars li table {
	margin-bottom: 1.0em;
}

#form_contest ul.grandprixcars li .button {
	padding: 0 0;
	min-width: 80%;
}


.gpcar {
	margin-left: auto;
	margin-right: auto;
	max-width:842px;
}

.gpcar h6 {
	padding: .5em 0;
	font-weight: bold;
	color: #fff;
	background-color: #d00;
}

.gpcar a {
	display: block;
	margin: 3px 0;
	padding: 2px;
	border: 2px solid #ddd;
}

.gpcar a:hover,
.gpcar a:active {
	border-color: #d00;
}

.gpcar th,
.gpcar td {
	padding: .66em .1em;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	font-size: 93%;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}

.mac .gpcar th,
.ios .gpcar td {
font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display','Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','游ゴシック体','Yu Gothic', sans-serif;
}

#eng-page .gpcar th,
#eng-page .gpcar td {
	padding: .7em .1em;
	line-height: 1.33;
}

.gpcar th {
	text-align: right;
	color: #808389;
	white-space: nowrap;
}

.gpcar td.gpcategory {
	background-color: #ddd;
}





/* == event  -------------------------------------------------------- */

.row_arts2 .col-4 img {
/*	border: 1px solid #ececec;*/
}


#submenu.event_smenu {
	margin: 0 0 2em;
}

#submenu.event_smenu li {
	font-size: 100%;
}

#submenu.event_smenu li {
	width: 33.2%;
	border: none;
}

#submenu.event_smenu li a strong {
	font-size: 150.0%;
}

#submenu.event_smenu .button {
	margin: 0 1px;
	padding: 0 .1em;
	height: auto;
	line-height: 2.8em;
	color: #fff;
}

#submenu.event_smenu .button:hover {
	box-shadow: none;
}

#submenu.event_smenu li a,
#submenu.event_smenu li a:visited {
	background-color: #999;
}

#submenu.event_smenu li a:hover,
#submenu.event_smenu li a:active {
	text-decoration: none;
	background-color: #555;
}

.day1 #submenu.event_smenu li a.button.day1,
.day1 #submenu.event_smenu li a.button.day1:visited,
.day1 #submenu.event_smenu li a.button.day1:hover,
.day1 #submenu.event_smenu li a.button.day1:active,
.day2 #submenu.event_smenu li a.button.day2,
.day2 #submenu.event_smenu li a.button.day2:visited,
.day2 #submenu.event_smenu li a.button.day2:hover,
.day2 #submenu.event_smenu li a.button.day2:active,
.day3 #submenu.event_smenu li a.button.day3,
.day3 #submenu.event_smenu li a.button.day3:visited,
.day3 #submenu.event_smenu li a.button.day3:hover,
.day3 #submenu.event_smenu li a.button.day3:active {
	background-color: #d00;
	box-shadow: none;
	cursor: default;
	pointer-events: none;
}


.event_mapbtn {
	margin: 0 0 4em;
	text-align: center;
}
.event_mapbtn a, .form_contest_btn a {
	position: relative;
	display: inline-block;
	padding: 3px;
	height: 50px;
	font-weight: 800;
	text-align: center;
	border-radius: 25px;
	background-image: url(/2025/image/top/btn_grad.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.form_contest_btn.red a {
	color: #fff;
}
.event_mapbtn a span.btnt, .form_contest_btn a span.btnt {
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 44px;
	padding: 12px 40px 12px 44px;
	border-radius: 22px;
	line-height: 20px;
	background-color: #fff;
	overflow: hidden;
}
.form_contest_btn.red a span.btnt {
	background-color: #D60021;
}
.form_contest_btn a.nolink, .form_contest_btn a.nolink span.btnt {
	background: #ACACAC;
    color: #000;
}
.event_mapbtn a span.btnt i, .form_contest_btn a span.btnt i {
	padding-left: 2.0em;
}
.event_mapbtn a span.btnt::before, .form_contest_btn a span.btnt::before {
content: '';
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0;
background-color: #fff;
	background-image: url(/2025/image/top/btn_grad.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
transform: translateX(-100%);
transition: .3s;
z-index: -1;
	border-radius: 22px;
	opacity:0.3;
}
.event_mapbtn a:hover, .event_mapbtn a:active, .form_contest_btn a:hover, .form_contest_btn a:active {
	color: #fff;
}
.event_mapbtn a:hover span.btnt::before, .form_contest_btn a:hover span.btnt::before {
transform: translateX(0%);
	opacity: 1.0;
}

.event_hdate {
	margin: 1.0em 0;
}

.event_hdate.fri {
	color: #222;
}
.event_hdate.sat {
	color: #08d;
}
.event_hdate.sun {
	color: #d00;
}

.event_hdate span {
/*	color: #666;*/
}

.event_hdate strong {
	padding-right: .1em;
	font-size: 180%;
}


.schedule_tablebox {
	position: relative;
	margin: 1.1em auto 8.1em;
/*	max-width: 900px;*/
	width: 96%;
	overflow-x: scroll;
}

.schedule_table {
	min-width: 720px;
	
}

.schedule_table thead th,
.schedule_table thead td,
.schedule_table tfoot td {
	padding: .5em .1em;
	text-align: center;
	font-size: 108%;
	line-height: 1.66em;
	font-weight: 600;
	vertical-align: middle;
	color: #fff;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.schedule_table tfoot td {
	font-size: 93%;
	border-bottom: none;
}

.schedule_table .tt_timec {
	width: 4.5%;
	white-space: nowrap;
	border-top: none;
	border-left: none;
}

.schedule_table .tt_estage {
	width: 31%;
	background-color: #0096e0;
}
.schedule_table .tt_ostage {
	padding: 0 0;
	width: 30%;
/*	color: #111;*/
	background-color: #8ec31f;
}
.schedule_table .tt_kstage {
	width: 30%;
	background-color: #b077b1;
}


.schedule_table tbody th,
.schedule_table tbody td {
	padding: 0 0;
	vertical-align: top;
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.schedule_table tbody .tt_time {
	padding-top: 0;
	padding-right: .3em;
	padding-left: 0;
}
.schedule_table tbody .tt_timeright {
	padding-right: 0;
	padding-left: .3em;
	border-right: none;
}


.schedule_table tbody .tt_time p {
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 30px;
	font-weight: 400;
	text-align: right;
	color: #111;
}

.schedule_table tbody .tt_time p:last-child {
	margin-bottom: 20px;
}


.schedule_table tbody .tt_daytime {
	padding: 0 .4em;
	white-space: nowrap;
}

.tt_dayblock {
	position: relative;
margin-top: 5px;
	width: 100%;
}
.tt_day1block { height: 315px;}
.tt_day2block { height: 750px;}
/* .tt_day2block { height: 1360px;} */
.tt_day3block { height: 990px;}

.tt_dayblock .tt_space {
	display: block;
	height: 1.0em;
	line-height: 1000em;
	overflow: hidden;
}

.tt_dayblock .eventbox {
	position: absolute;
	width: 100%;
	font-size: 12px;
	line-height: 20px;/* 10min */
	text-align: center;
	font-family: Verdana,'游ゴシック',YuGothic,'メイリオ',Meiryo,sans-serif;
	color: #fff;
	background-color: #999;
}

.mac .tt_dayblock .eventbox,
.ios .tt_dayblock .eventbox {
	font-family: '-apple-system','BlinkMacSystemFont','.SF NS Display',Verdana,'Hiragino Sans','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}

.tt_dayblock .eventbox0 {
	background-color: transparent;
}
.tt_dayblock .companion {
	color: #333;
	background-color: #f19db5;
}
.tt_dayblock .ebox1 {
	background-color: #e11;
}
.tt_dayblock .ebox_bh {
	background-color: #35308f;
}
.tt_dayblock .ebox_bhc {
	background-color: #6458ab;
}
.tt_dayblock .ebox_rallyj {
	background-color: #e15;
}
.tt_dayblock .ebox_d1 {
	background-color: #455c66;
}
.tt_dayblock .ebox_c1 {
	color: #333;
	background-color: #facd93;
}
.tt_dayblock .ebox_kinto {
	background-color: #00708d;
}
.tt_dayblock .ebox_angel {
	color: #333;
	background-color: #f3994f;
}
.tt_dayblock .ebox_mazda {
	background-color: #ed6d2b;
}
.tt_dayblock .ebox_benz {
	color: #333;
	background-color: #b6ade0;
}
.tt_dayblock .ebox_nissan {
	color: #333;
	background-color: #7ecef4;
}
.tt_dayblock .ebox_ccar {
	background-color: #d4a900;
}
.tt_dayblock .ebox_live {
	background-color: #247;
}
.tt_dayblock .ebox_slive {
	background-color: #b02020;
}

.tt_dayblock .ebox_trans {
	color: #333;
	background-color: transparent;
}



/*
.tt_dayblock .ebox_mnmo {
	color: #333;
	background-color: #bdb;
}
.tt_dayblock .ebox_gtspo {
	background-color: #444;
}
.tt_dayblock .ebox_toyo {
	color: #333;
	background-color: #7dcdf4;
}
.tt_dayblock .ebox_capt {
	background-color: transparent;
	border: 1px solid #ccc;
}

.tt_opac {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.tt_dayblock .tt_marine {
color: #fff;
background-color: #08d;
}
*/


.tt_dayblock .eventbox p {
	padding: 1px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
}
.tt_dayblock .eventbox p.p0 {
	padding: 0;
}

.tt_dayblock .eventbox p.tt_eventl {
	font-size: 15px;
	line-height: 20px;
}
.tt_dayblock .eventbox p.tt_events {
	padding: 0 1px;
	font-size: 12px;
	line-height: 17px;
}
.tt_dayblock .eventbox p.tt_eventss {
	font-size: 11px;
	line-height: 15px;
}

.tt_dayblock .eventbox.ebox_capt p.tt_events {
	font-weight: 400;
	color: #555;
}

.tt_dayblock .eventbox p.tt_eventsp {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}

.tt_dayblock .eventbox p.tt_left {
text-align: left;
}

.tt_dayblock .eventbox .tt_gatet {
	display: inline-block;
	padding: 1px 13px;
	width: auto;
	min-width: 80%;
	font-weight: 400;
	color: #444;
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 10px;
}

.tt_dayblock .eventbox .tt_gateb {
	background-color: #333;
	color: #fff;
}


.event h3 {
	position: relative;
    margin-bottom: 1em;
    padding-left: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.15em;
    line-height: 1.4;
    font-weight: normal;
    background-color: #f0f0f0;
	overflow: hidden;
	border: none;
}
.event h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4em;
    height: 100%;
    background-color: #d00;
}
.event h3.eventschedule::after {
	background-color: #d00000;
}

.event h3.hall::after {
	background-color: #ec50a5;
}

.event h3.ostage {
/*	background-color: #d2e7ad;*/
}
.event h3.ostage::after {
	background-color: #004b6e;
}
.event h3.outline {
	margin: 20px 0;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 1px;
	font-weight: bold;
	font-size: 1rem;
}
.event h4 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 116%;
    line-height: 1.5;
    color: #fafafa;
    background-color: #909090;
    border-left: 4px solid #d00;
}
.event h4.hall {
	background-color: #ec50a5;
    border-left: 4px solid #ec50a5;
}
.event h4.ostage {
    background-color: #004b6e;
    border-left: 4px solid #004b6e;
}
.event ul {
	justify-content: center;
}
.event .extlink.button {
	width: 220px;
    text-align: left;
}
.event .event_lmenu li {
	margin: 0 1px 0 0;
	flex: inherit;
}



.eventimg {
	padding: 30px;
}
.eventtime {
	border-top: 1px solid #aaa;
	width: auto;
}
.eventtime tr:nth-of-type(2n-1), .eventtime tr:last-of-type {
	border-bottom: 1px solid #aaa;
}
.eventtime th,
.eventtime td {
	padding: 7px .5em 3px;
	font-size: 85%;
	font-weight: 600;
	/* border-bottom: 1px solid #aaa; */
}
.eventtime th {
padding-top: 0.5em;
padding-bottom: 0.5em;
font-weight: 700;
color: #fff;
background-color: #555;
}
.eventtime th.nobd,
.eventtime td.nobd {
border-bottom: none;
}

.event .tasbody h4 {
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 116%;
	line-height: 1.5;
	color: #fafafa;
	background-color: #909090;
	border-left: 4px solid #d00;
}

.event .tasbody h4.hall {
	background-color: #ec50a5;
	border-left: 4px solid #d00;
}

.event .tasbody h4.ostage {
margin-bottom: .66em;
	background-color: #004b6e;
	border-left: 4px solid #05e;
}

.event .tasbody h4.omarine {
margin-bottom: .66em;
	background-color: #08d;
	border-left: 4px solid #158;
}

.event .tasbody h4.hall2 {
	background-color: #0970c5;
	border-left: 4px solid #009;
}


.outfree_block {
padding: 0 1.0em;
border: 2px solid #e5005a;
overflow: hidden;
}

.outfree_title {
margin: 0 -1.0em 0.5em;
padding: 0 0;
font-size: 131%;
font-weight: 700;
text-align: center;
color: #fff;
background-color: #e5005a;
}

.outfree_title p {
display: inline-block;
padding: 0.3em .1em;
width: 220px;
color: #000;
background-color: #fff;
border: 4px solid #e5005a;
border-top-width: 2px;
border-radius: 9px;
}

.freecolor {
color: #e5005a;
}

.outstage_title {
margin-bottom: 1.0em;
padding: 0.66em 0;
font-size: 116%;
font-weight: 700;
text-align: center;
color: #fff;
background-color: #8FC232;
}


.marine {
color: #08d;
}

.marine_title {
margin-bottom: 1.0em;
padding: 0.66em 0;
font-size: 116%;
font-weight: 700;
text-align: center;
color: #fff;
background-color: #08d;
}

.event .tasbody h3.omarine {
	background-color: #def1fb;
}
.event .tasbody h3.omarine:before {
	background-color: #08d;
}
@media screen and (max-width: 700px) {
	.event .col, .event .col-3, .event .col-4, .event .col-5, .event .col-6, .event .col-7, .event .col-8, .event .col-9 {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
}






/* == media  -------------------------------------------------------- */

.release_ul {
	margin-top: -.8em;
	margin-bottom: 2em;
	border-top: 1px solid #eee;
}

.release_ul li {
	padding: .5em .1em;
	border-bottom: 1px solid #eee;
}

.release_ul li a {
	display: block;
	display: table;
	width: 100%;
}

.release_ul li a:hover,
.release_ul li a:active {
	text-decoration: none;
	color: #3c74d9;
}

.release_ul li a .itext,
.release_ul li a .ibtn {
	display: block;
	display: table-cell;
	vertical-align: top;
	line-height: 1.6;
}

.release_ul li a .itext {
	padding-right: 1em;
	width: 80%;
	white-space: normal;
}

.release_ul li a .ibtn {
	width: 20%;
	line-height: 2.66;
	text-align: center;
	color: #3c74d9;
	border: 1px solid #3c74d9;
	white-space: nowrap;
}
.release_ul li a:hover .ibtn,
.release_ul li a:active .ibtn {
	color: #fff;
	background-color: #3c74d9;
}


.release_ul li a .idate.
.release_ul li a .ititle {
	display: block;
}

.release_ul li a .idate {
	float: none;
	padding-right: 0;
}

@media (min-width: 750px) {

	.release_ul li a .idate {
	float: left;
	padding-right: 1.0em;
	}

}

.release_ul li a .ititle {
	overflow: auto;
	font-weight: 600;
}

.release_ul li a .ititle span {
	display: inline-block;
	padding-left: .2em;
	font-weight: 300;
}


.row.splice.downloadph_ul {
	margin-left: -2px;
	margin-right: -2px;
}

.downloadph_ul li {
}
ol.downloadph_ul li {
position: relative;
/*font-size: 93%;
color: #888;
list-style-type: decimal;
list-style-position: inside;*/
}

.downloadph_ul li a {
	position: relative;
	display: block;
	padding: 2px;
	color: #333;
}

.downloadph_ul li a img {
	position: relative;
	padding: 2px;
	vertical-align: bottom;
	border: 1px solid #e0e0e0;
	opacity: 1;
	-ms-filter: none;
	filter: none;
	z-index: 1;
}

.downloadph_ul li a:hover,
.downloadph_ul li a:active {
	text-decoration: none;
	color: #3c74d9;
}

.downloadph_ul li a:hover img,
.downloadph_ul li a:active img {
	border-color: #3c74d9;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

.downloadph_ul li a i {
	position: absolute;
	top: .5em;
	left: .5em;
	font-size: 150%;
	color: #fff;
	color: #e0e0e0;
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	z-index: 10;
}
.downloadph_ul li a:hover i,
.downloadph_ul li a:active i {
	color: #3c74d9;
	color: #cfcfcf;
	opacity:1.0;
	-ms-filter: none;
	filter: alpha(opacity=100);
}

.downloadph_ul li p {
	padding: .33em 0;
	text-align:center;
	font-size: 85%;
	line-height: 1.5;
	font-weight: 400;
}


span.mediabtn,
a.mediabtn,
a:visited.mediabtn {
line-height: 1.666;
min-height: 2.85em;
padding: .5em .5em;
	margin: .5em 0;
	border-radius: .5em;
	min-width: 70%;
}

a:hover.mediabtn,
a:active.mediabtn,
a:hover.mediabtn.button,
a:active.mediabtn.button {
/*	color: #3c74d9;
	background-color: transparent;
	border-color: #3c74d9;*/

	color: rgba(255, 255, 255, 0.8);
	background-color: #2d57a3;
	background-color: #777;
}

.button.mediabtn.green {
	height: 100%;
	background: #56ae4d;
}
.button.mediabtn.nolink {
	height: 100%;
	background: #666;
}


#loginForm {}

#loginForm label {
	display: inline-block;
	padding: .5em 0;
	font-size: 93%;
}


.media_note {
	margin: 1.0em 0 2.0em;
	text-align:center;
	line-height: 1.6;
}

.media_caution {
padding: 1.0em;
color: #d00;
border: 1px solid #d00;
}

.media_caution a {
padding: 0 2px;
color: #d00;
text-decoration: underline;
}
.media_caution a:hover {
color: #fff;
background-color: #d00;
}






/* == image girl -------------------------------------------- */

.ghistory {
width:742px;
margin:0px auto;
}

.ghistory table td {
padding: 0 5px 10px;
width: 50%;
text-align: center;
vertical-align: top;
}

.ghistory table td a {
display: block;
}

.girls-col + .girls-col {
margin-top: 2.0em;
}

.girls-col {
letter-spacing: -.4em;
text-align: center;
}

.girl-link {
display: inline-block;
margin: 0 1% 10px;
width: 30%;
vertical-align: top;
}

.girl-link a {
display: block;
padding: 0 0 5px;
text-align: center;
letter-spacing: 0;
border: 1px solid #ccc;
}

.girl-link a img {
display: block;
margin: 0 0 5px;
}

.gindex a {
	display: inline-block;
}

.gindex a img {
	padding: 2px;
	border: 1px solid #000;
}

.girl_prof {
margin: 0 auto;
max-width: 800px;
}

.girl_prof1200 {
max-width: 1200px;
}

.girl_prof .girllogo {
	margin-bottom: 20px;
	text-align: center;
}

.girl_prof .girllogo img {
	width: 50%;
	max-width: 240px;
}


.profbase {
}

.profbase p {
padding: 0 0 1.0em .5em;
line-height: 1.6em;
}


.profimage {
float: none;
width: 100%;
margin: 0 auto;
margin-bottom: 1.5em;
padding: 0 0 0 0;
text-align: center;
}

.proftext {
float: none;
width: 100%;
margin: 0 auto;
text-align: center;
}

.proftext table {
	margin-bottom: 2em;
	border-bottom: 2px solid #fff6e6;
}

.proftext table td {
	padding: 1.0em .66em;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	color: #767070;
	white-space: normal;
}

.proftext table tr:nth-child(odd) td {
	background-color: #ffecef;
}

.proftext table tr td:nth-child(even) {
	padding-left: 1em;
	width: 66%;
	color: #831;
	border-left: 1px solid #fff;
}

.proftext a.button {
	margin-bottom: .5em;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	max-width: 90%;
	width: 100%;
}

.proftext table td.td01 {
	white-space: nowrap;
}



@media (min-width: 961px) {

	.profimage {
	float: left;
	width: 50%;
	max-width: 600px;
	margin-bottom: 1.0em;
	padding: 0 1.0em 1.0em 0;
	}

	.proftext {
	float: right;
	width: 49.998%;
	max-width: 599px;
	}

}


@media (min-width: 750px) {

	.ghistory table td {
	padding: 0 10px 20px;
	}

	.girls-col + .girls-col {
	margin-top: 0;
	}

	.girl-link {
	display: block;
	margin: 0 0 10px;
	width: 100%;
	vertical-align: top;
	}

	.girl-link a {
	display: block;
	padding: 5% 5% 2%;
	text-align: center;
	letter-spacing: 0;
	border: 1px solid #ccc;
	}

}




/* == snipet -------------------------------------------- */
.indent {
	clear: left;
	padding-left: 1.1em;
}
.indent .marker {
	float: left;
	margin-left: -1.1em;
}


.circle {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}


.c_icon{
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8;
	text-align: center;
	color: #fff;
	background-color: #777;
}


a .fa-chevron-circle-right {
	margin-right: .25em;
}


.ol_number {
margin-left: 1.5em;
margin-left: 0;
counter-reset:number;
}

.ol_number li {
padding-left: 1.3em;
text-align: left;
}

.ol_number li:before {
float: left;
margin-left: -1.2em;
counter-increment: number;
content: counter(number);
}

.disc-list {
	margin-left: 1.5em;
}

.disc-list,
.disc-list li {
list-style-type: disc;
}


::-moz-selection {
	background-color: #555;
	color: #eee;
}
::selection {
	background-color: #555;
	color: #eee;
}





/* == banners  -------------------------------------------------------- */

.topbanner_article {
}

#partners-top {
	position: relative;
	margin: 0 auto;
	padding: 0 0;
/*	max-width: 1300px;*/
	width: 100%;
	min-height: 2.0em;
border-bottom: 1px solid #f0f0f0;
}

#partners-top p {
	margin-top: 3em;
}

.partnerstop {
	margin: 0 auto;
	padding: 3em 0;
	width: 95%;
	max-width: 1200px;
	max-width: 1300px;
	width: 100%;
}

#partners-footer .partnerstop {
	padding: 1em 0 0 0;
}
.topfooter .topbanner_article {
	display: none;
}


.partners1 ul.partners {
	margin: 0 auto;
	width: 100%;
}

.partnerstop li {
	text-align: center;
}
.partnerstop.row.centered .col {
	padding-left: 0%;
	padding-right: 0%;
}

.partners1 li {
	text-align: center;
}

.partnerstop li.col-partner,
.partners1 li.col-partner {
display:flex;
align-items: center;
	flex-basis: 16.00%;
	max-width:calc(100% / 5) !important;
	width:calc(100% / 5);
}
.row02 .partnerstop li.col-partner,
.row02 .partners1 li.col-partner {
	flex-basis: 16.00%;
	max-width:calc(100% / 7) !important;
	width:calc(100% / 7);
}

.partnerstop li img,
.partners1 li img {
/*	width: 100%;
	max-width: 136px;*/
}

.partnerstop li a,
.partners1 li a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	background-color: #fff;
	max-width:80%;
	margin:0 auto;
}
.partnerstop li a.fotbanner{
max-width:55%;
}



.partnerstop li a:hover,
.partnerstop li a:active,
.partners1 li a:hover,
.partners1 li a:active {
/*	background-color: #aaa;*/
}

.partnerstop li a img,
.partners1 li a img {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}

.partnerstop li a:hover img,
.partnerstop li a:active img,
.partners1 li a:hover img,
.partners1 li a:active img {
	opacity:0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}

@media screen and (max-width: 768px) {
	#partners-top p {
		margin-top: 1.5em;
	}
	.partnerstop li.col-partner,
	.partners1 li.col-partner {
		max-width: 100%;
		width: 100%;
		padding: 0 !important;
	}
	#partners-footer .partnerstop {
		padding: 1em 0 0px;
		flex-wrap: wrap;
		align-items: center;
	}
	#partners-footer .partnerstop li.col-partner {
		width: 100px;
		max-width: 260px;
		flex-basis: 26%;
	}
	#partners-footer .col img {
		max-width: 50%;
	}
}



.banner_article {
	margin: 4.0em auto 1.666em;
	font-size: 100%;
}

.banner_article .partners1 {
	padding: 0.8em 0.2em;
	border-top: 1px solid #eee;
}

.banner_article .relations {	/*display: none;*/
	padding-top: 1.5em;
	border-top: 1px solid #eee;
}



.sanei-banner {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
/*	width: 90%;
	max-width: 1040px;	*/
}

.sanei-banner li {
	margin-bottom: 1.0em;
max-width:20%;
}
.sanei-banner .row.centered .col {
	padding-left: 3%;
	padding-right: 3%;
}

.sanei-banner li a,
.sanei-banner li a:visited {
	display: block;
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.sanei-banner li a:hover,
.sanei-banner li a:active {
	opacity:0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

/*
.eng .sanei-banner {
	width: 95%;
	max-width: 1100px;
}
.eng .sanei-banner .col-2 {
	flex-basis: 20%;
	max-width: 20%;
	width: 20%;
}
*/




/* == sns  -------------------------------------------------------- */

.sns_col {
	position: relative;
	float: right;
	margin-right: -274px;
	width: 244px;
}

.sns_col p {
	margin: 0 0;
	padding: .5em .9em;
	font-size: 12px;
	letter-spacing: .05em;
	color: #fff;
	background-color: #ddd;
}

.sns_col p.sns_facebook {
	background-color: #4c69ba;/*FB*/
}
.sns_col p.sns_twitter {
	background-color: #1b95e0;/*TW*/
}

.sns_col p i {
	margin-right: .3em;
}

.sns_col .top_fbblock {
	padding-top: -1px;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.sns_col .top_fbbtn {
	margin-top: -1px;
	margin-bottom: 1.0em;
	padding: 6px 1px;
	padding-right: 10px;
	text-align: right;
	border: 1px solid #e9eaed;
	background: #f6f7f8;
}

.sns_col .top_twblock {
	width: 100%;
	height: 600px;/* at Start */
	height: 700px;/* full */
	border: 1px solid #e9eaed;
}


.sns_bar {
	display: none;
	margin-bottom: 2.0em;
}

.sns_bar p {
	display: inline-block;
	width: 50%;
	font-size: 11px;
	text-align: center;
}

.sns_bar p a,
.sns_bar p a:hover,
.sns_bar p a:visited,
.sns_bar p a:active {
	display: block;
	margin: 0 1px;
	padding: .66em .1em;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.sns_bar .btn_fb a {
	background-color: #4c69ba;/*FB*/
}
.sns_bar .btn_tw a {
	background-color: #1b95e0;/*TW*/
}

.sns_bar p a i {
	margin-right: .5em;
}



.fri {
	color: #666;
}
.sat {
	color: #08d;
}
.sun {
	color: #d00;
}

.fri_bg {
	background-color: #d0d0d0;
}
.sat_bg {
	background-color: #b2dbf5;
}
.sun_bg {
	background-color: #fab2b2;
}


.nowrap {
	white-space: nowrap;
}


.pc_block { display: block; }
.sp_block { display: none; }




/* == Media Query  =========================================================== */


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

	#hmenu {
	padding-left: 6px;
	}

}
/* /// max-width: 1306px /// */


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

#exhibitor_nav li.unit-maker {
	width: 25.0%;
}

}
/* /// max-width: 1080px /// */



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

}
/* /// max-width: 1024px /// */




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

.news_list .col-4 {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}
.news_list .col,
.news_list .col-6 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.gallery_list .col-3 {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}

.news_list {
/*	margin-top: 1.33em;*/
}

.news_list li {
	font-size: 13px;
/*border-bottom: 1px solid #ddd;*/
}

.body_section {
	font-size: 13px;
}


#exhibitor_nav li {
	width: 25.0%;
}

#exhibitor_nav li.unit-20 {
	width: 25.0%;
}

.cars_list {
	margin-left: 0;
	letter-spacing: 0;
}

.cars_list_item {
	display: block;
	margin-left: 0;
	width: 100%;
}


}
/* /// max-width: 900px /// */




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

#footer_inner {
	font-size: 11px;
}

.tasbody .row.row800 {
	margin-left: 0;
}
.tasbody .row800 .col,
.tasbody .row800 .col-3,
.tasbody .row800 .col-4,
.tasbody .row800 .col-5,
.tasbody .row800 .col-6,
.tasbody .row800 .col-7,
.tasbody .row800 .col-8,
.tasbody .row800 .col-9 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}
.tasbody .row800 .col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}


.main_article .news_repo .newshead {
	font-size: 1.1em;
}

#tas_cont_block ul li a {
	padding: 1.2em 0.1em;
}

#tas_cont_block ul li a h4 {
	font-size: 11px;
}


#exhibitor_nav li a {
	padding: .7em 0;
	font-size: 100%;
}


.partners1 li {
}
.sanei-banner li {
	margin-bottom: .66em;
}

#news_list_blockall .news_list li.col-6 {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}


}
/* /// max-width: 800px /// */






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


#gmenu ul {
}
#gmenu li a,
#gmenu li a:visited {
font-size: 12px;
}

#tas_cont_block {
padding: 1.2em 0;
}

#top_sns_space {padding-right: 0;}
.sns_col {display: none;}
.sns_bar {display: block;}

.sns_bar {
	margin-bottom: 2.0em;
}


ul.blocks-3 li {
	width: 47.0%;
}


.present_nav li {
	width: 22%;
}


.body_section dl.presentsurvey dt,
.body_section dl.presentsurvey dd {
	float: none;
	width: 100%;
}

.body_section dl.presentsurvey dt {
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
	border-left: none;
	background-color: transparent;
}


.gallery_list .col-3 {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}


}
/* /// max-width: 767px /// */



@media screen and (max-width: 750px) {
	.img_pc {display: none;}
	.img_sp {display: block;
		min-width: 100%;
		min-width: 100vw;
	}

	#logovideo_pc {display: none;}
	#logovideo_sp {display: block;
		min-width: 100%;
		min-width: 100vw;
	}

	.main_article {
	margin-top: 0;
	padding-bottom: 40px;
	}

	.main_article h1 {
	font-size: 16px;
	}

	.main_article h1 img {
	width: 24px;
	}


}
/* /// max-width: 750px /// */






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

#exhibitor_nav li.unit-maker,
#exhibitor_nav li.unit-20 {
	width: 33.3333332%;
}

.exhibitor_guide_left,
.exhibitor_guide_right {
	display: block;
	max-width: 100%;
	width: 100%;
}

.exhibitor_guide_left img {
	max-height: 240px;
}

#form_contest ul.grandprixcars li {
	width: 48%;
}


/* .main_article {
	margin-top: 2.0em;
	padding-bottom: 40px;
}*/

.main_article h2 {
	font-size: 15px;
	line-height: 2.4;
}
.main_article .title_en {
	font-size: 1.05em;
}

.main_article h2.newstop_title {
font-size: 1.6em;
}

.main_article h2.colorbg {
	font-size: 15px;
	line-height: 2.4em;
	background-size: 100% 30px;
}

.tasbody h3 {
	font-size: 14px;
}

.footer_menu {
	padding: 12px 0 0;
}

.footer_menu p.iblock {
	display: block;
}


#hmenu {
	padding-left: 0;
	font-size: 11px;
/*	height: 64px;*/
}

#hmenu #sitelogo {
display: none;
float: none;
width: 100%;
}

#hmenu .soicn {
	width: 32px;
	font-size: 18px;
}

#hmenu .sotxt {
	padding: 0 8px;
}

#hmenu .solng,
#hmenu .solng:visited {
	padding: 0 4px;
}

#hmenu .solng .lng_text {
	display: none;
}

#gmenu li a,
#gmenu li a:visited {
	font-weight: 600;
}


#tas_cont_block {
padding: 1.0em 0 .4em;
}

#tas_cont_block ul li {
	width: 47%;
}

#tas_cont_block ul li a {
padding: 1.0em .1em;
margin-bottom: 0.66em;
/*	padding-top: 36px;
	margin-bottom: 1px;
	background-color: #555;*/
}

#tas_cont_block ul li a img {
	display: none;
}

#tas_cont_block ul li a h4 {
font-weight: 600;
}

/*#tas_cont_block ul li a h4:before {
	display:block;
}*/


.body_section dl dt {
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0.4em 0;
	padding-left: 1.0em;
	width: 100%;
	text-align: left;
	white-space: normal;
	background-color: #f0f0f0;
}

.body_section dl dd {
	margin-left: 0;
	margin-bottom: 1.66em;
	padding-top: 1.0em;
	padding-left: 1.0em;
	border-top: none;
}

.body_section dl.access dt,
.body_section dl.access.dt15 dt,
.body_section dl.asarchive dt {
	width: 100%;
/*	background-color: transparent;*/
}

.body_section dl.asarchive dt {
	padding: 0.4em 0 0.2em;
	padding-left: 0.1em;
	background-color: transparent;
}


#news_list_top {
padding-top: 1.2em;
}

	/* News List 1row */
.news_list.row {
/*	margin-top: 1.0em;*/
	margin-left: 0;
}

.news_list .col,
.news_list .col-4 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

#news_list_blockall .news_list li.col-6 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
margin-bottom: 1.0em;
}

.news_list .col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.news_list li {
	margin-bottom: 1.5em;
	font-size: 12px;
}

.exinfo_list li {
	margin-bottom: .8em;
	padding-bottom: .8em;
}

.news_list li a.news-link {
	display: table;
}
.exinfo_list li a.news-link {
	display: block;
	padding-left: 1.0em;
}

.news_list li .news-image,
.news_list li .news-text {
	display: table-cell;
	vertical-align: top;
}
.exinfo_list li .news-image,
.exinfo_list li .news-text {
	display: inline-block;
}

.exinfo_list li .news-image {
	width: 25%;
}
.exinfo_list li .news-text {
margin-top: -0.20em;
	padding-top: 0;
	width: 73%;
}

.goodsrow li .news-image {
	display: block;
	width: 100%;
	margin-bottom: .2em;
}

.goodsrow li .news-text {
	display: block;
	width: 100%;
	padding-left: 0;
}


.tasbody .row {
	margin-left: 0;
}
.tasbody .col,
.tasbody .col-3,
.tasbody .col-4,
.tasbody .col-5,
.tasbody .col-6,
.tasbody .col-7,
.tasbody .col-8,
.tasbody .col-9 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}
.tasbody .col {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.tasbody .row.present-car {
	margin-left: 0;
}

.row_arts2 .col-4 img {
	max-width: 80%;
}


.row.gallery_list {
	margin-left: -2.12766%;
}
.gallery_list .col-3 {
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
padding-left: 2.12766%;
}
.gallery_list li a.news-link {
	display: block;
}
.gallery_list li .news-image {
	display: block;
}
.gallery_list li .news-text {
	display: block;
}


.tasbody .row.present-row {
	margin-left: -2.12766%;
}

.tasbody .downloadph_ul .col-3,
.tasbody .present-row .col-3,
.tasbody .present-row .col-4 {
	padding-left: 2.12766%;
	flex-basis: 50%;
	max-width: 50%;
	width: 50%;
}


.ticketsell table .ticketstor a,
.ticketsell table .ticketstor .nobtn {
	padding-right: 2%;
	width: 33.3333332%;
}

.release_ul li a {
	display: block;
}

.release_ul li a .itext,
.release_ul li a .ibtn {
	display: block;
}

.release_ul li a .itext {
	width: 100%;
}
.release_ul li a .ibtn {
	margin: .5em auto 0;
	width: 80%;
	line-height: 2.2;
}


#exhibitor_nav li a {
	padding: .6em 0;
	font-size: 93%;
}

#exhibitor_nav li.unit-maker,
#exhibitor_nav li.unit-20 {
	width: 50.0%;
}

.exinfo_list li a {
	padding-left: 2px;
}

.exinfo_list li .news-date {
	float: none;
	display: block;
	margin-left: 0;
	width: 100%;
	padding-top: .1em;
	padding-bottom: .33em;
	font-size: .85em;
	color: #666;
}


.body_section dl.inquiry .radios label {
display: block;
}


.presentsurvey dd .formbox.col-list li {
	min-width: 49%;
}


.partnerstop {
    margin: 0 auto 0em;
	padding: 1em 0 0;
	width: 100%;
}
.partners1 ul {
	width: 90%;
}

.partnerstop.row.centered .col {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.partners1 .row.centered .col {
	padding-left: 4%;
	padding-right: 4%;
}

/*
.partnerstop li.col-partner,
.partners1 li.col-partner {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}
*/
.partnerstop li.col-partner {
	flex-basis: 33.00%;
	max-width: 36.00% !important;
	width: 36.00% !important;
}

.partners1 li.col-partner {
	flex-basis: 30.00%;
	max-width: 30.00% !important;
	width: 30.00% !important;
}

.partnerstop li a,
.partners1 li a {
	max-width:100%;
}


.sanei-banner {
	width: 100%;
}
.sanei-banner li.col-sanei {
	margin-bottom: .5em;
	flex-basis: 30.00%;
	max-width: 30.00%;
	width: 30.00%;
	flex-basis: 25.00%;
	max-width: 25.00%;
	width: 25.00%;
}

	.m_w50 {
	width:50%;
	}
	.m_w60 {
	width:60%;
	}

.pc_block { display: none; }
.sp_block { display: block; }

}
/* /// max-width: 700px /// */



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

#hmenu #sitelogo a {
font-size: 14px;
}

#footer_inner {
	font-size: 10px;
}

.center500 {
	text-align: center;
}


.exinfo_list {
	margin-bottom: 1em;
}

.maker_banner {
	margin: 0 2% 0;
}

.maker_banner .row.centered .col {
	margin-bottom: .5em;
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}

.tasbody .maker_banner .col-25 {
	flex-basis: 25%;
	max-width: 25%;
	width: 25%;
}

.tasbody .downloadph_ul .col,
.tasbody .downloadph_ul .col-3,
.tasbody .downloadph_ul .col-4 {
flex-basis: 50%;
max-width: 50%;
width: 50%;
}


.body_section {
	font-size: 12px;
}


ul.blocks-3 {
	margin-left: 0;
}

ul.blocks-3 li {
	display: block;
	margin-left: 0;
	width: 100%;
}


.news_list li .news-image:before {
	font-size: 2em;
}

.gallery_list li .news-image:before {
	font-size: 2em;
}


.snsbox {
/*	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
*/}

.news_list li .news-image {
	width: 33%;
}
.news_list li .news-text {
	width: 67%;
}

#news_list_blockall .news_list li {
	margin-bottom: 1.5em;
}

#news_list_blockall .news_list li a.news-link {
	border-top: none;
}

#news_list_blockall .news_list li .news-image,
#news_list_blockall .news_list li .news-text {
	margin-top: 0;
}

#news_list_blockall .news_list li .news-image {
	width: 27%;
}
#news_list_blockall .news_list li .news-text {
	width: 73%;
}



.goodsrow .news-text p.g-check .button {
	width: 80%;
}

.event-thimg {
	max-width: 60%;
}


#form_contest .unit01 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

#form_contest .unit02 {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

#form_contest .unit02 a {
	margin-left: 6%;
	margin-right: 6%;
}


}
/* /// max-width: 500px /// */



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

#hmenu .sotxt {
	padding: 0 5px;
}

#hmenu .solng,
#hmenu .solng:visited {
	margin-left: 2px;
}
/*
#gmenu ul {
	font-size: 15px;
}

#gmenu .bar {
height: 18px;
}

#gmenu li a .gmjp,
#gmenu li a:visited .gmjp {
	margin-right: -2em;
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}
*/

.footer_menu a {
/*	margin: .2em .7em;*/
}


.main_article .news_repo .newshead {
	font-size: .9em;
}

#tas_cont_block ul li a h4 {
	font-size: 10px;
}


.body_section dl.asarchive dd a {
	max-width: 46%;
}


#exhibitor_nav li {
	width: 33.33333332%;
}


.exhibitor_guide_data dt {
	float: none;
	display: block;

}


#form_contest ul.grandprixcars,
#form_contest ul.grandprixcars li {
	margin-left: 0;
	width: 100%;
}


span.mediabtn,
a.mediabtn,
a:visited.mediabtn {
	width: 100%;
}


.partnerstop {
	width: 96%;
}
.partnerstop.row.centered .col {
	padding-left: 2%;
	padding-right: 2%;
}

.partners1 ul {
/*	width: 90%;*/
}
.partners1 li {
}
.sanei-banner li {
	margin-bottom: .33em;
}


}
/* /// max-width: 400px /// */




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

.btn360 {
	padding: 0 0;
	width: 100%;
}

}
/* /// max-width: 360px /// */




/* google */
#googledynamicremaketing {
position: absolute;
height: 0;
overflow: hidden;
}




/* == 2021 PR =========== */
/*
#mainvisual {
background-color: rgba(255,255,255,0.5);
padding: 3.0em 1.0em;
}

#announcement {
margin: 0 auto;
padding: 2.0em 2.0em;
max-width: 800px;
text-align: left;
background-color: rgba(255,255,255,0.80);
}

#announcement p {
font-size: 116%;
}


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

#mainvisual {
background-color: rgba(255,255,255,0.5);
padding: 1.5em 1.0em;
}

#announcement p {
font-size: 100%;
}

}*/
/* /// max-width: 480px /// */



/* == Top Caution === */
#safety {
margin: 0 auto 1.5em;
padding: 1.0em 2.0em;
max-width: 1300px;
font-size:108%;
text-align: left;
background-color: rgba(255,255,255,0.80);
border: 1px solid #d00;
}




/* == TV & VAS === */
#top_tv_vas {
padding: 0 10px;
text-align: center;
background-color: #202020;
}

#top_tv_vas table {
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 800px;
}

#top_tv_vas table td {
padding: 15px;
}


body.tv {
coolor: #fff;
background-color: #111;
}

body.tv #wrapper {
min-height: auto;
}

#header_tv {
margin: 10px auto;
width: 100%;
max-width: 1240px;
padding: 0 20px
}

#header_tv #taslogo {
width: 200px;
}

.ptv1 {
margin-top: 1em;
font-size: 24px;
font-weight: bold;
}

.ptv2 {
margin-top: 1em;
font-size: 15px;
line-height: 1.5em;
}

body.tv #footer {
margin-top: 4.0em;
padding-top: 1.0em;
/* background-color: transparent; */
border-bottom: none;
}


body.tv #footer_inner table.social {
margin: 0 auto;
width: 80%;
max-width: 400px;
}

body.tv #footer_inner table.social td {
text-align: center;
}

body.tv #footer_inner .soicn {
display: inline-block;
font-size: 48px;
color: #666;
}

body.tv #footer_inner .soicn:hover {
color: #eee;
}

body.tv #footer_inner #taslogo {
margin: 3.0em auto;
width: 50%;
max-width: 300px;
text-align: center;
}

body.tv .footer_copyright {
	position: relative;
	bottom: 0;
	padding-bottom: 20px;
}

.tv #pagespace {
    padding-bottom: 1px;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 1px;
}
.tv .tv-main {
	margin: 0 0 5em;
    padding: 1px 0;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 1px;
}
.tv h1 {
	padding: 0;
	background-image: url(/2025/image/tv/pc_top_back.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.tv h1 img {
	padding: 86px 0;
	width: 100%;
	max-width: 688px;
}
.tv h1 span {
    padding: 21px 0 0 0;
	color: red;
	font-size: .8rem;
	font-weight: 100;
    display: block;
}
.tv .outline {
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100% 1px;
	font-weight: bold;
	font-size: 1rem;
}
.tv .subtitle {
    margin: 0 0 40px;
    font-size: 21px;
    line-height: 2.0em;
	font-weight: bold;
}
.tv .channellink {
	margin: 40px auto 90px;
    padding: 0 16px;
    max-width: 1232px;
    width: 100%;
	display: flex;
	justify-content:center;
}
.tv .channellink li {
	width: calc(100% / 7);
	box-sizing: border-box;
	flex: none;
	display: flex;
	position: relative;
	border-right: 1px solid #000;
	align-items: center;
}
.tv .channellink li:last-of-type {
	border-right: none;
}
.tv .channellink li::after {
	content: '';
	width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: transparent transparent #ffffff #ffffff;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
.tv .channellink li a {
	padding: 25px 0 30px;
	width: 100%;
	font-weight: bold;
}
.tv .channellink li a:visited {
	color: #ffffff;
}
.tv .official_video {
	display: flex;
	flex-wrap: wrap;
}
.tv .official_video_tab {
	width: 50%;
}
.tv .official__video {
	margin: 0 auto;
	width: 100%;
}
.tv .official__video-item {
	width: 100%;
	padding-top: 60%;
	position: relative;
	display: none;
}
.tv .official__video-item.active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tv .official__video-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.tv .official__language {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.tv .official__language-item {
	padding: 0 20px;
	flex: none;
	color: #ffffff;
    border-right: 1px solid #fff;
    line-height: 1;
	cursor: pointer;
}
.tv .official__language-item:last-of-type {
    border-right: none;
}
.tv .official__language-item.current {
	color: #7C7C7C;
}
.tv .tasbody:nth-of-type(3) {
	padding: 2em 0 65px;
}
.tv tr {
    border-bottom: 1px solid #ACACAC;
}
.tv th {
	padding: 10px 20px 0 0;
}
.tv .channel_list {
    margin: 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.tv .channel_list_item {
    margin: 0 2% 35px 0;
    width: calc(96% / 3);
    display: inline-block;
    vertical-align: top;
    flex: unset;
}
.tv .channel_list_item:nth-of-type(3n) {
    margin: 0 0 30px 0;
}
.tv .c-item__if {
	display: block;
    border: 1px solid #fff;
}
.tv .c-item__body {
	text-align: left;
	color: #fff;
}
.tv .c-item__heading {
	padding: 10px 0 0;
}
.tv .c-item__time {
	font-size: .8rem;
	color: #ACACAC;
}
.tv .channel_official {
	margin: 0 auto 100px;
	padding: 1px;
    max-width: 500px;
    width: 100%;
	background-image: url(/2025/image/header/newsbar_pc.png);
	background-repeat: no-repeat;
	background-size: 101% 101%;
	font-weight: bold;
	font-size: 1rem;
	position: relative;
}
.tv .channel_official a {
    padding: 20px 0;
    width: 100%;
	background-color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
}
.tv .channel_official a::before {
	content: '';
    width: 62px;
    height: 50%;
	background-image: url(/2025/image/tv/icon_youtube.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    top: 25px;
    left: 14%;
}
.tv .channel_official a::after {
	content: '';
    width: 26px;
    height: 50%;
	background-image: url(/2025/image/tv/link_arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
    top: 35px;
    right: 21%;
}


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

#top_tv_vas table {
max-width: 500px;
}


#top_tv_vas table td {
padding: 10px;
}

#header_tv #taslogo {
width: 100px;
}

.ptv1 {
font-size: 18px;
font-weight: bold;
}

.ptv2 {
font-size: 13px;
}

body.tv #footer_inner .soicn {
font-size: 48px;
}

body.tv #footer_inner #taslogo {
width: 60%;
}

.tv h1 {
	background-image: url(/2025/image/tv/sp_top_back.jpg);
}
.tv h1 img {
	padding: 53px 0;
	max-width: 244px;
}
/* .tv h1 span {
    padding: 21px 0 0 0;
	color: red;
	font-size: .8rem;
	font-weight: 100;
    display: block;
} */
.tv .subtitle {
    margin: 0 0 20px;
}
.tv .channellink {
	margin: 20px auto 40px;
	padding: 0;
	flex-wrap: wrap;
}
.tv .channellink li {
	width: calc(100% / 3);
	border-bottom: 1px solid #000;
}
.tv .channellink li:nth-of-type(3n) {
	border-right: none;
}
.tv .channellink li a {
	font-size: .75rem;
}
.tv .official__language-item {
	font-size: 1rem;
}
.tv .official__video-item {
	border: 1px solid #fff;
}
.tv .tasbody {
    padding: 15px 0 35px;
}
.tv th, .tv td {
    font-size: 1rem;
}
.tv .channel_list {
    margin: 25px 0;
}
.tv .channel_list_item {
    margin: 0 0 35px 0;
    width: 100%;
}
.tv .channel_list_item:nth-of-type(3n) {
    margin: 0 0 30px 0;
}
.tv .channel_official {
    width: 92%;
}
.tv .c-item__heading {
	font-size: 1rem;
}
.tv .channel_official a {
	font-size: .8rem;
}
.tv .channel_official a::before {
    width: 48px;
	left: 21%;
}
.tv .channel_official a::after {
    width: 20px;
	right: 27%;
}
}

@media screen and (max-width: 700px) {
.tv .official_video_tab {
    margin: 0 auto 40px;
	width: 100%;
}
}

@media screen and (max-width: 490px) {
	.tv .channel_official a::before {
		left: 17%;
	}
	.tv .channel_official a::after {
		right: 22%;
	}
}
@media screen and (max-width: 425px) {
	.tv .channel_official a::before {
		left: 10%;
	}
	.tv .channel_official a::after {
		right: 17%;
	}
}

/* == TV programs === */
/*
body.tv .main_article {
	margin-top: 0.0em;
}


.movie_title {
margin: 0 auto 4.0em;
padding: 1.5em 1em 2.5em;
max-width: 800px;
width: 100%;
line-height: 1.6em;

color: #111;
background-color: #ccc;
}
.movie_title .date {
font-weight: 600;
}
.movie_title .title {
font-size: 123.1%;
font-weight: bold;
}

.body_section dl.tastv {
	background-color: #888;
	border-bottom-color: #888;
}

.body_section dl.tastv dt {
margin: 0 0;
padding: 0.5em 0 0;
	width: 15%;
	text-align: center;
	border-top: 1px solid #888;
	background-color: #888;
letter-spacing: 0.1em;
}

.body_section dl.tastv dd {
margin: 0 0;
padding: 0 0;
	border-left: none;
	border-top: 1px solid #888;
	background-color: #222;
}

.body_section dl.tastv dt strong {
display: block;
padding-top: 2px;
font-size: 123.1%;
}

.body_section dl.tastv dd a {
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
text-decoration: none !important;
transition: all 0.6s;

color: #ddd;
}

.body_section dl.tastv dd a:hover {
color: #f00;
}

.body_section dl.tastv dd a .tv_image {
flex-basis: 20%;
display: block;
overflow: hidden;
}

.body_section dl.tastv dd a .tv_text {
flex-basis: 80%;
padding-left: 1.0em;
display: block;
}

.body_section dl.tastv dd a .time {
font-size: 100%;
font-weight: bold;
}

.body_section dl.tastv dd a .timelive {
display: inline-block;
padding-left:.5em;
color: #f43030;
}

.body_section dl.tastv dd a .title {
font-size: 108%;
line-height: 1.6;
font-weight: bold;
}

.body_section dl.tastv dd a .disc {
font-size: 93%;
line-height: 1.4;
}

.tvbox {
padding-top: 2.0em;
}


.tvbox.live .movie_title {
	color: #f00000;
}
.tvbox.live .movie_title .date:before {
	display: inline-block;
	margin-right: 0.7em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #f00000;
	content: "LIVE NOW";
}
*/

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

.movie_title {
padding: 1.0em 1em 1.5em;
}

.body_section dl.tastv dt {
float: none;
width: 100%;
padding-bottom: .4em;
}

.body_section dl.tastv dt.nosp {
display:none;
}

.body_section dl.tastv dd a .disc {
display:none;
}


}


.home .pickup_block .cont_title {
    margin: 30px auto;
}
.pickup_block .cont_title {
    margin: 0 auto 15px;
    max-width: 1000px;
    overflow: unset;
	text-align: center;
}
.pickup_block .cont_title .topeng {
	margin: 5px 0;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
}
.pickup_block .cont_title .topjpn {
	margin: 5px 0 10px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
}
@media screen and (min-width: 750px) {
	.home .pickup_block .cont_title .topeng {
		font-size: 49px;
	}
	.pickup_block .cont_title .topeng {
		font-size: 23px;
	}
	.home .pickup_block .cont_title .topjpn {
		font-size: 16px;
	}
	.pickup_block .cont_title .topjpn {
		font-size: 13px;
	}
}
.pickup_block .slick-list {
    margin: 0 auto;
    max-width: 1000px;
    overflow: unset;
}
.pickup_block .slick-dots {
	bottom: -35px;
}
.pickup_block .slick-slide {
	padding: 0 10px;
	/* max-width: 327px; */
}
.pickup_block .slick-dotted.slick-slider {
	margin-bottom: 45px;
}
.pickup_block .slick-dots li {
	width: 10px;
}
.pickup_block .slick-dots li button {
	color: #ACACAC;
}
.pickup_block .slick-dots li button:before {
	content: '';
	background-color: #ACACAC;
	opacity: 1;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.pickup_block .slick-dots li.slick-active button:before {
	content: '';
	background-color: #FF0000;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

.conversion_block {
    padding: 80px 0;
    width: 100%;
	background-image: url(/2025/image/header/bar_pc.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.cb-list {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
	/* background-image: url(/2025/image/header/h2grad.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%; */
}
.cb-list .cb-item {
	width: calc(100% / 4);
	border: 1px solid #fff;
	border-right: none;
}
.cb-item:nth-of-type(1) {
	background: linear-gradient(25deg, #F8C900, #FF8900); 
}
.cb-item:nth-of-type(2) {
	background: linear-gradient(25deg, #FB8D25, #FF0000); 
}
.cb-item:nth-of-type(3) {
	background: linear-gradient(25deg, #FA141B, #7100F5); 
}
.cb-item:nth-of-type(4) {
	background: linear-gradient(25deg, #742CF1, #080B40); 
}
.cb-item:nth-of-type(1) a{
}
.cb-item:nth-of-type(3) a{
}
.cb-item:nth-of-type(4) a{
}

.cb-list a {
	padding: 25px 20px;
	height: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: #fff;
	position: relative;
}
.cb-list .cb-item:nth-of-type(3) a, .cb-list .cb-item:nth-of-type(4) a {
    align-items: flex-start;
}
/*
.cb-list a::after {
	content: '';
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: #ffffff #ffffff transparent transparent;
	border-radius: 2px;
	position: absolute;
	top: 52%;
	transform: translateY(-50%) rotate(45deg);
	right: 15px;
}
*/
.cb-list a.nolink {
	background: linear-gradient(25deg, #797979, #242424); 
}
.cb-list a.nolink::after {
	display: none;
}
.cb-list a.nolink img, .cb-list a.nolink p {
	opacity: .3;
}
.cb-list a.nolink p + p {
	opacity: 1;
}
.cb-list p {
    padding: 5px 0;
	font-weight: bold;
    font-size: 1rem;
}
.cb-list p + p {
    padding: 0 0;
	font-weight: 100;
    font-size: .9rem;
}
.cb-list img {
    max-height: 71px;
}
.cb-list .cb-icon {
    height: 50px;
}
@media screen and (max-width: 768px) {
	.conversion_block {
		padding: 0;
		position: fixed;
		bottom: 0;
		z-index: 998;
	}
	.cb-list a {
		padding: 10px 5px;
	}
	.cb-list .cb-item {
		border: none;
	}
	.cb-list .cb-item:nth-of-type(3) a {
		align-items: center;
	}
	.cb-list a::after, .cb-list p + p {
		display: none;
	}
	.cb-list a img {
		width: 80%;
	}
	.cb-list a.nolink img, .cb-list a.nolink p {
		opacity: .6;
	}
	/* .cb-list a.nolink::before {
		content: 'COMING SOON';
		color: #ffffff;
		font-weight: bold;
		position: absolute;
		top: 52%;
		transform: translateY(-50%);
	} */
	.cb-list p {
		padding: 5px 0 0;
		font-size: .7rem;
		letter-spacing: -1px;
	}
	.cb-list .cb-icon {
		width: 24px;
		height: 24px;
	}
}
.floatbanner {
    width: 115px;
	position: fixed;
	right: 10px;
	bottom: 40px;
	z-index: 1000;
    display: none;
}
.gm_top .floatbanner {
	display: block;
}
.floatbanner img {
	border-radius: 15px;
	border: 1px solid #fff;
}
.floatbanner_top {
    width: 60px;
	position: fixed;
	right: 10px;
	bottom: 40px;
	z-index: 1000;
    /* display: none; */
}
@media screen and (max-width: 768px) {
	.gm_top .floatbanner {
		display: none;
	}
	#hmenu_sp .floatbanner {
		margin: 0 auto;
		display: block;
		position: relative;
		right: 0;
	}
}

.notice h2 {
	padding: 0;
	font-weight: bold;
	background-image: url(/2025/image/header/bar_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 1px;
}






/*===================================================

2024年追加CSS_PC

===================================================*/
br.sp{
display:none;
}
/*---------------------------------------------------
イメージガールトップページ
/2025/girls/
---------------------------------------------------*/
.profile_area > a{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:0px 0px 90px 0px;
}
.profile_area figure{
max-width:45%;
display:block;
margin:0px;
padding:0px;
}
.profile_area:nth-of-type(2n) figure {
order: 2;
}
.profile_area figure img{
width:100%;
}
.profile_area section{
width:50%;
margin:0px;
padding:0px;
}
.profile_area:nth-of-type(2n) section{
order: 1;
}
.profile_area section h3{
font-family: 'Orbitron', sans-serif;
font-size:70px;
line-height:1.0;
margin:0px 0px 20px 0px;
}
.profile_area section h4{
font-size:30px;
letter-spacing: 1px;
margin:0px 0px 50px 0px;
}
.profile_area section h4 span{
font-size:16px;
}
.profile_area section h4 span::before {
content: '';
width: 110px;
height: 1px;
line-height: 1.0;
display: inline-block;
background-color: #333;
font-style: normal;
margin: 0px 20px 0px 20px;
}
.profile_area section .text_area{
background:#eee;
padding:30px 50px;
}
.profile_area section .text_area p{
font-size:16px;
line-height:3.0;
}
.profile_area section .text_area p.fakelink{
background:#1e9bde;
color:#fff;
width:250px;
text-align: center;
margin:20px 0px 0px auto;
}
.profile_area section .text_area p.fakelink:hover{
opacity: 0.8;
}


/*---------------------------------------------------
イメージガール個別ページ
/2025/girls/名前
---------------------------------------------------*/
.profile_detail_page{
background:#000;
color:#fff;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: center;
padding:20px;
margin:0px 0px 50px 0px;
}
.profile_detail_page h2{
background:none !important;
color:#fff;
font-family: 'Orbitron', sans-serif;
font-size:50px;
line-height:1.3;
letter-spacing: 2px;
margin:0px 0px 10px 0px;
padding:0px;
}
.profile_detail_page h3{
font-size:30px;
letter-spacing: 1px;
line-height:1.0;
margin:0px 0px 0px 0px;
}
.profile_detail_page h3 span{
font-size:16px;
}
.profile_detail_page h3 span::before {
content: '';
width: 60px;
height: 1px;
line-height: 1.0;
display: inline-block;
background-color: #333;
font-style: normal;
margin: 0px 20px 0px 20px;
}
.profile_image_text{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:0px 0px 90px 0px;

}
.profile_image_text figure{
max-width:45%;
display:block;
margin:0px;
padding:0px;
}
.profile_image_text .entry_sheet{
width:52%;
margin:0px;
padding:0px;
}
.profile_image_text .entry_sheet dl{
background:#ceedfd;
border:none;
display:flex;
flex-wrap: wrap;
align-items: center;
}
.profile_image_text .entry_sheet dl:nth-of-type(2n){
background:#fff;
}
.profile_image_text .entry_sheet dt{
width:235px;
font-size:15px;
padding:8px 0px 8px 15px;
line-height:1.7;
/*以下打ち消し*/
float: left;
margin:0px;
text-align:inherit;
background:none !important;
border: none;
white-space: nowrap;
}
.profile_image_text .entry_sheet dd{
width:calc(100% - 250px);
border:none;
overflow: inherit;
font-size:15px;
line-height:1.7;
text-align: left;
margin:0px;
padding:0px;
}

.profile_image_text .sns_btn_area{
display:flex;
justify-content:space-between;
margin:20px 0px 0px 0px;
}
.profile_image_text .sns_btn_area p{
width:100%;
margin:0px 15px 0px 0px;
}
.profile_image_text .sns_btn_area p:last-child{
margin:0px;
}

.profile_image_text .sns_btn_area p:hover{
opacity: 0.8;
}
.profile_image_text .sns_btn_area p a.twitter{
background:url("/2025/girls/icon_sns_x.png") 10px center no-repeat #000;
background-size:30px 30px;
font-size:14px;
letter-spacing: 2px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.youtube{
background:url("/2025/girls/icon_sns_youtube.png") 10px center no-repeat #ff0033;
background-size:30px 30px;
font-size:14px;
letter-spacing: 1px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.facebook{
background:url("/2025/girls/icon_sns_fb.png") 10px center no-repeat #3B5998;
background-size:30px 30px;
font-size:14px;
letter-spacing: 2px;
color:#fff;
display:block;
padding:10px 0px 10px 70px;
}
.profile_image_text .sns_btn_area p a.instagram{
background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
overflow: hidden;/*はみ出た部分を隠す*/
text-decoration:none;/*下線は消す*/
position: relative;
font-size:14px;
letter-spacing: 2px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.instagram:after{
content:"";
position:absolute;
left:10px;
top:7px;
background-image:url("/2025/girls/icon_sns_instagram.png");
background-size:30px 30px;
width:30px;
height:30px;
display:inline-block;
}
.profile_image_text .sns_btn_area p a.instagram:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(10deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(10deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.profile_image_text .sns_btn_area p a.tiktok{
background:url("/2025/girls/icon_sns_tiktok.png") 10px center no-repeat #000;
background-size:30px 30px;
font-size:14px;
letter-spacing: 2px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.youtube_movie{
background:#eee;
width:100%;
margin:0px 0px 50px 0px;
padding:20px 0px;
}
.youtube_movie iframe{
width:100%;
height:100%;
margin:0px auto;
}
.youtube_movie p{
text-align:center;
margin:0px 0px 10px 0px;
}

.aclass_movie{
background:#eee;
width:100%;
margin:0px;
padding:20px 0px;
}
.aclass_movie video{
width:95%;
display:block;
margin:0px auto;
}
.aclass_movie p{
text-align:center;
margin:0px 0px 10px 0px;
}

.aclass_pv_movie{
background:#eee;
width:100%;
margin:0px;
padding:50px 0px;
}
.aclass_pv_movie video{
width:70%;
display:block;
margin:0px auto;
}

#pv_movie{
text-align:center;
margin:-191px 0px 15px 0px;
padding:191px 0px 0px 0px;
}
#pv_movie p{
margin:0px 0px 15px 0px;
}


/*---------------------------------------------------
メディアページ冒頭注意書き
/2025/media/
---------------------------------------------------*/
.media_information{
margin:0px 0px 50px 0px;
}
.media_information h2{
background:#c00;
color:#fff;
font-size:15px;
margin:0px 0px 40px 0px;
padding:3px 0px 2px 15px;
}
.media_info_detail{
border:1px solid #333;
position:relative;
margin:0px 0px 30px 0px;
padding:30px 50px 20px 50px; 
}
.media_info_detail strong{
display:inline-block;
color:#c00;
position:absolute;
top:-10px;
left:15px;
margin:0px 0px 0px 0px;
}
.media_info_detail strong span{
background:#fff;
padding:0px 10px;
}
.media_info_detail p{
line-height:1.6;
margin:0px 0px 10px 0px;
}
.media_info_detail .bold{
font-weight:bold;
}
.detail_sub p{
line-height:1.6;
margin:0px 0px 10px 0px;
}

span.mediabtn_off,
a.mediabtn_off,
a:visited.mediabtn_off {
background:#c00 !important;
color:#fff;
line-height: 1.666;
min-height: 2.85em;
padding: .5em .5em;
margin: .5em 0;
border-radius: .5em;
min-width: 70%;
}

/*---------------------------------------------------
チケットページ
/2025/ticket/
---------------------------------------------------*/
.ticket_caution_area{
border:2px solid #c00;
font-size:15px;
line-height:1.8;
margin:0px 0px 50px 0px;
padding:15px 20px;
}
.ticket_caution_area span{
color:#c00;
font-size:1.05rem;
font-weight:bold;
}

.ticket_caution_area_en{
border:2px solid #c00;
font-size:14px;
line-height:1.8;
margin:0px 0px 50px 0px;
padding:15px 20px;
}
.ticket_caution_area_en span{
color:#c00;
}
.ticket_caution_area_en span.bold{
font-wight:bold;
}

a.dl_btn{
display:block;
border-radius: 5px;
color:#fff;
background:#c00;
width:200px;
text-align: center;
padding:12px 10px 10px 10px;
margin:0px auto 30px auto;
}
a.ticket_btn{
display:block;
border-radius: 5px;
color:#fff;
background:#c00;
width:200px;
text-align: center;
padding:12px 10px 10px 10px;
margin:30px auto 30px auto;
}
a.dl_btn:hover,
a.ticket_btn:hover{
opacity:0.5;
}


/*---------------------------------------------------
フッターロゴエリア
/2025/ticket/
---------------------------------------------------*/
.row02{
display:flex;
}

/*---------------------------------------------------
ニュースページ追加CSS
/2025/news/
---------------------------------------------------*/
.tasbody .glay_bg{
background:#F7F7F7;
padding:20px 20px 5px 20px;
}
.tasbody .glay_bg p{
line-height:1.8;
font-size:1.1em;
margin:0px 0px 15px 0px;
}
.news_image_lr ul{
display:flex;
flex-wrap: wrap;
justify-content:space-between ;
}
.news_image_lr ul li{
max-width:48%;
text-align: center;
margin:0px 0px 10px 0px;
padding:0px;
}
.news_image_lr ul li span{
display:block;
padding:5px 0px 0px 0px;
}
.news_image_lr ul li img{
width:100%;
}
.news20231113_image_bg{
background:#14030b;
}

.news_area .news_event_detail{
margin: 0px auto 50px auto;
}
.news_area p{
line-height:1.6 !important;
}
.news_area h3 {
width: 100%;
color: #333;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 20px;
font-weight: bold;
padding: 20px 0px 10px 0px;
margin:0px 0px 15px 0px;
border-bottom: 2px solid #acacac;
text-align: center;
}
.news_area h4 {
margin: 15px 0px 10px 0px;
padding: 0px 0px 0px 15px;
font-size: 1.1em;
line-height: 1.8em;
color: #333;
font-weight: 400;
background-color: inherit;
border-left: 3px solid #d00000;
overflow: hidden;
}.news_event_detail dl {
border-bottom: 1px dashed #ccc;
display: flex;
flex-wrap: wrap;
padding: 0px 0px 4px 0px;
margin: 0px 0px 5px 0px;
}
.news_event_detail dt {
font-size: 15px;
background: none !important;
width: 20%;
margin: 0px 0px 0px 0px !important;
padding: 5px 0px 5px 15px !important;
}
.news_event_detail dd {
font-size: 15px;
border: none !important;
margin: 0px 0px 0px 0px !important;
padding: 5px 0px !important;
}

/*---------------------------------------------------
出展者一覧ページ
/2025/participating/
---------------------------------------------------*/
.Exhibitor_logo_area{
margin:32px 0px 80px 0px;
}
.Exhibitor_logo_area ul{
width:100%;
display:flex;
flex-wrap: wrap;
align-items: center;
}
.Exhibitor_logo_area ul li{
width:150px;
display: flex;
align-items: center;
justify-content: center;
padding:6px;
}
.Exhibitor_logo_area ul li img{
width:100%;
height:80px;
object-fit: contain;
}

/*---------------------------------------------------
ニュースページ：eスポーツ記事用
/2024/news/20241225/
/2025/news/20241202/
---------------------------------------------------*/
#pagespace.esports{
padding-bottom:0px !important;
}

.esports_area{
background:#000;
padding:0px 0px 200px 0px;
}
.esports_area h1{
background:none;
font-size:30px !important;
color:#fff !important;
text-align: center;
line-height:1.5;
margin:0px 0px 0px 0px;
padding:15px 0px 0px 0px;
}
.esports_area h2{
background:#000;
font-size:26px !important;
color:#fff !important;
text-align: center;
line-height:1.5;
position: relative;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
.esports_area h2:before{
border-top:1px solid #eee;
display:inline-block;
position: absolute;
left: 0;
top: 21px;
content: '';
width: 100%;
height:inherit;
background:none;
}
.esports_area h2 span{
background:#000;
position:relative;
z-index: 10;
padding:0px 15px;
}
.esports_area h3{
width:100%;
color:#fff !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
padding:20px 0px 10px 0px;
border-bottom: 2px solid #acacac;
text-align: center;
}
.esports_area h4{
margin:15px 0px 10px 0px;
padding:0px 0px 0px 15px;
font-size: 1.1em;
line-height: 1.8em;
color: #fff;
font-weight: 400;
background-color:inherit;
border-left: 3px solid #d00000;
overflow: hidden;
}

/*イベント概要*/
.esports_event_detail{
width:80%;
margin:0px auto 50px auto;
}
.esports_event_detail p{
font-size:16px;
line-height:1.8;
color:#fff;
border-bottom:1px dashed #ccc;
padding:15px 0px 20px 0px;
margin:0px 0px 5px 0px;
}
.esports_event_detail dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.esports_event_detail dt{
font-size:15px;
color:#fff !important;
background:none !important;
width:20%;
margin:0px 0px 0px 0px !important;
padding:5px 0px 5px 15px !important;
}
.esports_event_detail dd{
font-size:15px;
color:#fff;
border:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}

/*ロゴ掲載*/
.sponsor_logo_area{
display:none;
}

/*ピックアップタイトル*/
.esports_pickup_title{
width:80%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:50px auto 50px auto;
}
.esports_pickup_title dl{
width:48%;
margin:30px 0px 0px 0px;
}
.esports_pickup_title dt{
max-widht:100%;
border:1px solid #ccc;
margin:0px 0px 10px 0px;
padding:0px;
}
.esports_pickup_title dt img{
width:100%;
margin:0px;
padding:0px;
}
.esports_pickup_title dd{
font-size:15px;
color:#fff;
text-align: center;
margin:0px;
padding:0px;
}

/*ピックアップ出演者*/
.esports_pickup_player{
width:80%;
margin:0px auto 50px auto;
}
.esports_pickup_player .player_list{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:30px 15px 0px 15px;
}
.esports_pickup_player .player_list dl{
width:140px;
margin:0px 0px 10px 0px;
}
.esports_pickup_player .player_list dt{
text-align: center;
margin:0px 0px 10px 0px;
}
.esports_pickup_player .player_list dd{
color:#fff;
text-align: center;
}
.esports_pickup_player .player_list dd span{
display:block;
font-size:0.8em;
}

/*見どころ*/
.esports_highlight{
width:80%;
margin:0px auto 50px auto;
}
.esports_highlight figure {
max-width: 100%;
display: block;
margin: 30px 0px 0px 0px;
padding: 0px;
}

/*ステージイベント*/
.stage_event{
width:80%;
margin:50px auto 50px auto;
}
.stage_event figure{
max-width:100%;
display:block;
margin:30px 0px 0px 0px;
padding:0px;
}
.stage_event figure img{
width:100%;
margin:0px;
padding:0px;
}
.experience_zone{
width:80%;
margin:50px auto 0px auto;
}
.experience_zone figure{
margin:30px 0px 0px 0px;
}
.experience_zone p{
color:#fff;
font-size:15px;
margin:15px 0px 0px 0px;
}
.stage_detail{
width:80%;
margin:20px auto 0px auto;
}
.stage_detail p{
color:#fff;
}
.stage_detail ul{
margin:0px 0px 10px 0px;
}
.stage_detail li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.entry_time{
width:80%;
margin:20px auto 50px auto;
}
.entry_time h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.entry_time ul{
margin:0px 0px 10px 0px;
}
.entry_time li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.entry_time span{
color:#fff;
font-size:12px;
}
.performer{
margin:0px 0px 50px 0px;
}
.performer p{
color:#fff;
}
.performer ul{
margin:0px 0px 10px 0px;
}
.performer li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.performer li a{
color:#fff;
text-decoration:underline;
}
.end_credit{
font-size:12px;
color:#fff;
}


.event_detail_text{
width:80%;
padding:0px;
font-size:16px;
text-align: center;
line-height:1.8;
margin:10px auto 50px auto; 
}
.event_detail_text span{
color:#c00;
display:block;
font-size:1.4em;
}
.event_detail_text em{
font-style:normal;
color:#c00;
display:block;
font-size:12px;
}
.event_detail_text figure{
display:block;
background:#fff;
width:60%;
margin:20px auto 0px auto;
padding:0px 0px 30px 0px;
}

.esports_map{
margin:0px 0px 50px 0px;
}
.attention_contents h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.attention_contents fieldset{
margin:0px 0px 30px 0px;
padding:0px;
}
.attention_contents figure{
margin:0px;
padding:0px;
}
.attention_contents figcaption{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
background:#333;
color:#9fdaf4;
font-size:18px;
text-align: center;
line-height:1.4;
font-weight:bold;
padding:15px 0px 10px 0px;
}
.attention_contents figcaption span{
display:block;
font-size:40px;
}
.attention_contents figcaption.gr7{
color:#f29b77;
}
.attention_contents figcaption.gr7 em{
display:block;
font-style:normal;
text-align: right;
color:#fff;
font-weight:normal;
font-size:12px;
padding:0px 10px 0px 0px;
}
.artist_movie{
background: #eee;
width: 100%;
margin: 0px 0px 50px 0px;
padding: 20px 0px;
}
.artist_movie iframe {
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

/*タイムスケジュール*/
.time_schedule{
width:80%;
margin:0px auto 0px auto;
}
.time_schedule h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.time_schedule dl{
border:none !important;
font-size:15px;
}
.time_schedule dt{
color:#fff;
float: left;
margin-left: 0;
margin-right: 0.2em;
padding-right: 0.8em;
padding-left: 0;
width: 20%;
text-align: right;
background-color: transparent;
border: none;
white-space: nowrap;
background-repeat: no-repeat;
background-size: 100% 2px;
background-position: left top;
text-align: left;
background-image: url(/2024/image/header/bar_pc.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% 3px;
margin-bottom: 1em;
padding: 0.5em 0 1.0em;
}
.time_schedule dd{
color:#fff;
margin-left: 0;
padding-left: 1.0em;
border-top: 2px solid #d0d0d0;
overflow: auto;
zoom: 1;
margin-bottom: 1em;
padding: 0.5em 0 1.0em;
}
.time_schedule dd a{
color:#fff;
text-decoration: underline;
}
.time_schedule dd li{
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.time_schedule figure{
max-width:100%;
margin:30px 0px 0px 0px;
}
.time_schedule figure img{
width:100%;
}

/*配信*/
.delivery {
margin:0px 0px 60px 0px;
}
.delivery h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.delivery p{
color:#fff;
}
.delivery p a{
color:#fff;
text-decoration:underline;
}



/*オートサロンTV / eスポーツチャンネル*/
.esports_event_schedule{
width:80%;
margin:30px auto 50px auto;
}
.esports_event_schedule h3{
text-align: center;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.esports_event_schedule figure{
margin:20px 0px 15px 0px;
padding:0px;
}
.ees_detail{
margin:0px 0px 35px 0px;
}
.ees_detail figure{
max-width:100%;
margin:0px 0px 15px 0px;
padding:0px;
}
.ees_detail figure img{
width:100%;
}
.ees_detail a.live_btn{
background:#c00;
border-radius: 5px;
display:block;
color:#fff;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:14px;
width:150px;
text-align: center;
padding:5px 0px;
margin:20px auto 0px auto;
}
.ees_detail p{
color:#fff;
border-bottom:1px dashed #ccc;
padding:15px 0px 20px 0px;
margin:0px 0px 5px 0px;
}
.ees_detail dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.ees_detail dt{
font-size:15px;
color:#fff !important;
width:20%;
background:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.ees_detail dd{
color:#fff;
border:none !important;
width:80%;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.ees_detail dd a {
color: #fff;
text-decoration: underline;
}
.ees_detail dd span{
display:block;
font-size:0.9em;
}
.ees_detail dd em{
display:block;
text-align: left;
font-size:0.9em;
}

.ees_detail dd ul{
display:flex;
flex-wrap: wrap;
}
.ees_detail dd ul li{
width:16%;
font-size:12px;
text-align: center;
margin:0px 5px 10px 0px;
}
.ees_detail dd ul li figure{
max-width:100%;
margin:0px;
padding:0px;
}
.ees_detail dd ul li figure img{
width:100%;
}

/*2025*/
.esports_main_image_2025{
position:relative;
}
.esports_main_image_2025 figure{
display:block;
margin:0px;
padding:0px;
}
.esports_main_image_2025 span{
max-width:150px;
display:inline-block;
background:#fff;
padding:15px;
position:absolute;
bottom:20px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.esports_main_image_2025 span img{
width:100%;
}

/*---------------------------------------------------
公式インフルエンサーページ
/2025/news/20241227/
---------------------------------------------------*/
.influencer_main_image_2025{
position:relative;
padding:50px 0px 0px 0px;
}
.influencer_main_image_2025 figure{
display:block;
margin:0px;
padding:0px;
}

h2.influencer_subtitle{
margin:50px 0px 0px 0px;
}
h2.influencer_subtitle:before{
display:none;
}

.influencer_list{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:45px auto 0px auto;
}
.influencer_list > figure{
border:5px solid #999;
width:20%;
display:block;

}
.influencer_profile{
width:78%;
}
.influencer_profile dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.influencer_profile dt{
font-size:15px;
color:#fff !important;
width:20%;
background:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.influencer_profile dd{
color:#fff;
border:none !important;
width:80%;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.influencer_profile dd a {
color: #fff;
text-decoration: underline;
}
.influencer_profile dd ul{
display:flex;
flex-wrap: wrap;
}
.influencer_profile dd ul li{
font-size:12px;
text-align: center;
margin:0px 15px 0px 0px;
}
.influencer_profile dd ul li figure{
max-width:100%;
margin:0px;
padding:0px;
}
.influencer_profile dd ul li figure img{
width:100%;
}



/*---------------------------------------------------
イベントページ
/2025/event/
---------------------------------------------------*/
.driver_image{
display:flex;
flex-wrap: wrap;
padding:20px 0px 0px 0px;
}
.driver_image dl{
width:calc(25% - 15px);
border:none;
margin:0px 15px 10px 0px;
}
.driver_image dt{
max-width:100% !important;
width:100% !important;
background:none !important;
float:inherit !important;
margin:0px 0px 5px 0px !important;
padding:0px !important;
}
.driver_image dt img{
width:100%;
border:none !important;
}
.driver_image dd{
font-size:12px;
text-align: center;
border:none !important;
width:100% !important;
margin:0px !important;
padding:0px !important;
}
.driver_image ul{
width:100%;
display:flex;
flex-wrap: wrap;
justify-content:flex-start;
}
.driver_image ul li{
width:112px;
font-size:12px;
text-align: center;
margin:0px 5px 10px 0px;
}
.driver_image ul.noimage li{
text-align: left;
}
.driver_image ul li figure{
max-width:100%;
margin:0px;
padding:0px;
}
.driver_image ul li figure img{
width:100%;
}

.notes_on_viewing{
border:1px solid #ccc;
padding:10px;
}
.notes_on_viewing strong{
color:#c00;
display:block;
}
.notes_on_viewing > ul{
display:block;
}
.notes_on_viewing > ul li{
font-size:0.9em;
list-style-type:disc;
text-align: left;
margin:0px 0px 0px 20px;
padding:0px 0px 0px 0px;
}

/*---------------------------------------------------
ニュースページ
/2025/news/20241203/
---------------------------------------------------*/
/*イベント概要*/
.news_talent_profile{
width:100%;
margin:0px auto 50px auto;
}
.news_talent_profile h3{
width:100%;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
padding:20px 0px 10px 0px;
border-bottom: 2px solid #acacac;
text-align: center;
}
.news_talent_profile h4{
margin:15px 0px 10px 0px;
padding:0px 0px 0px 15px;
font-size: 1.1em;
line-height: 1.8em;
font-weight: 400;
text-align: center;
background-color:inherit;
overflow: hidden;
}
.news_talent_profile > p{
font-size:16px;
line-height:1.8;
color:#000;
border-bottom:1px dashed #ccc;
padding:15px 0px 20px 0px;
margin:0px 0px 5px 0px;
}
.news_talent_profile dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.news_talent_profile dt{
font-size:15px;
background:none !important;
width:20%;
margin:0px 0px 0px 0px !important;
padding:5px 0px 5px 15px !important;
}
.news_talent_profile dd{
font-size:15px;
border:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.news_talent_profile .sns_btn_area{
width:100%;
}


/*---------------------------------------------------
ニュースページ
/2025/news/20240106/
---------------------------------------------------*/
.accordion {
margin: 2em auto;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
border-radius: 5px;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 1.0em;
line-height: 1.8;
}
.content p a{
color:#2098D6;
text-decoration: underline;
}
.content p span{
color:#c00;
font-weight:bold;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

h2.faq_subtitle{
position: relative;
padding:30px 0px 0px 60px;
margin:0px 0px 30px 0px;
}
h2.faq_subtitle:before{
content:"";
background-image: url(/2024/image/header/newsbar_pc.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100% 8px;
display:inline-block;
position: absolute;
top:50px;
left:0px;
width:50px;
height:8px;
}
h2.faq_subtitle:after{
content:"";
display:block;
border-bottom:1px solid #333;
}
p.toinfo{
border:3px double #333;
text-align: center;
font-size:1.2em;
padding:15px;
margin:50px 0px 0px 0px;
}
p.toinfo a{
color:#2098D6;
text-decoration: underline;

}

/*---------------------------------------------------
お問い合わせページ追加分
/2025/inquiry/
---------------------------------------------------*/
.faq_area{
text-align: center;
margin:0px 0px 30px 0px;
}
.faq_area p{
font-size:1.2em;
margin:0px 0px 0px 0px;
}
.faq_area p span{
font-weight:bold;
font-size:1.4em;
display:block;
margin:0px 0px 5px 0px;
}
.faq_area a{
border:1px solid #333;
display:block;
padding:30px 30px 25px 30px;
}
.faq_area a:hover{
border:1px solid #2098D6 !important;
color:#2098D6;
}
.other_area{
padding:0px 30px 20px 30px;
text-align: center;
margin:0px 0px 30px 0px;
}
.other_area p{
font-size:1.1em;
margin:0px 0px 10px 0px;
}
.other_area p span{
font-weight:bold;
font-size:1.3em;
display:block;
margin:0px 0px 5px 0px;
}
em.caution_txt{
font-size:1.3em;
color:#c00;
letter-spacing: -1px;
}

/*---------------------------------------------------
コンテストページの3Dモデル部分
/contest/grandprix.php
---------------------------------------------------*/
:not(:defined) > * {
display: none;
}
.modelviwer{
margin:30px 0px 0px 0px;
}
model-viewer {
width: 842px;
height: 500px;
background:url("/2025/contest/model/Viewer_bg.png") left bottom no-repeat;
margin:20px auto 30px auto;
}
.progress-bar {
display: block;
width: 33%;
height: 10%;
max-height: 2%;
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
border-radius: 25px;
box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
border: 1px solid rgba(255, 255, 255, 0.9);
background-color: rgba(0, 0, 0, 0.5);
}
.progress-bar.hide {
visibility: hidden;
transition: visibility 0.3s;
}
.update-bar {
background-color: rgba(255, 255, 255, 0.9);
width: 0%;
height: 100%;
border-radius: 25px;
float: left;
transition: width 0.3s;
}
#ar-button {
background-image: url(/2025/contest/model/ar_icon.png);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 12px 50%;
background-color: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
bottom: 16px;
padding: 0px 16px 0px 40px;
font-family: Roboto Regular, Helvetica Neue, sans-serif;
font-size: 14px;
color:#4285f4;
height: 36px;
line-height: 36px;
border-radius: 18px;
border: 1px solid #DADCE0;
}
#ar-button:active {
background-color: #E8EAED;
}
#ar-button:focus {
outline: none;
}
#ar-button:focus-visible {
outline: 1px solid #4285f4;
}
@keyframes circle {
from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}
@keyframes elongate {
from { transform: translateX(100px); }
to   { transform: translateX(-100px); }
}
model-viewer > #ar-prompt {
position: absolute;
left: 50%;
bottom: 60px;
animation: elongate 2s infinite ease-in-out alternate;
display: none;
}
model-viewer[ar-status="session-started"] > #ar-prompt {
display: block;
}
model-viewer > #ar-prompt > img {
animation: circle 4s linear infinite;
}





/*===================================================

2024年追加CSS_SP

===================================================*/
@media screen and (max-width:960px) {
br.sp{
display:block;
}
/*---------------------------------------------------
イメージガールトップページ
/2025/girls/
---------------------------------------------------*/

.profile_area > a{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:0px 0px 40px 0px;
}
.profile_area figure{
max-width:45%;
display:block;
margin:0px;
padding:0px;
}
.profile_area figure img{
width:100%;
}
.profile_area section{
width:50%;
margin:0px;
padding:0px;
}
.profile_area section h3{
font-family: 'Orbitron', sans-serif;
font-size:30px;
line-height:1.1;
letter-spacing: 1px;
margin:0px 0px 0px 0px;
}
.profile_area section h4{
font-size:16px;
letter-spacing: 1px;
margin:0px 0px 5px 0px;
}
.profile_area section h4 span{
font-size:12px;
display:block;
}
.profile_area section h4 span::before {
display:none;
}
.profile_area section .text_area{
background:#fff;
padding:0px;
}
.profile_area section .text_area p{
font-size:12px;
line-height:1.7;
display:none;
}
.profile_area section .text_area p.fakelink{
background:#1e9bde;
color:#fff;
width:100%;
display:block;
text-align: center;
margin:0px;
padding:10px 0px;
}
.profile_area section .text_area p.fakelink:hover{
opacity: 0.8;
}

/*---------------------------------------------------
イメージガール個別ページ
/2025/girls/名前
---------------------------------------------------*/
.profile_detail_page{
background:#000;
color:#fff;
display:flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: center;
padding:10px 15px 13px 10px;
margin:0px 0px 20px 0px;
}
.profile_detail_page h2{
background:none !important;
color:#fff;
font-family: 'Orbitron', sans-serif;
font-size:30px;
line-height:1.3;
letter-spacing: 2px;
margin:0px 0px 0px 0px;
padding:0px;
}
.profile_detail_page h3{
font-size:16px;
letter-spacing: 1px;
line-height:1.0;
margin:0px 0px 0px 0px;
}
.profile_detail_page h3 span{
font-size:12px;
}
.profile_detail_page h3 span::before {
content: '';
width: 30px;
height: 1px;
color:#fff;
line-height: 1.0;
display: inline-block;
background-color: #fff;
font-style: normal;
margin: 0px 10px 0px 10px;
}
.profile_image_text{
margin:0px 0px 40px 0px;

}
.profile_image_text figure{
max-width:100%;
display:block;
margin:0px 0px 10px 0px;
padding:0px;
}
.profile_image_text .entry_sheet{
width:100%;
margin:0px;
padding:0px;
}
.profile_image_text .entry_sheet dl{
background:#ceedfd;
border:none;
display:flex;
flex-wrap: wrap;
align-items: center;
}
.profile_image_text .entry_sheet dl:nth-of-type(2n){
background:#fff;
}
.profile_image_text .entry_sheet dt{
width:45%;
font-size:11px;
padding:5px 0px 5px 10px;
line-height:1.7;
letter-spacing: -1px;
/*以下打ち消し*/
float: left;
margin:0px;
text-align:inherit;
background:none !important;
border: none;
white-space: nowrap;
}
.profile_image_text .entry_sheet dd{
width:calc(100% - 45%);
border:none;
overflow: inherit;
font-size:11px;
line-height:1.7;
text-align: left;
margin:0px;
padding:0px;
}

.profile_image_text .sns_btn_area{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
margin:20px 0px 0px 0px;
}
.profile_image_text .sns_btn_area p{
width:48.5%;
margin:0px 0px 10px 0px;
}
.profile_image_text .sns_btn_area p:hover{
opacity: 0.8;
}
.profile_image_text .sns_btn_area p a.twitter{
background:url("/2025/girls/icon_sns_x.png") 10px center no-repeat #000;
background-size:30px 30px;
font-size:12px;
letter-spacing: 1px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.youtube{
background:url("/2025/girls/icon_sns_youtube.png") 10px center no-repeat #ff0033;
background-size:30px 30px;
font-size:12px;
letter-spacing: 1px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.facebook{
background:url("/2025/girls/icon_sns_fb.png") 10px center no-repeat #3B5998;
background-size:30px 30px;
font-size:12px;
letter-spacing: 1px;
color:#fff;
display:block;
padding:10px 0px 10px 70px;
}
.profile_image_text .sns_btn_area p a.instagram{
background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
overflow: hidden;/*はみ出た部分を隠す*/
text-decoration:none;/*下線は消す*/
position: relative;
font-size:12px;
letter-spacing: 1px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.profile_image_text .sns_btn_area p a.instagram:after{
content:"";
position:absolute;
left:10px;
top:5px;
background-image:url("/2025/girls/icon_sns_instagram.png");
background-size:30px 30px;
width:30px;
height:30px;
display:inline-block;
}
.profile_image_text .sns_btn_area p a.instagram:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(10deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(10deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.profile_image_text .sns_btn_area p a.tiktok{
background:url("/2025/girls/icon_sns_tiktok.png") 10px center no-repeat #000;
background-size:30px 30px;
font-size:12px;
letter-spacing: 2px;
color:#fff;
display:block;
text-align: right;
padding:10px 10px 10px 0px;
}
.aclass_movie{
background:#eee;
width:100%;
margin:0px;
padding:20px 0px;
}
.aclass_movie video{
width:90%;
display:block;
margin:0px auto;
}

/*---------------------------------------------------
メディアページ冒頭注意書き
/2025/media/
---------------------------------------------------*/
.media_information h2{
background:#c00;
color:#fff;
font-size:15px;
line-height:1.5;
margin:0px 0px 20px 0px;
padding:5px 15px 5px 15px;
}
.media_info_detail{
border:1px solid #333;
position:relative;
margin:0px 0px 30px 0px;
padding:30px 20px 20px 20px; 
}
.media_info_detail strong{
display:inline-block;
color:#c00;
position:absolute;
top:-10px;
left:15px;
margin:0px 0px 0px 0px;
}
.media_info_detail strong span{
background:#fff;
padding:0px 10px;
}
.media_info_detail p{
line-height:1.6;
margin:0px 0px 10px 0px;
}
.media_info_detail .bold{
font-weight:bold;
}
.detail_sub p{
line-height:1.6;
margin:0px 0px 10px 0px;
}

/*---------------------------------------------------
チケットページ
/2025/ticket/
---------------------------------------------------*/
.ticket_caution_area{
border:2px solid #c00;
font-size:12px;
line-height:1.6;
margin:0px 0px 30px 0px;
padding:15px 20px;
}
.ticket_caution_area span{
color:#c00;
font-size:1.0rem;
font-weight:bold;
display:block;
}

#partners-footer{
padding-bottom:80px;
}


/*---------------------------------------------------
出展者一覧ページ
/2025/participating/
---------------------------------------------------*/
.Exhibitor_logo_area{
margin:20px 0px 40px 0px;
}
.Exhibitor_logo_area ul{
width:100%;
display:flex;
flex-wrap: wrap;
}
.Exhibitor_logo_area ul li{
width:25%;
height:50px;
display: flex;
align-items: center;
margin:0px 0px 8px 0px;
padding:0px 4px 0px 4px;
}
.Exhibitor_logo_area ul li a{
display:block;
padding:0px 4px;
}
.Exhibitor_logo_area ul li img{
width:100%;
height:50px;

}
.Exhibitor_logo_area ul li:nth-of-type(7n){
margin:0px 0px 8px 0px;

}


/*---------------------------------------------------
ニュースページ：eスポーツ記事用
/2024/news/20241225/
/2025/news/20241202/
---------------------------------------------------*/
#pagespace.esports{
padding-bottom:0px !important;
}
#pagespace.esports .main_article{
padding-bottom: 0px;
}

.esports_area{
background:#000;
padding:0px 0px 50px 0px;
}
.esports_area h1{
background:none;
font-size:20px !important;
color:#fff !important;
text-align: center;
line-height:1.5;
letter-spacing: -1px;
margin:0px 0px 0px 0px;
padding:20px 0px 0px 0px;
}
.esports_area h2{
background:#000;
font-size:18px !important;
color:#fff !important;
text-align: center;
line-height:1.5;
position: relative;
margin:0px 0px 15px 0px;
padding:10px 0px 0px 0px;
}
.esports_area h2:before{
display:none;
}
.esports_area h2 span{
background:#000;
position:relative;
z-index: 10;
padding:0px 15px;
}
.esports_area h3{
width:100%;
color:#fff !important;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
padding:20px 0px 10px 0px;
border-bottom: 2px solid #acacac;
text-align: center;
}
.esports_area h4{
margin:15px 0px 10px 0px;
padding:0px 0px 0px 15px;
font-size: 1.1em;
line-height: 1.8em;
color: #fff;
font-weight: 400;
background-color:inherit;
border-left: 0.2em solid #d00000;
overflow: hidden;
}

/*イベント概要*/
.esports_event_detail{
width:100%;
margin:0px auto 30px auto;
}
.esports_event_detail p{
font-size:16px;
line-height:1.8;
color:#fff;
border-bottom:1px dashed #ccc;
padding:15px 0px 20px 0px;
margin:0px 0px 5px 0px;
}
.esports_event_detail dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.esports_event_detail dt{
font-size:15px;
color:#fff !important;
background:none !important;
width:20%;
margin:0px 0px 0px 0px !important;
padding:5px 0px 5px 15px !important;
}
.esports_event_detail dd{
font-size:15px;
color:#fff;
width:calc(80% - 15px);
border:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}

/*ロゴ掲載*/
.sponsor_logo_area{
display:block;
text-align: center;
padding:0px 0;
}
.sponsor_logo_area figure{
background:#fff;
max-width:110px;
display:inline-block;
padding:10px;
}
.sponsor_logo_area figure img{
width:100%;
}


/*ピックアップタイトル*/
.esports_pickup_title{
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:0px auto 30px auto;
}
.esports_pickup_title dl{
width:48%;
margin:30px 0px 0px 0px;
}
.esports_pickup_title dt{
max-widht:100%;
border:1px solid #ccc;
margin:0px 0px 10px 0px;
padding:0px;
}
.esports_pickup_title dt img{
width:100%;
margin:0px;
padding:0px;
}
.esports_pickup_title dd{
font-size:15px;
color:#fff;
text-align: center;
margin:0px;
padding:0px;
}

/*ピックアップ出演者*/
.esports_pickup_player{
width:100%;
margin:0px auto 30px auto;
}
.esports_pickup_player .player_list{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:30px 0px 0px 0px;
}
.esports_pickup_player .player_list dl{
width:48%;
}
.esports_pickup_player .player_list dt{
margin:0px 0px 5px 0px;
}
.esports_pickup_player .player_list dd{
color:#fff;
text-align: center;
margin:0px 0px 15px 0px;
}

/*見どころ*/
.esports_highlight{
width:100%;
margin:0px auto 50px auto;
}
.esports_highlight figure {
max-width: 100%;
display: block;
margin: 15px 0px 0px 0px;
padding: 0px;
}

/*ステージイベント*/
.stage_event{
width:100%;
margin:0px auto 30px auto;
}
.stage_event figure{
max-width:100%;
display:block;
margin:30px 0px 0px 0px;
padding:0px;
}
.stage_event figure img{
width:100%;
margin:0px;
padding:0px;
}

/*タイムスケジュール*/
.time_schedule{
width:100%;
margin:0px auto 0px auto;
}
.time_schedule h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.time_schedule dl{
border:none !important;
font-size:15px;
}
.time_schedule dt{
float: none;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
padding: 10px 0 5px 0;
padding-left: 1.0em;
width: 100%;
text-align: left;
white-space: normal;
background-color: #f0f0f0;
color:#000;
}
.time_schedule dd{
color:#fff;
margin-left: 0;
padding-left: 1.0em;
border-top: 2px solid #d0d0d0;
overflow:inherit;
word-break: break-all;
zoom: 1;
margin-bottom: 1em;
padding: 0.5em 0 1.0em;
}
.time_schedule dd li{
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.time_schedule dd a{
color:#fff;
text-decoration: underline;
}

/*会場*/
.event_detail_text{
width:100%;
padding:0px;
font-size:16px;
text-align: center;
line-height:1.8;
margin:10px auto 20px auto; 
}
.event_detail_text span{
color:#c00;
display:block;
font-size:1.4em;
}
.event_detail_text em{
font-style:normal;
color:#c00;
display:block;
font-size:12px;
}
.event_detail_text figure{
display:block;
background:#fff;
width:100%;
margin:20px auto 0px auto;
padding:0px 0px 30px 0px;
}
.event_detail_text figure img{
width:100%;
}

/*配信*/
.delivery {
margin:0px 0px 60px 0px;
}
.delivery h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.delivery p{
color:#fff;
}
.delivery p a{
color:#fff;
text-decoration:underline;
}

.experience_zone{
width:100%;
margin:30px auto 0px auto;
}
.experience_zone figure{
margin:30px 0px 0px 0px;
}
.experience_zone p{
color:#fff;
font-size:15px;
margin:15px 0px 0px 0px;
}
.stage_detail{
width:100%;
margin:20px auto 0px auto;
}
.stage_detail p{
color:#fff;
}
.stage_detail ul{
margin:0px 0px 10px 0px;
}
.stage_detail li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.entry_time{
width:100%;
margin:20px auto 0px auto;
}
.entry_time h3{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.entry_time ul{
margin:0px 0px 10px 0px;
}
.entry_time li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.entry_time span{
color:#fff;
font-size:12px;
}
.performer{
margin:0px 0px 50px 0px;
}
.performer p{
color:#fff;
}
.performer ul{
margin:0px 0px 10px 0px;
}
.performer li{
color:#fff;
list-style-type:disc;
margin:0px 0px 0px 15px;
}
.performer li a{
color:#fff;
text-decoration:underline;
}
.end_credit{
font-size:12px;
color:#fff;
}

/*オートサロンTV / eスポーツチャンネル*/
.esports_event_schedule{
width:100%;
margin:30px auto 50px auto;
}
.esports_event_schedule h3{
text-align: center;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
}
.ees_detail dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.ees_detail dt{
font-size:15px;
color:#fff !important;
width:25%;
background:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.ees_detail dd{
color:#fff;
border:none !important;
width:75%;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.ees_detail dd span{
display:block;
}
.ees_detail dd a {
color: #fff;
text-decoration: underline;
}
.ees_detail ul{
display:flex;
flex-wrap:wrap;
}
.ees_detail ul li{
width:30% !important;
}

/*2025*/
.esports_main_image_2025 span{
display:none;
}

/*---------------------------------------------------
公式インフルエンサーページ
/2025/news/20241227/
---------------------------------------------------*/
.influencer_main_image_2025{
position:relative;
padding:25px 0px 0px 0px;
}

h2.influencer_subtitle{
margin:30px 0px 0px 0px;
}
h2.influencer_subtitle:before{
display:none;
}

.influencer_list{
display:block;
margin:0px auto 30px auto;
}
.influencer_list > figure{
border:5px solid #999;
width:100%;
display:block;
margin:0px 0px 15px 0px;
}
.influencer_list > figure img{
width:100%;
}
.influencer_profile{
width:100%;
}
.influencer_profile dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.influencer_profile dt{
font-size:15px;
color:#fff !important;
width:30%;
background:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.influencer_profile dd{
color:#fff;
border:none !important;
width:70%;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.influencer_profile dd a {
color: #fff;
text-decoration: underline;
}
.influencer_profile dd ul{
display:flex;
flex-wrap: wrap;
}
.influencer_profile dd ul li{
font-size:12px;
text-align: center;
margin:0px 15px 0px 0px;
}
.influencer_profile dd ul li figure{
max-width:100%;
margin:0px;
padding:0px;
}
.influencer_profile dd ul li figure img{
width:100%;
}

/*---------------------------------------------------
イベントページ
/2025/event/
---------------------------------------------------*/
.driver_image{
display:flex;
flex-wrap: wrap;
justify-content:space-between;
padding:10px 0px 0px 0px;
}
.driver_image dl{
width:49%;
border:none;
display:block;
}
.driver_image dt{
max-width:70% !important;
width:70% !important;
background:none !important;
float:inherit !important;
text-align: center;
margin:0px auto 5px auto !important;
padding:0px !important;
}
.driver_image dt img{
width:100%;
border:none !important;
}
.driver_image dd{
border:none !important;
width:100% !important;
text-align: center;
margin:0px !important;
padding:0px !important;
}

/*---------------------------------------------------
ニュースページ
/2025/news/20241203/
---------------------------------------------------*/
/*イベント概要*/
.news_talent_profile{
width:100%;
margin:0px auto 50px auto;
}
.news_talent_profile h3{
width:100%;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size:20px;
font-weight:bold;
padding:20px 0px 10px 0px;
border-bottom: 2px solid #acacac;
text-align: center;
}
.news_talent_profile h4{
margin:15px 0px 10px 0px;
padding:0px 0px 0px 0px;
font-size: 16px;
line-height: 1.8em;
font-weight: 400;
text-align: left;
background-color:inherit;
overflow: hidden;
}
.news_talent_profile > p{
font-size:16px;
line-height:1.8;
color:#000;
border-bottom:1px dashed #ccc;
padding:15px 0px 20px 0px;
margin:0px 0px 5px 0px;
}
.news_talent_profile dl{
border-bottom:1px dashed #ccc;
display:flex;
flex-wrap:wrap;
padding:0px 0px 4px 0px;
margin:0px 0px 5px 0px;
}
.news_talent_profile dt{
font-size:15px;
background:none !important;
width:18% !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px 5px 0px !important;
}
.news_talent_profile dd{
font-size:15px;
width:82%;
border:none !important;
margin:0px 0px 0px 0px !important;
padding:5px 0px !important;
}
.news_talent_profile .sns_btn_area{
width:100%;
}

.news_area h3 {
font-size: 16px;
font-weight: bold;
padding: 20px 0px 5px 0px;
margin:0px 0px 10px 0px;
}
.news_area h4 {
margin: 15px 0px 10px 0px;
padding: 0px 0px 0px 15px;
font-size: 1.1em;
line-height: 1.8em;
color: #333;
font-weight: 400;
background-color: inherit;
border-left: 3px solid #d00000;
overflow: hidden;
}
.news_event_detail dl {
border-bottom: 1px dashed #ccc;
display: flex;
flex-wrap: wrap;
padding: 0px 0px 4px 0px;
margin: 0px 0px 5px 0px;
}
.news_event_detail dt {
font-size: 12px;
width: 20% !important;
margin: 0px 0px 0px 0px !important;
padding: 5px 0px 5px 0px !important;
}
.news_event_detail dd {
font-size: 12px;
width:78%;
border: none !important;
margin: 0px 0px 0px 0px !important;
padding: 5px 0px !important;
}

/*---------------------------------------------------
コンテストページの3Dモデル部分
/contest/grandprix.php
---------------------------------------------------*/
.modelviwer{
margin:15px 0px 0px 0px;
}
model-viewer {
width: 100%;
height: 400px;
background:url("/2025/contest/model/Viewer_bg.png") right bottom no-repeat #000;
background-size:550px auto;
margin:20px auto 30px auto;
}



}

