/*
 Theme Name:   ＃Luvless
 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,#page-wrapper{
	margin-top: 100px;
}
#font-contetns,#info-area,#schedule-area,#video-area,#member-area,#goods-area{
	padding-top: 3rem;
}
#wrapper-footer{
	margin-top: 6rem;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
	index-wrapper,#archive-wrapper,#single-wrapper,#page-wrapper{
		margin-top: 60px;
	}
	#font-contetns,#info-area,#schedule-area,#video-area,#member-area,#goods-area{
		padding-top: 1.5rem;
	}
	#wrapper-footer{
		margin-top: 3rem;
	}
}


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


/* メインビジュアル（Youtube） */
#yt-vsl{
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
	height: 70vh;/*高さを全画面にあわせる*/
	text-align: center;
}
#yt-vsl-area{
	position: absolute;
	z-index: 1;/*最背面に設定*/
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}
/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#yt-vsl-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}
@keyframes PageAnimeAppear{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#yt-vsl-contents {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
	width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 150%;
  min-width: 100%;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask{
	position: absolute;
	z-index: 2;/*下から2番目に表示*/
	top:0;
	width:100%;
	height: 100%;
}
@media screen and (max-width:767.98px) {
	#yt-vsl{
		height: 60vh;/*高さを全画面にあわせる*/
	}
}


/* INFO */
.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: #b40c0a!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;
}


/* カレンダー */
.cmcal-calendar-container .fc-left h2,
.cmcal-calendar-container .fc-center h2{
	font-size: 1.25rem;
}
.cmcal-calendar-container .fc-list-table tr.fc-list-heading{
	border-bottom: none!important;
	font-size: .875em;
	margin-bottom: 0.25rem;
}
.cmcal-calendar-container .fc-list-table tr.fc-list-heading .fc-list-heading-alt{
	display: none;
}
.cmcal-calendar-container .fc-list-empty{
	font-family: "MFW-RoGSanSrfStd-Bd"!important;
	padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.cmcal-calendar-container tr td.fc-widget-content{
	font-family: "MFW-HiraMaruStdN-W8"!important;
}


/* プロフィール */
span.en-name{
	font-size: .8rem!important;
}


/* VIDEO */
.video-contents{
	position: relative;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content:""!important;
}
.swiper-button-next,
.swiper-button-prev{
	color: #fafafa!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{
	background: #fafafa!important;
}
.swiper-pagination-bullet-active{
	background: #fafafa!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;
	}
}


/* フッター */
.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: #fafafa!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-50,
.footer-menu-sns ul li.menu-item-51,
.footer-menu-sns ul li.menu-item-52,
.footer-menu-sns ul li.menu-item-53{
	display: inline-block;
}
.footer-menu-item ul li.menu-item-50,
.footer-menu-item ul li.menu-item-51,
.footer-menu-item ul li.menu-item-52,
.footer-menu-item ul li.menu-item-53{
	display: none;
}
.footer-contact .btn{
	color: #fafafa!important;
	border-color: #fafafa!important;
	font-size: .85rem;
	padding: .5rem 2rem;
}


/* ページネーション */
.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;
}