#wpadminbar {
    top: unset;
    bottom: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
h2::after {
    display: none;
}


/* パーツ */
.el_slash {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el_slash::before, .el_slash::after {
    content: "";
    width: 1em;
    height: 1px;
    background-color: #025BAC;
}

.el_slash::before {
    transform: rotate(65deg);
}

.el_slash::after {
    transform: rotate(-65deg);
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #1C1C1C;
    background-color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

nav ul,
ol li,
ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

html {
    margin-top: 0 !important;
}

a {
    text-decoration: none;
    font-size: 16px;
    transition: 0.25s;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1C1C1C;
    align-content: center;
    z-index: 99;
}

.h_inner {
    align-items: center;
}

.h_logo {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background-color: #fff;
    height: 57px;
    align-content: center;
    width: 27%;
}

.h_logo .el_logoBox {
    display: flex;
    align-items: center;
}

.h_logo img {
    max-width: 310px;
    padding-left: 10px;
}

.h_logo span {
    color: #025BAC;
    font-family: "Akshar", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: 2px;
    transition: .25s;
}

.h_logo img:hover + span {
    opacity: .6;
}

nav {
    width: 73%;
}

nav ul {
    margin-right: 15px;
}

nav li {
    border-left: solid 1px #fff;
    line-height: 1;
}

nav li:last-child {
    border-right: solid 1px #fff;
}

nav li a,
nav li p {
    font-size: 14px;
    padding: 2px 15px;
    color: #fff;
    font-weight: 500;
}

nav a:hover,
footer a:hover {
    color: #29B507 !important;
}

.accordion {
    position: relative;
    margin: 0;
}

.accordion-content {
    bottom: -109px;
    position: absolute;
    padding: 10px 5px;
    display: none;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    background-color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.accordion-content.active {
    display: block;
}

.accordion-content a {
    padding: 10px;
    color: #1C1C1C !important;
    border-bottom: dotted 1px #1C1C1C;
}

a img {
    transition: 0.25s;
}

a img:hover {
    opacity: 0.6;
}

footer a:not([href]):hover {
    color: #1C1C1C !important;
}

header a:not([href]):hover {
    color: #fff !important;
}

.h_sns {
    align-items: center;
}

.h_sns img {
    max-width: 20px;
}

.h_sns a {
    margin-right: 15px;
}

.h_contact a {
    background-color: #007E41;
    position: relative;
    font-size: 15px;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 57px;
    align-content: center;
    padding: 0 30px 0 45px;
    color: #fff;
}

.h_contact a:hover {
    background-color: #fff !important;
}

.h_contact a::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 21px;
    font-size: 10px;
}

main {
    margin-top: 57px;
}

.mv {
    position: relative;
}

.mv .wrap {
    max-width: 1100px;
}

.scroll {
    position: absolute;
    bottom: 30px;
    left: 29%;
}

.scroll span {
    position: absolute;
    left: -20px;
    top: -20px;
    color: #1C1C1C;
    font-size: 15px;
}

.scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #1C1C1C;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

.about {
    position: relative;
    padding: 120px 0 0;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(41, 181, 7, 0.08);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 62% 100%);
    width: 860px;
    height: 80%;
}

.about .flex {
    align-items: flex-start;
}

.a_img {
    width: 30%;
}

.a_img img {
    max-width: 312px;
}

.a_txt {
    width: 65%;
}

.a_txt span {
    font-size: 20px;
    font-weight: 500;
}

.a_txt h2 {
    font-size: 30px;
    text-align: left;
    color: #007E41;
    margin: 10px 0 20px;
    padding: 0;
    font-weight: bold;
}

.a_txt p {
    margin-bottom: 50px;
}

.btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(45deg, #007E41 50%, #139429 50%);
    padding: 16px 10px 15px;
    border-radius: 40px;
    position: relative;
    width: 250px;
}

.btn:hover {
    opacity: 0.6;
}

.btn::after {
    content: "▶";
    position: absolute;
    right: 30px;
    top: 27px;
    font-size: 10px;
}

.about ul {
    margin: 120px 0 50px 0;
}

.about li {
    width: 25%;
}

/*.about li:nth-child(2),
.about li:nth-child(4) {
    margin-top: 70px;
}*/

.movie {
    background-image: url(../img/bg_movie.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.movie .wrap {
    max-width: 920px;
}

.movie p {
    text-align: center;
    margin: 40px 0 30px;
}

.movie iframe {
	border: 2px solid #007E41;
    margin: 5% 0 0 0;
}

.message {
    position: relative;
    background-image: url(../img/bg_message.png);
    background-size: cover;
    background-position: center;
    padding: 120px 0 100px;
    overflow: hidden;
}

.message img {
    max-width: 24%;
    position: absolute;
}

.p1 {
    top: 0;
    right: -3%;
}

.p2 {
    bottom: 0;
    left: 0;
}

.message p {
    font-size: 18px;
    margin: 40px 0;
}

.bl_playerBox p {
    top: 22%;
    right: 4%;
    position: absolute;
    background: linear-gradient(45deg, #FF6464, #FF5899);
    line-height: 1em;
    padding: 10px 10px;
    font-size: 15px;
    color: #fff;
}

.bl_playerBox.bl_playerBox__Left p {
    top: auto;
    left: 4%;
    position: absolute;
    right: auto;
    bottom: 12%;
    z-index: 1;
}

.news {
    background-color: #007E41;
    padding: 80px 0 60px;
}

.news .wrap {
    padding: 0 5%;
}

.news .h_ttl {
    width: 15%;
}

.news .h_ttl p {
    color: #fff;
}

.news .news_flex {
    width: calc(85% - 42px);
    border-top: 1px dotted #DEDDDD;
}

.news .news_flex li {
    border-bottom: 1px dotted #DEDDDD;
    padding: 8px 0;
}

.news_flex a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.news_flex .news_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Akshar", sans-serif;
    margin: 0;
    width: 12em;
}

.news_flex .news_cat {
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 2px 10px 0;
    text-align: center;
}

.news .news_date {
    color: #fff;
    font-size: 14px;
}

.news .news_cat {
    font-size: 12px;
}

.news .news_ttl {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.news a p {
    transition: .25s;
}

.news a:hover p {
    color: #29B507;
}

.news .a_link_more {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-family: "Akshar", sans-serif;
    font-size: 18px;
    margin-top: 20px;
    padding-right: 1em;
    position: relative;
    width: 5.5em;
    margin-left: auto;
    transition: .25s;
}

.news .a_link_more::after {
    content: "▶";
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news .a_link_more:hover {
    color: #29B507;
}

.sponsor {
    background-size: auto auto;
    background-color: rgba(41, 181, 7, 0.2);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.45) 6px, rgba(255, 255, 255, 0.45) 10px );
    padding: 120px 0;
}

.sponsor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
}

.sponsor ul li {
    width: calc((100% - 50px) / 3);
    margin: 0 20px 20px;
}

.sponsor ul.bl_sponsor_a li {
    width: calc((100% - 50px) / 2.5);
    margin-bottom: 20px;
}

.sponsor ul.bl_sponsor_b li {
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
}

.sponsor ul.bl_sponsor_c li {
    width: calc((100% - 50px) / 3.5);
    margin-bottom: 20px;
}

.sponsor ul.bl_sponsor_d li {
    width: calc((100% - 50px) / 5);
    margin-bottom: 20px;
}


.sponsor ul li a {
    background-color: #fff;
}

.from {
    text-align: end;
    font-weight: 500;
    margin: 0;
}

.from small {
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}

.message .wrap {
    max-width: 650px;
}

.h_ttl {
    text-align: center;
}

.h_ttl p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.h_ttl h2 {
    background-image: repeating-linear-gradient(110deg, #29B507 1px, #29B507 1px, transparent 3px, transparent 8px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 10%;
    color: #29B507;
    display: inline-block;
    font-family: "Akshar", sans-serif;
    font-size: 68px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    padding-bottom: 10px;
}

footer {
    background-color: #F8F8F8;
    padding: 80px 0 0;
}

.f_ex {
    padding-bottom: 95px;
}

footer .wrap {
    max-width: 1000px;
}

footer .flex {
    align-items: center;
}

.f_img {
    width: 40%;
}

.f_nav {
    width: 60%;
}

footer ul.flex {
    justify-content: normal;
}

footer li {
    border-right: solid 1px #1C1C1C;
    line-height: 1;
    margin-bottom: 20px;
}

footer li:first-child,
footer li:nth-child(6n+1) {
    border-left: solid 1px #1C1C1C;
}

footer li a {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
}

footer li p {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 15px;
    color: #000;
    background: transparent;
    display: inline;
}

footer .accordion {
    margin: 0 0 20px;
}

footer .accordion-content {
    bottom: -6em;
}

.f_sns {
    margin-top: 10px;
    justify-content: normal;
}

.f_sns a {
    margin-right: 10px;
}

.f_sns img {
    max-width: 22px;
}

footer p {
    color: #fff;
    background-color: #1C1C1C;
    text-align: center;
    display: block;
    padding: 20px 0;
    font-size: 14px;
}

.top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    line-height: 0;
}

.top img {
    max-width: 120px;
}

.fadeleft {
    animation-name: fadeleftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeleftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeIn {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.mv_low {
    background-image: url(../img/mv_row.jpg);
    background-size: cover;
    background-position: center;
    padding: 130px 0;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.p_infomation {
    background-image: url(../img/mv_info.png);
}

.p_players {
    background-image: url(../img/mv_players.png);
}

.p_course {
    background-image: url(../img/mv_course.png);
}

.p_access {
    background-image: url(../img/mv_access.png);
}

.p_streaming {
    background-image: url(../img/mv_streaming.png);
}

.p_faq {
    background-image: url(../img/mv_faq.png);
}

.p_contact {
    background-image: url(../img/mv_contact.png);
}

.new .wrap {
    max-width: 1200px;
}

.mv_low .flex {
    justify-content: left;
    align-items: center;
}

.mv_low p {
    font-family: "Akshar", sans-serif;
    font-size: 62px;
    font-weight: 500;
    text-align: center;
}

.mv_low h1 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.breadcrumb {
    margin: 10px 0;
}

.breadcrumb a {
    color: #1C1C1C !important;
    font-weight: 400;
}

.b_ttl {
    color: #007E41;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

.b_ttl::before,
.b_ttl::after {
    background-color: #007E41;
    content: "";
    height: 1px;
    width: 80px;
}
.b_ttl::before {
    margin-right: 30px;
}
.b_ttl::after {
    margin-left: 30px;
}


.c_ttl {
    font-size: 22px;
    padding: 15px 0 15px 5%;
    background-color: #F8F8F8;
    position: relative;
    margin: 20px 0 40px;
    font-weight: 700;
}

.c_ttl::before {
    content: "";
    position: absolute;
    background-color: #007E41;
    width: 4%;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c_roundBox {
    background-color: rgba(41, 181, 7, 0.1);
    border-radius: 20px;
    margin-top: 40px;
    padding: 40px 50px;
}

.c_roundBox.flex {
    align-items: flex-start;
}

.c_roundBox .c_boxTtl {
    color: #007E41;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.c_box_l {
    width: 54%;
}

.c_box_r {
    width: 44%;
}


.el_circle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #29B507;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.new #contents {
    margin-top: 80px;
}


/* ------------ 大会概要 ------------ */
.info_txt {
    margin: 60px 0 120px;
    text-align: center;
}

.info_txt .b_ttl {
    margin-bottom: 40px;
}

.info_txt p {
    font-size: 18px;
    margin-bottom: 40px;
}

.info_txt img {
    max-width: 800px;
    margin: 20px auto 0;
}

.info_wrap {
    padding: 120px 0;
    background-image: url(../img/bg_info.png);
    background-size: cover;
    background-position: center;
}

.info_wrap .wrap {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 40px;
    padding: 60px 0;
}

.info_wrap .h_ttl p {
    color: #fff;
}

.info_wrap table {
    max-width: 920px;
    margin: 0 auto;
}

.info_wrap tr {
    border-bottom: solid 1px #D9D9D9;
}

.info_wrap tr:last-child {
    border-bottom: none;
}

.info_wrap th,
.info_wrap td {
    font-size: 18px;
    text-align: left !important;
    padding: 25px 0;
}

.info_wrap th {
    color: #007E41;
    font-weight: 600;
    width: 30%;
    vertical-align: baseline;
}

.info_wrap td {
    font-weight: 400 !important;
    width: 65%;
}


/* ------------ 出場選手 ------------ */
.n_players {
    padding-bottom: 118px;
}

.n_players .c_roundBox {
    border-radius: 30px;
    padding: 60px;
}

.player_box {
    text-align: center;
    margin: 30px 0 60px;
}

.player_box p.el_slash {
    color: #025BAC;
    font-weight: 600;
    font-size: 20px;
}

.player_box ul.flex {
    gap: 20px 12px;
    margin: 20px 0;
}

.player_box li {
    background-color: #fff;
    width: 160px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.0;
    padding: 17px 10px;
    text-align: center;
}

.player_box span {
    color: #007E41;
    margin-right: 5px;
}

.player_box small {
    font-size: 14px;
    justify-content: flex-end;
}

/* ダブルス */
.doublespair_box {
    margin-top: 30px;
}

.doublespair_box th, .doublespair_box td {
    font-size: 18px;
    font-weight: 600;
    padding: 17px 0;
}

.doublespair_box th {
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.doublespair_box thead th:nth-of-type(1) {
    border-top: transparent;
    border-left: transparent;
}

.doublespair_box thead th:nth-of-type(2) {
    background-color: #89C148;
}

.doublespair_box thead th:nth-of-type(3) {
    background-color: #29B507;
}

.doublespair_box thead th:nth-of-type(4) {
    background-color: #007E41;
}

.doublespair_box tbody th {
    background-color: #C3C3C3;
    width: 18%;
}

.doublespair_box tbody td {
    border: 1px solid #E0E0E0;
}

.doublespair_box tbody tr:nth-of-type(odd) td {
    background-color: #fff;
}

.doublespair_box tbody tr:nth-of-type(odd) td {
    background-color: #fff;
}


/* ------------ コースマップ ------------ */
.n_access,
.n_course {
    padding: 0 0 120px;
}

.n_course img {
    margin: 80px 0 100px;
}

.n_course li {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}


/* ------------ アクセス ------------ */
.n_access h3 {
    margin-top: 60px;
}

.n_access h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.n_access strong {
    color: #007E41;
}

.a_caution {
    border: 1px solid #007E41;
    padding: 40px 3%;
    text-align: center;
    margin: 107px 0 60px;
    position: relative;
}

.a_caution .a_ttl {
    background-color: #007E41;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    padding: 8px 40px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}

.a_caution p {
    font-size: 18px;
}


/* 電車でお越しの場合 */
.train_flex {
    align-items: flex-end;
}

.a_train_box {
    width: 46%;
    margin-bottom: 40px;
}

.a_train_box th,
.a_train_box td {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 10px;
    text-align: center;
    width: 50%;
    border: 1px solid #E0E0E0;
}

.a_train_box th {
    background-color: #007E41;
    border: 1px solid #fff;
    color: #fff;
}

/* お車・バイクでお越しの場合 */
.parking_txt {
    font-size: 20px;
    font-weight: 500;
}

.a_parking {
    width: 55%;
    margin: 40px 0 0;
}

.a_parking small {
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.parking_caution {
    margin: 25px 0 30px;
    line-height: 1.3;
}

.n_access small {
    font-size: 14px;
}

.n_access .c_boxTtl {
    font-size: 24px;
}

.parking_address {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.parking_address span {
    display: block;
    margin-left: 2.5em;
}

.n_access .c_roundBox small {
    display: block;
    margin-top: 40px;
}


/* ------------ 放送 ------------ */
.n_streaming {
    padding: 0 0 120px;
}

.n_streaming .c_roundBox + .h_ttl {
    margin-top: 80px;
}

.n_streaming .c_boxTtl {
    margin-bottom: 40px;
}

.n_streaming .c_box_l {
    width: 60%;
}

.n_streaming .c_box_r {
    width: 38%;
}

.s_info {
    margin: 15px 0;
}

.s_info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.s_info a {
    text-decoration: underline;
}

.n_streaming .el_circle::before {
    background-color: #007e41;
}


/* ------------ お知らせ ------------ */

.n_news .news_flex {
    margin-bottom: 120px;
}

.n_news .news_flex li {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
}

.n_news .news_flex a {
    font-size: 16px;
}

.n_news .news_date {
    color: #007E41;
    font-size: 18px;
    width: 10em;
    transition: .25s;
}

.n_news .news_cat {
    background-color: #007E41;
    font-size: 14px;
}

.n_news .news_ttl {
    margin-left: 20px;
    transition: .25s;
}

.n_news .news_flex a:hover .news_date,
.n_news .news_flex a:hover .news_ttl {
    color: #29B507;
}

/* お知らせ詳細 */
.s_news header {
    position: static;
    background-color: inherit;
    color: inherit;
}

.s_news .news_dt_content {
    margin-bottom: 120px;
}

.news_dt_ttl {
    border-bottom: 3px solid  rgba(0, 0, 0, 0.2);
}

.news_dt_ttl:after {
    border-color: #007E41;
}

.s_news nav {

    width: 100%;
}

.s_news .meta-nav {
    align-items: center;
    color: #007E41;
    transition: .25s;
}

.s_news .meta-nav:hover {
    color: #29B507;
}


/* ------------ FAQ ------------ */
.n_faq .accordion {
    margin: 60px 0 120px;
}

.n_faq dl {
    font-size: 20px;
    margin-bottom: 2rem;
}

.n_faq dl dt,
.n_faq dl dd {
    display: flex;
}

.n_faq dl dt {
    background-color: #007E41;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    padding: 15px 40px;
    position: relative;
    cursor: pointer;
    align-items: center;
    line-height: 1.5em;
    font-size: 18px;
}

/* 「+」アイコン */
.n_faq dl dt:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 1.2rem;
    height: 0.2rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.n_faq dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5rem;
    width: 1.2rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.n_faq dl dt.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.n_faq dl dt.active:after {
    opacity: 0;
}

.n_faq dl dd {
    padding: 30px 40px;
    position: relative;
    font-size: 18px;
}

.n_faq dl dd a {
	color:#007E41;
    font-size: inherit;
	text-decoration:underline;
}

/* QAアイコン */
.n_faq dl dt span,
.n_faq dl dd span {
    font-family: "Akshar", sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-right: 40px;
}

.n_faq dl dd span {
    color: #29B507;
    margin-top: -0.5em;
}


/* ------------ お問い合わせ ------------ */
.new #contact {
    padding: 0 0 120px;
}

.new #contact .comment {
    font-size: 18px;
    text-align: center;
}

.new #contact .contactform {
    margin: 40px auto;
    width: auto;
    max-width: 1000px;
}

.form_flex {
    display: flex;
    justify-content: space-between;
}

.form_flex > .form_item {
    width: 48%;
}

.form_item {
    margin-bottom: 30px;
}

.form_label {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px;
}

.form_label .required {
    background-color: #29B507;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    margin-left: 20px;
}

.new input,
.new button,
.new textarea,
.new select {
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    margin-top: 0;
}

.new select {
    width: 100%;
}


.form_item ::placeholder {
    color: #C3C3C3;
}

.new #contact .privacy {
    margin: 30px auto 0;
}

.new #contact .privacy .c_boxTtl {
    margin-bottom: 20px;
}

.new #contact .privacy .box {
    background-color: #fff;
    border: 1px solid #C3C3C3;
    padding: 40px 35px;
    margin: 20px auto  40px;
    height: 300px;
}

.new .check_box {
    justify-content: center;
}

.new .check_box .privacy-check {
    transform: scale(1.3);
}

.form_submit p {
    width: 250px;
    margin: 0 auto;
    position: relative;
}

.form_submit p::after {
    content: "▶";
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 22px;
}

.new input.submit {
    border: none;
    border-radius: 50px;
    font-size: 20px;
    width: 100%;
    margin: 0;
}

/* 送信完了 */
.thanx {
    margin: 80px auto 100px;
    text-align: center;
}

.thanx h3 {
    color: #007E41;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.thanx p {
    margin-top: 20px;
}

.thanx .btn {
    margin-top: 60px;
}

/* ------------ 404 ------------ */

.error_txt {
    margin: 80px auto 100px;
    text-align: center;
}

.error_txt .btn {
    margin-top: 60px;
}



@media screen and (min-width: 1500px) {
    .wrap {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1820px) {
    .mv .wrap {
        max-width: 1300px;
    }

    nav {
        width: 57%;
    }

    .a_img {
        width: 23%;
    }
}

@media screen and (min-width: 2070px) {
    .mv .wrap {
        max-width: 85%;
    }
}

@media screen and (max-width: 1500px) {
    nav ul {
        margin-right: 0.8vw;
    }

    nav li a,
    nav li p {
        padding: 2px 0.8vw;
    }
}

@media screen and (max-width: 1399px) {
    header .pc {
        display: none;
    }

    header .sp {
        display: block;
    }

    .sp-menu {
        border: solid 3px #DEFCE4;
        position: absolute;
        top: 0;
        right: -120%;
        width: 30%;
        height: 100vh;
        z-index: 999;
        background-color: #F1FEF0;
        transition: 0.6s ease-in-out;
        overflow-y: scroll;
    }

    .menu-btn:checked~.sp-menu {
        right: 0;
    }

    .menu-icon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 10px;
        height: 30px;
        width: 40px;
    }

    .navicon,
    .close-icon {
        background: #007E41;
        display: block;
        height: 3px;
        width: 30px;
        position: relative;
        margin: 0 auto;
        z-index: 99999;
    }

    .menu-btn {
        display: none;
    }

    .navicon::before {
        content: "";
        display: block;
        height: 100%;
        width: 80%;
        bottom: 9px;
        position: absolute;
        background: #007E41;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon::after {
        content: "";
        display: block;
        height: 100%;
        width: 80%;
        top: 9px;
        position: absolute;
        background: #007E41;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
        top: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: 0;
    }

    .menu-btn:checked~.menu-icon .close-icon:before,
    .menu-btn:checked~.menu-icon .close-icon:after {
        background: #007E41;
    }

    .menu-btn:checked~.menu-icon .close-icon:before {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon .close-icon:after {
        transform: rotate(-45deg);
    }

    nav ul {
        margin: 100px auto 0;
    }

    nav li {
        border-left: none;
        border-bottom: solid 3px #DEFCE4;
        margin-bottom: 20px;
        text-align: center;
    }

    nav li a,
    nav li p {
        font-size: 20px;
        display: block;
        padding: 5px 0 10px;
        color: #1C1C1C !important;
    }

    nav li:last-child {
        border-right: none;
    }

    .accordion {
        margin: 20px 0;
    }

    .accordion-content {
        position: relative;
        bottom: 0;
        padding: 0;
    }

    .accordion-content a {
        padding: 15px 10px;
        border-bottom: none;
    }

    .h_sns {
        justify-content: center;
        margin-top: 40px;
    }

    .h_sns a {
        margin: 0 20px;
    }

    .h_sns img {
        max-width: 30px;
    }

    .h_logo {
        width: 43%;
    }

    .h_logo img {
        max-width: 380px;
        padding-left: 15px;
    }

    footer li .accordion-content {
        position: absolute;
    }

    footer li .accordion-content a {
        border-bottom: dotted 1px #1C1C1C;
    }
}

@media screen and (max-width: 1300px) {
    .message .wrap {
        max-width: 550px;
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        max-width: 93%;
    }

    .new .wrap {
        max-width: 93%;
    }

    .c_roundBox {
        padding: 40px 5%;
    }

    .player_box {
        padding: 5% 1%;
    }

    .player_box li {
        font-size: 17px;
        width: calc((100% - 48px) / 5);
    }

    .player_box span {
        margin-right: 3px;
    }
}

@media screen and (max-width: 1000px) {
    .scroll {
        left: 15%;
    }

    .message .wrap {
        max-width: 400px;
    }

    footer .wrap {
        max-width: 760px;
    }

    .f_img {
        width: 32%;
    }

    .f_nav {
        width: 63%;
    }

    .h_logo {
        width: 75%;
    }

    .movie .wrap {
        max-width: 93%;
    }

    .news .wrap > .flex {
        display: block;
    }

    .news .h_ttl,
    .news .news_flex {
        width: auto;
    }

    .news .news_flex {
        margin-top: 45px;
    }

    .news_flex .news_date {
        display: block;
        width: auto;
    }

    .news_flex .news_cat {
        margin-left: 15px;
    }

    .news_flex .news_ttl {
        width: 100%;
        margin: 0;
    }

    .news .news_cat {
        font-size: 11px;
    }

    .info_wrap table {
        width: 90%;
    }

    .info_txt p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .info_wrap th,
    .info_wrap td {
        font-size: 16px;
        padding: 20px 0;
    }

    .player_box li {
        width: 30%;
    }

    .a_train_box th,
    .a_train_box td {
        font-size: 18px;
        padding: 15px 5px;
    }

    .n_news .news_cat {
        font-size: 12px;
    }

    footer li:nth-child(6n+1) {
        border-left: none;
    }

    footer li:nth-child(5n+1) {
        border-left: solid 1px #1C1C1C;
    }
}

@media screen and (max-width: 780px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        margin-top: 0px !important;
    }

    html #wpadminbar {
        display: none !important;
    }

    .about li {
        width: 50%;
    }

    .sp-menu {
        width: 60%;
        overflow: hidden;
        overflow-y: scroll;
    }

    .message .wrap {
        max-width: 93%;
    }

    .sponsor {
        padding-bottom: 75px;
    }

    .sponsor ul {
        margin-top: 0;
    }

    .sponsor ul li {
        width: 45%;
    }

    .sponsor ul.bl_sponsor_a li {
        width: calc((100% - 50px) / 1.9);
        margin: 25px 5px 15px;
    }
	
    .sponsor ul.bl_sponsor_b li {
        width: calc((100% - 50px) / 2);
        margin: 0 10px 20px;
    }

    .sponsor ul.bl_sponsor_c li {
        width: calc((100% - 50px) / 2.5);
        margin: 0 10px 20px;
    }

    .sponsor ul.bl_sponsor_d li {
        width: calc((100% - 50px) / 4);
        margin: 0 6px 20px;
    }

    nav ul {
        margin: 60px auto 0;
    }

    nav li a {
        font-size: 17px;
    }

    footer .wrap {
        max-width: 98%;
    }

    footer li a {
        font-size: 13px;
        padding: 2px 10px;
    }

    .a_txt h2 {
        font-size: 23px;
    }

    .a_txt span {
        font-size: 16px;
    }

    .a_txt p,
    .movie p {
        font-size: 14px;
    }

    .btn {
        font-size: 18px;
        padding: 10px 70px 13px;
    }

    .btn::after {
        top: 19px;
    }

    h2,
    .h_ttl h2 {
        font-size: 58px;
    }

    .h_ttl p {
        font-size: 17px;
        margin: 0 0 5px;
    }

    .message p {
        font-size: 16px;
    }

    .from small {
        font-size: 14px;
        padding-right: 10px;
    }

    .about::before {
        width: 700px;
    }

    .h_logo img {
        max-width: 220px;
    }

    .h_logo span {
        font-size: 16px;
    }

    .mv_low {
        padding: 90px 0;
    }

    .info_txt img {
        max-width: 680px;
    }

    .info_txt p {
        font-size: 16px;
    }

    .b_ttl {
        font-size: 20px;
    }

    .c_roundBox .c_boxTtl {
        margin-bottom: 15px;
    }

    .n_players .c_roundBox {
        padding: 40px 5%;
    }

    .player_box p.el_slash {
        font-size: 16px;
    }

    .doublespair_box {
        overflow-y: scroll;
    }

    .doublespair_box table {
        width: 800px;
    }

    .doublespair_box th,
    .doublespair_box td {
        font-size: 14px;
    }

    .doublespair_box tbody th {
        width: 15%;
    }

    .a_caution {
        margin: 60px 0;
        padding: 30px 3% 20px;
    }

    .a_caution .a_ttl {
        font-size: 18px;
    }

    .a_caution p {
        font-size: 15px;
    }

    .c_ttl {
        font-size: 18px;
        padding: 12px 0 12px 5%;
        margin: 20px 0 40px;
    }

    .a_caution h3 {
        font-size: 18px;
    }

    .a_train_box,
    .a_parking {
        width: 100%;
    }

    .a_parking small {
        font-size: 13px;
        margin-top: 10px;
    }

    .parking_txt {
        font-size: 16px;
    }

    .n_course img {
        margin: 60px 0 70px;
    }

    .n_course li {
        font-size: 14px;
    }

    .c_roundBox .c_box_l {
        width: 100%;
        margin-bottom: 60px;
        font-size: 16px;
    }

    .c_roundBox .c_box_r {
        width: 100%;
    }

    .parking_caution small,
    .c_roundBox .c_box_l small {
        font-size: 12px;
    }

    .n_streaming .c_roundBox p {
        font-size: 14px;
    }

    .s_info {
        margin-bottom: 30px;
    }

    .s_info h4 {
        font-size: 16px;
    }

    .n_faq dl {
        margin-bottom: 4vw;
    }

    .n_faq dl dt {
        padding: 3vw 10vw 3vw 4vw;
        font-size: 16px;
    }

    .n_faq dl dd {
        padding: 4vw;
        font-size: 16px;
    }

    .n_faq dl dt:before {
        right: 4vw;
        width: 4vw;
    }

    .n_faq dl dt:after {
        right: 4vw;
        width: 4vw;
    }

    .n_news .news_flex a {
        font-size: 14px;
    }

    .n_news .news_date {
        font-size: 16px;
    }
}

@media screen and (max-width: 620px) {
    .mv .wrap {
        max-width: 100%;
    }

    .h_logo {
        width: 85%;
    }

    .scroll {
        left: 50%;
        bottom: -35px;
    }

    .sp-menu {
        width: 70%;
    }

    nav li a,
	nav li p {
        font-size: 16px;
        padding: 0 0 10px;
    }

    .h_sns {
        margin-top: 20px;
    }

    .h_sns img {
        max-width: 20px;
    }

    .a_img {
        width: 60%;
        margin: 0 auto 40px;
    }

    .a_txt {
        width: 100%;
    }

    .a_txt span {
        font-size: 14px;
        text-align: center;
        display: block;
    }

    .a_txt h2 {
        font-size: 20px;
        text-align: center;
    }

    .btn {
        display: block;
        font-size: 16px;
        width: max-content;
        margin: 0 auto;
    }

    .about::before {
        width: 410px;
        height: 30%;
    }

    .movie {
        padding: 80px 0;
    }

    .movie iframe {
        height: 300px !important;
    }

    .message img {
        max-width: 35%;
    }

    .message {
        padding: 160px 0 130px;
    }

    .f_img {
        width: 80%;
        margin: 0 auto;
    }

    .f_nav {
        width: 100%;
    }

    footer li a,
    footer li p {
        font-size: 12px;
        padding: 2px 8px;
    }

    footer ul.flex {
        justify-content: center;
    }

    .f_sns {
        justify-content: center;
    }

    footer p {
        font-size: 11px;
    }

    .top img {
        max-width: 90px;
    }

    .new input.submit {
        width: fit-content;
        font-size: 16px;
        padding: 13px 90px;
    }

    .new #contact {
        font-size: 14px;
    }

    .new #contact .contactform {
        margin: 20px 0;
    }

    .new #contact .comment {
        font-size: 16px;
    }

    .new #contact .privacy .box {
        padding: 20px 25px;
        height: 280px;
        font-size: 14px;
    }

    .form_flex {
        display: block;
    }

    .form_item {
        margin-bottom: 15px;
    }

    .form_flex > .form_item {
        width: 100%;
    }

    .form_label {
        font-size: 14px;
    }

    .new input,
    .new button,
    .new textarea,
    .new select {
        font-size: 14px;
        padding: 12px;
    }

    .h_ttl h2 {
        font-size: 50px;
    }

    .new #contents {
        margin-top: 60px;
    }

    .breadcrumb,
    .breadcrumb a {
        font-size: 12px;
    }

    .mv_low {
        padding: 60px 0;
    }

    .mv_low p {
        font-size: 40px;
        margin-right: 20px;
    }

    .mv_low h1 {
        font-size: 16px;
    }

    .b_ttl::before,
    .b_ttl::after {
        width: 1.5em
    }

    .b_ttl::before {
        margin-right: 1em;
    }

    .b_ttl::after {
        margin-left: 1em;
    }

    .info_wrap th,
    .info_wrap td {
        font-size: 13px;
        padding: 15px 0;
    }

    .info_wrap .wrap {
        padding: 50px 0;
    }

    .player_box li {
        width: 47%;
    }

    .a_train_box th,
    .a_train_box td {
        font-size: 17px;
    }

    .c_roundBox .c_boxTtl {
        font-size: 20px;
    }

    .parking_address {
        font-size: 16px;
    }

    .parking_address span {
        margin: 0;
    }
}

@media screen and (max-width: 320px) {
    footer ul.flex {
        justify-content: flex-end;
        margin-right: 20px;
    }

    footer li:nth-child(5n+1) {
        border-left: none;
    }

    footer li:nth-child(4n+1) {
        border-left: solid 1px #1C1C1C;
    }

    .f_sns {
        justify-content: flex-end;
        margin-right: 20px;
    }
}

.grecaptcha-badge {
	bottom:20% !important;
}
ul.broadcast_memberbox {
    display: flex;
    margin: 2% 0 0;
}
ul.broadcast_memberbox li {
    margin: 0 1%;
}

/*スポンサー*/
#top section.sponsor #top_sponcor ul li {
    margin: 1% 2%;
}
#top section.sponsor #top_sponcor ul.lank-a {
    margin: 5% 0 0;
    background: #fff;
    padding: 5%;
}
#top section.sponsor #top_sponcor  ul.lank-a li{
    width: 45%;
}
#top section.sponsor #top_sponcor  ul.lank-b li{
    width: 35%;
}
#top section.sponsor #top_sponcor ul.lank-c li{
     width: 25%;
}
#top section.sponsor #top_sponcor  ul.lank-d li{
     width: 15%;
}
#top section.sponsor #top_sponcor ul.lank-d li:nth-child(3n) {
    margin-right: 1%;
}
#top section.sponsor #top_sponcor ul.lank-d li:nth-child(6n) {
    margin-right: 0;
}

/*開催のおしらせ*/
.info-text {
	font-size: 1.5rem;
	text-align: center;
	padding: 50px 0;
}
.info-text p span.red {
	color: red;
}
@media screen and (max-width: 1023px) {
.info-text {
    font-size: 1.25rem;
	}
.info-text p span.m-br {
	display: block;
}
}
@media screen and (max-width: 767px) {
.info-text {
    font-size: .875rem;
    padding: 100px 0 40px;
}
}
/*優勝枠、ニアピン枠*/
section.match_result_box .result_free_box {
    width: 80%;
    margin: 0 auto;
}
section.match_result_box .h_ttl p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 10px;
}
section.match_result_box h2 {
    font-size: 68px;
    font-weight: 500;
    line-height: 1;
    font-family: "Akshar", sans-serif;
    color: #025BAC;
}
section.match_result_box .result_map {
    margin: 5% auto 0;
    width: 63%;
}
section.match_result_box .result_map table {
  border-collapse: collapse;
  border: 1px solid #000;
}
section.match_result_box .result_map table th {
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    background: #007E41;
    color: #fff;
    padding: 3px 0;
}
section.match_result_box .result_map table td {
    border: 1px solid #000;
    font-size: 15px;
}
section.match_result_box .result_map table td.runk_num {
    background: #ffeef5;
}
@media screen and (max-width: 620px) {
section.match_result_box h2 {
    font-size: 50px;
}
section.match_result_box .message p {
    font-size: 16px;
}
section.match_result_box .result_free_box {
    width: 100%;
}
section.match_result_box .result_map {
    width: 100%;
}
}

/*Coming Soon*/
.hp_txt_comingsoon {
    text-align: center;
    font-size: 35px;
    font-family: "Akshar", sans-serif;
}

/*後援*/
.bl_sponsorship {
    background: #92caaf;
    padding: 2%;
}

.bl_sponsorship h2 {
    text-align: center;
    font-size: 24px;
    color: #007e41;
    margin: 0 0 1% 0;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.bl_sponsorship p {
    text-align: center;
    font-size: 20px;
    line-height: 2.5em;
}

@media screen and (max-width: 767px) {
    .bl_sponsorship h2 {
        font-size: 20px;
    }

    .bl_sponsorship p {
        font-size: 16px;
        line-height: 2em;
    }
}

	.grecaptcha-badge {
		bottom: 0 !important;
		right: -160px !important;
		transform: scale(0.5, 0.5);
	}