/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 03 2026 | 04:53:34 */
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');
// <weight>: Use a value from 200 to 700
// <uniquifier>: Use a unique and descriptive class name

.baskervville-<uniquifier> {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.breadcrumb {
	display: none;
}

html { 
	font-size: 62.5%; 
	scroll-padding: 100px;
}
body, html {
	font-family: "Baskerville","Noto Serif JP", serif;
	font-feature-settings: "palt";
}
img{
	height: auto;
}  
:root{
	--main-color: #444;
	--sub-color: #96b4ff;
}
.entry-meta{
	display: none;
}
.entry-footer{
	display: none;
}
.entry-title{
	display: none;
}
.vk_posts{
	display: none;

}
.entry-header, .page-header{
	display: none;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6,p{
	color: var(--main-color);
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

.site-body{
	padding: 0;
}
.site-footer-title:after, .sub-section-title:after, h3:where(:not(.wp-block-post-title)):after{
	display: none;
}
.container{
	padding: 0;
}
.widget_search{
	display: none;
}
.pc { 
	display: block !important; 
}
.sp{
	display: none !important;
}
.br-sp {
    display: none;
}

/*header*/
.site-header{
	background-color: rgba(255, 255, 255, 0.85); 
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
	box-shadow: none;
}
.vk-slider {
    margin-top: 0;
}
#site-header-container{
	max-width: 95vw;
}
.site-header-logo{
	padding-top: 1.4rem;
}
.site-header-logo img{
	max-height: 24px;
	padding: 5px 0 0;
}
.global-nav-list>li .global-nav-name{
	color: var(--main-color);
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
}
.global-nav-list>li .global-nav-name:hover{
	color: var(--sub-color);
	transition: all 0.5s;
}
.device-pc .global-nav-list>li>a{
	padding: 1.8rem 1.5rem;
}

.global-nav-list>li:before{
	display: none;
}
i{
	margin-right: -1rem;
}

.header_scrolled .site-header{
	background-color: rgba(255,255,255,0.85);
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	color: var(--main-color);
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
}
.vk-mobile-nav{
	background-image:url("https://www.milmoon.jp/wp-content/uploads/2026/04/milmoon_bg.jpg");
	background-size: cover;
	padding: 60px 20px;
}
.menu_contents{
	display: flex;
	align-items: flex-end;
	margin: 0 10px 15px;
}
.menu_contents h2{
	color: var(--sub-color);
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0 0 0px 10px;
}
.menu_logo img{
	width: 160px;
	margin:  0x;
}
.menu_sns{
	display: flex;
	margin-left: 5px;
}
.menu_sns img{
	width: 28px;
	margin-right: 10px;
}
.vk-mobile-nav nav>ul{
	border-top: solid 1px #999;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	border-bottom: solid 1px #999;
}
.vk-mobile-nav-menu-btn {
    border: none;
	background: none;
    background-image: url("https://www.milmoon.jp/wp-content/uploads/2026/04/open_btn.png");
	background-size: cover;
	width: 40px;
	height: 40px;
}
.vk-mobile-nav-menu-btn.menu-open {
    border: none;
	background: none;
    background-image: url("https://www.milmoon.jp/wp-content/uploads/2026/04/close_btn.png");
	background-size: cover;
}

/*footer*/

.container.site-footer-content{
	padding: 0;
}
.site-footer-copyright p:nth-child(2) {
    display:none;
}
.site-footer{
	border: none;
	margin: 0 ;
	padding: 60px 0;
	background: #fff;
}
.widget{
	margin: 0;
	padding: 0;
}
.site-footer-copyright{
	display: none;
}
.footer_1{
	display: flex;
	justify-content: space-between;
	padding: 0 5px 8px;
	border-bottom: solid 1px #999;
}
.footer_contents1{
	display: flex;
	align-items: flex-end;
	margin-bottom: 4px;
}
.footer_contents1 h2{
	color: var(--sub-color);
	font-size: 1.6rem;
	font-weight: 40;
	letter-spacing: 0.05rem;
	margin: 0 0 0 15px;
}
.footer_contents2{
	display: flex;
	align-items: flex-end;
}
.footer_contents2 img{
	width: 24px;
	margin: 0 0 4px 8px;
}
.footer_contents2 a{
	transition: 0.5s;
}
.footer_contents2 a:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.footer_2{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 12px  5px 0;
}
.footer_contents3 p{
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
}
.fa-regular, .fa-envelope{
	margin: 0 3px 0 0;
}
.footer_contents4 p{
	font-size: 1.6rem;
	margin-right: 2px;
	letter-spacing: 0.05rem;
}
.footer_contents3{
	display: flex;
	align-items: flex-end;
}
.footer_logo img{
	width: 200px;
}
.footer_logo_volve img{
	width: 160px;
	margin: 0 0 4px 10px;
	opacity: 0.5;
	transition: 0.5s;
}
.footer_logo_volve a, .footer_contents4 a{
	transition: 0.5s;
}
.footer_logo_volve a:hover, .footer_contents4 a:hover{
	opacity: 0.5;
	transition: 0.5s;
}

/*top page*/
.top_statement{
	margin: 120px 0;
}
.top_profile, .top_discography, .top_mv{
	margin: 0 0 80px;
}
.top_statement img{
	width: 360px;
	margin-bottom: 32px;
}
.top_statement h2{
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
	line-height:1.6;
	margin-bottom: 16px;
}
.top_statement p{
	color: #999;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}
.section_title{
	align-items: center;
	display: flex;
}
.sub_title{
	color: #999;
	font-size: 1.8rem;
	font-weight: 200;
	letter-spacing: 0.05rem;
	margin: -10px 0 40px;
}
.section_title::after{
	background-color: #999;
	content: "";
	width: 100vw;
	height: 1px;
	display: block;
    margin-left: 15px;
}
.section_title h2{
	font-size: 4.4rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

/*top btn*/
.more_btn{
	text-align: right;
}
.more_btn2{
	text-align: right;
	margin-top: 10px;
}
.more_btn3{
	text-align: right;
	margin: 10px 0 80px;
}
.more_btn p,.more_btn2 p, .more_btn3 p{
	font-size: 1.6rem;
	letter-spacing: 0.02rem;
	display: inline-block;
	position: relative;
}

.more_btn p::after, .more_btn2 p::after, .more_btn3 p::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .5s;
	background-color: var(--main-color);
}
.more_btn p:hover::after, .more_btn2 p:hover::after, .more_btn3 p:hover::after{
	transform: scale(1, 1);
	transition: .5s;
	color: #444;
}

/*top news*/
.veu_postList{
	border-top: solid 1px #999;
	margin-bottom: 0;
}
.veu_postList .postList_date{
	font-family: "Noto Serif JP", serif;
	color: var(--main-color);
	font-weight: 400;
	margin-right: 0;
}
.postList_meta_items{
	width: 100px;
	margin: 0;
}
.veu_postList ul.postList li{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #999;
	padding: 20px 0;
}
.veu_postList .postList_terms a{
	background-color: var(--sub-color);
	color: #fff;
	border-radius: 0;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
}
.veu_postList .postList_title{
	margin: 0;
}
.veu_postList .postList_title a{
	color: var(--main-color);
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s;
}
.veu_postList .postList_title a:hover{
	color: #999;
	text-decoration: none;
	transition: 0.3s;
}


/*top profile*/
.top_profile_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_profile_contents img{
	width: 210px;
	margin: 0 0 10px;
}
@media all and (max-width:1180px) {
.top_profile_contents img{
	width: 15vw;
	margin: 0 0 10px;
}
}

/*top mv*/
.mv_contents img{
	width: 560px;
}
.mv_contents p{
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
}
.mv_contents a{
	transition: 0.5s;
}
.mv_contents a:hover{
	opacity: 0.7;
	transition: 0.5s;
}
.mv_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;		
}
/*under page*/
.page_title{
	margin: 140px 0 100px; 
}
/*news page*/
.news_spacer{
	margin-bottom: 60px;
}
.news_title h2{
	font-family: "Noto Serif JP", serif;
	font-size: 2.8rem;
	font-weight: 400;
	margin-bottom: 40px;
}
.news_contents{
	margin: 0 0 60px;
}
.news_image{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
}
.news_contents p{
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.5;
}
.news_contents a{
	color: var(--sub-color); 
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	position: relative;
}
.news_contents a:hover{
	color: var(--sub-color); 
}
.news_contents a::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .5s;
	background-color: var(--sub-color);
}
.news_contents a:hover::after{
	transform: scale(1, 1);
	transition: .5s;
	color: var(--sub-color);
}

.widget ul {
	padding-left: 0;
}
.slick-dots li{
	margin: 2px 0 !important;
}
.slick-dots li button:before{
	font-size: 1rem !important;
}
/*schedule page*/
.schedule_list .veu_postList .postList_date{
	display: none;
	}
.schedule_list .postList_meta_items{
	width: 80px;
	margin-left: 5px;
}
.category_tab{
	display: flex;
}
.tab_btn, .tab_btn_c{
	margin: 0 16px 40px 0; 
}
.tab_btn_c a{
	color: #fff;
	font-size: 1.6rem;
	padding: 4px 20px;
	background-color: var(--sub-color);
	letter-spacing: 0.1rem;
}
.tab_btn a{
	color: #fff;
	background-color: #999;
	letter-spacing: 0.1rem;
	padding: 4px 20px;
	transition: 0.5s;
}
.tab_btn a:hover{
	color: #fff;
	letter-spacing: 0.1rem;
	background-color: var(--sub-color);
	transition: 0.5s;
}
/*profile page*/
.profile_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.member_profile{
	margin: 0 0 60px;
}
.member_profile img{
	width: 340px;
}

.member_info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.member_info h2{
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.member_sns{
	display: flex;
}
.member_sns img{
	width: 24px;
	margin:0 0 4px 10px;
}
.member_sns a{
	transition: 0.5s;
}
.member_sns a:hover{
	opacity: 0.5;
	transition: 0.5s;
}
.member_profile p{
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}
/*discography page*/
.discography_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.music_contents{
	margin: 0 0 60px;
}
.music_contents img{
	width: 340px;
}
.music_info{
	margin-top: 5px;
}
.music_info hr{
	background-color: #999;
	height: 1px;
	margin-top: 3px;
}
.music_info h2{
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
}
.music_info p{
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 1.4;
	margin-top: 5px;
}
.music_contents a{
	transition: 0.5s;
}
.music_contents a img:hover{
	opacity: 0.5;
	transition: 0.5s;
}

/*contact page*/
.contact_page{
	margin: 0 100px 60px;
}
.contact_text{
	text-align: center;
}
.contact_text h2{
	font-size: 2.5rem;
	font-weight: 300;
	margin-bottom: 5px;
}
.contact_text p{
	font-size: 1.6rem;
	font-weight: 300;
	margin-bottom: 40px;
}
.asterisk{
	color: #d9679c;
	font-weight: 200;	
}
.wpcf7 p{
	font-size:1.6rem;
	font-weight: 300;
	margin: 0 0 5px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea{
	color: var(--main-color);
	font-size: 1.6rem;
	background-color: #eee;
	border: none;
	border-radius: 0;
	padding: 15px 10px;	
}
.wpcf7-list-item{
	margin: 0;
}
.cf7-btn{
	text-align: center;
}
input[type=submit] {
	font-size: 1.8rem;
	font-weight: 300;
	border: none;
	background-color: var(--sub-color);
	color: #fff;
	margin-top: 30px;
	padding: 10px 50px;
	border-radius: 0;
	border: none;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: var(--sub-color);
}
/*ここからモバイル*/
@media all and (max-width:480px) { 
.sp { 
	display: block !important; 
	}
.pc{
	display: none !important;
    }	
.br-sp {
       display: block;
    }
html{
	scroll-padding: 40px;
	}	
/*header*/
.site-header-logo{
	display: none;
}	

/*footer*/
.site-footer{
	padding: 20px 20px;
}
.footer_1{
	padding: 0 5px 4px;
}
.footer_contents1{
	margin-bottom: 0px;
}
.footer_contents2 img{
	width: 20px;
	margin: 0 0 0 5px;
}
.footer_contents1 h2{
	font-size: 0.8rem;
	margin: 0 0 3px 8px;
	line-height: 1.2;
}
.footer_2{
	padding: 5px 5px 0;
}
.footer_2 p{
	font-size: 1rem;
}
.footer_contents4 p{
	font-size: 1.2rem;
	margin-right: 2px;
	letter-spacing: 0.05rem;
}
.footer_logo img{
	width: 120px;
	margin-bottom: 2px;
}
.footer_logo_volve img{
	width: 100px;
	margin: 0 0 2px 10px;
}	

/*top page*/
.top_statement{
	margin: 60px 20px;
	text-align: center;
}
.top_profile, .top_mv, .top_discography{
	margin: 0 20px 40px;
}
.top_news{
	margin: 0 20px;
	}
.top_statement img{
	width: 200px;
	margin-bottom: 20px;
}
.top_statement h2{
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
	line-height:1.5;
	margin-bottom: 14px;
}
.top_statement p{
	font-size: 1rem;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}
.section_title h2{
	font-size: 2.4rem;
	letter-spacing: 0.05rem;
}
.sub_title{
	font-size: 1.4rem;
	letter-spacing: 0rem;
	margin: -4px 0 30px;
}
.section_title::after{
    margin-left: 10px;
}
	
/*top btn*/	
.more_btn p, .more_btn2 p, .more_btn3 p{
	font-size: 1.4rem;
}
	
/*top news*/
.veu_postList{
	margin: 0 20px;
}
.veu_postList .postList_terms a{
	border-radius: 0;
	margin-left: 10px;
}
.veu_postList ul.postList li{
	display: block;
	padding: 16px 0;
}
.veu_postList .postList_title{
	margin: 3px 0 0;
}
.veu_postList .postList_title a{
	font-size: 1.6rem;
}
.more_btn3{
	margin: 10px 20px 40px;
}
	
/*top profile*/
.top_profile_contents img{
	width: 43.5vw;
	margin: 0 0 10px;
}	
	
/*top mv*/

.mv_contents{
	margin-bottom: 20px;
	}
	
	
/*under page*/
.page_title{
	margin: 80px 20px 40px; 
}
.discography_page, .profile_page, .category_tab{
	margin: 0 20px;	
}

/*news page*/
.news_spacer{
	margin-bottom: 60px;
}
.news_title{
	margin: 0 20px;	
	}
.news_title h2{
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.news_image{
	margin: 0 20px 40px 20px;
}
.news_contents{
	margin: 0 20px 40px;	
	}
.news_contents p{
	font-size: 1.2rem;
}	
.news_contents a{
	font-size: 1.2rem;	
	}	
	
.slick-dots li button:before{
	font-size: 0.8rem !important;
}
/*schedule page*/
.panel-127-0-0-1 .postList_meta_items a{
	margin: 0;
}
.schedule_list .postList_meta_items{
	margin-left: 0;
}
.schedule_list .postList_meta_items a{
	margin-left: 0;
}
.category_tab{
	justify-content: space-between;	
	}
.tab_btn, .tab_btn_c{
	margin: 0 0 40px; 
}
.tab_btn a{
	font-size: 1.4rem;
	padding: 4px 16px;
	}
.tab_btn_c a{
	font-size: 1.4rem;
	padding: 4px 20px;
	letter-spacing: 0.1rem;
}
/*profile page*/
.profile_contents{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.member_profile{
	margin: 0 0 60px;
}
.member_profile img{
	width: 100vw;
}
.member_sns img{
	width: 24px;
}
/*discography page*/
.discography_contents{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.music_contents{
	margin: 0 0 60px;
}
.music_contents img{
	width: 100vw;
}
.music_info{
	margin-top: 5px;
}
.music_info hr{
	background-color: #999;
	height: 1px;
	margin-top: 3px;
}
.music_info h2{
	font-size: 2.2rem;
	letter-spacing: 0.05rem;
}
.music_info p{
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.4;
	margin-top: 5px;
}


/*contact page*/
.contact_page{
	margin: 0 20px 60px;
}
.contact_text h2{
	font-size: 1.8rem;
	margin-bottom: 2px;
}
.contact_text p{
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.wpcf7 p{
	font-size:1.4rem;
	font-weight: 300;
	margin: 0 0 0;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select, textarea{
	font-size: 1.4rem;
	padding: 10px 10px;
}
.cf7-btn{
	text-align: left;
}
input[type=submit] {
	font-size: 1.2rem;
	margin-top: 15px;
	padding: 10px 40px;
}		
	
	
}


/* site loading */

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1.8s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation img{
  width: 240px;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}