/*
 Theme Name:   Un title
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


/* 全体設定 */
body{}
body:before {
	content:'';
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -2;
	background-image: url(https://untitle-official.com/wp-content/uploads/2026/06/untitle_bg_pc03_gry-scaled.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#index-wrapper,#page-wrapper,#single-wrapper{
	margin-top: 6rem;
}
:focus{
	outline: none!important;
	box-shadow:none !important;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
	body:before {
		background-image: url(https://untitle-official.com/wp-content/uploads/2026/06/untitle_bg_sp03_gry-scaled.jpg);
	}
	#index-wrapper,#page-wrapper,#single-wrapper{
		margin-top: 4rem;
	}
}


/* テキスト */
body,a{
	color: #000!important;
}
a{
	text-decoration: none!important;
	opacity: 1;
	transition: all .3s;
}
a:hover{
	opacity: 0.8;
}
.ttl{
  font-family: "Anton", sans-serif!important;
  font-weight: 400!important;
  font-style: normal!important;
}
.btn-more{
	color: #000!important;
	background-color: #fafafa;
	border: 1px solid #000;
	opacity: 1;
	transition: all .3s;
}
.btn-more:hover{
	opacity: 0.8;
}
.text-black{
	color: #000!important;
}


/* ヘッダー */
.navbar{
	background-image: linear-gradient(0deg, transparent, #1b1b1b);
}
.navbar .navbar-brand img{
	max-width: 150px;
}
nav#main-nav button span i.fa-circle{
	color: #c1c1c1!important;
}
nav#main-nav button span i.fa-bars,
nav#main-nav button span i.fa-xmark{
	color: #000!important;
}
.offcanvas{
	background-color: #c1c1c1!important;
	max-width: 85%!important;
}
.navbar-toggler{
	border: none!important;
}
.offcanvas-body ul li a.nav-link:before{
	content:'\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	margin-right: .5rem;
}
@media screen and (max-width:768px) {
	.navbar .navbar-brand img{
		max-width: 100px;
	}
}


/* NEWS */
ul li.news-item{
	margin-bottom: 1.5rem;
}
ul li.news-item:last-child{
	margin-bottom: 0;
}
ul li.news-item a{
	background-color: #fafafa;
	color: #000!important;
	text-decoration: none;
	padding: 1rem 3.25rem 1rem 1.25rem;
	display: block;
	position: relative;
	border: 2px solid #000;
}
ul li.news-item a:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
	font-weight: 400;
	font-size: 1.5rem;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
article.info-contents{
	padding: 3rem;
	border: 2px solid #000!important;
	border-radius: 10px!important;
	background: rgba(255,255,255,.75);
}
h1.entry-title,
h2.schedule-date,
td.fc-widget-content h3,
td.fc-widget-content h4{
	font-weight: bold;
}
@media screen and (max-width:768px) {
	article.info-contents{
		padding: 1.5rem;
	}
}


/* SCHEDULE */
.schedule-item-img{
	width: 100%;
	padding-top: 100%;
	position: relative;
	background-color: #1b1b1b;
	overflow: hidden;
}
.schedule-item-img a img{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}
.schedule-item-img-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	opacity: .75;
	filter: blur(20px);
	z-index: 1;
}


/* FOOTER */
#wrapper-footer{
	padding-top: 0!important;
	background-color: #c1c1c1;
}
#wrapper-footer a.pagetop{
	background-color: #9b9b9b;
	color: #fff!important;
	margin-bottom: 3rem;
	font-size: .8rem;
	width: 100%;
	padding: .5rem 0;
}
.footer-menu.list-inline li{
	display: inline-block;
	width: 47.5%;
}
.footer-menu.list-inline li a{
	color: #000!important;
	font-size: .9rem;
}
.footer-menu.list-inline li a:before{
	content:'\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	margin-right: .5rem;
}
.offcanvas-footer i.fa-brands,
.offcanvas-footer i.fa-cart-shopping,
.footer-sns i.fa-brands,
.footer-store i.fa-cart-shopping{
	color: #c1c1c1!important;
}
@media screen and (max-width:768px) {
	.footer-menu.list-inline li{
		width: 99%;
	}
}


/* ページネーション */
.pagination .page-link{
	color: #fafafa!important;
	border: none!important;
	background: transparent!important;
}
.page-item.active .page-link{
	background-color: transparent!important;
	position: relative;
}
.page-item.active .page-link:before{
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 50%;
	height: 2px;
	content: '';
	border-radius: 4px;
	background: #fafafa;
}


/* カレンダー */
.cmcal-calendar-container .fc-center h2{
	font-size: 1.25rem;
	font-weight: bold;
}
.cmcal-calendar-container .fc-list-table tr.fc-list-heading{
	border-bottom: none!important;
}
.cmcal-calendar-container .fc-list-table tr.fc-list-heading .fc-list-heading-alt{
	display: none;
}
.cmcal-calendar-container .fc-list-empty{
	padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.cmcal-calendar-container tr td a.understrap-read-more-link,
.cmcal-calendar-container tr.fc-list-heading{
	display: none!important;
}
.cmcal-calendar-container td.fc-widget-content a{
	display: block;
}
.cmcal-calendar-container tr.fc-list-item{
	display: block;
	padding: 1.5rem!important;
	border: 2px solid #000!important;
	border-radius: 10px!important;
	margin-top: 1.75rem;
	background: rgba(255,255,255,.75);
}
.fc-list-empty-wrap2,.fc-list-empty-wrap1{
	position: relative!important;
	display: block;
}