/*
 Theme Name:   LOVESICK RENEW 2025
 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{}
#index-wrapper,#archive-wrapper,#single-wrapper{
	margin-top: 100px;
}
:focus{
	outline: none!important;
	box-shadow:none !important;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
	#index-wrapper,#archive-wrapper,#single-wrapper{
		margin-top: 60px;
	}
}

/* フォント */
.font-ttl,.navbar-nav a{
	font-family: "MFW-CactsPro-Black"!important;
}
.btn-pill{
	color: #61605b!important;
	border: 1px solid #61605b !important;
    font-size: 90% !important;
    padding: .5rem 2.5rem !important;
}

/* メインビジュアル */
#main-vsl{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}
.vsl-image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.vsl-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	filter: blur(30px);
	z-index: -1;
	background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
	#main-vsl{
		height: 60vh;
	}
	.vsl-image{
		width: calc(100% - 1.5rem);
	}
}

/* ヘッダー */
.front-nav{
	transition: all .3s;
}
.front-nav.move{
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.navbar .navbar-brand img{
	max-width: 100px;
}
.navbar-nav a{
	color: #61605b!important;
	font-size: .925rem!important;
}
.close-btn{
	background: none!important;
    border: none!important;
    padding: 0!important;
	font-size: 1.25rem!important;
}
@media screen and (max-width:768px) {
	.navbar .navbar-brand img{
		max-width: 65px;
	}
	.offcanvas{
		max-width: 80%!important;
	}
	.off-menu-sns ul li a.nav-link{
		color: #61605b!important;
		padding: .5rem!important;
		font-size: 1rem!important;
	}
	.off-menu-sns ul li{
		display: none;
	}
	.off-menu-sns ul li.menu-item-64,
	.off-menu-sns ul li.menu-item-65,
	.off-menu-sns ul li.menu-item-66,
	.off-menu-sns ul li.menu-item-67{
		display: inline-block;
	}
	.offcanvas-body ul#main-menu{
		margin-bottom: 0!important;
	}
	.offcanvas-body ul li.menu-item-64,
	.offcanvas-body ul li.menu-item-65,
	.offcanvas-body ul li.menu-item-66,
	.offcanvas-body ul li.menu-item-67{
		display: none;
	}
	.offcanvas-body{
		flex-grow: 0!important;
	}	
}

/* INFORMATION */
.info-contents ul li,
#index-wrapper .contents-loop ul li{
	margin-bottom: 1.5rem;
}
.info-contents ul li:last-child,
#index-wrapper .contents-loop ul li:last-child{
	margin-bottom: 0;
}
span.new-mark{
	color: #ffc1e8!important;
}

/* SCHEDULE */
.schedule-contents ul li{
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 2.5rem;
}
.schedule-contents ul li:last-child{
	margin-bottom: 0;
}
.schedule-contents ul li:before{
	content:'\f133';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2.0rem;
    color: #a0a0a0!important;
}
.fc-widget-header .fc-list-heading-alt{
	display: none!important;
}
.fc-list-table tr,
.fc-list-table td,
.fc-list-item,
.fc-widget-content{
	border: none!important;
	border-color: #fff!important;
}

/* Youtube */
.video-contents{
	position: relative;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content:""!important;
}
.swiper-button-next,
.swiper-button-prev{
	color: #61605b!important;
	font-size: 4rem!important;
	z-index: 555!important;
}
.swiper-button-next{
	right: -3.5rem!important;
}
.swiper-button-prev{
	left: -3.5rem!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -.5rem!important;
}
.swiper-pagination-bullet-active{
	background: #61605b!important;
}
@media screen and (max-width:992px) {
	.swiper-button-next,
	.swiper-button-prev{
		top: auto!important;
		font-size: 1.25rem!important;
	}
	.swiper-button-next{
		right: 0rem!important;
	}
	.swiper-button-prev{
		left: 0rem!important;
	}
}

/* フッター */
#wrapper-footer{
	position: relative;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}
.footer-bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	filter: blur(30px);
	z-index: -1;
	background-repeat: no-repeat;
}
.footer-menu-sns ul,
.footer-menu-item ul{
	margin-bottom: 0!important;
}
.footer-menu-item ul li{
	display: inline-block;
}
.footer-menu-sns ul li a.nav-link,
.footer-menu-item ul li a.nav-link{
	color: #61605b!important;
	padding: .5rem!important;
}
.footer-menu-sns ul li a.nav-link{
	font-size: 1.2rem!important;
}
.footer-menu-item ul li a.nav-link,
.footer-copy{
	font-size: 80%;
}
.footer-menu-sns ul li{
	display: none;
}
.footer-menu-sns ul li.menu-item-64,
.footer-menu-sns ul li.menu-item-65,
.footer-menu-sns ul li.menu-item-66,
.footer-menu-sns ul li.menu-item-67{
	display: inline-block;
}
.footer-menu-item ul li.menu-item-64,
.footer-menu-item ul li.menu-item-65,
.footer-menu-item ul li.menu-item-66,
.footer-menu-item ul li.menu-item-67{
	display: none;
}