/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 10:47:36 */
.breadcrumb {
	display: none;
}

html { 
	font-size: 62.5%; 
	scroll-padding: 100px;
}
body, html {
	font-family: "helvetica-neue-lt-pro","hiragino-kaku-gothic-pron", sans-serif;
	font-feature-settings: "palt";
}
img{
	height: auto;
}   
.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: #fff;
	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); 
    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: 30px;
}
.global-nav-list>li .global-nav-name{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.global-nav-list>li .global-nav-name:hover{
	color: #808080;
	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(26,26,26,0.8);
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a{
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
}
.vk-mobile-nav{
	background-color: rgba(26,26,26,0.85);
	padding: 60px 20px;
}
.menu_contents{
	display: flex;
	align-items: flex-end;
	margin: 0 10px 10px;
}
.menu_contents h2{
	color: #808080;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	margin: 0 0 4px 10px;
}
.menu_logo img{
	width: 140px;
	margin:  0x;
}
.menu_sns{
	display: flex;
	margin-left: 5px;
}
.menu_sns img{
	width: 28px;
	margin-right: 10px;
}
.vk-mobile-nav-menu-btn {
    border: none;
	background: none;
    background-image: url("https://vinii.jp/wp-content/uploads/2026/03/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://vinii.jp/wp-content/uploads/2026/03/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: #1a1a1a;
}
.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 #808080;
}
.footer_contents1{
	display: flex;
	align-items: flex-end;
}
.footer_contents1 h2{
	color: #808080;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	margin: 0 0 4px 10px;
}
.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: 15px  5px 0;
}
.footer_contents3 p{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
}
.fa-regular, .fa-envelope{
	margin: 0 3px 0 0;
}
.footer_contents4 p{
	color: #fff;
	font-size: 1.6rem;
	margin-right: 2px;
	letter-spacing: 0.08rem;
}
.footer_contents3{
	display: flex;
	align-items: flex-end;
}
.footer_logo img{
	width: 180px;
}
.footer_logo_volve img{
	width: 180px;
	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{
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	line-height:1.6;
	margin-bottom: 16px;
}
.top_statement p{
	color: #ccc;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}
.section_title{
	align-items: center;
	display: flex;
	margin-bottom: 40px;
}
.section_title::after{
	background-color: #808080;
	content: "";
	width: 100vw;
	height: 1px;
	display: block;
    margin-left: 15px;
}
.section_title h2{
	color: #fff;
	font-size: 4.6rem;
	font-weight:700;
	letter-spacing: 0.1rem;
}


/*top news*/
.veu_postList{
	border-top: solid 1px #808080;
	margin-bottom: 0;
}
.veu_postList .postList_date{
	color: #808080;
	margin-right: 0;
}
.postList_meta_items{
	width: 100px;
	margin: 0;
}
.veu_postList ul.postList li{
	display: flex;
	align-items: center;
	border-bottom: solid 1px #808080;
	padding: 20px 0;
}
.veu_postList .postList_terms a{
	background-color: #808080;
	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: #fff;
	font-size: 2rem;
	font-weight: 300;
	text-decoration: none;
	transition: 0.3s;
}
.veu_postList .postList_title a:hover{
	color: #808080;
	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{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
.mv_contents a{
	transition: 0.5s;
}
.mv_contents a:hover{
	opacity: 0.6;
	transition: 0.5s;
}
.mv_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;		
}

/*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{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	position: relative;
}
.more_btn 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: #fff;
}
.more_btn p:hover::after{
	transform: scale(1, 1);
	transition: .5s;
	color: #fff;
}

.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: #fff;
}
.more_btn2 p:hover::after, .more_btn3 p:hover::after{
	transform: scale(1, 1);
	transition: .5s;
	color: #fff;
}


/*under page*/
.under_page_title{
	margin: 140px 0 100px;
}
/*news page*/
.news_spacer{
	margin-bottom: 60px;
}
.news_title h2{
	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-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.5;
}
.news_contents a{
	color: #808080;
	font-size: 1.6rem;
	letter-spacing: 0.05rem;
	display: inline-block;
	position: relative;
}
.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: #808080;
}
.news_contents a:hover::after{
	transform: scale(1, 1);
	transition: .5s;
	color: #808080;
}

/*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{
	color: #fff;
	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{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.4;
	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: #808080;
	height: 1px;
	margin-top: 3px;
}
.music_info h2{
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.15rem;
}
.music_info p{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.05rem;
	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: #fff;
	font-size: 1.6rem;
	background-color: #333;
	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: #808080;
	color: #fff;
	margin-top: 30px;
	padding: 10px 50px;
	border-radius: 0;
	border: none;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
	border-color:  #808080;
}
/*ここからモバイル*/
@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_contents2 img{
	width: 20px;
	margin: 0 0 4px 5px;
}
.footer_contents1 h2{
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	margin: 0 0 4px 8px;
}
.footer_2{
	padding: 8px 5px 0;
}
.footer_2 p{
	font-size: 1rem;
	letter-spacing: 0.05rem;
}
.footer_logo img{
	width: 100px;
}
.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;
}
.more_btn p, .more_btn2 p, .more_btn3 p{
		font-size: 1.4rem;
	}
.top_news{
	margin:0 20px 20px;
}
.top_statement img{
	width: 200px;
	margin-bottom: 20px;
	margin-right: 15px;
}
.top_statement h2{
	font-size: 1rem;
	letter-spacing: 0.1rem;
	line-height:1.5;
	margin-bottom: 14px;
}
.top_statement p{
	color: #ccc;
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.05rem;
	line-height: 1.4;
}
.section_title{
	margin-bottom: 24px;
}
.section_title::after{
    margin-left: 10px;
}
.section_title h2{
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}
/*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;
	border-bottom: solid 1px #808080;
	padding: 16px 0;
}
.veu_postList .postList_title{
	margin: 3px 0 0;
}
.veu_postList .postList_title a{
	color: #fff;
	font-size: 1.6rem;
}
.more_btn3{
	margin: 10px 20px 40px;
}

/*top profile*/
.top_profile_contents{
	justify-content: space-between;
}
.top_profile_contents img{
	width: 43.5vw;
	margin: 0 0 10px;
}	

/*top mv*/
.mv_contents p{
	font-size: 1.4rem;
}	
.mv_contents{
	margin-bottom: 20px;
	}
	
	
/*under page*/
.under_page_title{
	margin: 80px 20px 40px;
}
.profile_page, .discography_page{
	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 20px;
}
.news_contents{
	margin: 0 20px 40px;	
	}
.news_contents p{
	font-size: 1.2rem;
}	
.news_contents a{
	font-size: 1.2rem;	
	}	
	
/*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: #808080;
	height: 1px;
	margin-top: 3px;
}
.music_info h2{
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.15rem;
}
.music_info p{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 300;
	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: #1a1a1a;
  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: #1a1a1a;
  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;
}
