/*!
Theme Name: しまじまの芸能祭2026版
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: shimajima-no-geinou
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.

shimajima-no-geinou 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;
}

/**
 * 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;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/* color: #800080; */
  color: #bf8a00;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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: #aaa #bbb #bbb;
}

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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* CSS 修正 メインビュー + ボタン追加 新規 (2024/09/13) */
.main-image{
	position: relative;
}

.main-image-button{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 4.688vw;
}

.main-image .main-image-button a{
	display: inline-block;
}

.main-image .main-image-button img{
	width: 24.844vw;
	vertical-align: top;
}

a.hv-o{
	transition: ease all 0.5s;
}

a.hv-o:hover{
	opacity: 0.9;
}

@media (max-width: 640px) {
	.main-image-button{
		padding-bottom: 6.5vw;
	}

	.main-image .main-image-button{
		padding-left: 5.7vw;
		padding-right: 5.7vw;
		/* padding-left: 25px;
		padding-right: 25px; */
	}
	.main-image .main-image-button img{
		width: 100%;
	}
}

/* END CSS 修正 メインビュー + ボタン追加 新規 (2024/09/13) */


/* CSS 修正 メインビュー + ボタン追加 新規 (2024/09/20) */
.performing-groups-search {
	width: 100%;
	padding: 80px 0;
	position: relative;
	/* background-color: #f5f5f5; */
}

.p_group_search_wrap,
#performing_search_form,
.ul_select_input li.dflex,
.ul_select_input li.dflex .performing-span-group {
	display: flex;
  gap: 20px;
	align-items: center;
}

.p_group_search_wrap {
	width: 100%;
	max-width: 1192px;
  background-color: #f5f5f5;
  padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

.p_group_search_wrap-item {
	width: 230px;
}

.p_group_search_wrap-item:last-child {
	width: calc(100% - 230px);
}

.group-search-title {
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 900;
	line-height: 150%;
  color: #001d32;
}

.performing_search_form-item {
	width: 205px;
}

.performing_search_form-item:first-child {
	width: calc(100% - 205px);
}

/* .performing_search_form-item:last-child {
	text-align: right;
} */

.performing_search_form-item:last-child button {
	/* text-align: right; */
  color: #fff;
  padding: 2rem;
  background-color: #bf8a00;
  width: 100%;
}

.performing_search_form-item:last-child button:hover {
opacity: .6;
}


.performing_search_form-item:last-child button span {
  letter-spacing: 1rem;
}


.ul_select_input {
	width: 100%;
	position: relative;
}

.ul_select_input li {
	width: 100%;
}

.ul_select_input li:not(:last-child) {
	margin-bottom: 14px;
}

.ul_select_input li.dflex .performing-span-group,
.ul_select_input input.performing-input-group{
	width: 100%;
	height: 55px;
	/* border: 2px solid #dda2a8; */
  border: 2px solid #bf8a00;
  background-color: #fff;
	border-radius: 3px;
	padding-left: 19px;
	padding-right: 15px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #231815;
}

.ul_select_input input.performing-input-group:focus-visible,
.ul_select_input select.performing-select-group:focus-visible {
	border: 2px solid #dda2a8 !important;
	outline: -webkit-focus-ring-color auto 0px !important;
}


.ul_select_input li.dflex .performing-span-group{
	padding-right: 35px;
	background-image: url(assets/img/search/icon-select.png);
	background-position: center right 11px;
	background-repeat: no-repeat;
	background-size: 12px;
	color: #aaaaaa;
	cursor: pointer;
}

.ul_select_input li.dflex .performing-span-group.active{
	color: #231815;
}

.ul_select_input input.performing-input-group::-webkit-input-placeholder{
	color: #aaaaaa;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
}

.ul_select_input input.performing-input-group::-moz-placeholder {
	color: #aaaaaa;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
}

.ul_select_input input.performing-input-group:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
}

.ul_select_input input.performing-input-group:-moz-placeholder {
	color: #aaaaaa;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
}

.box_select{
	width: 100%;
	display: flex;
	align-items: center;
}

.box_select-item{
	width: 50%;
	position: relative;
}

.box_select-item:not(:last-child){
	margin-right: 14px;
}

.button-submit-search {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.select_drop_wrap{
	position: absolute;
	left: 0;
	top: 69px;
	width: 100%;
	height: 398px;
	padding-left: 28px;
	padding-right: 15px;
	background-color: #fff;
	overflow-y: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	border: 1.5px solid #e2e2e2;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	/* box-shadow: 0px 0px 9px 4px #e2e2e2; */
  box-shadow: 0px 0px 2px 0px #e2e2e2;;
	display: none;
	transition: ease all 0.5s;
}

.select_drop_wrap.active{
	display: block;
}

.select_drop_wrap-item{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #251814;
	padding: 14px 0;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;
}

.select_drop_wrap-item.active,
.select_drop_wrap-item:hover{
	/* color: #bd0612; */
  color: #bf8a00;
}

.select_drop_wrap-item:first-child{
	padding-top: 0;
}

.select_drop_wrap-item:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 28px !important;
}

.mCSB_scrollTools{
	top: 5px !important;
}

.mCSB_dragger_bar{
	background-color: #a5a5a5 !important;
	width: 8px !important;
	margin-right: 0 !important;
}

.mCSB_dragger_bar:hover{
	background-color: #bd0612 !important;
	margin-right: 0 !important;
}

.mCSB_draggerRail{
	background-color: transparent !important;
}

br.sp-shows{
	display: none !important;
}

@media (max-width: 1200px) and (min-width: 768.5px) {
	.performing-groups-search,
	.wrap_performing_content {
		padding-left: 5.8vw;
		padding-right: 5.8vw;
	}
}

@media (max-width: 1000px) {
	br.sp-shows{
		display: block !important;
	}

	.performing-groups-search,
	.wrap_performing_content {
		padding: 7.5vw 5.8vw;
	}

	#performing_search_form,
	.p_group_search_wrap{
		flex-wrap: wrap;
	}

	.performing_search_form-item,
	.p_group_search_wrap-item{
		width: 100% !important;
	}

	.group-search-title{
		text-align: center;
		font-size: 4vw;
		/* margin-bottom: 4vw; */
	}

	/* .performing_search_form-item:last-child{
		text-align: center;
		margin-top: 4vw;
	} */

	.performing_search_form-item:last-child img{
		width: 33.8vw;
	}
  .performing_search_form-item:last-child button span {
   font-size: 3.2vw;
  }

	.ul_select_input li.dflex .performing-span-group, 
	.ul_select_input input.performing-input-group{
		height: 11.7vw;
		/* border: .4vw solid #dda2a8; */
    border-width: .4vw;
		border-radius: .6vw;
		/* font-size: 3.7vw; */
    font-size: 3.2vw;
		padding-left: 3.2vw;
	}

	.box_select-item:not(:last-child) {
		margin-right: 2.9vw;
	}

	.ul_select_input li:not(:last-child) {
		margin-bottom: 2.9vw;
	}

	.ul_select_input li.dflex .performing-span-group {
		padding-right: 7vw;
		background-position: center right 2.8vw;
		background-size: 2.2vw;
	}

	.ul_select_input input.performing-input-group::-webkit-input-placeholder{
		/* font-size: 3.7vw; */
    font-size: 3.2vw;
	}
	
	.ul_select_input input.performing-input-group::-moz-placeholder {
		font-size: 3.7vw;
	}
	
	.ul_select_input input.performing-input-group:-ms-input-placeholder {
		font-size: 3.7vw;
	}
	
	.ul_select_input input.performing-input-group:-moz-placeholder {
		font-size: 3.7vw;
	}

	.ul_select_input input.performing-input-group:focus-visible,
	.ul_select_input select.performing-select-group:focus-visible {
		border: .4vw solid #dda2a8 !important;
	}

	.select_drop_wrap{
		width: calc(100% + 14.8vw);
		height: 77.5vw;
		top: 14.5vw;
		padding-top: 3vw;
		padding-left: 5vw;
		padding-right: 2.8vw;
		padding-bottom: 4.2vw;
	}

	.select_drop_wrap[data-js-theme="type"]{
		left: -14.8vw;
	}

	.select_drop_wrap-item{
		font-size: 3.5vw;
		padding-top: 2.7vw;
		padding-bottom: 2.7vw;
		border-bottom: .2vw solid #e0e0e0;
	}

	.mCSB_inside>.mCSB_container {
		margin-right: 5.3vw !important;
	}

	.mCSB_scrollTools {
		top: 0px !important;
	}

	.mCSB_dragger_bar {
		width: 1.1vw !important;
		margin-right: 0 !important;
	}

	.select_drop_wrap{
		box-shadow: 0px 0px 6px 2px #e2e2e2;
	}
}
/* END CSS 修正 メインビュー + ボタン追加 新規 (2024/09/20) */


/* CSS 動画一覧 (2024/09/26) */
.video-group-box {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 120px;
	padding-bottom: 65px;
}

.video-group-box_category ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-group-box_category li:not(:last-child) {
	margin-right: 30px;
}

.video-group-box_category a {
	width: 385px;
	height: 110px;
	/* border: 2px solid #231815; */
  position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	/* font-weight: bold; */
	letter-spacing: 3px;
	line-height: 120%;
	/* padding-left: 56px;
	padding-right: 60px; */
	text-decoration: none !important;
	/* background-image: url(assets/img/search/icon-button.png); */
  background-color: #bf8a00;
	/* background-position: center right 28px;
	background-repeat: no-repeat; */
	border-radius: 3px;
	transition: ease all 0.35s;
}
.video-group-box_category a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 40px;
  transform: rotate(45deg);
  /* bottom: calc(); */
  transition: ease all 0.35s;
}

.video-group-box_category a.active,
.video-group-box_category a:hover {
	/* border: 2px solid #bd0513;
	background-image: url(assets/img/search/icon-button-hv.png);
	color: #bd0513; */
  opacity: .6;
}
.video-group-box_category a:hover:after {
  bottom: 40%;
}


.video-group-box_video {
	margin-top: 88px;
}

.page-video-title {
	/* color: #231815; */
  color: #bf8a00;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: 3px;
	line-height: 150%;
	display: block;
	text-align: center;
}

.page-video-list {
	width: 100%;
	margin-top: 52px;
	margin-bottom: 57px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.page-video-list li {
	width: calc((100% - 90.02px) / 3);
	margin-right: 45px;
	margin-bottom: 30px;
}

.page-video-list li:nth-child(3n),
.page-video-list li:last-child {
	margin-right: 0;
}

.page-video-list li p {
	font-size: 20px;
	font-weight: bold;
	/* color: #251814; */
  color: #fff;
	line-height: 150%;
	letter-spacing: 2.5px;
	display: block;
	margin-top: 24px;
	transition: ease all 0.35s;
}

.page-video-list li a{
	text-decoration: none !important;
}

.page-video-list li a:hover p{
	color: #bd0513;
}

.button_link {
	width: 100%;
	text-align: center;
	position: relative;
}

.button_link a {
	font-size: 21px;
	/* font-weight: bold; */
	/* color: #251814; */
	line-height: 150%;
	letter-spacing: 1px;
	/* display: inline-block; */
	/* padding-bottom: 4px;
	border-bottom: 2px solid #251814; */
	text-decoration: none !important;
  position: relative;
  background: #bf8a00;
  width: min(300px, 80vw);
  height: 100px;
  color: #fff;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
	transition: ease all 0.35s;
}


.button_link a:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-weight: 400;
  /* position: absolute;
  right: 40px; */
  transform: rotate(-45deg);
  margin-top: 5px;
  /* bottom: calc(); */
  transition: ease all 0.35s;
}

.button_link a:hover {
	/* border-bottom: 2px solid #bd0513;
	color: #bd0513; */
  opacity: .6;
}

.video-group-box_video-item:not(:last-child) {
	margin-bottom: 162px;
}

@media (max-width: 1440px) and (min-width: 1200.5px) {
	.video-group-box {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1200px) and (min-width: 1000.5px) {
	.video-group-box {
		padding-left: 5.8vw;
		padding-right: 5.8vw;
	}

	.page-video-list li,
	.page-video-list li:nth-child(3n) {
		width: calc((100% - 45.02px) / 2);
		margin-right: 45px;
		margin-bottom: 30px;
	}

	.page-video-list li:nth-child(2n),
	.page-video-list li:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1000px) {
	.video-group-box {
		padding-left: 5.8vw;
		padding-right: 5.8vw;
		padding-top: 10.7vw;
		padding-bottom: 7.1vw;
	}

	.video-group-box_category ul,
	.video-group-box_category a {
		width: 100%;
		flex-wrap: wrap;
	}
  .video-group-box_category a:after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    border-width: .4vw;
  }

	.video-group-box_category ul {
		justify-content: space-between;
	}

	.video-group-box_category li {
		width: calc((100% - 3.4vw) / 2);
		margin-right: 3.4vw !important;
	}

	.video-group-box_category li:nth-child(2n),
	.video-group-box_category li:last-child {
		margin-right: 0 !important;
	}

	.page-video-list li,
	.page-video-list li:nth-child(3n) {
		width: calc((100% - 4.502vw) / 2);
		margin-right: 4.5vw;
		margin-bottom: 6.3vw;
	}

	.page-video-list li:nth-child(2n),
	.page-video-list li:last-child {
		margin-right: 0;
	}

	.page-video-title {
		font-size: 4.2vw;
		letter-spacing: .3vw;
	}

	.video-group-box_video {
		margin-top: 10.3vw;
	}

	.page-video-list li p {
		font-size: 2.8vw;
		margin-top: 2.1vw;
		margin-bottom: 1vw;
		letter-spacing: .25vw;
	}

	.button_link a {
		font-size: 3.5vw;
		/* padding-bottom: 1.4vw; */
		letter-spacing: .2vw;
		/* border-bottom: .2vw solid #251814; */
    height: 60px;
	}

  .button_link a:after {
    width: 2vw;
    height: 2vw;
    border-width: .4vw;
    margin-top: 0;
  }

	.page-video-list {
		margin-top: 6.5vw;
		margin-bottom: 5.5vw;
	}

	.video-group-box_category a {
		font-size: 3.6vw;
		height: 14.2vw;
		padding-left: 5.5vw;
		padding-right: 6vw;
		background-position: center right 3vw;
		background-size: 2.2vw;
		letter-spacing: 0.5vw;
		/* border: .2vw solid #231815; */
	}

	.video-group-box_video-item:not(:last-child) {
		margin-bottom: 18.5vw;
	}

	.button_link a:hover {
		border-bottom: .2vw solid #bd0513;
	}
}

@media (max-width: 480px) {
	.page-video-list li p {
		font-size: 12px;
	}
}

.video-group-box.single {
	padding-top: 115px;
}

.video-group-box_video.single {
	margin-top: 0;
}

#video_single {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.video-group-box_video.single .video-group-box_category a {
	background-image: inherit !important;
	padding-left: 0;
	padding-right: 0;
}


#video_single video {
	width: 100%;
}

#video_single iframe {
	width: 100%;
	height: 620px;
	vertical-align: top;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -100px;
    width: 100%;
    visibility: hidden;
}

.page-video-list li a img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.page-taxonomy-video .video-group-box {
    padding-top: 32px;
    padding-bottom: 0;
    margin-bottom: -30px;
}


@media (max-width: 1440px) and (min-width: 1200.5px) {
	.page-video-list li a img{
		height: 17.014vw;
	}
}

@media (max-width: 1200px) {
	.page-video-list li a img{
		height: 24.167vw;
	}
}

@media (max-width: 1000px) {
	.page-taxonomy-video .video-group-box {
		padding-top: 3.2vw;
		margin-bottom: -6.5vw;
	}
	.page-taxonomy-video .video-group-box_video {
		margin-top: 7.3vw;
	}

	#video_single iframe {
		height: 49.8vw;
	}

	.video-group-box.single {
		padding-top: 10.7vw;
	}

	#video_single {
		margin-top: 6vw;
		margin-bottom: 8vw;
	}

	.video-group-box_video.single .video-group-box_category ul {
		justify-content: center;
	}

	.video-group-box_category a.active, .video-group-box_category a:hover {
		border: .2vw solid #bd0513;
	}
}


.main-image-button-video{
	position: fixed;
	right: 2.604vw;
	bottom: 2vw;
	z-index: 99999;
}

.main-image .main-image-button-video img{
	width: 9.375vw;
}
.main-image-button-video img{
  width: 9.375vw;
}

.close_video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 4vw;
    bottom: 9vw;
    background-color: #ccc;
    cursor: pointer;
    width: 1.354vw;
    height: 1.354vw;
    border-radius: 100%;
    padding: 1px;
    border: 2px solid #fff;
    outline: 1px solid #0d1117;
    z-index: 99999;
}

@media (max-width: 640px) {
	.main-image-button-video {
		position: fixed;
		right: 3.5vw;
		bottom: 5.7vw;
		z-index: 99;
	}

	/* .main-image .main-image-button-video img{
		width: 29vw;
	} */

  .main-image-button-video img{
		width: 29vw;
	}

	.close_video{
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		right: 7vw;
        bottom: 27vw;
		background-color: #ccc;
		cursor: pointer;
		width: 5.867vw;
		height: 5.867vw;
		border-radius: 100%;
		padding: 0.533vw;
		border: 0.533vw solid #fff;
		outline: 1px solid #0d1117;
		z-index: 99;
	}

	.close_video svg{
		color: #0d1117;
	}
}

/* END CSS 動画一覧 (2024/09/26) */


/* イベントカレンダー 2026.01.31 */
.uEvent {
	padding: 65px 0 0;
}

.uEvent-container {
	width: 100%;
	max-width: 1500px;
	padding: 0 15px;
	margin: 0 auto;
}

.uEvent-title {
	font-size: 30px;
	color: #bf8a00;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 50px;
}

.uEvent-lsInfo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	--mr: 50px;
}

.uEvent-lsInfo-item {
	width: calc((100% - var(--mr) * 2) / 3);
	margin-bottom: var(--mr);
	border: 1px solid #9B9B9B;
  background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.uEvent-lsInfo-item:not(:nth-child(3n)):not(:last-child) {
	margin-right: var(--mr);
}

.uEvent-lsInfo-item-top {
	padding: 15px 30px;
	color: #FFF;
	background-color: #bf8a00;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}

.uEvent-lsInfo-item-bcnt {
	background-color: #fff;
	width: 100%;
	padding: 25px 28px 27px;
}

.uEvent-lsInfo-item-ttl {
	font-size: 25px;
	color: #231815;
	font-weight: bold;
	margin-bottom: 22px;
	letter-spacing: 0.12em;
	padding-bottom: 23px;
	border-bottom: 1px solid #DADADA;
}

.uEvent-lsInfo-item-desc {
	font-size: 15px;
	color: #231815;
	font-weight: 600;
	letter-spacing: 0.01rem;
	line-height: 1.7em;
	margin-bottom: 53px;
	text-align: justify;
}

.uEvent-lsInfo-item-lsicon {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.uEvent-lsInfo-item-lsicon li {
	font-size: 14px;
	font-weight: 500;
	color: #231815;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: center left;
	letter-spacing: 0.1em;
}

.uEvent-lsInfo-item-lsicon li.icon-01 {
	background-image: url('./img/uEvent-lsInfo-item-lsicon-01.svg');
	background-size: 19px auto;
}

.uEvent-lsInfo-item-lsicon li.icon-02 {
	background-image: url('./img/uEvent-lsInfo-item-lsicon-02.svg');
	background-size: 15px auto;
}

.uEvent-lsInfo-item-lsicon li.icon-03 {
	background-image: url('./img/uEvent-lsInfo-item-lsicon-03.svg');
	background-size: 19px auto;
}

.uEvent-lsInfo-item-lsicon li.icon-04 {
	background-image: url('./img/uEvent-lsInfo-item-lsicon-04.svg');
	background-size: 25px auto;
}

.uEvent-lsInfo-item-lsicon li.icon-05 {
	background-image: url('./img/uEvent-lsInfo-item-lsicon-05.svg');
	background-size: 19px auto;
}

.uEvent-lsInfo-item-lsicon li:not(:last-child) {
	margin-bottom: 15px;
}

ul.uEvent-lsInfo-item-lsicon .city {
	color: #BD0612;
	text-decoration: underline;
}

ul.uEvent-lsInfo-item-lsicon a {
	transition: ease all 0.35s;
	color: #231815;
}

ul.uEvent-lsInfo-item-lsicon a:hover {
	opacity: 0.8;
	color: #BD0612;
	text-decoration: underline;
}

.uEvent-secBtn {
	padding: 65px 0 55px;
}

.ucolor-01 {
	background-color: #F6F6F5;
}

.ucolor-02 {
	background-color: #fff;
}

.uEvent-lsBtn {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	--mr: 20px;
}

.uEvent-lsBtn li {
	width: calc((100% - var(--mr) * 3) / 4);
	margin-bottom: var(--mr);
}

.uEvent-lsBtn li:not(:nth-child(4n)):not(:last-child) {
	margin-right: var(--mr);
}

.uEvent-lsBtn li>a {
	border: 1px solid #DADADA;
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 27px 45px 30px;
	transition: ease all 0.35s;
	text-decoration: none;
	position: relative;
}

.uEvent-lsBtn li>a::before {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 10px;
	height: 16px;
	transform: translateY(-50%);
	-webkit-mask-image: url('./img/uEvent-ls-arrow.svg');
	mask-image: url('./img/uEvent-ls-arrow.svg');
	mask-repeat: no-repeat;
	mask-size: 10px;
	background-color: #231815;
	z-index: 1;
	transition: ease all 0.35s;
}

.uEvent-lsBtn li .utxt {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	color: #231815;
	transition: ease all 0.35s;
}

main.site-main-event+.footer {
	margin-top: 0;
}

.uEvent-lsBtn li.is-active>a {
	background-color: #BD0612;
	border: 1px solid #BD0612;
}

.uEvent-lsBtn li.is-active>a::before {
	background-color: #ffffff;
}

.uEvent-lsBtn li.is-active .utxt {
	color: #ffffff;
}

@media (min-width: 1000.5px) {
	.uEvent-lsBtn li:hover>a{
		background-color: #BD0612;
		border: 1px solid #BD0612;
	}

	.uEvent-lsBtn li:hover>a::before {
		background-color: #ffffff;
	}

	.uEvent-lsBtn li:hover .utxt{
		color: #ffffff;
	}

}

.box_not_event {
	width: 100%;
	background: #f6f6f5;
	padding: 30px;
	/* color: #9d0000; */
  color: #001d32;
	font-size: 18px;
	max-width: 1150px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-bottom: 100px;
}

@media (max-width: 1300px) and (min-width: 1000.5px) {
	.uEvent-lsInfo {
		--mr: 2.5vw;
	}

	.uEvent-lsInfo-item-top {
		padding: 1.154vw 2.308vw;
		font-size: 1.615vw;
	}

	.uEvent-lsInfo-item-bcnt {
		padding: 2.154vw;
	}

	.uEvent-lsInfo-item-ttl {
		font-size: 1.923vw;
		margin-bottom: 1.923vw;
		padding-bottom: 1.538vw;
	}

	.uEvent-lsInfo-item-desc {
		font-size: 14px;
		margin-bottom: 3.846vw;
	}

	.uEvent-lsBtn li>a {
		padding: 2.077vw 3.462vw 2.308vw;
		background-size: 0.769vw auto;
		background-position: center right 2.308vw;
	}

	.uEvent-lsBtn li .utxt {
		font-size: 1.692vw;
	}
}

@media (max-width: 1000px) {
	.error-404.not-found {
		padding: 9.5vw 5vw !important;
	}

	.box_not_event {
		padding: 6vw;
		font-size: 4vw;
		border-radius: 1vw;
		margin-bottom: 10vw;
	}

	.uEvent-title {
		font-size: 5vw;
		margin: 0 auto 6.7vw;
	}

	.uEvent-lsInfo {
		margin-bottom: 10vw;
	}

	.uEvent {
		padding: 7.8vw 0 0;
	}

	.uEvent-container {
		padding: 0 5.8vw;
	}

	.uEvent-lsInfo-item {
		width: 100% !important;
		margin-right: 0 !important;
		border-radius: 1vw;
		margin-bottom: 7.5vw;
		border: 0.2vw solid #9B9B9B;
	}

	.uEvent-lsInfo-item:last-child {
		margin-bottom: 0;
	}

	.uEvent-lsInfo-item-top {
		padding: 2.55vw 5.5vw;
		font-size: 4vw;
	}

	.uEvent-lsInfo-item-ttl {
		font-size: 4.7vw;
		margin-bottom: 2.5vw;
		line-height: 145%;
		padding-bottom: 2.6vw;

	}

	.uEvent-lsInfo-item-lsicon li:not(:last-child) {
		margin-bottom: 2.5vw;
	}

	.uEvent-lsInfo-item-bcnt {
		background-color: #fff;
		width: 100%;
		padding: 4vw 5.5vw 4.8vw;
	}

	.uEvent-lsInfo-item-desc {
		font-size: 3vw;
		margin-bottom: 6.3vw;
	}

	.uEvent-lsInfo-item-lsicon li {
		font-size: 3vw;
		padding-left: 7vw;
	}

	.uEvent-lsInfo-item-lsicon li.icon-01 {
		background-size: 4vw auto;
	}

	.uEvent-lsInfo-item-lsicon li.icon-02 {
		background-size: 2.9vw auto;
		background-position: center left 0.6vw;
	}

	.uEvent-lsInfo-item-lsicon li.icon-03 {
		background-size: 3.9vw auto;
		background-position: center left 0.6vw;        
	}

	.uEvent-lsInfo-item-lsicon li.icon-04 {
		background-size: 5vw auto;
	}

	.uEvent-lsInfo-item-lsicon li.icon-05 {
		background-size: 3.9vw auto;
		background-position: center left 0.6vw;
	}

	.uEvent-secBtn {
		padding: 7.7vw 0 6.6vw;
	}

	.uEvent-lsBtn li {
		width: calc((100% - 3.01vw) / 2);
		margin-right: 3vw !important;
		margin-bottom: 3vw;
	}

	.uEvent-lsBtn li:nth-child(2n),
	.uEvent-lsBtn li:last-child {
		margin-right: 0 !important;
	}

	.uEvent-lsBtn li>a {
		border: 1px solid #DADADA;
		border-radius: 1vw;
		        padding: 5.5vw 1vw;
	}

	.uEvent-lsBtn li .utxt {
		font-size: 4.5vw;
		letter-spacing: 0.1em;
	}

	.uEvent-lsBtn li>a::before {
		right: 4vw;
		width: 1.5vw;
		height: 2.5vw;
		mask-size: 1.5vw;
	}

	.uEvent-lsInfo-item-desc{
		letter-spacing: normal;
	}
}

/* END イベントカレンダー 2026.01.31 */