/*
Theme Name:VOGUE Child
Version:1.7.3
Template: vogue_tcd051
*/

/*四分割TOP画面*/
.p-hero-header__nav-item {
    width: 100% !important;
}
.p-hero-header__nav-item a {
    pointer-events: none;
    cursor: default;
}

/*ヘッダーロゴのサイズを調整*/
@media only screen and (min-width: 500px){
.c-logo--retina img {
    width: 50%;
}
}

/*メインテーマ*/
.p-main-image__desc {
    line-height: 2.2;
    margin-bottom: 31.6px;
    text-align: center;
　letter-spacing: 0.5em;
}

.p-main-image__title {
	letter-spacing: 0.05em;
	}

	
/*reCAPTCHAマーク非表示*/
.grecaptcha-badge{visibility:hidden;}

/*フッターリンク移動エフェクト*/
.p-access:hover{
	text-decoration:underline;
	text-decoration-color:white;
}
.l-footer__logo {
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
.p-access{
	font-size: 70%;
}
}