@charset "utf-8";
* {
	position: relative;
	z-index: 20;
}
#gb-footer {
	z-index: 20;
}
.free-edit {
	text-align: left;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 30px;
}

@media ( min-width: 640px) {
.free-edit {
	font-size: 16px;
	line-height: 1.6;
}
}
#app-bg #app-content {
	box-shadow: none;
	width: 100%;
}

@media ( max-width: 639px) {
#app-bg:before {
	background-size: 50%;
}
}
a img:hover {
    opacity: 0.8;
}
.cont-img.video {
	position: relative;
	height: 0;
	padding: 10% 0 40%;
	overflow: hidden;
	margin-left: 5%;
	margin-right: 5%;
    width: 90%;
	overflow: hidden;
	border-radius: 5px;
}

@media ( min-width: 640px) {
.cont-img.video {
	margin-left: auto;
	margin-right: auto;
    max-width: 670px;
    height: 377px;
    padding: 30px 0 346px;
	border-radius: 10px;
}
}

.cont-img.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
}
footer#gb-footer {
	background-color: rgb(0, 0, 0);
}
/*  main img
====================================*/

.tck2019 .main-img {
	width: 100%;
	height: 200px;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/main_visual_end.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/main_visual_back.png?20250604020042);
	background-position: top center;
	background-repeat: no-repeat,repeat ;
	background-size: auto 100%, cover;
	position: relative;
	z-index: 30;
    text-align: center;
}
.tck2019 .main-img h1 {
	text-indent: -9999px;
	display: none;
}

@media ( min-width: 375px) {
.tck2019 .main-img {
	height: 240px;
}
}

@media ( min-width: 414px) {
.tck2019 .main-img {
	height: 260px;
}
}

@media ( min-width: 640px) {
.tck2019 .main-img {
	width: 100%;
    height: 475px;
	background-size: auto 100%;
}
}
@media ( min-width: 920px) {
.tck2019 .main-img {
	background-image:url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/main_visual_back.png?20250604020042);
	background-repeat: repeat ;
}
}
@media ( max-width: 920px) {
.tck2019 .main-img {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/main_visual_end.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/main_visual_back.png?20250604020042);
	background-repeat: no-repeat,repeat ;
}
.tck2019 .main-img img {
	display: none;
}
}
/*  nav
====================================*/

.tck2019 .nav {
	margin-top: -80px;
	padding-top: 90px;
	padding-bottom: 20px;
	width: 100%;
	background-image: url("https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_01.png?20250604020042");
	background-repeat: repeat;
    background-size: 50%;
    background-position: center;
}
.tck2019 .nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}
.tck2019 .nav ul li {
	width: 50%;
}
.tck2019 .nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
	background-size: 100% 100%;
}
/*  New
====================================
*/
/*--.tck2019 .nav .nav-6 a::before {
	content: "New";
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/icon_new.png?20250604020042);
	background-size: cover;
	position: absolute;
	text-indent: -9999px;
	width: 30px;
	height: 12.5px;
	left: 5px;
	top: 5px;
	z-index: 30;
	animation: flash 1s ease-out infinite ;
}--*/
.tck2019 .nav ul.sns-btn{
    width: 145px;
    margin-bottom: 10px;
}
.tck2019 .nav ul.sns-btn li{
    width: 33.33%;
    text-align: center;
}
.tck2019 .nav ul.sns-btn li:first-child{
	text-align: left;
}
.tck2019 .nav ul.sns-btn li:last-child{
	text-align: right;
}
.tck2019 .nav ul.sns-btn li img{
	width: 35px;
}
@media ( min-width: 640px) {
.tck2019 .nav {
	padding-top: 100px;
	padding-bottom: 40px;
}
.tck2019 .nav ul {
	max-width: 750px;
}
.tck2019 .nav .nav-4 a::before,
.tck2019 .nav .nav-6 a::before {
	width: 60px;
	height: 25px;
	left: 10px;
	top: 10px;
}
.tck2019 .nav ul.sns-btn{
    width: 290px;
    margin-bottom: 20px;
}
.tck2019 .nav ul.sns-btn li img{
	width: 70px;
}
}
/*  Common
====================================*/

section {
	position: relative;
	margin: 0 auto;
	z-index: 20;
	padding-bottom: 50px;
}
section::before {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/separation.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/separation_bg.png?20250604020042);
	background-size: auto 20px, auto 20px;
	background-repeat: no-repeat, repeat;
	background-position: center;
}

@media ( min-width: 640px) {
section {
	padding-bottom: 100px;
}
section::before {
	height: 40px;
	background-size: auto 40px, auto 40px;
}
}
.cont-img {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 750px;
	position: relative;
}
.cont-img.cont-white {
	background-color: #fff;
	max-width: 100%;
}
.cont-img.cont-white img {
	max-width: 750px;
	width: 100%;
}
.cont-main {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_bc_light_01_main.png?20250604020042);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	text-align: center;
}
.cont-mb-5 {margin-bottom: 2.5px}
.cont-mt-5 {margin-top: 2.5px}
.cont-mb-10 {margin-bottom: 5px}
.cont-mt-10 {margin-top: 5px}
.cont-mb-20 {margin-bottom: 10px}
.cont-mt-20 {margin-top: 10px}
.cont-mb-30 {margin-bottom: 15px}
.cont-mt-30 {margin-top: 15px}
.cont-mb-40 {margin-bottom: 20px}
.cont-mt-40 {margin-top: 20px}
.cont-mb-50 {margin-bottom: 25px}
.cont-mt-50 {margin-top: 25px}
.cont-mb-60 {margin-bottom: 30px}
.cont-mt-60 {margin-top: 30px}
.cont-mb-70 {margin-bottom: 35px}
.cont-mt-70 {margin-top: 35px}
.cont-mb-80 {margin-bottom: 40px}
.cont-mt-80 {margin-top: 40px}
.cont-mb-90 {margin-bottom: 45px}
.cont-mt-90 {margin-top: 45px}
.cont-mb-100 {margin-bottom: 50px}
.cont-mt-100 {margin-top: 50px}

.cont-pb-5 {padding-bottom: 2.5px}
.cont-pt-5 {padding-top: 2.5px}
.cont-pb-10 {padding-bottom: 5px}
.cont-pt-10 {padding-top: 5px}
.cont-pb-20 {padding-bottom: 10px}
.cont-pt-20 {padding-top: 10px}
.cont-pb-30 {padding-bottom: 15px}
.cont-pt-30 {padding-top: 15px}
.cont-pb-40 {padding-bottom: 20px}
.cont-pt-40 {padding-top: 20px}
.cont-pb-50 {padding-bottom: 25px}
.cont-pt-50 {padding-top: 25px}
.cont-pb-60 {padding-bottom: 30px}
.cont-pt-60 {padding-top: 30px}
.cont-pb-70 {padding-bottom: 35px}
.cont-pt-70 {padding-top: 35px}
.cont-pb-80 {padding-bottom: 40px}
.cont-pt-80 {padding-top: 40px}
.cont-pb-90 {padding-bottom: 45px}
.cont-pt-90 {padding-top: 45px}
.cont-pb-100 {padding-bottom: 50px}
.cont-pt-100 {padding-top: 50px}

@media ( min-width: 640px) {
.cont-mb-5 {margin-bottom: 5px}
.cont-mt-5 {margin-top: 5px}
.cont-mb-10 {margin-bottom: 10px}
.cont-mt-10 {margin-top: 10px}
.cont-mb-20 {margin-bottom: 20px}
.cont-mt-20 {margin-top: 20px}
.cont-mb-30 {margin-bottom: 30px}
.cont-mt-30 {margin-top: 30px}
.cont-mb-40 {margin-bottom: 40px}
.cont-mt-40 {margin-top: 40px}
.cont-mb-50 {margin-bottom: 50px}
.cont-mt-50 {margin-top: 50px}
.cont-mb-60 {margin-bottom: 60px}
.cont-mt-60 {margin-top: 60px}
.cont-mb-70 {margin-bottom: 70px}
.cont-mt-70 {margin-top: 70px}
.cont-mb-80 {margin-bottom: 80px}
.cont-mt-80 {margin-top: 80px}
.cont-mb-90 {margin-bottom: 90px}
.cont-mt-90 {margin-top: 90px}
.cont-mb-100 {margin-bottom: 100px}
.cont-mt-100 {margin-top: 100px}

.cont-pb-5 {padding-bottom: 5px}
.cont-pt-5 {padding-top: 5px}
.cont-pb-10 {padding-bottom: 10px}
.cont-pt-10 {padding-top: 10px}
.cont-pb-20 {padding-bottom: 20px}
.cont-pt-20 {padding-top: 20px}
.cont-pb-30 {padding-bottom: 30px}
.cont-pt-30 {padding-top: 30px}
.cont-pb-40 {padding-bottom: 40px}
.cont-pt-40 {padding-top: 40px}
.cont-pb-50 {padding-bottom: 50px}
.cont-pt-50 {padding-top: 50px}
.cont-pb-60 {padding-bottom: 60px}
.cont-pt-60 {padding-top: 60px}
.cont-pb-70 {padding-bottom: 70px}
.cont-pt-70 {padding-top: 70px}
.cont-pb-80 {padding-bottom: 80px}
.cont-pt-80 {padding-top: 80px}
.cont-pb-90 {padding-bottom: 90px}
.cont-pt-90 {padding-top: 90px}
.cont-pb-100 {padding-bottom: 100px}
.cont-pt-100 {padding-top: 100px}
}
/*---- contents Title ---*/

h2.ttl {
	display: block;
	position: relative;
	width: 100%;
	height: 130px;
	text-indent: -9999px;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_bc_light.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_pattern_pink.png?20250604020042);
	background-size: auto 100%;
	background-position: bottom center;
	background-repeat: no-repeat, repeat;
}

@media ( min-width: 640px) {
h2.ttl {
	height: 260px;
}
}
#app-content .tck2019 hr {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/img_line_star.png?20250604020042);
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 9px;
	width: 100%;
	margin-bottom: 20px;
}

@media ( min-width: 640px) {
#app-content .tck2019 hr {
	background-size: auto 15px;
	height: 15px;
	margin-bottom: 40px;
}
}
/*  event
====================================*/

.event {
	margin-left: 20px;
	margin-right: 20px;
	border: 3px solid #e34fc2;
	border-radius: 13px;
	background-color: #fff;
	max-width: 670px;
    overflow: hidden;
}
.event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_race.png?20250604020042), linear-gradient(-45deg, #e34fc2 25%, #d74bb8 25%, #d74bb8 50%, #e34fc2 50%, #e34fc2 75%, #d74bb8 75%, #d74bb8);
	background-position: center 40%;
	background-repeat: no-repeat, repeat;
	background-size: auto 17px, 8px 8px;
	height: 24px;
	margin-top: 0;
	border-radius: 5px 5px 0 0;
	text-indent: -9999px;
}
.event img {
	position: relative;
	z-index: 10;
	width: 100%;
}
.event p, .event ul {
	display: none;
}

/*
.event p{
	font-weight: bold;
}

.event p,
.event h4,
.event ul{
    padding: 10px 8px 10px;
}
.event ul{
	display:-webkit-flex;
	display:none;
    flex-wrap:wrap;
	text-indent: -9999px;
}
.event ul li{
	width: 30%;
	display:block;
	font-weight: bold;
}
.event ul li:nth-child(odd){
	color:#e34fc2;
}
.event ul li:nth-child(even){
	width: 70%;
	letter-spacing: -1px;
}

*/

@media ( min-width: 640px) {
.event {
	margin-left: auto;
	margin-right: auto;
	border-width: 6px;
}
.event h3.subttl {
	background-size: auto 32px, 16px 16px;
	height: 47px;
}
}
/*  
====================================*/

.lead {
	width: 100%;
	margin: 10px auto;
	padding: 3px;
	background-color: #fb810c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
}
ul.clomm-2line {
	display: flow-root;
}
ul.clomm-2line li {
	width: 49%;
	padding-bottom: 20px;
}
ul.clomm-2line li:nth-child(2n-1) {
	float: left;
}
ul.clomm-2line li:nth-child(2n) {
	float: right;
}
ul.clomm-2line li h4 {
	height: 45px;
	background-position: center;
	margin-bottom: 10px;
	width: 100%;
}
#cont-02 ul.clomm-2line li p:last-child {
	margin: 10px 10px 0;
	font-size: 14px;
}
/*---- text ---*/

.free-edit p {
/*	margin-top: 10px*/
}
.tck2019 p, .tck2019 li {
	color: #000;
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	;/*	margin: 7px 0px 15px;*/
}
.tck2019 p strong {
	color: #ff6c00;
	font-size: 13px;
	font-weight: bold;
}
.tck2019 h1 {
	width: 100%;
	height: 85px;
	text-indent: -9999px;
	display: none;
}
.tck2019 b {
	font-weight: bold;
}

@media ( min-width: 640px) {
.free-edit p {
/*		margin-top: 20px*/
}
.text-red {
	color: ff6c00;
	font-weight: bold;
}
.text-s {
	font-size: 90%;
}
.tck2019 p, .tck2019 p strong {
	font-size: 18px;
}
.tck2019 li {
	font-size: 18px;
}
}
/*  cont-01
====================================*/

#cont-01 {
	background-color: #ffeefc;
}
#cont-01 .cont-main {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_bc_light_01_main_bg.png?20250604020042);
}
#cont-01 .event.event-result{
	border-color: rgba(255,65,65,1.00);
}
@media ( max-width: 350px) {
#cont-01 h2.ttl {
	height: 100px;
}
}
/*  cont-02
====================================*/

#cont-02 {
	background-color: #fdf9de;
}
#cont-02 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_bc.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_pattern_yellow.png?20250604020042);
}

@media ( max-width: 350px) {
#cont-02 h2.ttl {
	height: 100px;
}
}
#cont-02 .cont-main {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_bc_01_main_bg.png?20250604020042);
}
#cont-02 .event.event-result{
	border-color: rgba(255,65,65,1.00);
}
#cont-02 .event {
	border-color: #fb810c;
}
#cont-02 .event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_race.png?20250604020042), linear-gradient(-45deg, #fb810c 25%, #ee7a0b 25%, #ee7a0b 50%, #fb810c 50%, #fb810c 75%, #ee7a0b 75%, #ee7a0b);
}
#cont-02 .event ul li:nth-child(odd) {
	color: #fb810c;
}
/*  cont-03
====================================*/

#cont-03 {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_02.png?20250604020042);
	background-size: 50%;
}
#cont-03 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_tck_march.png?20250604020042);
	background-color: #383838;
}
#cont-03 .cont-main {
	background-image: none;
	height: auto;
}
#cont-03 .event {
	border-color: #fb810c;
}
#cont-03 .event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_tv.png?20250604020042), linear-gradient(-45deg, #fb810c 25%, #ee7a0b 25%, #ee7a0b 50%, #fb810c 50%, #fb810c 75%, #ee7a0b 75%, #ee7a0b);
}
#cont-03 .event h3.subttl.schedule {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_schedule.png?20250604020042), linear-gradient(-45deg, #fb810c 25%, #ee7a0b 25%, #ee7a0b 50%, #fb810c 50%, #fb810c 75%, #ee7a0b 75%, #ee7a0b);
}
#cont-03 .event ul li:nth-child(odd) {
	color: #fb810c;
}
/*  cont-04
====================================*/

#cont-04 {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_03.png?20250604020042);
	background-size: 50%;
}
#cont-04 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_tck_april.png?20250604020042);
	background-color: #383838;
}
#cont-04 .cont-main {
	background-image: none;
	height: auto;
}
#cont-04 .event {
	border-color: #ffa82b;
}
#cont-04 .event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_tv.png), linear-gradient(-45deg, #ffa82b 25%, #f29f29 25%, #f29f29 50%, #ffa82b 50%, #ffa82b 75%, #f29f29 75%, #f29f29);
}
#cont-04 .event h3.subttl.schedule {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_schedule.png), linear-gradient(-45deg, #ffa82b 25%, #f29f29 25%, #f29f29 50%, #ffa82b 50%, #ffa82b 75%, #f29f29 75%, #f29f29);
}
#cont-04 .event ul li:nth-child(odd) {
	color: #fb810c;
}
#cont-04 .event {
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}

@media ( min-width: 640px) {
#cont-04 .event {
	margin-right: auto;
	margin-left: auto;
}
}
/*  cont-05
====================================*/

#cont-05 {
	position: relative;
	z-index: 10;
}
#cont-05::after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_04.jpg?20250604020042) center no-repeat;
	background-size: cover;
	z-index: -10;
}
#cont-05 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_other.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_pattern_yellow.png?20250604020042);
}
#cont-05 a {
	color: #0598ff;
}
#cont-05 p, #cont-05 li {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
#cont-05 p {
	margin: 0px 20px 0px;
	font-weight: bold;
}
#cont-05 .event {
	padding: 9px 4px 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 22;
	-moz-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 22;
	-webkit-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 22;
	-o-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 22;
	-ms-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 22;
	border-style: solid;
	border-width: 11px;
}
#cont-05 .event img {
	margin-bottom: 10px;
	width: 100%;
}
#cont-05 .event img:first-child {
	border-radius: 4px 4px 0 0;
}
#cont-05 .event ul {
	display: block;
}
#cont-05 .dev:last-child {
	background-image: none;
}
#cont-05 h3.subttl {
	padding: 0 20px;
}
#cont-05 h3.subttl.subttl02 {
}
#cont-05 h3.subttl.subttl03 {
}

@media ( min-width: 640px) {
#cont-05 {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_04.jpg?20250604020042);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#cont-05 h2.ttl.ttl-05 {
	height: 160px;
	background-size: auto 260px;
}
#cont-05 p {
	max-width: 750px;
	margin: auto;
}
#cont-05 h3.subttl {
	text-align: center;
}
#cont-05 .event {
	margin-left: auto;
	margin-right: auto;
	border-radius: 14px;
	padding: 30px 19px 2px;
	border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 11;
	-moz-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 11;
	-webkit-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 11;
	-o-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 11;
	-ms-border-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/cont_other_01_frame.png?20250604020042) 11;
	border-style: solid;
	border-width: 11px;
}
#cont-05 .event img {
	margin-bottom: 20px;
}
}
/*  cont-06
====================================*/

#cont-06 {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_05.png?20250604020042);
	background-size: 50%;
}
#cont-06 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_campaign.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_pattern_blue.png?20250604020042);
	background-color: #383838;
}
#cont-06 .cont-main {
    background-image: none;
    height: auto;
}
#cont-06 .event {
    border-color: #3b84fc;
}
#cont-06 .event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_campaign.png?20250604020042), linear-gradient(-45deg, #3c84fc 25%, #387ef0 25%, #387ef0 50%, #3c84fc 50%, #3c84fc 75%, #387ef0 75%, #387ef0);
    background-size: auto 11.5px, 8px 8px;
}
#cont-06 .event .coution {
	overflow-x: auto;
	height: 157px;
    padding: 5px;
    background-color: #fff;
    border-radius: 11px;
}
#cont-06 .event .coution p {
	display:block;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 1px;
}
#cont-06 .event .coution p a{
	color: #3b84fc;
	font-weight: bold;
	text-decoration: none;
}
@media ( min-width: 640px) {
#cont-06 .event .coution {
	height: 314px;
}
#cont-06 .event .coution p {
    font-size: 20px;
    margin-bottom: 2px;
}
}
#cont-06 .text-link{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0 5.5%;
}
#cont-06 .text-link a{
	text-align: left;
    display: block;
    width: 18.278%;
	cursor: pointer;
    left: 69.8%;
    top: 41%;
}
#cont-06 .text-link.tck-keiba a{
    width: 19.476%;
    left: 65.3%;
    top: 41%;
}
#cont-06 .text-link.dabi-mas-2 a{
    width: 28.47%;
    left: 2.4%;
    top: 16%;
}
@media ( min-width: 750px) {
	#cont-06 .event h3.subttl{
		background-size: auto 23px, 16px 16px;
	}
}
/*  cont-07
====================================*/

#cont-07 {
	background-color: #fffcf4;
}
#cont-07 .event {
	border: none;
}
#cont-07 h2.ttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/ttl_tck.png?20250604020042);
	background-color: #d70c19;
	height: 130px;
	background-size: auto 87px;
	background-position: center;
}
#cont-07 .event h3.subttl {
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/frame_ttl_coution.png?20250604020042);
	background-color: #3b84fc;
	border-radius: 13px 13px 0 0;
}
#cont-07 .event p {
	overflow-x: auto;
	height: 100px;
}
#cont-07 a {
	display: block;
	text-align: center;
}
#cont-07 a img {
	width: 80%;
}

@media ( min-width: 640px) {
#cont-07 h2.ttl {
	height: 260px;
	background-size: auto 174px;
}
#cont-07 a img {
	max-width: 600px;
}
}
/*
====================================*/
#cont-coution {
	background-color: #cccccc;
}
#cont-coution h2.ttl {
	background: none;
	text-indent: 0;
	height: auto;
	padding: 0 20px;
	text-align: center;
}
#cont-coution .event {
	border-color: #fb810c;
	background-color: #fb810c;
	padding: 5px 0;
	border-radius: 5px;
	border-width: 2px;
}
#cont-coution .event .coution {
	overflow: auto;
	height: 250px;
	background-color: #fff;
	border-radius: 0px;
	padding: 5px;
}
#cont-coution .event .coution p {
	display: block;
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1px;
}
#cont-coution .event .coution p strong {
	font-size: 12px;
}

@media ( min-width: 640px) {
#cont-coution h2.ttl {
	height: auto;
}
#cont-coution .event {
	padding: 10px 0;
	border-radius: 10px;
	border-width: 4px;
}
#cont-coution .event .coution {
	height: 400px;
	padding: 10px;
}
#cont-coution .event .coution p {
	font-size: 20px;
	margin-bottom: 2px;
}
#cont-coution .event .coution p strong {
	font-size: 20px;
}
}
/*
====================================*/

.come-back {
	width: 100%;
	padding: 25px 0 0;
	background-color: #3d3d3d;
	text-align: center;
}
.come-back img {
	max-width: 300px;
}
.store-link p, .btn-start {
	width: 320px;
	width: 100%;
	height: 52px;
	display: block;
	text-align: center;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_login_left.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_login_right.png?20250604020042), url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_login.png?20250604020042);
	background-size: auto 100%, auto 100%, auto 100%;
	background-position: 5%, 95%, center;
	background-repeat: no-repeat, no-repeat, repeat;
	background-color: #3d3d3d;
	box-shadow: 0px -3px 4px -2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px -3px 4px -2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px -3px 4px -2px rgba(0, 0, 0, 0.4);
	z-index: 99;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-top: 1px solid #fc800c;
	border-bottom: 1px solid #fc800c;
}
.btn-start {
	bottom: -100px;
}
.store-link p img, .btn-start p {
	width: 190px;
	margin: 2.5% auto 0;
	display: inline-block;
	text-align: left;
}
.store-link {
	width: 100%;
	height: 164px;
	background-color: #3d3d3d
}
.store-link ul {
	width: 320px;
	background: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/store_text_sp.jpg?20250604020042) no-repeat 0 0;
	background-size: cover;
	padding: 44px 0 0 64px;
	margin: 0 auto;
	max-width: 480px;
}
.store-link ul li {
	width: 112px;
}
 .store-link ul li::first-child {
 margin-right: 8px;
}
.store-link ul li:last-child {
	display: none;
}
.store-link p {
	margin: 15px auto 0;
	display: block;
	text-align: center;
}
.btn-page-top, .btn-page-top.show, .btn-page-top.hide {
	right: 10px;
	bottom: 62px;
}

@media ( min-width: 375px) {
.store-link {
	height: 170px;
}
.store-link p, .btn-start {
	height: 58px;
}
.store-link p img, .btn-start p {
	width: 210px;
}
.btn-page-top, .btn-page-top.show, .btn-page-top.hide {
	right: 10px;
	bottom: 67px;
}
}

@media ( min-width: 414px) {
.store-link {
	height: 178px;
}
.store-link p, .btn-start {
	height: 64px;
}
.store-link p img, .btn-start p {
	width: 230px;
}
.btn-page-top, .btn-page-top.show, .btn-page-top.hide {
	right: 10px;
	bottom: 73px;
}
}

@media ( min-width: 640px) {
.store-link p, .btn-start {
    background-size: auto 100%, auto 100%, 100% auto;
	height: 100px;
}
.store-link p img, .btn-start p {
	width: 360px;
}
.come-back {
	margin: 0px auto 0px;
	padding: 70px 0 50px;
}
.store-link {
	height: 155px;
	padding-bottom: 60px;
	margin: 0 auto;
	background-color: #3d3d3d;
}
.store-link ul {
	width: 640px;
	max-width: 640px;
	height: 155px;
	padding: 20px 0 0 112px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/5/sp64/bg_store_pc.jpg?20250604020042);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.store-link ul li {
	width: 154px;
}
.store-link ul li:last-child {
	display: block;
}
.come-back img {
	max-width: 600px;
}
.btn-page-top, .btn-page-top.show, .btn-page-top.hide {
	right: 20px;
	bottom: 20px;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
.btn-page-top, .btn-page-top.show, .btn-page-top.hide {
	right: 20px;
	bottom: 120px;
}
}
