/*会員情報の更新画面*/
.profile__title {
	display: none;
	}
	div.profile__wrap form.v-form div.profile__content:nth-child(1)::before {
		content: "会員情報の更新";
		font-size: 32px;
		text-align: center;
		display: block;
		margin: 0 0 24px;
	}
	
/*イベントトップに戻る 非表示*/
	.portal-event-top {
	    display: none!important;
	}

	.event-top {
	    display: none !important;
	}
	
/*ヘッダー 非表示*/
	.v-slide-group__content.v-tabs-bar__content {
	    display: none;
	}
	
	.header-tab__sp {
	    display: none;
	}
	
/*会員登録フォーム*/
	.fast-register-layout__wrap {
		background-image: url('https://everidge-expo.eventos.tokyo/images/615/569/7005/top-1185f8e1-61ab-44bb-a639-f4368f328c1b.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
	
/*class*/
	.image-small {
		display: none;
	}
	
	.image-large {
		display: block;
	}
	
	@media (max-width: 540px) {
		.image-small {
			display: block;
		}
		
		.image-large {
			display: none;
		}
	}
	
    .text-small {
      display: none;
    }

    .text-large {
      display: block;
    }

    @media (max-width: 540px) {
      .text-small {
        display: block;
      }

      .text-large {
        display: none;
      }
    }