/*!
Theme Name: fabba2025
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fabba2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fabba2025 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"]::file-selector-button {
	border: none;
	border-color: none;
	border-radius: 0px;	
	font-size: var(--font-size--midium);
    font-weight: var(--font-weight-bold);
    background-color: var(--color-eyecatch);
    color: white;
    padding: 1rem 3rem;
    min-width: 200px;
    display: inline-block;
	cursor: pointer;
}
input[type="file"]::file-selector-button {
	display: flex;
}
.wpcf7 input[type="file"] {
	width: 240px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa; */
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--color-black);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	/* color: #666; */
	border: none;
	border-radius: 0px;
	padding: .5em;
	background-color: var(--color-lightgray);
	line-height: 1.5em;
	width: 100%;
	resize: vertical;
	min-height: 2.5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

*{
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

/* ---   
For  FABBA  Design
--- */

/* -- BASE -- */
:root {
	--color-black: #061922;
	--color-eyecatch:#CCA22F;
	--color-gray:#BEC7CC;
	--color-lightgray:#E8ECED;
	--color-darkgray:#707070;
	--color-red:#D13232;
	--font-weight-midium:500;
	--font-weight-bold:700;
	--font-weight-black:900;
	--font-size--small:14px;
	--font-size--normal:16px;
	--font-size--midium:18px;
	--font-size--big:24px;
	--font-size--headder:36px;
	--transition-effect-cublic:cubic-bezier(0.86,0,0.07,1);
}
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", serif;
  	font-optical-sizing: auto;
  	font-weight: var(--font-weight-midium);
  	font-style: normal;
	font-size: var(--font-size--normal);
	letter-spacing: .035em;
	line-height: 1.55em;
}
h1, h2, h3, h4{
	line-height: 1.55em;
}
img{
	width: 100%;
	height: auto;
	display: block;
}

.bold{
	font-weight: var(--font-weight-bold);
}
.black{
	font-weight:var(--font-weight-black);
}
.small{
	font-size: var(--font-size--small);
	line-height: 1em;
}
.color-white{
	color: white;
}
.color-gray{
	color:var(--color-gray);
}
.color-darkgray{
	color:var(--color-darkgray);
}
.color-eyecatch{
	color:var(--color-eyecatch);
}
.color-red{
	color:var(--color-red);
}
.flex{
	display: flex;
}
.f-column{
	flex-direction: column;
}
.f-justify-between{
	justify-content: space-between;
}
.w45{
	flex-basis: 45%;
	width: 45%;
}
.w55{
	flex-basis: 55%;
}
.f1{
	flex: 1;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.margin-center{
	margin: 0 auto;
}
.caption-s{
	font-size: var(--font-size--midium);
}
.caption{
	font-size:var(--font-size--big);
	line-height: 1.7em;
}
.btn{
	display: inline-block;
}
.btn a{
	font-size: var(--font-size--midium);
	font-weight: var(--font-weight-bold);
	background-color: var(--color-eyecatch);
	color: white;
	padding: 1rem 3rem;
	min-width: 200px;
	display: inline-block;
}
.spacer-xs{
	margin-top: 0.7rem;
}
.spacer-s{
	margin-top: 1.5rem;
}
.spacer-m{
	margin-top: 3.75rem;
}

/* side menu */
.menu-toggle{
	display: none;
}
.sidemenu-logowrap img{
	max-width: 140px;
	width: 100%;
	height: auto;
}
.menu{
	margin-top: 2rem;
}
.menu li{
	/* padding: 1rem 24px; */
	font-weight: var(--font-weight-bold);
	border-top: 1px solid var(--color-darkgray);
}
.menu li a{
	padding: 1rem 24px;
	display: inline-block;
	width: 100%;
	font-size: var(--font-size--small);
}
.menu li:last-child{
	border-bottom: 1px solid var(--color-darkgray);
}
.menu li.current_page_item{
	color: var(--color-black);
	background-color: var(--color-eyecatch);
	position: relative;
}
.menu li.current_page_item::after{
	content: "";
	position: absolute;
	top: 0;
	right: -1.5rem;
	width: 1.5rem;
	height: 100%;
	background-color: var(--color-eyecatch);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.sponsers{
	margin-top: 2rem;
}
.sponsers li{
	max-width: 250px;
	margin: 0 auto;
	padding-top: 1rem;
}
.addLinkIcon::after{
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	display: inline-block;
	background-image: url('./res/linkIcon.svg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 8px;
	/* background-size: contain; */
}

/* Footer */
footer{
	background-color: var(--color-black);
	color: white;
	padding: 4rem 3rem;
}
.footer-logo.flex{
	gap: 1.5rem;
}
.footer-logo img{
	max-width: 100px;
}

/* contents */
.sidemenuwrap{
	flex-basis: max(20%, 16rem);
	background-color: var(--color-black);
	color: var(--color-gray);
	padding:2rem 0px 4rem;
}
.maincontentswrap{
	flex: 1;
	background-color: var(--color-gray);
	color: var(--color-black);
	padding:2rem;
}
section{
	background-color: white;
	width: 100%;
	max-width: 1300px;
	margin: 3rem auto;
	padding: 3rem 0;
}
.maincontentswrap section:first-of-type{
	margin: 0 auto;
}
.container{
	padding: 0 2rem;
}
.headcaption{
	font-size: var(--font-size--headder);
	font-weight: var(--font-weight-black);
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1em;
}
.headcaption2{
	font-size: var(--font-size--headder);
	font-weight: var(--font-weight-black);
	text-indent: .3em;
}
.headcaption span{
	font-size: var(--font-size--midium);
	font-weight: var(--font-weight-bold);
	letter-spacing: initial;
	text-indent: initial;
	display: inline-block;
}
.bloglist li,
.league-list li,
.dl-list li,
.form-list li,
.about-list > li{
	border-top: 1px solid var(--color-darkgray);
}
.bloglist li:last-child,
.league-list li:last-child,
.dl-list li:last-child,
.form-list li:last-child,
.about-section{
	border-bottom:1px solid var(--color-darkgray);
}
.about-section .about-list:first-child{
	border-right: 1px solid var(--color-darkgray);
}
.bloglist li{
	transition: all .2s;
}
.bloglist li:hover{
	box-shadow: 0 0 8px 0 var(--color-eyecatch);
}

.bloglist article{
	padding: 1rem 0;
	word-break: break-all;
}
.league-list li .titlewrap{
	padding-top: .3rem;
	padding-bottom: .3rem;
}
.dl-list li .flex{
	align-items: center;
}
.bloglist .imgwrap{
	flex-basis: 150px;
	max-height: 150px;
	aspect-ratio: 1;
	margin-right: 2rem;
	background-color: white;
	border: 1px solid var(--color-black);
}
.bloglist .imgwrap img{
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
.categorywrap{
	margin: 0 2rem;
	flex-basis: 7rem;
}
.tagswrap span{
	color: var(--color-eyecatch);
	margin-right: .7em;
}
.titlewrap h3{
	font-size: var(--font-size--midium);
}
.btnBox{
	border-left: 1px solid var(--color-gray);
}
.btnBox .hasLink a,
.btnwrap > div.hasLink a,
.btnBox span,
.btnwrap > div.hasLink span{
	display: inline-block;
	padding: 1rem 2rem;
	width: 100%;
	position: relative;
	z-index: 2;
	min-width: 10.2rem;
}
.btnBox div:nth-child(even){
	border-top: 1px solid var(--color-gray);
}
.btnBox > div.hasLink,
.btnwrap > div.hasLink{
	transition: color .2s;
	position: relative;
	overflow: hidden;
}
.btnBox > div.hasLink::after,
.btnwrap > div.hasLink::after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	left: -100%;
	top: 0;
	position: absolute;
	background-color: var(--color-eyecatch);
	transition: left .2s var(--transition-effect-cublic);
	z-index: 1;
}
.btnBox > div.hasLink:hover,
.btnwrap > div.hasLink:hover a{
	color: white;
}
.btnBox > div.hasLink:hover::after,
.btnwrap > div.hasLink:hover::after{
	left: 0;
}

.btnwrap{
	flex-wrap: wrap;
}
.btnwrap > div{
	flex-basis:50%;
	text-align: center;
	border-bottom: 1px solid var(--color-gray);position: relative;
}
.btnwrap > div:nth-child(2n){
	border-left: 1px solid var(--color-gray);
}
.btnwrap > div:nth-child(1),
.btnwrap > div:nth-child(2){
	border-top: 1px solid var(--color-gray);
}
.btnwrap > div > *{
	display: inline-block;
	padding: 1rem 0;
	font-size: var(--font-size--midium);
}
.btnwrap > div > a{
	width: 100%;
}
.categoryList{
	gap: 1rem;
	flex-wrap: wrap;
}
.categoryList li{
	background-color:var(--color-eyecatch);
	color: white;
}
.categoryList li.current-item{
	border: 1px solid var(--color-black);
	background-color: white;
	color: var(--color-black);
}
.categoryList li a{
	padding: .3rem .5rem;
}
.pager{

}
.pagenation .flex{
	gap: .5em;
	justify-content: center;
}
.pagenation li{
	background-color: var(--color-eyecatch);
	color: white;
}
.pagenation li.active{
	background-color: white;
	color: var(--color-black);
	border: 1px solid var(--color-black);
}
.pagenation li > span > a,
.pagenation li > span > span{
	aspect-ratio: 1;
	width: 2em;
	line-height: 2em;
	text-align: center;
	display: inline-block;
}
.blogtitlewrap{
	justify-content: space-between;
	word-break: break-all;
}
.blogtitlewrap h1{
	margin: 0;
}
.blogtitlewrap > div:first-child{
	flex: 1;
}
.blogtitlewrap > div:last-child{
	/* flex-basis: 30%; */
}
.bloginfo{
	gap: 1em;
	justify-content: start;
}
.bloginfo p{
	flex-basis: 5.5em;
}
.bloginfo div{
	flex: 1;	
	word-break: auto-phrase;
}
.blogcontent{
	border-top: 1px solid var(--color-black);
	padding-top: 2rem;
}
.blogcontent p,
.blogcontent figure{
	margin-top:1rem;
	line-height: 1.7em;
}
.blogcontent b, 
.blogcontent strong {
	font-weight:800;
}
.tagwrap .tag_info{
	border-top: 1px solid var(--color-black);
	margin-top: 0.5em;
	padding-top: 0.5em;
}
.tagwrap .tagByYear{
	flex-basis: calc(100% / 4);
}
.tagwrap .tagByYear > p{
	
}
.slideShowWrap{
	margin-top: -3rem;
	margin-bottom: -3rem;
}
.slideShowWrap .splide{
	height: 100%;
}
.slideShowWrap .splide__track{
	height: 100%;
}
.slideShowWrap .splide__list{
	height: 100%;
	align-items: center;
}
.slideShowWrap .splide__slide{
	max-height: 600px;
}
.slideShowWrap .splide__slide img{
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
}
.splide__pagination .splide__pagination__page{
	border: 1px solid var(--color-darkgray);
	background-color: var(--color-eyecatch);
	min-width: unset;
}
.splide__pagination .splide__pagination__page.is-active{
	background-color: white;
	transform: scale(1);
}
.thumbnails {
	display: flex;
	margin: 1rem auto 0;
	padding: 0;
	flex-wrap: wrap;
}
.thumbnail {
	width: calc(100% / 8 - 7px);
	min-width: 70px;
	aspect-ratio: 1;
	overflow: hidden;
	list-style: none;
	margin: 0 0.2rem;
	cursor: pointer;
	opacity: 0.3;
	display: flex;
	align-items: center;
}

.thumbnail.is-active {
	opacity: 1;
}
.dl-list li .titlewrap,
.form-list li{
	padding: 1rem 2rem;
}
.form-list li > p{
	flex-basis: 9rem;
	font-weight: var(--font-weight-bold);
}
.form-list li > div{
	flex: 1;
}
.form-list .wpcf7-form-control-wrap{
	display: inline-block;
	width: 100%;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.about-section > div{
	flex-basis: 50%;
}
.about-section li .title{
	flex-basis: 8rem;
	margin-right: 2rem;
}
.about-list ul{
	flex: 1;
}
.about-list ul > li{
	margin-top: var(--font-size--midium);
}
.about-list ul > li:first-child{
	margin-top: 0;
}
.about-list ul > li p{
	margin-left: 2rem;
}
.about-list ul > li p.listtitle{
	margin-left: 0;
}
.about-list > li{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.search-form input.search-submit{
	margin-top: 1rem;
}
.post-thumbnail{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 2rem;
}
.sectionlist > div:nth-child(n+3){
	border-top: 1px solid var(--color-darkgray);
	padding-top: 3rem;
}
.grecaptcha-badge { visibility: hidden; }
.pochi-list{
	margin-left: 1rem;
}
.pochi-list li{
	list-style: disc;
}

nav.breadcrumb{
	width: 100%;
	max-width: 1300px;
	margin: -1rem auto 1rem;
}
nav.breadcrumb ol{
	display: flex;
	gap: 0.8rem;
	font-size: .8rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--color-darkgray);
}
nav.breadcrumb ol a{
	color: #000;
	text-decoration: underline;
}
nav.breadcrumb ol li::after{
	content: ">";
	color: #000;
	padding-left: 0.5rem;
}
nav.breadcrumb ol li:last-child:after{
	content: "";
}
.site-header{
	position: sticky;
	top: 2rem;
}
/* For Tablet 1024px ~ 768px */
@media screen and (max-width: 1024px) {
	.f_column_tab{
		flex-direction: column;
	}
	.f_reverse_column_tab{
		flex-direction: column-reverse;
	}
	.f_reverse_column_tab .w45,
	.f_column_tab .w45{
		width: 100%;
	}
	.spacer-xs_tab{
		margin-top: .75rem !important;
	}
	.spacer-s_tab{
		margin-top: 1.5rem !important;
	}
	.spacer-m_tab{
		margin-top: 3.75rem !important;
	}

	.about-section .about-list:first-child {
		border-right: 0;
	}
	section .no_mtop_tab{
		margin-top: -3rem !important;
	}
	section .no_mbottom_tab{
		margin-bottom: -3rem !important;
	}
	.slideShowWrap {
		margin-top: 0;
		margin-bottom: 0;
	}

	.bloglist article {
		padding: .7rem 0;
	}
	.bloglist li{
		position: relative;
		z-index: 2;
	}
	.bloglist li .flex{
		flex-wrap: wrap;
	}
	.bloglist .imgwrap {
		flex-basis: 100px;
		max-height: 100px;
		z-index: 2;
		margin-right: 1rem;
	}
	.bloglist .categorywrap {
		position: absolute;
		flex-basis: 50%;
		margin: 0;
		top: 0;
		left: calc(var(--font-size--midium) + 2rem + 98px);
		z-index: 2;
	}
	.bloglist .titlewrap{
		padding-top: 1.3rem;
		z-index: 2;
	}
	.bloglist .datewrap{
		position: absolute;
		right: var(--font-size--midium);
		top: 0;
		z-index: 2;
	}
	.bloglist li::after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background-color: var(--color-lightgray);
		height: 2rem;
		z-index: 1;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 2rem 100%);
	}
	.bloglist .tagswrap{
		line-height: 1.3;
	}
	.tagwrap .tagByYear {
		flex-basis: 50%;
	}
	.tagwrap .tagByYear:nth-child(odd) {
		padding-right: calc(var(--font-size--midium) / 2);
	}
	.tagwrap .tagByYear:nth-child(even) {
		padding-left: calc(var(--font-size--midium) / 2);
	}

	/* .dl-list li .flex, */
	.league-list li .flex{
		flex-direction: column;
	}
	/* .dl-list li .flex .btnBox, */
	.league-list li .flex .btnBox{
		display: flex;
		border-left: 0;
		margin-top: 1rem;
	}
	.dl-list li .flex .btnBox{
		height: 100%;
		margin-top: -1rem;
		margin-bottom: -1rem;
	}
	.dl-list li .titlewrap {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.league-list li .flex .btnBox > div{
		flex-basis: 50%;
		border-top: 1px solid var(--color-gray);
	}
	.league-list li .flex .btnBox > div:nth-child(odd){
		border-right: 1px solid var(--color-gray);
	}
	.bloglist li, 
	.league-list li, 
	.dl-list li, 
	.form-list li, 
	.about-list > li,
	.bloglist li:last-child,
	.league-list li:last-child,
	.dl-list li:last-child,
	.form-list li:last-child,
	.about-section {
		border-width: 2px;

	}
	.thumbnail {
		width: unset;
		min-width: unset;
		flex-basis: 20%;
		margin: 0;
		padding: 0.2rem;
	}
	.form-list li.flex,
	.about-list li.flex{
		flex-direction: column;
	}
	.form-list li > p,
	.about-section li .title {
		flex-basis: unset;
	}
	.form-list li > div {
		margin-top: .5rem;
	}
	.about-section li .title {
		margin-bottom: 1rem;
	}
	.categoryList {
		gap: .3rem;
	}
	.tagwrap{
		flex-wrap: wrap;
		gap: 1rem 0;
	}
	.btnBox .hasLink a,
.btnwrap > div.hasLink a,
.btnBox span,
.btnwrap > div.hasLink span{
	min-width: unset;
}
}
/* For Smart Phone  ~ 768px */
@media screen and (max-width: 768px) {
	:root {
		--font-size--small:10px;
		--font-size--normal:12.5px;
		--font-size--midium:15px;
		--font-size--big:17.5px;
		--font-size--headder:19px;
	}
	.f_column_sp{
		flex-direction: column;
	}
	.maincontentswrap section:first-child{
		margin-top: -2rem;
	}
	.sidemenuwrap{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 40px;
		z-index: 100;
		padding: 0;
		flex-basis: unset;
	}
	.site-header{
		width: 100%;
		height: 100%;
		position: relative;	
		top: unset;
	}
	.sidemenu-logowrap{
		position: absolute;
		top: 0;
		height: 100%;
		left: var(--font-size--midium);
	}
	.sidemenu-logowrap a{
		display: flex;
		align-items: center;
	}
	.sidemenu-logowrap p{
		margin-top: 0;
	}
	.sidemenu-logowrap img {
		max-width: unset;
		width: 50px;
		margin: 0;
		margin-right: var(--font-size--midium);
	}
	.menu-toggle{
		position: absolute;
		top: 0px;
		right: var(--font-size--midium);
		width: 50px;
		height: 100%;
		display: block;
		color: var(--color-eyecatch);
		z-index: 10;
	}
	.menu-toggle > div{
		position: relative;
		width: 100%;
		height: 100%;
		justify-content: right;
		align-items: flex-end;
	}
	.menu-toggle span{
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: var(--color-eyecatch);
		position: absolute;
	}
	.menu-toggle span:first-child{
		top: 8px;
		transition: all .3s;
	}
	.menu-toggle span:nth-child(2){
		top: 16px;
		width: 50%;
		transition: all .3s;
	}
	.menu-toggle span:nth-child(3){
		height: 1em;
    	background: none;
    	bottom: 1.5em;
    	width: initial;
		font-size: var(--font-size--small);
		font-weight: var(--font-weight-bold);
	}
	.toggle.menu-toggle span:first-child{
		transform: rotate(10deg);
		top: 12px;
	}
	.toggle.menu-toggle span:nth-child(2){
		transform: rotate(-10deg);
		top: 12px;
		width: 100%;
	}
	.main-navigation{
		position: absolute;
		right: -80%;
        top: 40px;
        height: calc(100vh - 40px);
		max-width: 80%;
        overflow-y: scroll;
		background-color: var(--color-black);
		transition: right .5s cubic-bezier(0.86,0,0.07,1);
		-webkit-overflow-scrolling: touch;
		padding-bottom: 40px;
	}
	.main-navigation.toggle{
		right: 0%;
	}
	.menu li a {
		font-size: var(--font-size--midium);
	}
	.menu li.current_page_item::after {
		right: inherit;
		left: -1.5rem;
		clip-path: polygon(0 0%, 100% 0%, 100% 100%);
	}
	.maincontentswrap{
		width: 100%;
		transition: all .3s;
		padding: calc(2rem + 40px) 0 2rem;
		padding-top: calc(2rem + 40px);
	}
	.maincontentswrap.toggle{
		filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
    	backdrop-filter: blur(4px);
		z-index: -1;
		/* position: fixed; */
	}
	 footer {
		padding-left: var(--font-size--midium);
		padding-right: var(--font-size--midium);
		position: relative;
	}
	.site-footer > .flex{
		flex-direction: column;
	}
	.footer-contact{
		margin-top: 2rem;
		text-align: center;
	}
	.site-footer .copyright{
		/* position: absolute; */
		bottom: 24px;
		width: 100%;
	} 
	.container {
		padding: 0 var(--font-size--midium);
	}
	.bloglist li::after{
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 24px 100%);
	}
	.bloglist .categorywrap {
		left: calc(var(--font-size--midium) + 1rem + 100px);
	}
	.bloginfo {
		gap: 0;
		font-size: var(--font-size--normal);
	}
	.bloginfo p {
		flex-basis: unset;
	}
	nav.breadcrumb{
		width: calc(100% - 2rem);
		margin: -1rem auto 1rem;
	}
	nav.breadcrumb li{
		
	}
	.spacer-xs_tab,.spacer-s_tab,.spacer-m_tab{
		margin-top: 0 !important;
	}
}