<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*予告ページ固有*/
.wrapper .logo_box{
	/*width: 290px;*/
	width: 160px;
        height: 70px;
}
.omura_logo {
    padding-top: 10px;
    width: 100%;
}
.logo_img {
    width: 90%;
} 
/*ハンバーガーメニュー----------------------------------------*/
.hamburger-menu{
	display: block;
	width: 75px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
}
.menu-btn::before{
	content: "menu";
	position:absolute;
	top:-5px;
}
/*アイコン部分*/
.menu-btn {
    position: relative;
    top: 5px;
    right: 10px;
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span::before {
    bottom: 15px;
}
.menu-btn span::after {
    top: 15px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);

}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);

}
#menu-btn-check:checked ~ .menu-btn{
	position: fixed;
}
#menu-btn-check:checked ~ .menu-btn::before{
	content: "close";
}
#menu-btn-check {
    display: none;
}
/*コンテンツ制御*/

.pagevisual_area {
    width: 100%;
    height: 0;
    padding-top: calc(300 / 1920 * 100%);
    background: url(../images/pc_page_header.png) center center / cover no-repeat;
    position: relative;
}

/* mane */
.sp_only{
    display:none;
}
.pc_only{
    display:block;
/*    display:flex;*/
}
.pc_only_inline{
    display:inline-block;
/*    display:flex;*/
}
.sp_sns{
    display:none;
}
.pc_sns{
    display:block;
    position: absolute; 
    right: 100px;
    top: 20px;
}
.pc_sns img{
    width: 34px;
}
.pc_sns span{
    z-index: 10;
    position:absolute;
    top:-12px;
    right:0px;
    font-size:0.6rem;
    font-weight:bold;
    color:white;
    text-shadow:1px 1px 1px red;
}
.pc_sns a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.pc_page_logo{
    display:block;
    position: absolute; 
    left: 160px;
    top: 21px;
/*    top: -10px;*/
}
.pc_page_logo img{
    width: 42%;
}
.pc_page_logo a{
    text-decoration: none;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1120px){
    .pc_sns img{
        width: 30px;
    }
}

@media screen and (max-width: 959px){
.wrapper .logo_box {
    width: 50%;
    max-width: 290px;
}
.omura_logo a {
    display:block;
    width:80%;
}
.pc_sns img{
    width: 32px;
}
.sp_sns {
    width: 30%;
    height: 38px;
    display: block;
    position: absolute;
    right: 40px;
    top: 25px;
}
.sp_sns a{
    text-decoration: none;
}
.sp_sns img {
    width: 34px;
}
.pc_page_logo img{
    width: 60%;
}
        .menu-content ul {
            padding: 10px 10px 0;
        }
        .menu-content ul li {
            width: 100%;
        }
        .pc_page_logo,
        .pc_sns {
            display: none;
        }
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
        .sp_sns {
            width: 40%;
            height: 38px;
            display: block;
            position: absolute;
            right: 40px;
            top: 25px;
        } 
        .sp_sns img {
            width: 23px;
        }
        header{
            padding: 8px 0 3px;
        }
	/*ハンバーガーメニュー----------------------------------------*/
	.hamburger-menu{
		padding:  1% 2% 1% 1%;
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		right: 5px;
		top: 0;
		box-sizing:border-box;
	}
	/*アイコン部分*/
	.menu-btn {
		position: relative;
		top: 15px;
		right: 5px;
		display: flex;
		height: 36px;
		width: 36px;
		justify-content: center;
		align-items: center;
		z-index: 90;
	}
	.menu-btn::before{
		top: -15px;
		font-size: 12px;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 100%;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 10px;
	}
	.menu-btn span:after {
		top: 10px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
		background-color: white;
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
		background-color: white;
	}
	#menu-btn-check:checked ~ .menu-btn{
		position: fixed;
	}
	#menu-btn-check {
		display: none;
	}

	/*ハンバーガーメニュー終了----------------------------------------*/
        .pc_page_logo img{
            width: 60%;
        }
        
        .sns_pc_only,
        .pc_only{
            display:none;
        }
        .sp_only{
            display:block;
        }
        .pc_only_inline{
            display:none;
        }
        .pc_page_logo,
        .pc_sns {
            display: none;
        }
}
@media only screen and (max-device-width: 750px){
    
    .pagevisual_area{
        width: 100%;
        height: 0;
        padding-top: calc( 230 / 900 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
        /*background: url(../images/sp_pageheader.jpg) center center / cover no-repeat;*/
        position: relative;
     }
     .grandprix_logo{
        width:70%;
        position: absolute;
        top: 4px;
        left: calc(50% - 130px);;
    }


    .interview_name {
        font-size: 1.3rem;
        text-align: center;
         width: 96%;
    }
    .description {
        width: 100%;
    }
    .description h3 {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 50px;
        font-style: italic;
        font-weight: 600;
        color: rgb(124 242 255);
        margin-bottom: 10px;
        margin-top: 20px;
        margin-left: 0px;
        text-shadow: 0px 0px 10px #000;
    }
    .description h3 {
        width: 100%;
        margin-top: 30px;
        border-bottom: 1px solid #f06;
        color: #f06;
        text-shadow: 0 0 #fff;
        padding-left: 6px;
        font-size: 1.3rem;
        padding-bottom: 8px;
    }
    .description p {     
       width: 100%;
       float: left;
       text-align: left;
       font-size: 30px;
       font-style: italic;
       font-weight: 500;
       color: #FFF;
       margin-bottom: 10px;
       margin-top: 0px;
       line-height: 1.7em;
       margin-left: 0px;
   }
    .img_right {
        padding:0;
        width: 100%;
    }
    .description p i, .description p b{
        display: block;
        float: left;
        text-align: left;
    font-size: 1rem;
        line-height: 1.2rem;
    /*    margin-left: 10px;*/
        margin-bottom: 20px;
    }
    .description i {
        font-style: italic;
        font-weight: 400;
        color: darkslategray;
        line-height: 1.8em;
    }
    .description b {
        margin-top: 1em;    
        font-style: italic;
        font-weight: 500;
        color: #1E1E1E;
        padding: 0 10px;
    }
    .racer_item {
        width: 110px;
        height: 220px;
        margin: 4px;
    }

    table {
        color: #333;
        font-size: 100%;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }
    .ritu_table {
        margin: 0 auto;    
        padding:0;
        width: 90%;
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0;
        border-top: solid 1px #778ca3;
        background: #fff;
        font-size: 0.9rem;
    }
    .ritu_table thead {
        background-color: #051b26;
        font-weight: 600;
        color: white;
    }
    .ritu_table th, .ritu_table td {
        padding: 2px;
        border-bottom: solid 1px #778ca3;
    }
    .sp_only{
        display:block;
    }
    .pc_only{
        display:none;
    }
}
@media only screen and (max-device-width: 600px){
        .grandprix_logo {
            width: 55%;
            position: absolute;
            top: 4px;
            left: calc(50% - 160px);
        }
}
@media only screen and (max-device-width: 480px){
        .grandprix_logo {
            width: 75%;
            position: absolute;
            top: 2px;
            left: 38px;
        }
        .grandprix_logo_1 {
            /*background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../images/background.jpg);*/
            display: block;
            width: 100%;
            height: auto;
            position: relative;
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            padding-top:4px;
            background-color: #f0f8ff42;
        }
        .grandprix_logo_1 a{
            display: block;
            margin: 0 auto;
        }
        .grandprix_logo_1 img{
            width: 95%;
            margin: 0 auto;
            
        }
        .pagevisual_area img{
            width: 70%;
            position: absolute;
            top:4px;
            left: calc( (68 / 300 * 70%));
        }
        .pc_page_logo,
        .pc_sns {
            display: none;
        }        
}


    
    .headerbtn_box1 {
        text-align: center;
        display: block;
        width: 80px;
        /*height: 75px;*/
        height: 70px;
        position: absolute;
        right: 85px;
        top: 0;
        background: #00767F;
        background: -moz-linear-gradient(left, #6ed0d8e8 0%, #00767F 100%);
        background: -webkit-gradient(linear, left center, right center, from(#6ed0d8e8), to(#00767F));
        background: -webkit-linear-gradient(left, #6ed0d8e8 0%, #00767F 100%);
        background: -o-linear-gradient(left, #6ed0d8e8 0%, #00767F 100%);
        background: linear-gradient(to right, #6ed0d8e8 0%, #00767F 100%);  
        margin: 0;
        line-height: 1;
    }
    .headerbtn_box2 {
        text-align: center;
        display: block;
        width: 80px;
        /*height: 75px;*/
        height: 70px;
        position: absolute;
        right: 165px;
        top: 0;
        background: #da0439;
        background: -moz-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: -webkit-gradient(linear, left center, right center, from(#f97798f0), to(#da0439));
        background: -webkit-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: -o-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: linear-gradient(to right, #f97798f0 0%, #da0439 100%);
        margin: 0;
        line-height: 1;
    }
    .headerbtn_box3 {
        text-align: center;
        display: block;
        width: 80px;
        /*height: 75px;*/
        height: 70px;
        position: absolute;
        right: 245px;
        top: 0;
        background: #da0439;
        background: -moz-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: -webkit-gradient(linear, left center, right center, from(#f97798f0), to(#da0439));
        background: -webkit-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: -o-linear-gradient(left, #f97798f0 0%, #da0439 100%);
        background: linear-gradient(to right, #9b77f9f0 0%, #673ab7 100%);
        margin: 0;
        line-height: 1;
    }    
    .headerbtn_box1 img{
        width:39%;
        padding-top: 7px;
    }
    .headerbtn_box2 img{
        width:38%;
        padding-top: 8px;
    }    
    .headerbtn_box3 img{
        width:38%;
        padding-top: 8px;
    }    
    .headerbtn_box1 div,
    .headerbtn_box2 div,
    .headerbtn_box3 div{
        padding-top: 2px;
        font-size: 0.8rem;
        font-weight: bold;
    }
    .headerbtn_box1 a,
    .headerbtn_box2 a,
    .headerbtn_box3 a{
        display: block;
        text-decoration: none;
        color: white;
    }
    .headerbtn_box1:hover,
    .headerbtn_box2:hover,
    .headerbtn_box3:hover {
	opacity: 0.2 ;
    }
    .pc_sns {
        display: block;
        position: absolute;
        /*right: 280px;*/
        right: 335px;
        top: 20px;
    }

       
.contents_btn_item03{
    text-shadow:1px 1px 0 #00377c, -1px -1px 0 #00377c,
              -1px 1px 0 #00377c, 1px -1px 0 #00377c,
              0px 1px 0 #00377c, -1px 0 #00377c,
              -1px 0 0 #00377c, 1px 0 0 #00377c;
    height:90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents_btn_item03 a{
        color:#fff;
}
.contents_btn {
    box-shadow:none;
    border: 3px solid #3a808f;
}
.no_link{
    background: none;
    background-color: #2c2c2cba;
    box-shadow: none;
    color:gray;
    border:0;
}
.no_link a
{
pointer-events:none;/*リンクを非リンクに変える*/
cursor:default;/*マウスカーソルを矢印のまま変えない*/
text-decoration:none;/*下線を消す*/
color:#cfc7c7bf;/*非リンクの文字色と同じにする*/
text-shadow:none;
}
@media screen and (max-width: 480px) {
    .headerbtn_box1 {
        width: 58px;
        height: 68px;
        right: 45px;
        top: 0;
    }
    .headerbtn_box2 {
        width: 58px;
        height: 68px;
        right: 103px;
        top: 0;
    }
    .headerbtn_box3 {
        width: 58px;
        height: 68px;
        right: 161px;
        top: 0;
    }
    .headerbtn_box1 div,
    .headerbtn_box2 div,
    .headerbtn_box3 div{
        padding:0px;
        font-size: 0.7rem;
    }
    .headerbtn_box1 a,
    .headerbtn_box2 a,
    .headerbtn_box3 a{
        display: block;
        width: 100%;
        height: 100%;	
    }

    .pc_sns {
        display: none;
    }

}

    
.page_title{
    position: absolute;
    width:100%;
    margin: 0 auto;
    top:8px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.heading06 {
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
	text-shadow: -3px 2px 0 #e91e63, -4px 3px 0 #000;        
}

/*.heading06 span {
	position: relative;
	z-index: 2;
}*/

/*.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(103 58 183 / 51%);
	font-size: 80px;
	font-style: italic;
}*/

@media screen and (max-width: 480px) {
    .heading06 {
	/*position: relative;
	padding-top: 30px;
	padding-bottom: 50px;*/
	font-size: 1.3rem;
	text-align: center;
        font-weight: bold;
        line-height: 1.3rem;
}
/*.heading06::before {
    content: attr(data-en);
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(103 58 183 / 51%);
    font-size: 3rem;
    font-style: italic;
}*/


}
</pre></body></html>