@charset "utf-8";

/* animation */
.text-anime-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}
.text-anime-wrap .text-anime {
    -webkit-transform: translate(2em);
    transform: translateY(2em);
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.text-anime-wrap .text-anime-2 {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000) .2s;
}
.text-anime-wrap .text-anime-3 {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000) .4s;
}
.text-anime-wrap .text-anime-4 {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
    transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000) .6s;
    opacity:0;
}
.text-anime-wrap.fadein .text-anime,
.text-anime-wrap.fadein .text-anime-2,
.text-anime-wrap.fadein .text-anime-3,
.text-anime-wrap.fadein .text-anime-4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity:1;
}
span.text-anime-wrap.fadein.cLogo {
    position: absolute;
    right: 80px;
    bottom: 18px;
    width: 233px;
}
.effect {
    opacity: 0.0;
}
.effect.visible {
    opacity: 1.0;
}
.translateY {
    transform: translateY(60px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {
    transform: translateY(0);
}
.translateR {
    transform: translateX(60px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateR {
    transform: translateY(0);
}
.translateL {
    transform: translateX(-60px);
    transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateL {
    transform: translateY(0);
}

/* contents */
.tas-page * {
	box-sizing: border-box;
}
.tas-page {
	font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	color: #333;
    word-wrap: break-word;
    padding: 60px 0 0;
}
.tas-page img {
	max-width: 100%;
	height: auto;
}
.tas-page .wf {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.tas-page a.i-link::after {
	content: "";
    width: 12px;
    height: 12px;
    background: url(/event/img/tas2023/ico-link.svg) center no-repeat;
    display: inline-block;
    margin-left: 2px;
}
.tas-page #header_sns {
    overflow: hidden;
    background-color: #fff;
}
.tas-page #header_sns ul.socialBtn li {
    margin: 0 2px;
}
.section-main {
	padding: 30px 5%;
    height: 260px;
	position: relative;
	overflow: hidden;
}
.section-main::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -2;
	width: 100%;
    height: 239px;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
	background-image: url(/event/img/tas2024/bg-tas2024-main2.jpg);
}
.section-main::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -3;
	width: 100%;
    height: 270px;
    background:#000;
}
.section-main .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    z-index: -1;
	transition: opacity 1s;
}
.section-main.fadein .overlay {
    opacity: 0.1;
}
.section-main .main-txt {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.section-main .main-txt h1 {
	font-size: 45px;
	letter-spacing: 0.05em;
	font-weight: 600;
    line-height: 1.1;
}
.section-main .main-txt .date {
	font-size: 30px;
	letter-spacing: 0.05em;
}
.section-main .main-txt .day {
	font-size: 30px;
}
.section-main .main-txt .week {
	font-size: 16px;
	margin: 0 5px;
}
.section-main .main-txt .week::after {
	content: "/";
	margin: 0 0 0 5px;
}
.section-main .main-txt .week:last-child::after {
	content: "";
}
.section-main .main-txt .place {
	font-size: 30px;
	letter-spacing: 0.05em;
    line-height: 1.1;
}
.section-video {
	background-color: #212121;
	padding: 60px 0;
	color: #fff;
}
.section-video h2 {
	color: #fff;
}
.section-video .product-map {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.section-video .product-map .center {
	text-align: center;
	margin: 10px 0 0;
    padding: 0 20px;
}
.section-video .map-wrap {
	position: relative;
}
.section-video .map-wrap area:hover {
	cursor: pointer;
}
.section-video .zoom {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	-webkit-transition: transform .3s 0s;
	transition: transform .3s 0s;
	transform: scale(.5);
}
.section-video .zoom.open {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}
.section-video .zoom-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.section-video .zoom .back {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #212121;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 2px;
}
.section-video .zoom .back:hover {
	background: #363636;
}
.section-video .car-map {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
}
.section-video .car-map .center {
    text-align: center;
    margin: 10px 0 0;
    padding: 0 20px;
}
.modal-cts {
	font-size: 16px;
	line-height: 1.6;
}
.modal-cts h3 {
	margin: 0 auto 10px;
	padding: 10px;
	color: #fff;
	background: #2C2C2C;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.modal-cts-11 h3,
.modal-cts-12 h3,
.modal-cts-13 h3,
.modal-cts-14 h3 {
	max-width: 800px;
}
.modal-cts h4 {
	margin: 0 0 10px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.modal-cts h4.center {
	text-align:center;
}
.modal-cts .tas-video {
	margin: 20px 0 0;
}
.modal-cts-7 .col-2 {
	overflow: hidden;
	margin: 20px auto 0;
    max-width: 800px;
}
.modal-cts-7 .col-2 li {
	float: left;
	width: 48%;
}
.modal-cts-7 .col-2 li:first-child {
	margin: 0 4% 0 0;
}
.modal-cts-7 img,
.modal-cts-11 img,
.modal-cts-12 img,
.modal-cts-13 img,
.modal-cts-14 img {
	display: block;
	margin: auto;
	max-width: 800px;
	width: 100%;
	height: auto;
}
.modal-cts .car-video {
	max-width: 800px;
	margin: 20px auto;
}
.modal-btn {
	text-align: center;
	margin: 20px 0 0;
}
.btn-back {
	background: #666;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	border-radius: 2px;
	display: inline-block;
}
.btn-back:hover {
	background: #555;
	color: #fff;
	text-decoration: none;
}
.modal-more-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 0;
	border: 1px solid #ddd;
    padding: 20px;
    background: #eee;
}
.modal-more-btn h4 {
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
}
.btn-more {
	background: #08c;
	color: #fff;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0 5px;
	border-radius: 2px;
	display: inline-block;
}
.btn-more:hover {
	background: #0076b1;
	color: #fff;
	text-decoration: none;
}
.modal-cts table.style {
	display: table;
    float: none;
    white-space: normal;
    margin: 20px auto 0;
    font-size: 14px;
    width: 100%;
    max-width: 800px;
}
.modal-cts table.style th {
    color: #888;
    padding: 5px 8px;
    text-align:left;
}
.modal-cts table.style th.tit {
    color: #777;
    background:#ddd;
    text-align:center;
}
.modal-cts table.style td {
	text-align: left;
    padding: 5px;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #08c;
}
.modaal-close:after, .modaal-close:before {
    border-radius: 0;
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
    border-radius: 0;
}
.section-video .product-video-link {
	padding: 0 20px;
}
.section-video .product-video-link .link-wrap {
	margin: 30px auto 0;
	background: rgba(255,255,255,.05);
	padding: 30px;
	max-width: 1000px;
    font-size: 13px;
}
.section-video .product-video-link ul {
	display: flex;
	flex-wrap: wrap;
}
.section-video .product-video-link ul li {
	margin: 0 10px 0 0;
}
.section-video .product-video-link ul li a {
	color: #fff;
}
.ttl {
	text-align: center;
	margin: 0 0 40px;
}
.ttl .ttl-txt {
	font-size: 24px;
	font-weight: 500;
	background: none;
	margin: 0;
    letter-spacing: 0.05em;
}
.ttl .en-txt {
	font-size: 16px;
    letter-spacing: 0.05em;
}
.section-schedule {
	background: #fff;
	padding: 60px 5%;
}

.section-schedule .member-ttl {
	color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px;
}
.section-schedule .member {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% 30px;
}
.section-schedule .member .member-info {
	width: 33%;
	padding: 0 2%;
}
.section-schedule .member .member-info h4 {
    color: #888;
    font-size: 17px;
}
.section-schedule .member .member-info ul {
	margin: 10px 0 0;
}
.section-schedule .member .member-info ul li {
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
	display: flex;
	align-items: center;
}
.section-schedule .member .member-info ul li:first-child {
    border-top: 1px solid #ddd;
}
.section-schedule .member .member-info ul li .img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.section-schedule .member .member-info ul li .name {
	flex: 1;
}
.section-schedule ul.live-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3%;
	width: auto;
}
.section-schedule ul.live-list>li {
	width: 50%;
	padding: 0 3%;
	margin: 0 0 40px;
}
.section-schedule ul.live-list>li .live-sns {
	display: flex;
	justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}
.section-schedule ul.live-list>li .live-sns span {
	width: 50px;
    margin: 0 10px 0 0;
}
.section-schedule ul.live-list>li .live-sns h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}
.section-schedule ul.live-list>li h4 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 15px;
}

.section-schedule ul.timetable {
	margin: 20px 0 0;
}
.section-schedule ul.timetable li {
	position: relative;
}
.section-schedule ul.timetable li .time {
    background: #FFF;
    border: 1px solid #ccc;
    background: #eee;
	padding: 4px 10px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.section-schedule ul.timetable li .live-ttl {
	padding: 0 0 1rem 5rem;
	margin: 0 0 0 1rem;
}
.section-schedule ul.timetable li:not(:last-child) .live-ttl {
	border-left: 2px solid #ccc;
}
.section-schedule ul.timetable li .live-ttl .title {
	font-weight: 600;
	font-size: 16px;
	padding: 4px 0;
}
.section-schedule ul.timetable li .live-ttl p {
	padding: 0;
	margin: 0;
}
.section-schedule ul.timetable li .time span {
    position: relative;
    padding: 0 0 0 20px;
}
.section-schedule ul.timetable li .time span::before {
    content: "";
    display: inline-block;
    background-image: url(/event/img/tas2022/ico-clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.section-schedule ul.live-history li {
	margin: 0 0 10px;
	font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.section-schedule ul.schedule-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2%;
}
.section-schedule ul.schedule-list li {
	width: 33%;
	padding: 0 2%;
	margin: 0 0 40px;
}
.section-schedule ul.schedule-list li a {
	color: #333;
}
.section-schedule ul.schedule-list li a:hover {
    color: #08c;
    text-decoration: none;
}
.section-schedule ul.schedule-list li p {
	margin: 10px 0 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.section-schedule ul.schedule-list li p .time {
	margin: 0 10px 0 0;
	position: relative;
	padding: 0 0 0 20px;
	font-weight: 600;
}
.section-schedule ul.schedule-list li p .live-ttl {
    padding: 0 0 0 10px;
    border-left: 1px solid #ccc;
}
.section-schedule ul.schedule-list li p .time::before {
    content: "";
    display: inline-block;
	background-image: url(/event/img/tas2022/ico-clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.movie {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.section-summary-booth {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 5%;
}
.section-summary-booth .summary {
	width: 50%;
	padding: 0 2.5% 0 0;
}
.section-summary-booth .summary dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
.section-summary-booth .summary dl:last-child {
	border-bottom: 1px solid #ddd;
}
.section-summary-booth .summary dl dt {
	width: 30%;
	font-weight: 600;
}
.section-summary-booth .summary dl dd {
	width: 70%;
	padding: 0 0 0 10px;
}
.section-summary-booth .booth {
	width: 50%;
	padding: 0 0 0 2.5%;
}
.section-car {
	padding: 60px 5%;
    background: #212121;
	color: #fff;
}
.section-car h2 {
	color: #fff;
}
.section-car ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0 -1%;
}
.section-car ul li {
	width: 50%;
	padding: 0 1%;
	margin: 0 0 40px;
}
.section-car ul li a {
	display: block;
	position: relative;
}
.section-car ul li a::before {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/event/img/tas2022/ico-loupe.svg);
    opacity: 0;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}
.section-car ul li a:hover::before {
	opacity: 1;
}
.section-car ul li p {
	margin: 10px 0 0;
	text-align: center;
}
.section-driver{
	position: relative;
	padding: 60px 5%;
	position: relative;
	overflow: hidden;
}
.section-driver::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
    background: #eee;
}
.section-driver .bg-txt {
	position: absolute;
	top: 60px;
	left: 100%;
    transform-origin: 0 0;
	transform: rotate(90deg);
    z-index: -1;
	font-size: 16rem;
	color: #dcdcdc;
	white-space: nowrap;
	font-weight: 600;
}
.section-driver .driver {
    max-width: 900px;
    width: 100%;
    margin: auto;
}
.section-driver .driver:not(:first-child){
    margin-top: 60px;
}
.section-driver .driver-right::after {
   content: "";
   display: block;
   clear: both;
}
.section-driver .driver-right .name {
    width: 53%;
    float: left;
}
.section-driver .driver-right .txt {
    width: 53%;
    float: left;
}
.section-driver .driver-right .img {
    width: 47%;
    float: right;
    padding: 0 0 0 5%;
}
.section-driver .driver-left .name {
    width: 53%;
    float: right;
}
.section-driver .driver-left .txt {
    width: 53%;
    float: right;
}
.section-driver .driver-left .img {
    width: 47%;
    float: left;
    padding: 0 5% 0 0 ;
}
.section-driver .driver .img img {
    margin: 0 0 10px;
}
.section-driver h3,
.section-concept h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.section-driver .driver .name {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}
.section-driver .driver .en-txt {
    color: #888;
}
.section-driver .driver .info {
    margin: 20px 0;
}
.section-driver .driver .info p {
    margin: 20px 0;
}
.section-driver .driver .award {
    background: #F4F4F4;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #ddd;
}
.section-driver .driver .award ul li {
	display: flex;
}
.section-driver .driver .award ul li .year {
	width: 4rem;
}
.section-driver .driver .award ul li p {
	flex: 1;
}
.section-driver .driver .award ul li p.instagram{
	margin:0;
}
.section-driver .driver .award ul li p.instagram a {
    color: #555;
    background: url(/event/img/tas2023/instagram.png) 0 1px no-repeat;
    background-size: 17px;
    padding: 0 0 0 24px;
    line-height: 1.5;
    display: block;
    transition:.2s all;
}
.section-driver .driver .award ul li p.instagram a:hover{
opacity:0.9;
text-decoration:none;
}
.section-gallery {
    padding: 60px 5%;
    background: #eee;
}
.section-concept {
	position: relative;
	padding: 60px 5%;
	position: relative;
	overflow: hidden;
}
.section-concept::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
    background: #eee;
}
.section-concept .bg-txt {
	position: absolute;
	top: 60px;
	left: 100%;
    transform-origin: 0 0;
	transform: rotate(90deg);
    z-index: -1;
	font-size: 11rem;
	color: #dcdcdc;
	white-space: nowrap;
	font-weight: 600;
}
.section-concept .booth {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}
.section-concept .booth:not(:first-child) {
    margin-top: 60px;
}
.section-concept .booth a {
    background: #2a2a2a;
    border-radius: 5px;
    display: block;
    padding: 7px 13px 7px 28px;
    box-shadow: 2px 0px 7px #999;
    color: #fff;
    font-size: 15px;
    position: relative;
    transition:.2s all;
}
.section-concept .booth a:hover {
    background: #555;
    text-decoration:none;
    padding: 7px 13px 7px 32px;
}
.section-concept .booth a:hover:before{
    left:15px;
}
.section-concept .booth a:before {
    border-right: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 11px;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}
.section-driver .driver-left::after {
   content: "";
   display: block;
   clear: both;
}
.section-concept .booth{
    display:flex;
}
.section-concept .booth .name {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
    margin: 0 0 30px 0;
}

/* slider */
.gallery-slider {
	max-width: 1000px;
	margin: auto;
}

.gallery-slider .swiper-slide {
	position: relative;
}
.gallery-slider .swiper-slide .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	color: #FFF;
	width: 100%;
}

#booth .swiper-pagination-bullet-active {
    background: #fff;
}
#booth .swiper-button-prev,
#slider .swiper-button-prev {
    background: url(/event/img/tas/ico-slide-left.svg) center no-repeat;
	width: 30px;
	height: 40px;
}
#booth .swiper-button-prev:hover,
#slider .swiper-button-prev:hover,
#booth .swiper-button-next:hover,
#slider .swiper-button-next:hover {
	opacity: .7;
}
#booth .swiper-button-next,
#slider .swiper-button-next {
    background: url(/event/img/tas/ico-slide-right.svg) center no-repeat;
	width: 30px;
	height: 40px;
}
.swiper-blind-left, .swiper-blind-right {
    position: absolute;
    width: 11.55%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 5;
}
.swiper-blind-right {
    right: 0;
}
#slider {
    height: 10%;
}
#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.6;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}

/* accordion */
.accordion_header {
	background: -webkit-repeating-linear-gradient(-45deg, #1d4b75, #1d4b75 3px,#0a3d6c 3px, #0a3d6c 7px);
	background: repeating-linear-gradient(-45deg, #1d4b75, #1d4b75 3px,#0a3d6c 3px, #0a3d6c 7px);
	color: #fff;
	font-size: 28px;
	padding: 15px;
	text-align: center;
	position: relative;
	cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.accordion_header:hover {
	background: repeating-linear-gradient(-45deg, #145c9e, #145c9e 3px,#084b89 3px, #084b89 7px);
}
.accordion_header:after {
	content: '';
    background: url(/event/img/tas/ico-tab-arrow.svg) no-repeat right center;
    width: 22px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.accordion_header.open:after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion_header span {
	font-size: 80%;
	margin: 8px;
}
.accordion_inner {
	display: none;
	padding: 30px 0 0;
}
.accordion_inner.active {
	display: block;
}
.section-news {
	background-color: #fff;
    padding: 40px 5%;
}
.section-news .news-wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 20px;
}
.section-news .news-wrap p {
    margin: 0;
}
.section-news .news-wrap p a {
    color: #FFF;
}
.section-vas {
	background-color: #212121;
    padding: 60px 5% 1px;
    color: #fff;
}
.section-vas .vas-wrap {
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.section-vas h2 {
    color: #fff;
}
.section-vas .movie-box {
    margin: 0 0 60px;
}
.section-vas .movie-box p {
    margin: 10px 0 0;
}
.section-info {
	padding: 40px 5% 0;
    max-width: 1000px;
    margin: auto;
}

/* modal */
.modaal-gallery-control:after, .modaal-gallery-control:before {
    width: 2px;
    border-radius: 0px;
}
.modaal-gallery-prev:before {
    margin: 6px 0 0;
}
.modaal-gallery-next:before {
    margin: -6px 0 0;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    background: none;
}
.modaal-close:focus, .modaal-close:hover {
    background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #fff;
}
.modaal-close:after, .modaal-close:before {
    width: 2px;
    border-radius: 0px;
}
.modaal-gallery-control {
    background: none;
}
.cLogoC {
    width: 400px;
    margin: 0px 30px 60px;
}
.cLogoC img {
    width: 100%;
    height: auto;
}
.section-car.section-present {
    background: #3d3d3d;
}
.presentFl {
    display: flex;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height:2;
}
.presentFl img {
    width: 400px;
    margin-right:40px;
}
section.section-car.section-present h3 {
    color: #fff;
    font-size: 29px;
    margin: 0 0 50px 0;
    text-align:center;
}
section.section-car.section-present a {
    border-radius: 3px;
    background: #eee;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 6px 0 3px;
    vertical-align: sub;
    font-weight: bold;
    line-height: 1.5;
    font-size: 13px;
}
table.style.specTable th {
    width: 250px;
}
.spaced{
    display:flex;   
}
.spaced div:first-child{
    width:66px;
    margin-right:10px;   
}
.mainExhibit {
    margin: 0 auto;
    display: block;
    max-width: auto;
    width: 1042px;
}
.section-car ul li:first-child {
    width: 100%;
}
.section-car ul li:first-child a {
    width: 50%;
    margin: 0 auto;
}
.modaal-wrapper .modaal-close{
    background:#000;   
    right:10px;
    top:10px;
}
.modaal-close:after, .modaal-close:before {
    top: 8px;
    left: 24px;
}
.booth iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}


@media only screen and (max-width: 1024px) {
	.section-schedule ul.schedule-list li {
	    width: 50%;
	}
	.section-car ul li {
	    width: 50%;
	}
	.section-main::after{
	    height:260px;   
	}
	.section-main::before{
	    height:300px;   
	}
	.cLogoC {
    width: 300px;
    }
}

@media only screen and (max-width: 990px) {
	.tas-page {
	    padding:0;
	}
	.section-schedule .member .member-info {
	    width: 50%;
	    margin: 0 0 20px;
	}
	.section-schedule .member .member-info ul li {
	    padding: 10px 0;
	}
	span.text-anime-wrap.fadein.cLogo {
	    right: 49px;
	    bottom: 33px;
	    width: 210px;
	}
}

@media only screen and (max-width: 767px) {
	.tas-page {
	    font-size: 14px;
	}
	.section-main {
	    height: 200px;
	}
	.section-main::after {
	    height: 200px;
    	background-image: url(/event/img/tas2024/bg-tas2024-main-mb.jpg);
    	background-position:center bottom;
	}
	.section-main .main-txt {
		padding: 30px 0 0;
	}
	.section-main .main-txt h1 {
	    font-size: 30px;
	}
	.section-main .main-txt .date {
	    font-size: 20px;
	}
	.section-main .main-txt .day {
	    font-size: 20px;
	}
	.section-main .main-txt .place {
	    font-size: 20px;
	}
	.section-video .product-video-link .link-wrap {
		margin: 20px auto 0;
		padding: 20px;
		font-size: 12px;
	}
	.section-video .zoom .back {
		right: auto;
		top: auto;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
    	background: #08c;
	}
	.section-video .zoom .back:hover {
	    background: #0076b1;
	}
	.modal-cts h3 {
	    font-size: 16px;
	}
	.modal-cts h4 {
	    font-size: 14px;
	}
	.modal-more-btn h4 {
	    margin: 0 0 10px;
	}
	.ttl {
	    margin: 0 0 30px;
	}
	.ttl .ttl-txt {
	    font-size: 20px;
	}
	.ttl .en-txt {
	    font-size: 14px;
	}
	.section-vas {
	    padding: 40px 5% 1px;
	}
	.section-vas .movie-box {
	    margin: 0 0 40px;
	}
	.section-video {
	    padding: 40px 0;
	}
	.modaal-content-container {
	    padding: 10px;
	}
	.section-schedule {
	    padding: 40px 5%;
	}
	.section-schedule ul.schedule-list li {
	    width: 100%;
	    margin: 0 0 25px;
	}
	.section-schedule ul.schedule-list li:last-child {
	    margin: 0;
	}
	.section-schedule ul.live-list {
	    margin: 0;
	}
	.section-schedule ul.live-list>li {
	    width: 100%;
	    padding: 0;
	}
	.section-schedule ul.live-list>li .live-sns {
	    margin: 0 0 20px;
	}
	.section-schedule ul.live-list>li .live-sns h3 {
	    font-size: 20px;
	}
	.section-schedule ul.live-list>li .live-sns span {
	    width: 40px;
	}

	.accordion_header {
	    padding: 5px;
	}
	.section-summary-booth {
	    padding: 40px 5%;
	}
	.section-summary-booth .summary {
	    width: 100%;
	    padding: 0;
	}
	.section-summary-booth .summary dl {
	    padding: 10px 0;
	}
	.section-summary-booth .summary dl dt {
	    width: 100%;
	    margin: 0 0 5px;
	}
	.section-summary-booth .summary dl dd {
	    width: 100%;
		padding: 0;
	}
	.section-summary-booth .booth {
	    width: 100%;
	    padding: 0;
	    margin: 40px 0 0;
	}
	.section-car {
	    padding: 40px 5%;
	}
	.section-car ul li {
	    width: 100%;
	    margin: 0 0 25px;
	}
	.section-car ul li iframe{
	height:150px!important;
	}
	.section-car ul li:last-child {
	    margin: 0;
	}
	.section-driver {
	    padding: 40px 5%;
	}
	.section-driver .bg-txt {
	    display: none;
	}
	.section-driver .driver-right .name,
	.section-driver .driver-left .name {
	    width: 100%;
	    float: none;
	}
	.section-driver .driver-right .img,
	.section-driver .driver-left .img {
	    width: 100%;
	    float: none;
	    padding: 0;
	    margin: 20px 0 0;
	}
	.section-driver .driver-right .txt,
	.section-driver .driver-left .txt {
	    width: 100%;
	    float: none;
	}
	.section-driver .driver-right .txt,
	.section-driver .driver-left .txt {
	    width: 100%;
	    float: none;
	}
	.section-driver .driver:not(:first-child) {
	    margin-top: 40px;
	}
	.section-driver .driver .img img {
	    display: block;
	    width: 100%;
	    max-width: 380px;
	    margin: 0 auto 10px;
	}
	.section-driver h3 {
	    font-size: 16px;
	}
	.section-driver .driver .award {
	    font-size: 12px;
	}
	.section-gallery {
	    padding: 40px 0;
	}
	.swiper-blind-left, .swiper-blind-right {
	    display: none;
	}
	span.text-anime-wrap.fadein.cLogo {
	    right: 36px;
	    bottom: 15px;
	    width: 185px;
	}
	.presentFl {
        display: block;
    }
    .presentFl img {
        width: 80%;
        margin: 0 auto 30px;
        display: block;
    }
    section.section-car.section-present h3 {
        font-size: 18px;
    }
    .cLogoC {
        width: 60%;
        margin: 0px auto 60px;
    }
    table.style.specTable th {
       width: 100%;
    }
    table.style.specTable th, table.style.specTable td {
        display: list-item;
        list-style: none;
    }
    table.style.specTable td.spaced{
        display:flex;   
    }
    .section-concept .booth {
        display: flex;
        flex-wrap: wrap;
    }
	.section-concept h3 {
	    font-size: 16px;
	}
	.section-concept .driver-right .txt {
	    width: 100%;
	    float: none;
	}
	.section-concept .booth:not(:first-child) {
	    margin-top: 40px;
	}
	.section-concept .driver-right .name {
	    width: 100%;
	    float: none;
	}
	.section-concept .driver-right .img {
	    width: 100%;
	    float: none;
	    padding: 0;
	    margin: 20px 0 0;
	    order:2;
	}
	.section-car ul li:first-child a {
        width: 100%;
    }
    .catalogTable tr.headline {
        display: none;
    }
    .catalogTable td.ptName {
        background: #ededed;
    }
}

@media only screen and (max-width: 640px) {
	.tas-page #header_r {
	    right: auto;
	    left: 5%;
	    top: 70px;
	}
	.modal-more-btn {
    	align-items: center;
	    flex-direction: column;
	}
	.btn-more {
	    margin: 5px 0;
	}
	.modal-cts table.style {
	    font-size: 12px;
	}
	.section-schedule .member-ttl {
	    font-size: 18px;
	    margin: 0 0 20px;
	}
	.section-schedule .member .member-info {
	    width: 100%;
	}
	.section-schedule .member .member-info h4 {
	    font-size: 15px;
	}
	.section-schedule .member .member-info ul li .img {
	    width: 60px;
	    height: 60px;
	    margin: 0 10px 0 0;
	}
	span.text-anime-wrap.fadein.cLogo {
	    right: 15px;
	    bottom: 23px;
	    width: 150px;
	}
}

@media only screen and (max-width: 500px) {
	.modal-cts table.style {
	    width: 100% !important;
	}
	.modal-cts table.style tbody {
	    width: 100%;
    	overflow-x: hidden;
    	float: none;
	}
    .section-main .main-txt {
        padding: 0px 0 0;
    }
    .section-main .main-txt {
        justify-content: flex-start;
    }
    .section-main {
        height: 210px;
        padding: 24px 5% 14px 5%;
    }
    span.text-anime-wrap.fadein.cLogo {
        right: 15px;
        bottom: 10px;
        width: 145px;
    }
    table.specTable {
       border-bottom: 1px solid #b9b9b9;
      border-right: 1px solid #b9b9b9;
    }
}

@media only screen and (max-width: 420px) {
    span.text-anime-wrap.fadein.cLogo {
        width: 128px;
    }
}