@charset "UTF-8";

body {
  font-family: "Roboto", Arial, "BIZ UDPGothic","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
  -webkit-text-size-adjust: 100%;
}
body *	{background-repeat:no-repeat;}
p,
dt,
dd,
li {
  line-height: 1.5;
}

html,
body {
  height: 100%;
  font-size: 4vw;
   overflow-x: hidden;
}

/*--PARTS-------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
  width: 100%;
  display: block;
  padding: 0.75em;
  border: 1px #ccc solid;
  border-radius: 0.25em;
  font-size: 1em;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
  opacity: 0.5;
}

.form_container	{
	display: table;
	width: 100%;
}

.form_container > *	{
	display: table-row;
}

.form_container > * > *	{
	display: table-cell;
    vertical-align: middle;
    padding-bottom: 1em;
}


.select_wrap {
	overflow: hidden;
    display: block;
    border-radius: 0.2em;
    background-color: #18363e;
    position: relative;
    z-index: 0;
    padding-right: 1em;
}

.select_wrap::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f150";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  width: 1em;
  top: 40%;
  right: 0.5em;
  color: #4acbee;
  margin-top: -0.5em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  padding: 0.75em;
  font-size: 1em;
  position: relative;
  z-index: 3;
  border: none;
  line-height: 1;
    color: #fff;
}
.form_checkbox li {
  display: inline-block;
}

.form_checkbox input {
  display: none;
}

.form_checkbox label {
	display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    padding: 0.25em 1em;
    border-radius: 0.2em;
    transition-duration: 0.5s;
    border: 2px #ccc solid;
}

.form_checkbox input:checked + label {
  background-color: #176192;
  color: #fff;
}

.form_inline > * {
  display: inline-block;
  vertical-align: top;
}

.form_row {
  margin-bottom: 1em;
}

.form_row > label {
  margin-bottom: 0.5em;
}

.form_row > div > label {
  padding: 0 0.25em;
  line-height: 2.8;
}

ul.notice li {
  position: relative;
  line-height: 1.6;
  padding-left: 1.5em;
}

ul.notice li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ul.check {
  text-align: left;
}

ul.check li {
  padding-left: 1.5em;
  position: relative;
}

ul.check li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f14a";
  position: absolute;
  top: -0.1em;
  left: 0;
  color: #e50112;
  font-size: 1.2em;
}

.flex	{
	display: flex;
	align-items: center;
}

em {
}

strong {
  color: #ff640d;
}

a {
  text-decoration: none;
  color: #fff;
}

ul.number {
  position: relative;
  padding-left: 1.5em;
}

ul.number span {
  position: absolute;
  top: auto;
  left: 0;
}

ul.mark {
  margin: 1em 0;
}

ul.mark li {
  position: relative;
  padding-left: 1em;
}

ul.mark li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  left: 0;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
}

table.default	{
	width: 100%;
    border-collapse: collapse;
}

table.default thead	{
	font-size: 90%;
}

table.default tr > *	{
	padding: 0.25em 0;
	border-bottom: 1px #666 solid;
}

.tileList	{
}

.tileList li	{
    margin: 0.5em 0;
	padding-right: 1em;
	overflow: hidden;
    position: relative;
}

.tileList li.hit::after	{
content: "的中";
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    font-size: 1.2em;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    color: #f00;
    border: 2px #f00 solid;
    padding: 0 0.2em;
}


.tileList li > a	{
    display: flex;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.6em;
    background-color: rgba(0,0,0,0.7);
    border: 1px #fff solid;
    box-shadow: 0 0 0.1em #fff;
    justify-content: flex-start;
    align-items: center;
	border-top-right-radius: 0;
}

.tileList li > a::before	{
	content: "";
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/corner.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.tileList li > a::after	{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    position: absolute;
    right: -1em;
    top: -1px;
    display: block;
    background: url(../img/linkbar.svg);
    color: #000;
    line-height: 1;
    background-size: 100% auto;
    background-position: left bottom;
    width: 1em;
    height: calc( 90% - 1em );
    text-align: center;
    padding-top: 1em;
    max-height: 10em;
    background-repeat: no-repeat;
}

a.linkMark	{
    display: inline-block;
    margin: 0 0.5em;
    color: #58bef7;
	border-bottom: 1px #58bef7 solid;
}

a.linkMark::before	{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f138";
	margin-right: 0.2em;
	font-size: 80%;
	display: inline-block;
}


article {
  position: relative;
	padding: 0 0.75em
}

section	{
    position: relative;
    background-color: rgba(0,0,0,0.8);
    border: 2px #68969c solid;
    margin: 1em 0;
    overflow: hidden;
}

section h2	{
	line-height: 2;
    padding-left: 2em;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    letter-spacing: 0.1em;
    font-size: 1.2em;
    color: #4acbee;
}

section h2::before	{
	content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/corner_blu.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

section h2 ~ div {
  padding: 1em 1em 2em;
}

section > div > p {
  margin: 0.75em 0;
}

section h3	{
	padding: 0 0.5rem;
    color: #4acbee;
    border-left: 2px #4acbee solid;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
    line-height: 1;
    margin: 0.5em 0;
    font-size: 1.1em;
}

/*-------------------------------------------------------*/
/* main-start */

.forPC {
  display: none;
}

body	{
	color: #fff;
	position: relative;
	z-index: auto;
}

body::before	{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient( to bottom, transparent 16em, rgba(0,0,0,0.9) 90%), url(../img/bg_sp.jpg);
    background-size: cover;
    background-position: center top;
    background-blend-mode: overlay;
    filter: blur(0.2em);
    background-blend-mode: luminosity;
}


button, .btn {
display: block;
    width: 100%;
    text-align: center;
    background-color: #18363e;
    padding: 0.5em;
    font-weight: bold;
    border-radius: 0.2em;
    font-family: inherit;
    font-size: 1em;
    border: 2px #4acbee solid;
    position: relative;
    color: #4acbee;
}

.button::before,
.btn::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0da";
    margin-right: 1em;
}


.btnArea	{
	margin: 1em auto;
	max-width: 400px;
}



header	{
	position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

.header {
	display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}

.scroll .header_btn	{
	background-color: rgba(0,0,0,0.8);
}

.blur > main,
.blur > aside	{
    filter: blur(0.5em);
}

.header_logo {
}

.header_logo a {
    display: block;
    height: 3em;
    padding: 0.5em;
}

.header_logo img {
  height: 100%;
	width: auto;
}

.header_btn	{
}

.header_btn i	{
    display: block;
    padding: 0.5rem;
    font-size: 1.4em;
}

.header_menu	{
    position: fixed;
    top: 0;
    right: -100vw;
    width: 80vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 100;
	transition-duration: 0.5s;
}

.header_menu.open	{
	right: 0;
}

.header_menu_close	{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
    line-height: 1;
    padding: 0.25em;
}

.header_menu ul	{
}

.header_menu ul li	{
}

.header_menu ul li a	{
    display: block;
    line-height: 2.5;
    font-size: 1.2em;
}

.header_menu ul li a i{
  font-size: 1.3em;
  text-align: center;
  width: 2.5em;
}

/*.header_menu ul li a::before	{
font-family: "Font Awesome 5 Pro";
font-weight: 300;
content: "\f138";
margin-right: 0.5em;
}*/

.topBtn	{
	position: fixed;
    /* bottom: 3.5rem; */
    right: 0;
    font-size: 2em;
    padding: 0.5rem;
    line-height: 1;
    background-color: #000;
    z-index: 9;
    bottom: -3.5rem;
    transition-duration: 0.5s;
}

.scroll .topBtn	{
    bottom: 3.5rem;
}



main	{
    display: block;
    padding-top: 2em;
    min-height: calc( 100vh - 12em);
}





footer	{
    padding: 0 1em 4em;
    margin-top: 2em;
}

footer figure	{
    width: 6em;
}

footer figure a	{
}

footer nav	{
}

footer nav ul	{
	display: flex;
    justify-content: center;
}

footer nav ul li	{
	margin: 0 1em;
}

footer nav ul li a	{
    font-size: 90%;
}

.footer_copyright	{
    font-size: 70%;
    color: #999;
    margin-top: 0.5rem;
}

.footerNav	{
	position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(0,0,0,1);
}

.footerNav nav	{
    display: flex;
    width: 200vw;
    position: relative;
    transition-duration: .3s;
	left: 0;
}

.footerNav.slide nav	{
	left: -100vw;
}


.footerNav ul	{
    display: flex;
    align-items: center;
    width: 100vw;
}

.footerNav li	{
    width: calc( (100vw - 2em) / 4);
}

.footerNav li.footerNav_toggle	{
    width: 2em;
}


.footerNav li a	{
    display: block;
    color: #78d3ff;
    text-align: center;
    font-size: 80%;
    padding: 0.5rem 0;
    line-height: 1;
}

.footerNav li a i	{
	display: block;
    font-size: 1.8em;
    line-height: 1.2;
}


.breadcrumb {
    margin: 0.5em 0;
}

.breadcrumb ul {
	font-size: 80%;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ul li {
}

.breadcrumb ul a::after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f054";
    margin: 0 0.5em;
}

.breadcrumb ul li:last-of-type a::after {
  display: none;
}


.pagetop	{
    display: table;
    margin: 0 auto 1em;
    text-shadow: -1px -1px 0.1em #cff, 1px 1px 0.1em #cff, 1px -1px 0.1em #cff, -1px 1px 0.1em #cff;
    filter: drop-shadow(0 0 0.1em #fff);
    color: #112c55;
	text-align: center;
	font-weight: 900;
}

h1	{
    font-size: 1.6em;
    font-family: 'Noto Serif JP', serif;
    transform: scaleY(1.2);
}

/*
.courseSelect	{
    margin-bottom: 1em;
    padding: 0 1em;
}

.courseSelect ul	{
    display: flex;
    justify-content: space-between;
}

.courseSelect li	{
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0 0 0.1em #fff;
	text-align: center;
	border: 1px #fff solid;
	position: relative;
    filter: brightness(0.5) grayscale(0.5);
}

.courseSelect li.selected	{
	filter: brightness(1) grayscale(0);
}

.courseSelect li::before	{
	content: "";
    background-image: url(../img/tab.png);
    width: 100%;
    height: .75em;
    position: absolute;
    top: -0.75em;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    filter: drop-shadow(0 0 0.1em #fff);
}

.courseSelect li a	{
    color: #fff;
    padding: 0 1.6em;
    display: block;
    line-height: 3;
}
*/

.slideContent {
    width: 300vw;
    transform: translateX(-100vw);
    display: flex;
    justify-content: normal;
    transition-duration: 0.5s;
}

.slideContent > * {
	width: 100vw;
}

.slideContent_nav	{
	position: relative;
	text-shadow: -1px -1px 0.1em #cff, 1px 1px 0.1em #cff, 1px -1px 0.1em #cff, -1px 1px 0.1em #cff;
    filter: drop-shadow(0 0 0.1em #fff);
    color: #112c55;
}

.slideContent h2	{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2;
}

.slideContent_nav > div	{
    position: absolute;
    top: 50%;
    padding: 0 1.5em;
    line-height: 1.6;
    font-size: 0.8em;
    margin-top: -0.75em;
}

.slideContent_nav_next	{
	right: 0;
}

.slideContent_nav_next::after	{
	content: "\f33b";
	margin-left: 0.5em;
}

.slideContent_nav_prev	{
	left: 0;
}

.slideContent_nav_prev::before	{
	content: "\f33a";
	margin-right: 0.5em;
}

.slideContent_nav_next::after,
.slideContent_nav_prev::before	{
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}



/* ボート番号	*/

.boat	{
}

span[class*="boat-"]::before	{
	display: inline-block;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    padding: 0;
    border-width: 2px;
	border-style: solid;
	margin-right: -0.2em;
}

.boat-1::before	{
	content:"1";
}

.boat-2::before	{
	content:"2";
	border-color: #999;
}

.boat-3::before	{
	content:"3";
	border-color: #F44336;
}

.boat-4::before	{
	content:"4";
	border-color: #2196F3;
}

.boat-5::before	{
	content:"5";
	border-color: #FFC107;
}

.boat-6::before	{
	content:"6";
	border-color: #4CAF50;
}

td[class*="boat"],
th[class*="boat"]{
	text-align: center;
}

th.boat-1,	
td.boat-1	{
	background-color: #fff;
	color: #000;
}


th.boat-2,	
td.boat-2	{
	background-color: #999;
}

th.boat-3,	
td.boat-3	{
	background-color: #F44336;
}

th.boat-4,	
td.boat-4	{
	background-color: #2196F3;
}

th.boat-5,	
td.boat-5	{
	background-color: #FFC107;
	color: #000;
}

th.boat-6,	
td.boat-6	{
	background-color: #4CAF50;
}

.readmore	{
	padding: 0 1em;
    background-color: rgba(0,0,0,0.5);
    font-size: 90%;
    text-align: center;
    display: table;
    margin: 0 auto;
    border: 1px #fff solid;
    line-height: 2;
}

.readmore::before	{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d7";
	margin-right: 0.5em;
}

.checkmenu	{
	background-color: rgb(249 254 254 / 0.7);
	color: #000;
}

.checkmenu form	{
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmenu form ul	{
    display: flex;
	margin-right: 0.5em;
}

.checkmenu input	{
	display: none;
}

.checkmenu label	{
    display: block;
    padding: 0.5em;
    margin: 0 0.5em;
    line-height: 1;
}

.checkmenu label::before	{
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0c8";
	margin-right: 0.5em;
}


.checkmenu input:checked ~ label::before	{
    font-weight: 900;
    content: "\f14a";
}


.slideSelect	{
	margin-bottom: 0.5em !important;
    background-color: rgba(0,0,0,0.8);
}

.slideSelect li.ping	{
	background-color: #1b6e9f;
    font-weight: bold;
}

.slideSelect li > *	{
    display: block;
    text-align: center;
    font-size: 80%;
    line-height: 2.4;
}

.slideSelect li span	{
	opacity: 0.3;
}

.slideSelect_arrow 	{
	position: absolute;
    top: 0;
    width: 2em;
    height: 2em;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    line-height: 2;
}

.slideSelect_arrow::after 	{
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.slideSelect_arrow-next 	{
	right:0;
}

.slideSelect_arrow-next::after 	{
	content: "\f054";
}

.slideSelect_arrow-prev 	{
	left:0;
}

.slideSelect_arrow-prev::after	{
	content: "\f053";
}



.hitlist {
}

.hitlist li {
	position: relative;
    padding-left: 1.5em;
}

.hitlist_toggleBtn	{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1em;
}

.hitlist_toggleBtn.active	{
	transform: rotate(180deg);
}

.hitlist li a {
    display: block;
    position: relative;
    padding: 0.5em 2em 0.5em 0;
    border-bottom: 1px #ccc solid;
}

.hitlist li:last-of-type a {
	border: none;
}

.hitlist li a::after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    right: 0;
}

.hitlist li a dl {
}

.hitlist li a dl dt {
    display: flex;
    justify-content: space-between;
}

.hitlist li a dl dt .hitlist_race {
}

.hitlist li a dl dt .hitlist_tip {
}

.hitlist li a dl dt .hitlist_tip .boat {
}

.hitlist li a dl dt .hitlist_odds {
}

.hitlist li a dl dd {
	display: none;
}

.hitlist li a dl dd ul {
	display: flex;
    flex-wrap: wrap;
}

.hitlist li a dl dd ul li {
	padding: 0.5em;
}

.hitlist li a dl dd ul li .boat {
}

.rankinglist {
}

.rankinglist li {
}



.rankinglist li a {
    display: flex;
    justify-content: flex-start;
    padding-right: 2em;
    position: relative;
    align-items: center;
    padding: 0.5em 2em 0.5em 0;
    border-bottom: 1px #666 solid;
    background-color: rgba(0,0,0,0.7);
}

.rankinglist li:last-of-type a {
	border-bottom: none;
}

.rankinglist li a::after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    right: 0;
}

.rankinglist_num	{
    margin-right: 0.5em;
    width: 2em;
    line-height: 2;
    text-align: center;
}


.rankinglist li a figure {
	width: 3em;
	margin-right: 0.5em;
}

.rankinglist li a figure img {
}

.rankinglist li a dl {
	display: flex;
    align-items: center;

}

.rankinglist li a dl dt {
	margin-right: 1em;
}

.rankinglist li a dl dt .rankinglist_name {
    display: block;
    font-size: 1.2em;
}

.rankinglist li a dl dt .rankinglist_spec {
    font-size: 90%;
}

.rankinglist li a dl dd {
}

.rankinglist li a dl dd span	{
    display: inline-block;
    font-size: 80%;
    vertical-align: middle;
    margin-right: 0.5em;
}

.rankinglist li a dl dd .rankinglist_rate {
}

.rankinglist li a dl dd .rankinglist_rate span {
}

.rankinglist li a dl dd .rankinglist_subinfo {
}

.rankinglist li a dl dd .rankinglist_subinfo span {
}

.rankinglist li a dl dd span	{
    display: inline-block;
    font-size: 80%;
    vertical-align: middle;
    margin-right: 0.5em;
}

.linkArea	{
	text-align: center;
	margin: 0.5em 0;
}

.linkArea a	{	
    filter: drop-shadow(0 0.1em 0.1em #000);
    border-bottom: 1px #fff solid;
    font-weight: 900;
}

.linkArea a::before	{
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f33b";
	margin-right: 0.5em;
}

#dataTable.tablesorter-default	{
	background: transparent;
    color: #fff;
    margin: 0;
    font-size: 1em;
}

#dataTable.tablesorter-default th, 
#dataTable.tablesorter-default td	{
	background: transparent;
    color: #fff;
    padding: 0.25em 0;
    text-align: center;
}

#dataTable.tablesorter-default th	{
    border-bottom: 1px #666 solid;
	font-family: inherit;
	font-weight: normal;
}

#dataTable.tablesorter-default th:active	{

}

#dataTable.tablesorter-default td	{
	background: transparent;
    border-color: #666;
}


/*■■TAB■■■■■■■■■■■■■■■■■■■■■■■*/

@media (min-width:768px)	{

body	{
	font-size: 15px;
}

body::before {
    background-image: url(../img/bg_tab.jpg);
}

main	{
	width: 740px;
    margin: 0 auto;
}

.footerNav nav	{
    width: 740px;
    margin: 0 auto;
}

.scroll .topBtn {
    bottom: 2rem;
}
.header_menu{
  width: 100vw;
  display: block;
}

.header_menu ul{
  display: flex;
  padding: 1em;
  flex-wrap: wrap;
  margin-top: 3em;
  justify-content: space-between;
}

.header_menu li{
  width: 30%;
  margin-bottom: 2.5em;
}

.header_menu ul li a{
  text-align: center;
}

.header_menu ul li a i{
  width: auto;
  display: block;
  font-size: 2em;
}

footer{
  padding: 0 2em 6em;
}


section h2{
  padding-left: 3.1em;
}

.race_result tbody{
  text-align: center;
}

.race_data i{
  margin-left: -1em;
}


a.linkMark::before{
  margin-left: -1em;
}

.ranking-racer section{
  float: left;
  width: calc(98%/2);
  margin:0 0.5% 1em;
}

.ranking-racer .rankinglist li{
  min-height: 5.5em;
}

.ranking-racer .rankinglist dt{
  margin-right: 0.5em;
  white-space: nowrap;
}

.ranking-racer .rankinglist dd{
  white-space: nowrap;
}

}/*TABend*/



/*■■PC■■■■■■■■■■■■■■■■■■■■■■■*/
@media (min-width:1280px)	{

body::before {
    background-image: url(../img/bg_pc.jpg);
}

main{
  width: 780px;
  transform: translateX(-5em);
}

.forSP{
  display: none;
}
.forPC{
  display: block;
}

.header_btn,.header_menu_close,.footerNav ul{
  display: none;
}


.header_menu{
  right: 50%;
  width: 20em;
  margin-right: -42em;
}

.header_menu ul{
  margin-top: 3em;
}
.header_menu li{
  width: 50%;
  margin-bottom: 2em;
}

.header_menu ul li a{
  font-size: 0.8em;
  line-height: 1.2em;
}
.header_menu ul li a i{
  margin-bottom: 0.3em;
}


}/*■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
