@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
Theme Name: World Bass Society Official site
Description: W.B.S. on LINE | World Bass Society Official site
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------- 

Primary style

-------------------------------- */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    color: #000;
    background-color: #fff;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
}

body, html {
  /* important */
    height: 100%;
}

a {
    color: #9b7c38;
    text-decoration: none;
}

a:hover {
    color: #898989;
    transition: color 0.2s ease-out;
}

a img {
    transition: filter 0.2s ease-out;
}

a:hover img {
    filter: brightness(0.5);
}

/* -------------------------------- 

Modules

-------------------------------- */

.container,
.container_1060,
.container_900 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 100;
    overflow: hidden;
}

.container {
    max-width: 1226px;
}

.container_1060 {
    max-width: 1060px;
}

.container_900 {
    max-width: 900px;
}

.sp {
    display: none;
}

@media only screen and (max-width:1224px) {

.container,
.container_1060 {
    margin: 0 20px;
    width: auto;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

}

@media only screen and (max-width:1000px) {

.container_900 {
    margin: 0 20px;
    width: auto;
}

}

/* -------------------------------- 

post

-------------------------------- */

h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1e1414;
    border-left: 10px solid #9b7c38;
    padding: 0 0 0 21px;
    margin: 0 0 60px;
}

h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1e1414;
    border-left: 5px solid #9b7c38;
    line-height: 1.4;
    padding: 4px 0 6px 18px;
    margin: 20px 0 35px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
    padding: 0 0 1em;
    text-align: justify;
}

#page ol, ul {
    list-style: revert;
}

.alignleft {
    float:left;
    padding:0 15px 15px 10px;
}

.alignright {
    float:right;
    padding: 0 10px 15px 15px;
}

.aligncenter {
    padding: 20px 0 20px 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}


/* -------------------------------- 

top

-------------------------------- */

main {
    padding: 120px 0 0;
}

#top {
    background-color: #fff;
}

#top h2.top {
    font-family: "Bebas Neue", sans-serif;
    font-size: 46px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding: 0 0 34px;
	border: none;
    margin: unset;
}

#top h2.h2_white {color: #fff;}
#top h2.h2_black {color: #000;}

#top h2.top a {
    position: relative;
}

#top h2.top a::after {
    content: '';
    position: absolute;
    top: 48%;
    left: 7px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9b7c38;
    border-right: 3px solid #9b7c38;
    transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width:1224px) {

main {
    padding: 70px 0 0;
}

}

/* -------------------------------- 

top > topics

-------------------------------- */

#topics {
    background-color: #1e1414;
    padding: 66px 0 70px;
}

ul.topics_list {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    padding: 0;
	overflow: hidden;
}

ul.topics_list li {
    border-bottom: 1px solid #b4b4b4;
    padding: 9px 5px;
    position: relative;
    overflow: hidden;
    max-width: 720px;
    width: 100%;
    float: left;
}

.topics_thumb {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 13px;
}

.topics_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
	transition: transform 0.4s ease;
}

ul.topics_list li a:hover .topics_thumb img {
    transform: scale(1.08);
	transition: transform 0.4s ease;
	opacity: 1;
}

.topics_time {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #9b7c38;
    margin: 2px 0 0;
    display: block;
}

.topics_title {
    margin: -4px 0 0;
    font-size: 14px;
    color: #fff;
}

ul.topics_list li a:hover .topics_title {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.topics_cate {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.topics_cate span.cate_name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 8px 2px;
    line-height: 1;
}

ul.topics_list li:first-child {
    max-width: 300px;
    width: 100%;
    margin: 9px 20px;
    padding: 0;
    border-bottom: none;
}

ul.topics_list li:last-child {
    border-bottom: none;
}

ul.topics_list li:first-child .topics_thumb {
    width: 300px;
    height: 300px;
    float: unset;
    margin-right: 0;
}

ul.topics_list li:first-child .topics_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

ul.topics_list li:first-child .topics_time {
    position: absolute;
    bottom: 75px;
    left: 15px;
}

ul.topics_list li:first-child .topics_title {
    margin: -6px 0 0;
}

ul.topics_list li:first-child .topics_title {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 15px;
    line-height: 1.3;
}

ul.topics_list li:first-child .topics_cate {
    position: absolute;
    top: unset;
    bottom: 15px;
    right: 15px;
    transform: unset;
}

@media only screen and (max-width:1224px) {

ul.topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

}

@media only screen and (max-width:768px) {

.topics_cate {
    top: 11px;
    right: 0;
    transform: unset;
}

.topics_cate span.cate_name {
    font-size: 10px;
}

.topics_time {
    font-size: 18px;
    margin: 3px 0 6px;
}

}

/* -------------------------------- 

top > PICKUP

-------------------------------- */

#pickup {
    background: linear-gradient(to bottom, #1e1414 0%, #1e1414 86%, #9b7c38 14%, #9b7c38 100%);
    padding: 0 0 50px;
}

#top #pickup h2.top {
    background-color: #9b7c38;
    padding: 10px 0 4px;
    line-height: 1;
    margin: 0 0 50px;
}

.box_pickbana {
    overflow: hidden;
    margin: 0 0 21px;
}

.pickbana_large {
    float: left;
    margin: 0 38px 0 0;
}

.pickbana_large img {
    max-width: 520px;
    width: 100%;
    height: auto;
	display: block;
}

.pickbana_small {
    float: left;
    display: flex;
    flex-wrap: wrap;
    max-width: 668px;
    justify-content: space-between;
}

.pickbana_small .bana_s {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
	margin: 0 0 24px;
}

.pickbana_small .bana_s a {
    color: #fff;
}

.pickbana_small .bana_s a span {
    font-size: 16px;
    font-weight: bold;
    color: #9b7c38;
    display: block;
}

.pickbana_small .bana_s a img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px;
}


.pickbana_anglers img {
    max-width: 1226px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width:1224px) {

.box_pickbana {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pickbana_large {
    float: unset;
    margin: 0 0 30px 0;
}

.pickbana_anglers {
    display: flex;
    justify-content: center;
}

.pickbana_anglers img {
    max-width: 840px;
}

}

@media only screen and (max-width:768px) {

.pickbana_small {
    float: unset;
    justify-content: center;
}

.pickbana_small .bana_s {
	font-size: 16px;
    margin: 0 2.5% 20px;
    max-width: 200px;
    width: 45%;
    display: flex;
    justify-content: center;
}

#pickup {
    background: linear-gradient(to bottom, #1e1414 0%, #1e1414 92%, #9b7c38 8%, #9b7c38 100%);
}

}

/* -------------------------------- 

top > movie

-------------------------------- */

#movie {
    background-color: #fff;
    padding: 55px 0 70px;
}

ul.movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

ul.movie_list li {
    max-width: 284px;
    width: 100%;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.4;
}

ul.movie_list li a {
    color: #000;
}

ul.movie_list li a img {
    max-width: 284px;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
	border-radius: 10px;
}

.movie_txt {
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 5px;
}

@media only screen and (max-width:768px) {

ul.movie_list {
    gap: 0;
}

ul.movie_list li {
    width: 46%;
    margin: 0 2% 30px;
    font-size: 14px;
}

}

/* -------------------------------- 

top > sns

-------------------------------- */

#sns {
    background-color: #f3f2f1;
    padding: 50px 0 50px;
}

ul.sns_list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

ul.sns_list li {
    max-width: 200px;
    width: 40%;
    height: auto;
}

ul.sns_list li a {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 20px 10px;
    color: #000;
}

ul.sns_list li a:hover {
	color: #999;
	box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 60%);
	transition: all 0.2s ease-out;
}

ul.sns_list li .sns_img {
    display: flex;
    height: 80px;
    align-items: center;
}

ul.sns_list li .sns_txt {
    font-family: "Roboto condensed", sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin: 19px 0 0;
}

ul.sns_list li .sns_txt span {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

@media only screen and (max-width:768px) {

ul.sns_list {
    justify-content: center;
    gap: 15px;
}

}

/* -------------------------------- 

top > sponsors

-------------------------------- */

#sponsors {
    background-color: #fff;
    padding: 50px 0 50px;
}

#top ul.sponsor_list,
#page ul.sponsor_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #f2f2f2;
    padding: 70px 0;
	margin: 0;
}

#top ul.sponsor_list li,
#page ul.sponsor_list li {
    display: flex;
    align-items: anchor-center;
    margin: 0 20px;
}

#top ul.sponsor_list li a:hover img,
#page ul.sponsor_list li a:hover img {
	filter: none;
}

#top ul.sponsor_list li img,
#page ul.sponsor_list li img {
    width: 100%;
    height: auto;
}

#top ul.sponsor_x-large li,
#page ul.sponsor_x-large li {
    max-width: 360px;
	width: 100%;
}

#top  ul.sponsor_large li,
#page ul.sponsor_large li {
    max-width: 180px;
	width: 100%;
}

#top  ul.sponsor_middle li,
#page ul.sponsor_middle li {
    max-width: 100px;
	width: 100%;
}

#top  ul.sponsor_small li,
#page ul.sponsor_small li {
    max-width: 70px;
	width: 100%;
}

#top  ul.sponsor_large,
#page ul.sponsor_large {
    padding: 55px 0;
}

#top  ul.sponsor_middle,
#page ul.sponsor_middle,
#top ul.sponsor_small,
#page ul.sponsor_small {
    padding: 40px 0;
}

#top ul.sponsor_middle li img,
#top ul.sponsor_small li img,
#top ul.sponsor_middle li a:hover img,
#top ul.sponsor_small li a:hover img,
#page ul.sponsor_middle li img,
#page ul.sponsor_small li img,
#page ul.sponsor_middle li a:hover img,
#page ul.sponsor_small li a:hover img {
    filter: grayscale(1);
}

@media only screen and (max-width:1224px) {

#top ul.sponsor_list li, #page ul.sponsor_list li {
    margin: 0 20px 20px;
}

}

/* -------------------------------- 

footer

-------------------------------- */

footer {
    position: relative;
    z-index: 1;
    background-color: #1e1414;
    padding: 60px 0 0;
}

.logo_footer {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.logo_footer a img:hover {
    filter: none;
}

nav#footer_nav {
    font-family: "Roboto condensed", sans-serif;
    font-size: 20px;
    max-width: 1074px;
    height: auto;
    margin: 0 auto 10px;
}

nav#footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

nav#footer_nav ul li {
    position: relative;
    margin: 0 12px;
}
nav#footer_nav ul li::after {
    content: "|";
    display: block;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    right: -24px;
    top: 0;
}

nav#footer_nav ul li.last::after {
    content: "";
}

nav#footer_nav ul li a {
    color: #fff;
}

nav#footer_nav ul li a:hover {
    color: #999;
}

ul.other_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 940px;
    margin: 30px auto 0;
    list-style: none;
    gap: 20px;
}

ul.other_link li {
    margin: 0 0 20px;
}

ul.other_link li a {
    display: block;
	background-color: #1e1414;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 300px;
	transition: all 0.2s ease-out;
}

ul.other_link li a:hover {
	background-color: #fff;
    color: #1e1414;
	transition: all 0.2s ease-out;
}

ul.footer_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 170px;
    margin: 23px auto 0;
	list-style: none;	
}

.copy {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin: 50px 0 22px;
}

@media only screen and (max-width:1224px) {

ul.other_link li {
    margin: 0;
}

ul.footer_sns {
    margin: 46px auto 0;
}

}

/* -------------------------------- 

page

-------------------------------- */

#page {
    position: relative;
    background-color: #fff;
    padding: 120px 0 0;
    z-index: 1;
}

.page_title {
    background-color: #1e1414;
    padding: 38px 0 38px;
    text-align: center;
    margin: 0 0 20px;
}

.page_title h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 54px;
    font-weight: normal;
    color: #fff;
    line-height: 1.1;
    border: none;
    padding: 0;
    margin: 0;
}

.page_title h2 span.kana {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.breadcrumb {
    margin: 0 0 80px;
}

.breadcrumb span span {
    margin: 0 10px;
}

.breadcrumb span.breadcrumb_last {
    margin: 0 10px;
}

#page ul, ol {
    margin: 0 0 1em 2em;
}

#page li {
    margin: 0 0 0.5em 0;
}

#page hr {
    margin: 21px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

h3.h3_post {
    font-size: clamp(20px, calc(20px + (30 - 20) * ((100vw - 375px) / (1200 - 375))), 30px);
    font-weight: bold;
    color: #1e1414;
    border-left: 10px solid #9b7c38;
    padding: 0 0 0 21px;
    margin: 0 0 60px;
    display: flex;
    align-items: center;
}


.page_catch {
    text-align: center;
    margin: 0 0 40px;
}


.page_catch p {
    text-align: center;
    font-size: 18px;
}

.box_page h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1e1414;
    border-left: 5px solid #9b7c38;
    line-height: 1.4;
    padding: 4px 0 6px 18px;
    margin: 20px 0 35px;
}

.box_page h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

.box_page h4::before {
    content: '';
    position: relative;
    top: 23px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}

.box_page .other_cont {
    margin: 60px 0 0;
}

.pageback {
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
}

.pageback.columns {
    padding: 0 0 140px;
}

.pageback a {
    display: block;
	background-color: #fff;
    color: #9b7c38;
    border: 1px solid #9b7c38;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 300px;
	transition: all 0.2s ease-out;
}

.pageback a:hover {
	background-color: #9b7c38;
    color: #fff;
	transition: all 0.2s ease-out;
}

@media only screen and (max-width:1224px) {

#page {
    padding: 70px 0 0;
}

.breadcrumb {
    margin: 0 0 20px;
}

}

@media only screen and (max-width:768px) {

.breadcrumb {
    font-size: 12px;
}

}

/* -------------------------------- 

page > tournament

-------------------------------- */

#tournament {
    padding: 0 0 140px;
}

.page_index {
    margin: 0 0 85px;
}

.page_index.tournament {
    margin: 90px 0 100px;
}

.page_index h2 {
    font-size: 30px;
    font-weight: bold;
    color: #1e1414;
    text-align: center;
    margin: 0 0 30px;
    border: none;
    padding: unset;
}

.page_index h2::after {
    content: '';
    position: relative;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 48px;
    height: 6px;
    background: #9b7c38;
}

.box_index {
    max-width: 1060px;
    margin: 0 auto;
}

.result {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.result .thumb {
    width: 140px;
    height: 140px;
    margin: 0 40px 0 0;
}

.result .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.result .txt {
    max-width: 660px;
    width: 100%;
	position: relative;
}

.result .txt time {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #9b7c38;
    margin: 3px 0 16px;
    line-height: 1;
    display: block;
}

.result .txt .title {
    pointer-events: all;
    padding: 0;
}

.result .txt .title a h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: -14px 0 0;
    border-bottom: 1px solid #d4c6aa;
    border-left: none;
    line-height: normal;
}

.result .txt .title a h3::before {
    content: '';
    position: relative;
    top: 23px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}

.result .txt .title a:hover h3 {
    color: #9b7c38;
    transition: color 0.2s ease-out;
}

.btn_all {
    width: 140px;
    margin: 5px auto 20px;
}

.btn_all a {
    display: block;
    width: 140px;
    height: 26px;
    border: 1px solid #9b7c38;
    border-radius: 13px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 2px 13px 0 0;
    position: relative;
}

.btn_all a::after {
    content: '';
    position: absolute;
    top: 48%;
    right: 12px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #9b7c38;
    border-right: 2px solid #9b7c38;
    transform: translateY(-50%) rotate(45deg);
}

.btn_all a:hover {
    background-color: #9b7c38;
    color: #fff;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn_all a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: border-color 0.2s ease-out;
}

.other_cont{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 0 98px;
}

.other_on {
    max-width: 210px;
    width: 44%;
    margin: 0 10px 20px;
}

.other_on a {
    display: block;
    max-width: 210px;
    width: 100%;
    aspect-ratio: 1 / 1;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    transition: background-image 0.2s ease-out;
}


.other_on a.gaiyou {background-image: url(images/other_link_gaiyou.png);}
.other_on a.gaiyou:hover {background-image: url(images/other_link_gaiyou_on.png);}

.other_on a.non-boater {background-image: url(images/other_link_non-boater.png);}
.other_on a.non-boater:hover {background-image: url(images/other_link_non-boater_on.png);}

.other_on a.rule {background-image: url(images/other_link_rule.png);}
.other_on a.rule:hover {background-image: url(images/other_link_rule_on.png);}

.anglers_link {
    text-align: center;
    margin: 0 0 30px;
}

.anglers_link img {
    max-width: 840px;
    width: 100%;
    height: auto;
}

.result.list_page {
    margin: 0 0 40px;
}

#topics.archive {
    max-width: 840px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 0 0 140px;
}

#topics.archive .topics_cate {
    position: absolute;
    top: -1px;
    left: 92px;
    right: unset;
    transform: none;
}

#topics.archive .topics_cate span.cate_name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1414;
    border: 1px solid #1e1414;
    padding: 4px 8px 2px;
    line-height: 1;
}

#page aside {
    max-width: 282px;
    width: 100%;
    height: auto;
    float: right;
}


.side_archive h3 {
    background-color: #b29a66;
    width: 100%;
    height: 48px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    padding: 5px 0 0;
    margin: 0 0 15px;
	border: none;
    line-height: unset;
}

.side_archive select {
    width: -webkit-fill-available;
    padding: 7px 6px;
    margin: 0 8px;
    border-radius: 5px;
    border-color: #b29a66;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.wp-pagenavi {
    text-align: center;
    margin: 100px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 8px 1px !important;
    color: #9b7c38 !important;
    border: 1px solid #9b7c38 !important;
    border-radius: 3px;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
}

.wp-pagenavi span.current {
    font-weight: normal !important;
    background-color: #9b7c38 !important;
    border-color: #9b7c38 !important;
    color: #fff !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #9b7c38 !important;
	background-color: #9b7c38 !important;
	color: #fff !important;
}

#topics.single {
    max-width: 840px;
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 0 0 140px;
    margin: 0 auto;
}


@media screen and (max-width: 768px) {

.anglers_link {
    margin: 0 0 10px;
}

.dt-container .dt-layout-row {
    flex-direction: column;
    font-size: 14px;
}

.result {
    justify-content: flex-start;
}

.result .thumb {
    width: 70px;
    height: 70px;
	margin: 0;
}

.result .txt {
    max-width: 660px;
    width: calc(100% - 70px);
    position: relative;
    padding: 0 0 0 18px;
}

.result .txt time {
    margin: 5px 0 8px;
    font-size: 18px;
}

#topics.archive .topics_cate span.cate_name {
    font-size: 11px;
}

#topics.archive .topics_cate {
    top: -2px;
    left: unset;
    right: 0;
}

.result .txt .title a h3 {
    font-size: 16px;
}

    #topics.archive {
        float: unset;
        margin: 0 auto;
        padding: 0 0 100px;
    }

    #page aside {
        float: unset;
        margin: 0 auto 100px;
        max-width: unset;
    }
	

.other_on{
    margin:0 3% 20px;
}

#tournament {
    padding: 0 0 40px;
}

#topics.single {
    float: none;
}

}

/* -------------------------------- 

page > event

-------------------------------- */

.other_on a.event_gaiyou {background-image: url(images/other_link_event_gaiyou.png);}
.other_on a:hover.event_gaiyou {background-image: url(images/other_link_event_gaiyou_on.png);}

.other_on a.event_rule {background-image: url(images/other_link_event_rule.png);}
.other_on a:hover.event_rule {background-image: url(images/other_link_event_rule_on.png);}


/* -------------------------------- 

page > colmuns

-------------------------------- */

h3.columns_img {
    margin: 0 0 50px;
    border: none;
    padding: 0;
}

h3.columns_img img {
    max-width: 840px;
    width: 100%;
    height: auto;
}


#page .columns_header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
}

#page .columns_header ul li {
    width: 32%;
}

#page .columns_header ul li img {
    width: 100%;
    height: auto;
}


/* -------------------------------- 

post > topics, columns

-------------------------------- */

.post_time_cate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px;
}

.post_time_cate time {
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #9b7c38;
    margin: 0 30px 0 0;
    padding: 4px 0 0;
    line-height: 0;
    display: block;
}

.post_cate {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #1e1414;
    border: 1px solid #1e1414;
    padding: 4px 8px 2px;
    line-height: 1;
}


/* -------------------------------- 

post > movie

-------------------------------- */

#movie.archive {
    padding: 0 0 150px;
}

#page ul.movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
	margin: 0;
}

#page ul.movie_list li {
    max-width: 284px;
    width: 100%;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 1.4;
}

#page ul.movie_list li a {
    color: #000;
}

#page ul.movie_list li a img {
    max-width: 284px;
    width: 100%;
    height: auto;
    margin: 0 0 5px;
	border-radius: 10px;
}


@media only screen and (max-width:768px) {

#page ul.movie_list {
    gap: 0;
}

#page  ul.movie_list li {
    width: 46%;
    margin: 0 2% 30px;
    font-size: 14px;
}

}

/* -------------------------------- 

post > anglers

-------------------------------- */

#anglers {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 0 140px;
    margin: 0 auto;
}

.box_anglers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 0 0 70px;
}

.year_label {
    padding: 0 0 0 15px;
}

.anglers_img {
    width: 460px;
    height: 460px;
    margin: 0 0 65px;
}

.anglers_img.archive {
    width: 184px;
    height: 184px;
    margin: 0 0 15px;
}

.anglers_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.anglers_cat {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    background-color: #9b7c38;
    line-height: 1;
    letter-spacing: 1px;
    padding: 4px 30px 1px;
}

.anglers_txt {
    position: relative;
    max-width: 840px;
    width: 100%;
}


/* RANK 1 */
.career_row .rank1 {
    color: #c50000;
    font-weight: 500;
}

.career_row .rank2 {
    color: #3f51b5;
    font-weight: 500;
}

.career_row .rank3 {
    color: #b38210;
    font-weight: 500;
}

.anglers_name {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
	text-align: center;
}

.anglers_name_eg {
    font-size: 16px;
    color: #9b7c38;
	text-transform: uppercase;
	text-align: center;
}

table.anglers {
    width: 100%;
    border-top: 2px solid #9b7c38;
    margin: 40px 0 0;
}

table.anglers tr {
    border-bottom: 1px solid #9b7c38;
}

table.anglers th {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    color: #9b7c38;
    text-align: left;
    vertical-align: middle;
    padding: 30px 10px;
}

table.anglers td {
    padding: 30px 10px;
}

#page ul.anglers_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24.4px;
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
	justify-content: flex-start;
}

#page ul.anglers_list li {
    max-width: 184px;
    width: 100%;
    margin: 0 0 10px;
}

#page ul.anglers_list li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#page ul.anglers_list .anglers_img img {
    max-width: 200px;
}

#page ul.anglers_list .anglers_name {
    margin-top: 15px;
    font-size: 24px;
}

#page ul.anglers_list .anglers_name_eg {
    margin-top: -4px;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.anglers_group {
    margin: 60px 0 0;
}

h4.anglers_group_title {
    font-size: 18px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

h4.anglers_group_title::before {
    content: '';
    position: relative;
    top: 23px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}



@media only screen and (max-width:768px) {

#page ul.anglers_list li {
    max-width: 150px;
}

.anglers_img.archive {
    width: 150px;
    height: 150px;
}

}

@media screen and (max-width: 768px) {

  #anglers.single .box_anglers {
    margin: 0 0 50px;
  }

  #anglers.single .anglers_img {
    width: 88%;
    max-width: 460px;
    height: auto;
    margin: 0 0 30px;
  }

  #anglers.single .anglers_img.archive {
    width: 48%;
    max-width: 184px;
    height: auto;
    margin: 0 0 15px;
  }

  #anglers.single .anglers_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  #anglers.single .anglers_txt {
    max-width: 100%;
  }

  #anglers.single .anglers_cat {
    font-size: 16px;
    padding: 4px 18px 2px;
  }

  #anglers.single .anglers_name {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.4;
  }

  #anglers.single .anglers_name_eg {
    font-size: 13px;
    line-height: 1.5;
  }

  table.anglers {
    margin: 25px 0 0;
  }

  table.anglers th,
  table.anglers td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
  }

  table.anglers th {
    padding-bottom: 4px;
    font-size: 14px;
  }

  table.anglers td {
    padding-top: 0;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  table.anglers tr {
    display: block;
    padding: 10px 0;
  }
}

/* -------------------------------- 

page > schedule

-------------------------------- */

.simcal-default-calendar .simcal-current h3 {
    margin: 0;
    padding: 0;
    border: none;
}

.simcal-default-calendar .simcal-events {
    font-size: 13px !important;
    margin: 0 !important;
}


/* -------------------------------- 

page（※旧サイト対応用）

-------------------------------- */

#standard {
    padding: 0 0 130px;
}

#standard h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1e1414;
    border-left: 5px solid #9b7c38;
    line-height: 1.4;
    padding: 4px 0 6px 18px;
    margin: 20px 0 35px;
}

#standard h3.h3_post {
    font-size: 30px;
    font-weight: bold;
    color: #1e1414;
    border-left: 10px solid #9b7c38;
    padding: 0 0 0 21px;
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    height: 48px;
}

#standard h4 {
    font-size: 18px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

#standard h4::before {
    content: '';
    position: relative;
    top: 23px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}

#standard ol {
    list-style-type: decimal;
}

#standard ul {
    list-style-type: disc;
}


/* -------------------------------- 

contacts

-------------------------------- */

#contacts {
    padding: 0 0 120px;
}

#contacts h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #9b7c38;
    margin: 35px 0 1em;
    border: none;
    padding: 0;
    line-height: unset;
}

.txt_box {
    margin: 0 0 28px;
}

.txt_box p {
    font-weight: 500;
    text-align: center;
}

.box_tel_fax {
    margin: 0 0 40px;
}

.box_tel_fax p {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 5px;
}

.box_tel_fax p.tel, .box_tel_fax p.fax {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    font-weight: normal;
    padding: 5px 17px 5px 19px;
    line-height: 1;
    text-indent: 25px;
    width: fit-content;
    margin: 0 auto;
}

.box_tel_fax p.tel {background: url(images/tel.png) no-repeat 0 9px;}
.box_tel_fax p.fax {background: url(images/fax.png) no-repeat 0 9px;}

.wpcf7-list-item {
    font-size: 110%;
    margin: 0 !important;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 7px 0 0;
    font-size: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], .add_select, select.month, select.day, textarea {
    vertical-align: middle;
    width: 100%;
    height: 48px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 7px 0 0;
    font-size: 100%;
	background-color: #fbfbfb;
}

textarea {
    height: 150px;
    padding: 15px 10px;
    font-size: 16px;
}

.form_btn {
    margin: 30px 0 0;
}

.form_btn input[type="submit"] {
    line-height: 33px;
    letter-spacing: 3px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    background-color: #fff;
    color: #9b7c38;
    border: 1px solid #9b7c38;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 300px;
    transition: all 0.2s ease-out;
}

.form_btn input[type="submit"]:hover {
	background-color: #9b7c38;
    color: #fff;
	transition: all 0.2s ease-out;
}

input[type="submit"] {
    line-height: 33px;
    letter-spacing: 1px;
    margin: 30px auto 0;
    cursor: pointer;
    display: block;
    background-color: #fff;
    color: #9b7c38;
    border: 1px solid #9b7c38;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 300px;
    transition: all 0.2s ease-out;
}

input[type="submit"]:hover {
	background-color: #9b7c38;
    color: #fff;
	transition: all 0.2s ease-out;
}

input[type="reset"] {
    display: none;
}

.form select {
    display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #000;
    padding: 0 6px;
    margin: 7px 0 4px;
    font-size: 15px;
    border-radius: 0;
    background-color: #fff;
}

.required {
    color: #b50202;
    padding: 0 0 0 11px;
}

.form_pp {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
}

.entry .t_day {
    width: 50px;
    margin: 0 5px;
}

.entry .category span.wpcf7-list-item {
	margin: 0 15px 0 0;
}

.entry span.wpcf7-form-control-wrap {
	display: inline-block !important;
}

.wpcf7-not-valid-tip {
    font-size: 93% !important;
    color: #fff !important;
    display: block !important;
    border: 2px solid #9b7c38;
    background: #9b7c38;
    border-radius: 4px;
    padding: 0 10px;
    margin: 12px 0 0;
    width: fit-content;
    position: relative;
    font-weight: 500;
}

.wpcf7-not-valid-tip::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #9b7c38;
}

#autozip {
    font-family: 'Noto Sans JP', sans-serif !important;
    border-radius: 5px !important;
    background-color: #9b7c38 !important;
}

.row-fluid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}

.row-fluid .span4 {
    width: 31.914893617021%;
}


@media only screen and (max-width:768px) {

.row-fluid .span4 {
    width: 100%;
}

}

/* -------------------------------- 

privacy_policy

-------------------------------- */

#privacy_policy {
    padding: 0 0 120px;
}

.box_pp {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 40px;
    padding: 0 0 24px;
}


/* -------------------------------- 

システム運用 tournament

-------------------------------- */

.tournament_meta {
    margin: 20px 0 30px;
}

.tournament_meta_item {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.8;
}

.tournament_notice {
    margin: 40px 0 0;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.result_table_wrap {
    margin: 50px 0 0;
}

.table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* =========================
   TABLE 共通
========================= */

table.result_table,
table.ranking_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

table.result_table th,
table.result_table td,
table.ranking_table th,
table.ranking_table td {
    padding: 14px 12px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}

table.result_table th,
table.ranking_table th {
    background: #f5f5f5;
    font-weight: 700;
}

/* ======================== */


.result_table .name,
.ranking_table .ranking_name {
    text-align: left;
    min-width: 180px;
}

.result_table th .sub{
    display:block;
    font-size:11px;
    font-weight:400;
    opacity:0.7;
}

.result_table td{
    white-space:nowrap;
}

.penalty_note{
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
    color: #c00;
}

.result_table .pair_cell {
    min-width: 220px;
    text-align: left;
}

.result_table .pair_cell a {
    text-decoration: none;
}

/* BIG FISH AWARD */
.bigfish_award {
    margin: 40px 0 0;
}

.bigfish_award_inner {
    position: relative;
    padding: 34px 24px 26px;
    background: linear-gradient(180deg, #fffdf7 0%, #f7f1df 100%);
    border: 3px solid #9b7c38;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    overflow: hidden;
}

.bigfish_award_inner::before,
.bigfish_award_inner::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(155, 124, 56, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.bigfish_award_inner::before {
    top: -35px;
    left: -35px;
}

.bigfish_award_inner::after {
    right: -35px;
    bottom: -35px;
}

.bigfish_award_icon,
.bigfish_award_head,
.bigfish_award_list {
    position: relative;
    z-index: 1;
}

.bigfish_award_icon {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}

.bigfish_award_head {
    margin-bottom: 18px;
}

.bigfish_award_en {
    display: block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: #9b7c38;
}

.bigfish_award_jp {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.bigfish_award_item + .bigfish_award_item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(155, 124, 56, 0.35);
}

.bigfish_award_pair {
    font-size: 16px;
    line-height: 1.8;
}

.bigfish_award_pair a {
    text-decoration: none;
}

.bigfish_award_weight {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #9b7c38;
}

@media screen and (max-width: 767px) {
    .result_table th,
    .result_table td,
	.ranking_table th,
	.ranking_table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .result_table .pair_cell {
        min-width: 180px;
    }

    .bigfish_award_inner {
        padding: 26px 16px 22px;
    }

    .bigfish_award_icon {
        font-size: 28px;
    }

    .bigfish_award_en {
        font-size: 20px;
    }

    .bigfish_award_jp {
        font-size: 12px;
    }

    .bigfish_award_pair {
        font-size: 14px;
    }

    .bigfish_award_weight {
        font-size: 24px;
    }
}

.ranking_filter {
    margin: 0 0 30px;
}

.ranking_filter form {
    margin: 0;
}

.ranking_filter select {
    min-width: 180px;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

.ranking_table_wrap {
    margin: 30px 0 0;
}

h4.ranking_subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

h4.ranking_subtitle::before {
    content: '';
    position: relative;
    top: 25px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}

.table_scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ranking_table_detail th,
.ranking_table_detail td {
    white-space: nowrap;
}

.ranking_table .ranking_name {
    min-width: 180px;
    text-align: left;
}

.ranking_total {
    font-weight: 700;
}

.no_ranking {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 1.8;
}

.ranking_content {
    margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
    .ranking_filter {
        margin-bottom: 24px;
    }

    .ranking_filter select {
        width: 100%;
        min-width: 0;
        font-size: 13px;
    }

    .ranking_table_wrap {
        margin-top: 32px;
    }

    .ranking_subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .ranking_table .ranking_name {
        min-width: 110px;
    }
}

.year_bigfish_award {
    margin: 35px 0 80px;
}

.year_bigfish_award_inner {
    position: relative;
    padding: 30px 22px 24px;
    background: linear-gradient(180deg, #fffdf7 0%, #f7f1df 100%);
    border: 3px solid #9b7c38;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    overflow: hidden;
}

.year_bigfish_award_inner::before,
.year_bigfish_award_inner::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    background: rgba(155, 124, 56, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.year_bigfish_award_inner::before {
    top: -35px;
    left: -35px;
}

.year_bigfish_award_inner::after {
    right: -35px;
    bottom: -35px;
}

.year_bigfish_award_icon,
.year_bigfish_award_head,
.year_bigfish_award_list {
    position: relative;
    z-index: 1;
}

.year_bigfish_award_icon {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}

.year_bigfish_award_head {
    margin-bottom: 16px;
}

.year_bigfish_award_en {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #9b7c38;
}

.year_bigfish_award_jp {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.year_bigfish_award_item + .year_bigfish_award_item {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(155, 124, 56, 0.35);
}

.year_bigfish_award_pair {
    font-size: 15px;
    line-height: 1.8;
}

.year_bigfish_award_pair a {
    text-decoration: none;
}

.year_bigfish_award_weight {
    margin-top: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #9b7c38;
}

@media screen and (max-width: 767px) {
    .year_bigfish_award_inner {
        padding: 24px 16px 20px;
    }

    .year_bigfish_award_icon {
        font-size: 26px;
    }

    .year_bigfish_award_en {
        font-size: 18px;
    }

    .year_bigfish_award_jp {
        font-size: 12px;
    }

    .year_bigfish_award_pair {
        font-size: 14px;
    }

    .year_bigfish_award_weight {
        font-size: 22px;
    }
}

.ranking_table_weight {
    min-width: 1200px;
}

.ranking_table_weight th[colspan="2"] {
    background: #eee;
}

.ranking_total_weight {
    font-weight: 700;
}

/* =========================
   CAREER SUMMARY
========================= */

.career_summary {
    margin: 50px 0 0;
}

.career_summary_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
}

.career_summary_item {
    width: calc(33.333% - 11px);
    min-width: 180px;
    padding: 20px 16px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.career_summary_label {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.career_summary_value {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

/* =========================
   CAREER HISTORY
========================= */


.career_row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1.6;
	max-width: 300px;
}

.career_row:last-child {
    border-bottom: none;
}

.career_year {
    width: 60px;
    font-weight: 700;
    font-size: 16px;
    color: #111;
}

.career_cate {
    font-size: 12px;
    letter-spacing: 1px;
    background: #eee;
    padding: 3px 8px;
    border-radius: 4px;
}

.career_rank {
    margin-left: auto;
    font-weight: 700;
    font-size: 15px;
}

/* =========================
   RESULT HISTORY
========================= */

.angler_results {
    margin: 60px 0 0;
}

.profile_result_table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: #fff;
    margin-top: 20px;
}

.profile_result_table th,
.profile_result_table td {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}

.profile_result_table th {
    background: #f5f5f5;
    font-weight: 700;
}

.profile_result_table td a {
    text-decoration: none;
}

/* =========================
   BIG FISH RECORD
========================= */

.bigfish_record {
    margin: 60px 0 0;
}

.bigfish_record_list {
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.bigfish_record_item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

.bigfish_record_rank {
    width: 40px;
    flex: 0 0 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #9b7c38;
}

.bigfish_record_body {
    flex: 1;
    min-width: 0;
}

.bigfish_record_weight {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.bigfish_record_tournament {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
}

.bigfish_record_tournament a {
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    .career_summary_grid {
        gap: 10px;
    }

    .career_summary_item {
        width: 100%;
        min-width: 0;
        padding: 16px 10px;
    }

    .career_summary_label {
        font-size: 12px;
    }

    .career_summary_value {
        font-size: 22px;
    }

    .career_row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .career_year {
        width: auto;
        font-size: 15px;
    }

    .career_rank {
        width: 100%;
        margin-left: 0;
    }

    .profile_result_table th,
    .profile_result_table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .bigfish_record_item {
        gap: 12px;
    }

    .bigfish_record_rank {
        width: 32px;
        flex: 0 0 32px;
        font-size: 20px;
    }

    .bigfish_record_weight {
        font-size: 22px;
    }

    .bigfish_record_tournament {
        font-size: 13px;
    }
}

/* -------------------------------- 

result

-------------------------------- */

.result_year_block {
    margin: 0 0 80px;
}

.pageback.result {
    padding: 50px 0 140px;
    justify-content: center;
}

h4.result_year_title {
    font-size: 20px;
    font-weight: bold;
    color: #1e1414;
    padding: 0 0 9px 25px;
    margin: 0 0 24px;
    border-bottom: 1px solid #d4c6aa;
}

h4.result_year_title::before {
    content: '';
    position: relative;
    top: 25px;
    left: -25px;
    display: block;
    width: 17px;
    height: 17px;
    background: #9b7c38;
    border-radius: 50%;
}

.result_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
}

.result_card {
    width: 31.333%;
}

.result_card a {
    display: block;
    text-decoration: none;
    color: #9b7c38;
    border: 1px solid #9b7c38;
    padding: 16px 30px;
    border-radius: 6px;
	background-color: #fff;
	transition: all 0.2s ease-out;
}

.result_card a:hover {
    color: #fff;
	background-color: #9b7c38;
	transition: all 0.2s ease-out;
}

.result_card_title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.result_card_date, .result_card_place, .result_card_status {
    font-size: 16px;
	font-weight: 500;
    line-height: 1.4;
    margin: 0 0 4px;
}

.result_card a .result_card_date,
.result_card a .result_card_place,
.result_card a .result_card_status {
	color: #000;
}

.result_card a:hover .result_card_date,
.result_card a:hover .result_card_place,
.result_card a:hover .result_card_status {
    color: #fff;
	transition: all 0.2s ease-out;
}

@media screen and (max-width: 767px) {
    .result_cards {
        display: block;
    }

    .result_card {
        width: 100%;
        margin: 0 0 35px;
    }
}
