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


#first-image {
	width: 100%;
	height: 50vh;
    min-height: 300px;
    box-sizing: border-box;
	margin: 0;
	padding:0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/race/race-top.webp");
	background-repeat: no-repeat;
	background-position: center 90%;
	background-size: cover;
}
/* 黒の半透明オーバーレイ */
#first-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
    box-sizing: border-box;
}
.catch {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: 13vw;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.80);
    z-index: 12;
    
    line-height: 0.8em;
    letter-spacing: -2px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

header {
    height: 50vh;
    min-height: 300px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}
section2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
    background: linear-gradient(to bottom, 
    transparent 30%, 
    #E7EAE6 30%, 
    #E7EAE6 70%, 
    transparent 70%);
    display: inline-block;
}
.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #C20000;
    display:table;
}
.container-b {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #000;
}
.consept {
	width: 100%;
    height: 90vh;
    min-height: 580px;
    max-height: 650px;
	box-sizing: border-box;
	position: relative;
	padding: 130px 0;
	margin: 0;
	background-image: url("../img/consept_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contents {
	width: 100%;
	box-sizing: border-box;
    padding: 80px 0 50px;
	background-image: url("../img/AdobeStock_901437925_Preview.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120% auto;
}
.c-messeage {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(30px, 3.1vw, 50px);
    line-height: 1.4em;
    text-align: center;
    width: 90%;
    display:block;
    margin: 0 auto;
    padding: 0;
}
.c-messeage strong {
    font-size: 1.4em;
    font-weight: 700;
}
.c-messeage .red {
    color: #C20000;
}
.c-messeage .blue {
    color: #003B8F;
}
.challenger {
    width: 70%;
    max-width: 900px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.prof h1 {
	font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: 70px;
    line-height: 1em;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin: 0 0 20px;
}
.container-b .contents h2, section h2 {
	font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: 43px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    display: inline-block;
    box-sizing: border-box;
}
.container-b .contents h2 {
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 20px 10px 5%;
    margin: 0 0 20px;
}
section h2 small {
    font-size: 0.6em;
    color: #B9131D;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0.2em;
}
section h2 {
    color: #000;
    border-top: 1px solid #000;
    padding: 10px 20px 10px 5%;
    margin: 100px 0 20px;
}
h3 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: italic;
	font-variation-settings: "wdth" 100;
	font-size: 37px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
    display: table;
	box-sizing: border-box;
	padding: 10px 30px;
	margin: 30px auto 50px;
    background-color: #000;
}
h4 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: italic;
	font-variation-settings: "wdth" 100;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.1em;
    display: block;
    width: 80%;
    margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin: 0 auto 0px;
    position: relative;
}
h4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;/*線の間の幅*/
    height: 130%;/*線の高さ*/
    border-left: 10px solid #C20000;/*左線（太さ 実線 色）*/
    border-right: 2px solid #C20000;/*右線（太さ 実線 色）*/
    transform: skewX(-30deg);/*線の傾き*/
}
h5 {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 0.1em;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}
.prof-photo {
  width: 45%;
  height: auto;
  margin: 150px 5% 100px 0;
  padding: 0;
  float: left;
}
.prof {
    width: 50%;
    float: left;
    margin: 0;
    padding: 80px 0 50px;
}
.name {
    width: 40%;
    display: block;
    float: left;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
    color: #fff;
    letter-spacing: 0.3em;
}
.name small{
    display: block;
    line-height: 1.5em;
    font-size: 0.5em;
    letter-spacing: 0.1em;
}
.p-table {
    width: 50%;
    margin: 0 5%;
    padding: 0;
}
.p-table tr th, .p-table tr td {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	line-height: 1.5em;
    letter-spacing: 1px;
	color: #fff;
    text-align: left;
	padding: 5px 5px 5px 0;
	margin: 0;
	list-style-type: none;
	border-collapse: collapse;
}
.message {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	line-height: 2.2em;
	color: #fff;
    text-align: justify-all;
    text-align: justify;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10% 0 0;
}
.news-box{
    width: 80%;
    height: 350px;
    box-sizing: border-box;
    margin: 50px auto;
    padding: 10px 0;
    display: table;
    overflow:hidden;
    border-left: 1px solid #fff;
}
.btn {
    display: table;
    margin: 50px auto;
    padding: 16px 50px 15px;
    border: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: italic;
    font-variation-settings:"wdth" 100;
	font-size: 15px;
	line-height: 1em;
    letter-spacing: 0.1em;
	color: #fff;
    text-decoration: none;
    transition: 0.2s;
}
.btn:hover {
    border: 1px solid #C20000;
    background-color: #C20000;
    transition: 0.2s;
}
.snapwidget-widget {
    width: 80%;
    display: block;
    margin: 0 auto 70px;
    padding: 0;
    position: relative;
}
.sponsors-logo {
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 50px auto 0;
    display: block;
    font-size: 0;
}
.sponsors-logo a .sponsors {
    width: 30%;
    max-width: 300px;
    box-sizing: border-box;
    margin: 0 5% 50px 0;
    padding: 0;
    display: inline-block;
    border: 1px solid #8B8B8B;
}
.sponsors-logo a:nth-of-type(3n) .sponsors {
    margin: 0 0 50px 0;
}
#loop_slider {
  overflow: hidden;
  width: 100%;
    margin: 50px 0;
}

#loop_slider ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
#loop_slider li {
  flex: 0 0 25%;
}
#loop_slider img {
  width: 100%;
  height: auto;
  display: block;
}
/* オーバーレイ（初期非表示） */
#image_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 1000;
}
/* 表示用クラス */
#image_modal.show {
  opacity: 1;
  visibility: visible;
}
/* 画像 */
#image_modal img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  cursor: pointer;
}

/*レース関連*/
.lead {
    width: 80%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}
.schedule-hyo {
    width: 80%;
    margin: 10px auto 20px;
    padding: 0;
    display: table;
    border-collapse: collapse;
    text-align: left;
}
.schedule-hyo th {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 10px;
    vertical-align: top;
    color: #B9131D;
    vertical-align: text-top;
}
.schedule-hyo th:first-child {
    width: 45%;
}
.schedule-hyo tr td {
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 20px 10px;
    vertical-align: text-top;
}

.results-hyo {
    width: 80%;
    margin: 10px auto 70px;
    padding: 0;
    display: table;
    border-collapse: collapse;
    text-align: left;
}
.results-hyo th {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 20px 10px 5px;
    vertical-align: top;
    color: #B9131D;
    vertical-align: text-top;
}
.results-hyo th:first-child {
    width: 25%;
    vertical-align: text-top;
}
.results-hyo td {
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 20px 10px;
    vertical-align: text-top;
}
.final-result {
    width: 80%;
    box-sizing: border-box;
    margin: 30px auto 50px;
    padding: 5px 0 0 15px;
    display: block;
    border-collapse: collapse;
    text-align: left;
    border-left: 10px solid #C20000;
}
.final-result h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 20px;
    font-weight: 800;
}
.final-result p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    margin: 10px 0 30px;
}
.final-result p strong {
    color: #C20000;
    font-weight: 600;
}
.media {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    box-sizing: border-box;
    display: block;
    background-color: #F9F9F9;
}
.media .m-image {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 400px;
    margin: 0 0 15px;
    display: block;
}
.media p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
.past-results {
  background-color: #000;
  color: #fff;
  padding: 20px 50px 19px;
  width: 80%;
  max-width: 1200px;
  margin: 20px auto;
  cursor: pointer;
  box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: italic;
	font-variation-settings: "wdth" 100;
	font-size: 37px;
	line-height: 1.2em;
    text-align: center;
}
.past-results small {
    font-size: 0.6em;
    line-height: 1em;
}
.pd {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  width: 100%;
  margin: 0 auto;
    padding: 0;
}
.pd.show {
  opacity: 1;
  max-height: 1000px;
}
/* mediaモーダル */
.image-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.image-lightbox.show {
    opacity: 1;
}
.image-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    transform: scale(0.95);
    transition: transform 0.25s ease;
}
.image-lightbox.show img {
    transform: scale(1);
}


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

header {
    height: 180px;
    min-height: inherit;
    max-height:none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}
#first-image {
    width: 100%;
    height: auto;
    min-height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 180px 0 0 0px;
    background-repeat: no-repeat;
    position: relative;
}
.catch {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: 20vw;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    color: rgba(255,255,255,0.80);
    z-index: 12;
    
    line-height: 0.8em;
    letter-spacing: -2px;
    position: absolute;
    bottom: -3px;
    left: 55%;
    transform: translate(-80%, 0%);
    -webkit-transform: translate(-80%, 0%);
    -ms-transform: translate(-80%, 0%);
}
.container-b .contents h2, section h2 {
    font-size: 35px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    display: inline-block;
    box-sizing: border-box;
}
.container-b .contents h2 {
    padding: 10px 20px 10px 5%;
    margin: 0 0 20px;
}
section h2 small {
    font-size: 0.6em;
    margin: 0;
    padding: 0;
    line-height: 0.2em;
}
section h2 {
    padding: 10px 20px 10px 5%;
    margin: 100px 0 20px;
}
h3 {
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: #fff;
    display: table;
	box-sizing: border-box;
	padding: 10px 30px;
	margin: 30px auto 50px;
    background-color: #000;
}
h4 {
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
    width: 88%;
    margin: 0 auto;
	padding: 0 0 0 30px;
	margin: 0 5% 0px 7%;
    position: relative;
}
h5 {
	font-size: 15px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
    margin: 0 0 10px;
    padding: 0;
}
.consept {
	width: 100%;
    height: auto;
    min-height: inherit;
    max-height: inherit;
	padding: 50px 0 180px;
	margin: 0;
}
.lead {
    width: 90%;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.6em;
}
.schedule-hyo {
    width: 90%;
    margin: 10px auto 20px;
    padding: 0;
}
.schedule-hyo th {
    font-size: 16px;
    padding: 20px 5px;
    vertical-align: top;
    color: #B9131D;
}
.schedule-hyo th:first-child {
    width: 65%;
}
.schedule-hyo tr td {
    font-size: 16px;
    padding: 20px 5px;
}
.results-hyo {
    width: 90%;
    margin: 10px auto 70px;
    padding: 0;
}
.results-hyo th {
    font-size: 16px;
    padding: 20px 5px 5px;
}
.results-hyo th:first-child {
    width: 35%;
}
.results-hyo td {
    font-size: 16px;
    padding: 20px 5px;
}
.final-result {
    width: 76%;
}
.final-result h5 {
    font-size: 18px;
    font-weight: 800;
}
.final-result p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
    margin: 10px 0 30px;
}
.media {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
}
.media .m-image {
    max-width: 100%;
    max-height: 70vh;
}
.past-results {
  padding: 15px 50px 14px;
  width: 90%;
  margin: 20px auto;
	font-size: 25px;
	line-height: 1em;
}

}