@charset "UTF-8";
.mv {overflow: unset;}
.mv.tpl-cover .tpl-cover__bg{overflow: unset;}
.mv.tpl-cover .tpl-figure {
    overflow: unset;
}
.mv.tpl-cover .tpl-figure .tpl-caption {
    top: 100%;
}
.mv .tpl-headline__subcopy {
    padding-top: 45px;
}

/* Login */
#password {
    display: block;
    position: relative;
    width: 100%;
    max-width: 516px;
    height: 58px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    border: 1px solid #d7d2cb;
    border-radius: 4px;
    font-size: 2rem;
    text-align: center;
}

.tpl-header__logo .tpl-header__svg {
    fill: #ffffff;
}

.tpl-header__name {
    color: #ffffff;
}

.tpl-drawer__line {
    background-color: #ffffff;
}

.login .tpl-button.color2 {
    background-color: #e4dfdd;
    color: #3f2021;
}

.login .mv {
	position: relative;
    background: #f8f7f6;
}

.login .mv .tpl-headline {
	position: absolute;
	inset: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
}

.login .m-cap {
    font-size: 10px;
    line-height: 2;
    text-align: right;
    padding-right: 5px;
}

.login-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.login .tpl-button__label {
    padding: 0;
}

@media screen and (max-width: 768px) {
	.login .mv .tpl-headline {
		align-items: flex-start;
	}

    .login-bnr {
        padding-top: 60px;
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .login-bnr::before {
        width: 150%;
        left: -25%;
    }

    .login-bnr .box .cap{text-align: left; font-size: 1rem;}
    .login-bnr .tpl-headline{text-align: center;}

    .tpl-headline02,
    .tpl-headline03{padding: 0;}
    .tpl-headline__title-jp{font-size: 1.5rem;}
    .tpl-headline03 .tpl-headline__subcopy{font-size: 1.2rem;}
}

@media screen and (max-width: 640px) {
    #password{max-width: 100%;}
    .login .tpl-button--medium{max-width: 100%;}
    
}