@charset "utf-8";
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
    TOP
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.layout {
	margin-bottom: 0;
}

.underline_link a {
	text-decoration: underline;
}

.underline_link .btn a {
	text-decoration: none;
}

/* keyvisual */
#keyvisual {
	height: 84vh;
	overflow: hidden;
}
.mv_hosoku {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	background: #2d2d2d;
	padding: 0 5px;
}
/* catch */

#catch .emergency_box {
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #444;
    padding-bottom: 70px;
}

#catch .emergency_box p + p {
    margin-top: 15px;
}

#catch .emergency_box p {
    font-size: 1.4rem;
}

#catch {
	color: #fff;
}
#catch .title {
	font-size: 24px;
	height: inherit;
	background: inherit;
	text-align: center;
	border: none;
	padding: 0;
}
#catch .text {
	text-align: center;
	line-height: 2.4;
}

/* news */
#news .newslist {
	margin-top: 20px;
	overflow-y: hidden;
	overflow-x: hidden;
}
#news .newslist .news_content {
	max-height: 260px;
	margin-right: -17px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#news .newslist li {
	border-bottom: 1px solid #444;
	padding: 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#news .newslist li:first-child {
	border-top: 1px solid #444;
}
#news .date {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 2px 0 14px;
}
#news .newslist a {
	text-decoration: underline;
	display: inline-block;
	line-height: 1.6;
}
#news .newslist a:hover {
	text-decoration: none;
}
/* outline */
.mod_outline {
	overflow: hidden;
}

.mod_outline .table {
	width: calc(100% - 290px);
	float: left;
}

.mod_outline .sponsor_image {
	float: right;
	width: 230px;
	padding-top: 230px;
	position: relative;
	background: #000;
	border-radius: 5px;
}

.mod_outline .sponsor_image .image {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.mod_outline .sponsor_image img {
	width: 31%;
	max-width: 72px;
	margin-top: 20px;
	display: inline-block;
}

/* ticket */
#ticket .ttl_lv03,
#ticket .heading {
	margin-top: 0;
	margin-bottom: 20px;
}

#ticket .layout {
	margin-top: 60px;
}

#ticket .col_3 .col_item dl + dl {
	margin-top: 40px;
}

#ticket .col_3 .col_item dt + dd {
	margin-top: 25px;
}

#ticket .col_3 .col_item dt + dt {
	margin-top: 10px;
}

#ticket .col_3 .col_item dt .subtitle {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
}
#ticket .col_3 .col_item .loppi img {
	width: 34px;
	display: inline-block;
	vertical-align: text-bottom;
}
#ticket .col_3 .col_item .subtitle:after {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #fff;
}
#ticket .col_3 .col_item dd {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0 0 15px 15px;
}

/* contents */
#contents {
	position: relative;
	padding: 0;
	overflow: hidden;
}

#contents .container03 {
    padding: 0 2%;
}

#contents .ttl_lv02 {
	margin-bottom: 35px;
}

#contents .under_ttl_txt {
	font-size: 10px;
	text-align: center;
	margin-bottom: 70px;
}

#contents .bg_type03_inner:after,
#contents .bg_type03_inner:before,
#contents:after,
#contents:before {
	content: '';
	position: absolute;
	display: block;
	height: 80px;
}

#contents .bg_type03_inner:before,
#contents:after {
	opacity: 0.4;
	z-index: 11;
}

#contents .bg_type03_inner:after,
#contents:before {
	opacity: 1;
	z-index: 10;
}

#contents .bg_type03_inner:after {
	bottom: 0;
	left: 0
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 0 0 42vw;
	border-color: transparent transparent transparent #535353;
}
#contents .bg_type03_inner:before {
	bottom: 0;
	right: 0
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 100vw;
	border-color: transparent transparent #333334 transparent;
}

#contents:after  {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 80px 100vw 0 0;
	border-color: #333334 transparent transparent transparent;
}

#contents:before  {
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 42vw 80px 0;
	border-color: transparent #535353 transparent transparent;
}

#contents .bg_type03_inner {
	position: relative;
	padding: 110px 0 160px;
}

#contents .font_mini,
#contents .hosoku {
	font-size: 1.2rem;
	display: block;
}

#contents .content_wrap + .content_wrap {
	margin-top: 50px;
}

#contents .content_ttl_lv03 {
	font-size: 2rem;
	margin-bottom: 30px;
	line-height: 1.7;
	padding-top: 30px;
	position: relative;
}

#contents .content_ttl_lv03:before {
	content: '';
	position: absolute;
	top: 0;
	left: -2%;
	width: 104%;
	height: 1px;
	display: block;
	background: #a7a7a7;
}

#contents .content_item_list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	justify-content: start;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#contents .content_ttl {
	font-size: 1.6rem;
	margin-top: 15px;
}

#contents .content_ttl_lv04 {
	margin-bottom: 30px;
}

#contents .content_txt {
	margin-top: 10px;
}

#contents .content_item {
	width: 23.5%;
	margin-right: 2%;
}

#contents .col01 {
	width: 23.5%;
	margin-right: 2%;
}

#contents .col01 .content_item {
	margin-right: 0;
	width: 100%;
}

#contents .col01 .content_item:nth-of-type(n+2) {
	margin-top: 50px;
}

#contents .col02 {
	width: 49%;
	margin-right: 2%;
}

#contents .col02 .content_item {
	width: 48%;
	margin-right: 4%;
}

#contents .col02 .content_item:nth-of-type(2n) {
	margin-right: 0;
}

#contents .col02 .content_item:nth-of-type(n+3) {
	margin-top: 50px;
}

#contents .col03 {
	width: 74.5%;
	margin-right: 2%;
}

#contents .col03 .content_item {
	width: 31.5%;
	margin-right: 2.75%;
}

#contents .col03 .content_item:nth-of-type(3n) {
	margin-right: 0;
}

#contents .col03 .content_item:nth-of-type(n+4) {
	margin-top: 50px;
}

#contents .col04 .content_item:nth-of-type(4n) {
	margin-right: 0;
}

#contents .col04 .content_item:nth-of-type(n+5) {
	margin-top: 50px;
}

#contents .right_edge {
	margin-right: 0;
}

#contents .content_wrap_inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	justify-content: start;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#contents .content_wrap_inner .content_item_wrap {
	padding: 0;
	border: 0;
}

#contents .notice_box {
	border: 1px solid #fff;
    padding: 40px;
    text-align: center;
    max-width: 960px;
    margin: 60px auto 0;
}

#contents .notice_box a {
	text-decoration: underline;
}

#contents .notice_box p+p {
	margin-top: 10px;
}

#contents .notice_box .notice_hosoku {
	margin-top: 30px;
	font-size: 1.2rem;
}

/* contact */
#contact .layout {
	text-align: center;
}

#contact .ttl_lv03,
#contact .heading {
	font-size: 16px;
	font-size: 1.6rem;
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#contact .contact_list {
	margin-top: 30px;
	padding-bottom: 8px;
}
#contact .contact_list dt,
#contact .contact_list dd {
	display: inline-block;
}
#contact .contact_list dt {
	width: 50px;
	width: 5rem;
}
#contact .contact_list a {
	text-decoration: underline;
}
#contact .contact_list a:hover {
	text-decoration: none;
}
#contact .contact_form a {
	position: relative;
	padding-left: 12px;
}
#contact .contact_form a:after{
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	top: 50%;
	margin-top: -3px;
	left: 0;
}

#brand01, #brand02, #brand03, #race01, #race02 {
	margin-top: -90px;
	padding-top: 90px;
}

/*gallary*/
#gallary .container03 {
	padding: 0 2%;
}

.youtube_box {
	max-width: 800px;
	width: 100%;
	margin: 100px auto 0;
}


/*slider*/

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

.slick-slide img {
    margin: 0 auto;
}

.slider{
  display: none;
}
.slider.slick-initialized{
  display: block;
}

.slick_item a {
	display: inline-block;
	transition: 0.5s;
}

.slick_item {
	text-align: center;
}

.slick_item a:hover {
	opacity: 0.7;
}

.slick-arrow {
    position : absolute;
    z-index: 100;
}

.slick_box {
    position: relative;
}

.slick-arrow {
    width : 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slick-prev {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    left: 15px;
    top: 50%;
}

.slick-next {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 15px;
    top: 50%;
}

.slick-dots {
	margin-top: 10px;
    text-align: center;

}

.slick-dots li {
    display: inline-block;
    width:8px;
    height: 8px;

    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.slick-dots li button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.slick-dots li + li {
    margin-left: 10px;
}

.slick-dots .slick-active {
    background: #fff;
}