@charset "utf-8";

/* .header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100px;
    background-color: #fff;
}
.header__inner {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: auto;
}
.login {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}
.header--mini {
    position: fixed;
    top: -40px;
    animation: header_animation 0.5s forwards;
}
header .button__label {
    width: 98px;
}
.button__anchor,
.button__label {
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
    transition-duration: 0.25s;
    transition-property: color, background-color;
}
.login__button {
    position: absolute;
    top: 19px;
    right: 0;
    z-index: 1;
    width: 120px;
    display: inline-flex;
    width: 245px;
}
.header--mini .nav__menus {
    top: 62px;
    right: 152px;
    animation: nav_menu_animation 0.6s forwards;
}
.nav__menu {
    display: inline-block;
    margin: 0 0 0 31px;
}
.nav__anchor {
    position: relative;
    z-index: 1;
}
header .button__label.button__labelWide {
    width: 98px;
}
@media screen and (max-width: 767px) {
    .textlink--blank:after {
        margin-left: 1px;
        transform: translateY(2px);
    }
    header .button__label.button__labelWide {
        width: auto;
    }
    header .button__label {
        width: 98px;
    }
    .button__anchor {
        box-sizing: border-box;
        display: block;
        height: 32px;
        background-color: #11bdbd;
        border: 2px solid #11bdbd;
        border-radius: 32px;
        width: auto;
        margin-left: 20px;
    }
    .button__label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: calc(100% - 2px);
        font-size: 14px;
        font-weight: 700;
        color: #faf45d;
        letter-spacing: 0.04em;
    }
    .button--entry .button__anchor {
        height: 48px;
        border-radius: 48px;
    }
    .button--entry .button__label {
        font-size: 18px;
    }
    .button--login .button__anchor {
        height: 80px;
        border-radius: 80px;
    }
    .button--login .button__label {
        font-size: 18px;
    }
    .button--login .button__caption {
        display: block;
        margin: 5px 0 0;
        font-size: 14px;
    }
    .button--white .button__anchor {
        background-color: #fff;
    }
    .button--white .button__label {
        color: #11bdbd;
    }
    .sns {
        font-size: 0;
    }
    .sns__button {
        display: inline-block;
        margin: 0 16px 0 0;
    }
    .sns__anchor {
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        display: block;
        width: 32px;
        height: 32px;
        color: #666;
        border: 1px solid #ccc;
        border-radius: 50%;
    }
    .sns__anchor svg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        fill: currentColor;
    }
    .login {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
    }
    .login__inner {
        position: relative;
        z-index: 1;
        width: 960px;
        margin: auto;
    }
    .login__button {
        position: absolute;
        top: 19px;
        right: 0;
        z-index: 1;
        width: 120px;
        display: inline-flex;
    }
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.login__button .button__label {
    font-size: 12px;
    width: auto;
}
.header--mini .nav__menus {
    top: 62px;
    right: 152px;
    animation: nav_menu_animation 0.6s forwards;
}
.header--mini .login {
    top: 35px;
    animation: login_animation 0.6s forwards;
}
.nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.header--mini .nav {
    right: 9vw;
}
.nav__menus {
    position: absolute;
    top: 25px;
    left: 200px;
    z-index: 1;
    font-size: 0;
    pointer-events: auto;
}
.nav__menu {
    display: inline-block;
    margin: 0 0 0 20px;
    font-size: 14px;
}
.nav__menu--current .nav__anchor:after {
    transform: scaleX(1);
}
.nav__menu--current .nav__anchor .nav__text {
    color: #11bdbd;
}
.nav__buttons {
    display: none;
}
.nav__anchor {
    position: relative;
    z-index: 1;
}
.nav__anchor:after {
    position: absolute;
    right: -20px;
    bottom: -23px;
    left: -20px;
    z-index: 1;
    display: block;
    height: 4px;
    content: '';
    background-color: #11bdbd;
    transition-duration: 0.25s;
    transition-property: transform;
    transform: scaleX(0);
}
.nav__text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.nav__line {
    display: none;
}
.page-privacy-policy {
    padding: 0;
}
.header__inner:before {
    display: none;
}
.header {
    height: 70px;
    padding-top: 0;
}
.button__anchor {
    box-sizing: border-box;
    display: block;
    height: 32px;
    background-color: #11bdbd;
    border: 2px solid #11bdbd;
    border-radius: 32px;
    width: auto;
    margin-left: 20px;
}
.header__logo {
    padding-top: 15px;
}
.header__logo img {
    width: auto;
    height: 32px;
}
.header__inner {
    width: 100%;
}
header .button__label {
    width: 98px;
}
.button__anchor {
    box-sizing: border-box;
    display: block;
    height: 32px;
    background-color: #11bdbd;
    border: 2px solid #11bdbd;
    border-radius: 32px;
    width: auto;
    margin-left: 20px;
}
.button__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 2px);
    font-size: 14px;
    font-weight: 700;
    color: #faf45d;
    letter-spacing: 0.04em;
}
.button--entry .button__anchor {
    height: 48px;
    border-radius: 48px;
}
.button--entry .button__label {
    font-size: 18px;
}
.button--login .button__anchor {
    height: 80px;
    border-radius: 80px;
}
.button--login .button__label {
    font-size: 18px;
}
.button--login .button__caption {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
}
.button--white .button__anchor {
    background-color: #fff;
}
.button--white .button__label {
    color: #11bdbd;
}
@media screen and (max-width: 767px) {
    .textlink--blank:after {
        margin-left: 1px;
        transform: translateY(2px);
    }
    .pc {
        display: none;
    }
    .wrapper {
        padding: 0;
    }
    .button--entry .button__label {
        font-size: 16px;
    }
    .button--login .button__anchor {
        height: 64px;
        border-radius: 64px;
    }
    .button--login .button__label {
        font-size: 16px;
    }
    .button--login .button__caption {
        font-size: 12px;
    }
    .header {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none;
    }
    .header:after {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: -1;
        display: block;
        height: 60px;
        content: '';
        background-color: #fff;
    }
    .header__logo {
        position: absolute;
        top: 18px;
        left: 24px;
        z-index: 3;
        pointer-events: auto;
    }
    .header__logo img {
        width: auto;
        height: 24px;
    }
    .nav__outer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        overflow: auto;
        background-color: #f2f2f2;
    }
    .nav__inner {
        position: absolute;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        overflow: auto;
    }
    .nav__buttons {
        max-width: 279px;
        padding: 6px 0 0;
        margin: 0 auto 45px;
    }
    .nav__buttons .button {
        margin: 0 0 24px;
    }
    .nav__buttons .button:last-child {
        margin: 0;
    }
    .nav__menus {
        max-width: 280px;
        margin: 0 auto 44px;
    }
    .nav__menu {
        margin: 0 0 25px;
        text-align: center;
    }
    .nav__menu:last-child {
        margin: 0;
    }
    .nav__anchor {
        display: flex;
        align-items: center;
    }
    .nav__anchor span {
        display: block;
    }
    .nav__text {
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }
    .nav__guides {
        position: relative;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        padding: 5px 0px 70px;
        margin: auto;
    }
    .nav__guides:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 48px);
        height: 1px;
        content: '';
        background: #ccc;
        transform: translateX(-50%);
    }
    .nav__guide {
        margin: 18px 17px;
    }
    .nav__guide:last-child {
        margin: 0;
    }
    .nav__guide a {
        font-size: 12px;
        letter-spacing: 0.04em;
    }
    .nav {
        pointer-events: none;
        visibility: hidden;
    }
    .nav__buttons .button,
    .nav__menu,
    .nav__guide {
        opacity: 0;
        transform: translateY(50px);
    }
    .nav__outer {
        opacity: 0;
        transform: translateY(100%);
    }
    .nav__inner {
        transform: translateY(100%);
    }
    .nav--ready {
        transition-delay: 0.5s;
        transition-duration: 0s;
        transition-property: visibility;
    }
    .nav--ready .nav__buttons .button,
    .nav--ready .nav__menu,
    .nav--ready .nav__guide {
        transition-delay: 0.5s;
        transition-duration: 0s;
        transition-property: opacity, transform;
    }
    .nav--ready .nav__outer {
        transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
        transition-duration: 0.65s;
        transition-property: opacity, transform;
    }
    .nav--ready .nav__inner {
        transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
        transition-duration: 0.5s;
        transition-property: transform;
    }
    .nav--open {
        pointer-events: auto;
        visibility: visible;
        transition-delay: 0s;
    }
    .nav--open .nav__buttons .button,
    .nav--open .nav__menu,
    .nav--open .nav__guide {
        opacity: 1;
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
        transition-duration: 0.5s;
        transform: translate(0);
    }
    .nav--open .nav__buttons .button:nth-child(1) {
        transition-delay: 0.45s;
    }
    .nav--open .nav__buttons .button:nth-child(2) {
        transition-delay: 0.5s;
    }
    .nav--open .nav__menu:nth-child(1) {
        transition-delay: 0.55s;
    }
    .nav--open .nav__menu:nth-child(2) {
        transition-delay: 0.6s;
    }
    .nav--open .nav__menu:nth-child(3) {
        transition-delay: 0.65s;
    }
    .nav--open .nav__menu:nth-child(4) {
        transition-delay: 0.7s;
    }
    .nav--open .nav__guide:nth-child(1) {
        transition-delay: 0.75s;
    }
    .nav--open .nav__guide:nth-child(2) {
        transition-delay: 0.8s;
    }
    .nav--open .nav__guide:nth-child(3) {
        transition-delay: 0.85s;
    }
    .nav--open .nav__outer {
        opacity: 1;
        transform: translateY(0);
    }
    .nav--open .nav__inner {
        transform: translateY(0);
    }
    .nav--open .nav__inner {
        transition-duration: 0.65s;
    }
    .login__inner {
        width: auto;
    }
    .login__button {
        top: 14px;
        right: 35px;
        width: 190px;
    }
    .login__button .button__anchor {
        margin-left: 5px;
        width: 80px;
    }
    .button__anchor {
        width: auto;
    }
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        width: 72px;
        height: 60px;
        pointer-events: auto;
        cursor: pointer;
    }
    .menu__icons {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        width: 22px;
        height: 22px;
        margin: -11px 0 0 -11px;
    }
    .menu__icons:after {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
        display: block;
        width: 18px;
        height: 2px;
        content: '';
        background-color: #11bdbd;
        border-radius: 2px;
    }
    .menu__icons span:before,
    .menu__icons span:after {
        position: absolute;
        left: 0;
        z-index: 1;
        display: block;
        width: 22px;
        height: 2px;
        content: '';
        background-color: #11bdbd;
        border-radius: 2px;
        transform-origin: center;
    }
    .menu__icons span:before {
        top: 3px;
    }
    .menu__icons span:after {
        bottom: 3px;
    }
    .menu--ready .menu__icons:after,
    .menu--ready .menu__icons span:before,
    .menu--ready .menu__icons span:after {
        transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
        transition-duration: 0.25s;
        transition-property: top, bottom, transform;
    }
    .menu--ready .menu__icons:after {
        transition-delay: 0.25s;
        transition-duration: 0s;
    }
    .menu--open .menu__icons span:before {
        top: 10px;
    }
    .menu--open .menu__icons span:after {
        bottom: 10px;
    }
    .menu--end .menu__icons:after {
        transition-delay: 0s;
        transition-duration: 0s;
        transform: scaleX(0);
    }
    .menu--end .menu__icons span:before {
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transform: rotate(45deg);
    }
    .menu--end .menu__icons span:after {
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transform: rotate(-45deg);
    }
    .footer {
        margin: 39px 24px 0;
    }
    .footer__inner {
        position: relative;
        z-index: 1;
        width: auto;
        max-width: 375px;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    header .button__label {
        width: 98px;
        font-size: 1.4vw;
    }
    .policy__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .button__anchor,
    .button__label {
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-duration: 0.25s;
        transition-property: color, background-color;
    }
    .button__label {
        height: 3.2vw;
        font-size: 1.4vw;
    }
    .button__anchor {
        margin-left: 0.8vw;
        height: 3.2vw;
    }
    .button__anchor:hover {
        background-color: #faf45d;
        transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    }
    .button__anchor:hover .button__label {
        color: #11bdbd;
        transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    }
    .button--white .button__anchor:hover {
        background-color: #11bdbd;
    }
    .button--white .button__anchor:hover .button__label {
        color: #fff;
    }
    .sns__anchor {
        transition-duration: 0.25s;
        transition-property: color, border-color, background-color;
    }
    .sns__button--twitter .sns__anchor:hover {
        color: #fff;
        background-color: #1da1f2;
        border-color: #1da1f2;
    }
    .sns__button--facebook .sns__anchor:hover {
        color: #fff;
        background-color: #0f74f6;
        border-color: #0f74f6;
    }
    .header {
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        height: 10vw;
    }
    .header__inner {
        position: relative;
        z-index: 1;
        width: 96vw;
        margin: auto;
    }
    .header__logo {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
    }
    .header__logo img {
        width: auto;
        height: 32px;
    }
    .header--ready .header__logo,
    .header--ready .header__logo img,
    .header--ready .nav,
    .header--ready .nav__guides,
    .header--ready .login {
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-duration: 0.5s;
        transition-property: visibility, transform;
        transform-origin: left;
    }
    .header--mini .header__logo,
    .header--mini .header__logo img,
    .header--mini .nav,
    .header--mini .nav__guides,
    .header--mini .login {
        transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    }
    .header--mini {
        position: fixed;
        top: -40px;
        animation: header_animation 0.5s forwards;
    }
    .header--mini .header__logo {
        transform: translateY(20px);
        animation: logo_animation 0.6s forwards;
    }
    .header--mini .nav__guides {
        visibility: hidden;
    }
    .header--mini .nav__menus {
        top: 62px;
        right: 152px;
        animation: nav_menu_animation 0.6s forwards;
    }
    .header--mini .login {
        top: 35px;
        animation: login_animation 0.6s forwards;
    }
    .nav {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .nav__menus {
        position: absolute;
        top: 25px;
        left: 160px;
        z-index: 1;
        font-size: 0;
        pointer-events: auto;
    }
    .nav__menu {
        display: inline-block;
        margin-left: 1.2vw;
    }
    .nav__menu--current .nav__anchor:after {
        transform: scaleX(1);
    }
    .nav__menu--current .nav__anchor .nav__text {
        color: #11bdbd;
    }
    .nav__buttons {
        display: none;
    }
    .nav__anchor {
        position: relative;
        z-index: 1;
    }
    .nav__anchor:after {
        position: absolute;
        right: -20px;
        bottom: -23px;
        left: -20px;
        z-index: 1;
        display: block;
        height: 4px;
        content: '';
        background-color: #11bdbd;
        transition-duration: 0.25s;
        transition-property: transform;
        transform: scaleX(0);
    }
    .nav__text {
        font-size: 1.6vw;
        font-weight: 700;
        letter-spacing: 0.04em;
    }
    .nav__line {
        display: none;
    }
    .nav__guides {
        position: absolute;
        top: 26px;
        right: 120px;
        z-index: 1;
        font-size: 0;
        pointer-events: auto;
    }
    .nav__guide {
        display: inline-block;
        margin: 0 0 0 32px;
    }
    .nav__guide a {
        font-size: 12px;
        letter-spacing: 0.04em;
    }
    .login__button {
        width: 26vw;
    }
} */
.lp-common-header .nav__guide a {
	font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

header.lp-common-header {
	position: fixed;
	padding-top: 0;
	margin-bottom: 0;
	/* padding-bottom: 35px; */
}

.lp-common-header .nav--open .nav__outer {
	height: 0px;
	margin: 0 -24px;
}

.lp-common-header .textlink {
	color: #4d4d4d;
}

.lp-common-header .login__inner {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: auto;
}

.lp-common-header .login__button {
	position: absolute;
	top: 19px;
	right: 0;
	z-index: 1;
	width: 120px;
	display: inline-flex;
}

.lp-common-header .login__button {
	width: 245px;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 1000px) {
	.lp-common-header .login__button .button__label {
		font-size: 12px;
		width: auto;
	}
}

@media screen and (min-width: 1000px) {
	.lp-common-header .textlink {
		transition-duration: 0.2s;
		transition-property: color;
	}

	.lp-common-header .textlink:hover {
		color: #11bdbd;
		cursor: pointer;
	}
}

@media screen and (min-width: 1000px) {
	.lp-common-header .textlink--blank:hover:after {
		background-image: url('../images/lptop/ic_blank_on.svg');
	}
}

.lp-common-header .textlink--blank:after {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: baseline;
	content: '';
	background-image: url('../images/lptop/ic_blank.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 14px;
}

@media screen and (min-width: 1000px) {
	.lp-common-header .textlink--blank:after {
		margin: 0 0 0 4px;
		transform: translateY(2px) translateX(-2px);
	}
}

/* @media screen and (min-width: 768px) and (max-width: 999px) {
    .lp-common-header .textlink--blank:after {
        width: 1.6vw;
        height: 1.6vw;
        margin: 0 0 0 0.4vw;
        background-size: 1.6vw;
        transform: translateY(0.1vw) translateX(-0.2vw);
    }
} */
/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 999px) {
	.lp-common-header .textlink--blank:after {
		margin-left: 1px;
		transform: translateY(2px);
	}
}

/* @media print, screen and (min-width: 768px){ */
@media print, screen and (min-width: 1000px) {
	header.lp-common-header {
		/* position: absolute; */
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
		height: 100px;
		background-color: #fff;
	}

	.lp-common-header .header__inner {
		position: relative;
		z-index: 1;
		width: 960px;
		margin: auto;
		width: 1200px;
		max-width: 1200px;
	}

	.lp-common-header .header__logo {
		position: absolute;
		top: 34px;
		left: 0;
		z-index: 1;
	}

	.lp-common-header .header__logo img {
		width: auto;
		height: 32px;
	}

	.lp-common-header .header--ready .header__logo,
	.lp-common-header .header--ready .header__logo img,
	.lp-common-header .header--ready .nav,
	.lp-common-header .header--ready .nav__guides,
	.lp-common-header .header--ready .login {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-duration: 0.5s;
		transition-property: visibility, transform;
		transform-origin: left;
	}

	.lp-common-header .header--mini .header__logo,
	.lp-common-header .header--mini .header__logo img,
	.lp-common-header .header--mini .nav,
	.lp-common-header .header--mini .nav__guides,
	.lp-common-header .header--mini .login {
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.lp-common-header .header--mini {
		position: fixed;
		top: -40px;
		animation: header_animation 0.5s forwards;
	}

	.lp-common-header .header--mini .header__logo {
		transform: translateY(20px);
		animation: logo_animation 0.6s forwards;
	}

	.lp-common-header .header--mini .nav__guides {
		visibility: hidden;
	}

	.lp-common-header .header--mini .nav__menus {
		top: 62px;
		right: 152px;
		animation: nav_menu_animation 0.6s forwards;
	}

	.lp-common-header .header--mini .login {
		top: 35px;
		animation: login_animation 0.6s forwards;
	}

	.lp-common-header .header--mini .nav {
		/* right: 10vw; */
		right: 9vw;
	}

	.lp-common-header .nav {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.lp-common-header .nav__menus {
		position: absolute;
		top: 68px;
		right: 0;
		z-index: 1;
		font-size: 0;
		pointer-events: auto;
	}

	.lp-common-header .nav__menu {
		display: inline-block;
		margin: 0 0 0 31px;
		position: relative;
	}

	.lp-common-header .nav__menu--current .nav__anchor:after {
		transform: scaleX(1);
	}

	.lp-common-header .nav__menu--current .nav__anchor .nav__text {
		color: #11bdbd;
	}

	.lp-common-header .nav__buttons {
		display: none;
	}

	.lp-common-header .nav__anchor {
		position: relative;
		z-index: 1;
	}

	.lp-common-header .nav__anchor:after {
		position: absolute;
		right: -20px;
		bottom: -23px;
		left: -20px;
		z-index: 1;
		display: block;
		height: 4px;
		content: '';
		background-color: #11bdbd;
		transition-duration: 0.25s;
		transition-property: transform;
		transform: scaleX(0);
	}

	.lp-common-header .nav__text {
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.04em;
	}

	.lp-common-header .nav__line {
		display: none;
	}

	.lp-common-header .nav__guides {
		position: absolute;
		top: 26px;
		right: 120px;
		z-index: 1;
		font-size: 0;
		pointer-events: auto;
	}

	.lp-common-header .nav__guide {
		display: inline-block;
		margin: 0 0 0 32px;
	}

	.lp-common-header .nav__guide a {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	.lp-common-header .button__anchor,
	.lp-common-header .button__label {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-duration: 0.25s;
		transition-property: color, background-color;
	}

	.lp-common-header .button__anchor:hover {
		background-color: #faf45d;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.lp-common-header .button__anchor:hover .button__label {
		color: #11bdbd;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.lp-common-header .button--white .button__anchor:hover {
		background-color: #11bdbd;
	}

	.lp-common-header .button--white .button__anchor:hover .button__label {
		color: #fff;
	}
}

/* @media only screen and (max-width: 767px){ */
@media only screen and (max-width: 999px) {
	header.lp-common-header {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10;
		pointer-events: auto;
	}

	header.lp-common-header:after {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: -1;
		display: block;
		height: 60px;
		content: '';
		background-color: #fff;
	}

	.lp-common-header .header__logo {
		position: absolute;
		top: 18px;
		left: 24px;
		z-index: 3;
		pointer-events: auto;
	}

	.lp-common-header .header__logo img {
		width: auto;
		height: 24px;
	}

	.lp-common-header .nav__outer {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		overflow: auto;
		background-color: #f2f2f2;
	}

	.lp-common-header .nav__inner {
		position: absolute;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		overflow: auto;
	}

	.lp-common-header .nav__buttons {
		max-width: 279px;
		padding: 6px 0 0;
		/* margin: 0 auto 45px;  */
		margin: 0 auto 20px;
	}

	.lp-common-header .nav__buttons .button {
		margin: 0 0 24px;
	}

	.lp-common-header .nav__buttons .button:last-child {
		margin: 0;
	}

	.lp-common-header .nav__menus {
		max-width: 280px;
		margin: 0 auto 44px;
	}

	.lp-common-header .nav__menu {
		margin: 0 0 25px;
		text-align: center;
	}

	.lp-common-header .nav__menu:last-child {
		margin: 0;
	}

	.lp-common-header .nav__anchor {
		display: flex;
		align-items: center;
	}

	.lp-common-header .nav__anchor span {
		display: block;
	}

	.lp-common-header .nav__text {
		width: 100%;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.04em;
		white-space: nowrap;
	}

	.lp-common-header .nav__guides {
		position: relative;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		max-width: 100%;
		padding: 5px 0px 70px;
		margin: auto;
	}

	.lp-common-header .nav__guides:before {
		position: absolute;
		top: 0;
		left: 50%;
		width: calc(100% - 48px);
		height: 1px;
		content: '';
		background: #ccc;
		transform: translateX(-50%);
	}

	.lp-common-header .nav__guide {
		margin: 18px 17px;
	}

	.lp-common-header .nav__guide:last-child {
		margin: 0;
	}

	.lp-common-header .nav__guide a {
		font-size: 12px;
		letter-spacing: 0.04em;
	}

	.lp-common-header .nav {
		pointer-events: none;
		visibility: hidden;
	}

	.lp-common-header .nav__buttons .button,
	.lp-common-header .nav__menu,
	.lp-common-header .nav__guide {
		opacity: 0;
		transform: translateY(50px);
	}

	.lp-common-header .nav__outer {
		opacity: 0;
		transform: translateY(100%);
	}

	.lp-common-header .nav__inner {
		transform: translateY(100%);
	}

	.lp-common-header .nav--ready {
		transition-delay: 0.5s;
		transition-duration: 0s;
		transition-property: visibility;
	}

	.lp-common-header .nav--ready .nav__buttons .button,
	.lp-common-header .nav--ready .nav__menu,
	.lp-common-header .nav--ready .nav__guide {
		transition-delay: 0.5s;
		transition-duration: 0s;
		transition-property: opacity, transform;
	}

	.lp-common-header .nav--ready .nav__outer {
		transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
		transition-duration: 0.65s;
		transition-property: opacity, transform;
	}

	.lp-common-header .nav--ready .nav__inner {
		transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
		transition-duration: 0.5s;
		transition-property: transform;
	}

	.lp-common-header .nav--open {
		pointer-events: auto;
		visibility: visible;
		transition-delay: 0s;
	}

	.lp-common-header .nav--open .nav__buttons .button,
	.lp-common-header .nav--open .nav__menu,
	.lp-common-header .nav--open .nav__guide {
		opacity: 1;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
		transition-duration: 0.5s;
		transform: translate(0);
	}

	.lp-common-header .nav--open .nav__buttons .button:nth-child(1) {
		transition-delay: 0.45s;
	}

	.lp-common-header .nav--open .nav__buttons .button:nth-child(2) {
		transition-delay: 0.5s;
	}

	.lp-common-header .nav--open .nav__menu:nth-child(1) {
		transition-delay: 0.55s;
	}

	.lp-common-header .nav--open .nav__menu:nth-child(2) {
		transition-delay: 0.6s;
	}

	.lp-common-header .nav--open .nav__menu:nth-child(3) {
		transition-delay: 0.65s;
	}

	.lp-common-header .nav--open .nav__menu:nth-child(4) {
		transition-delay: 0.7s;
	}

	.lp-common-header .nav--open .nav__guide:nth-child(1) {
		transition-delay: 0.75s;
	}

	.lp-common-header .nav--open .nav__guide:nth-child(2) {
		transition-delay: 0.8s;
	}

	.lp-common-header .nav--open .nav__guide:nth-child(3) {
		transition-delay: 0.85s;
	}

	.lp-common-header .nav--open .nav__outer {
		opacity: 1;
		transform: translateY(0);
	}

	.lp-common-header .nav--open .nav__inner {
		transform: translateY(0);
	}

	.lp-common-header .nav--open .nav__inner {
		transition-duration: 0.65s;
	}

	.lp-common-header .button--entry .button__label {
		font-size: 16px;
	}

	.lp-common-header .button--login .button__anchor {
		height: 64px;
		border-radius: 64px;
	}

	.lp-common-header .button--login .button__label {
		font-size: 16px;
	}

	.lp-common-header .button--login .button__caption {
		font-size: 12px;
	}

	.lp-common-header .login__button .button__anchor {
		margin-left: 5px;
		width: 80px;
	}

	.lp-common-header .button__anchor {
		width: auto;
	}

	.lp-common-header .login__inner {
		width: auto;
	}

	.lp-common-header .login__button {
		top: 14px;
		right: 35px;
		width: 190px;
	}

	.lp-common-header .login__button .button__anchor {
		margin-left: 5px;
		width: 80px;
	}

	.lp-common-header .login__button {
		width: 190px;
	}

	.lp-common-header .menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9;
		width: 72px;
		height: 60px;
		pointer-events: auto;
		cursor: pointer;
	}

	.lp-common-header .menu__icons {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		width: 22px;
		height: 22px;
		margin: -11px 0 0 -11px;
	}

	.lp-common-header .menu__icons:after {
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 1;
		display: block;
		width: 18px;
		height: 2px;
		content: '';
		background-color: #11bdbd;
		border-radius: 2px;
	}

	.lp-common-header .menu__icons span:before,
	.lp-common-header .menu__icons span:after {
		position: absolute;
		left: 0;
		z-index: 1;
		display: block;
		width: 22px;
		height: 2px;
		content: '';
		background-color: #11bdbd;
		border-radius: 2px;
		transform-origin: center;
	}

	.lp-common-header .menu__icons span:before {
		top: 3px;
	}

	.lp-common-header .menu__icons span:after {
		bottom: 3px;
	}

	.lp-common-header .menu--ready .menu__icons:after,
	.lp-common-header .menu--ready .menu__icons span:before,
	.lp-common-header .menu--ready .menu__icons span:after {
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
		transition-duration: 0.25s;
		transition-property: top, bottom, transform;
	}

	.lp-common-header .menu--ready .menu__icons:after {
		transition-delay: 0.25s;
		transition-duration: 0s;
	}

	.lp-common-header .menu--open .menu__icons span:before {
		top: 10px;
	}

	.lp-common-header .menu--open .menu__icons span:after {
		bottom: 10px;
	}

	.lp-common-header .menu--end .menu__icons:after {
		transition-delay: 0s;
		transition-duration: 0s;
		transform: scaleX(0);
	}

	.lp-common-header .menu--end .menu__icons span:before {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transform: rotate(45deg);
	}

	.lp-common-header .menu--end .menu__icons span:after {
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transform: rotate(-45deg);
	}
}

/* @media screen and (min-width: 768px) and (max-width: 999px) {
    header.lp-common-header  {
        height: 10vw;
    }
    .lp-common-header .header__inner {
        width: 96vw;
    }
    .lp-common-header .header__logo {
        top: 3.3vw;
    }
    .lp-common-header .header__logo img {
        width: 16vw;
        height: 32px;
    }
    .lp-common-header .header--mini .nav{
        right: 12vw;
    }
    .lp-common-header .header--mini {
        position: fixed;
        top: -4vw;
        animation: header_animation_Vw 0.5s forwards;
    }
    .lp-common-header .header--mini .header__logo {
        transform: translateY(2vw);
        animation: logo_animation 0.6s forwards;
    }
    .lp-common-header .header--mini .nav__guides {
        visibility: hidden;
    }
    .lp-common-header .header--mini .nav__menus {
        top: 6.2vw;
        right: 15.2vw;
        animation: nav_menu_animation_Vw 0.7s forwards;
    }
    .lp-common-header .header--mini .login {
        top: 3.5vw;
        animation: login_animation_Vw 0.7s forwards;
    }
    .lp-common-header .nav__menus {
        top: 6.8vw;
    }
    .lp-common-header .nav__menu {
        margin-left: 3.1vw;
    }
    .lp-common-header .nav__text {
        font-size: 1.6vw;
    }
    .lp-common-header .nav__guides {
        top: 2.6vw;
        right: 15.8vw;
    }
    .lp-common-header .nav__guide {
        margin-left: 3.2vw;
    }
    .lp-common-header .nav__anchor:after {
        right: -2vw;
        bottom: -2.3vw;
        left: -2vw;
        height: 0.4vw;
    }
    .lp-common-header .button--login .button__anchor {
        height: 8vw;
        border-radius: 8vw;
    }
    .lp-common-header .button--login .button__label {
        height: calc(100% - 0.2vw);
        font-size: 1.8vw;
    }
    .lp-common-header .button--login .button__caption {
        margin: 0.5vw 0 0;
        font-size: 1.4vw;
    }
    .lp-common-header .button__anchor {
        height: 3.2vw;
    }
    .lp-common-header .button__label {
        height: 100%;
        font-size: 1.4vw;
    }
    .lp-common-header .login__inner {
        width: 96vw;
    }
    .lp-common-header .login__button {
        top: 1.9vw;
        width: 12vw;
    }
    .lp-common-header .login__button{width:26vw;}
} */
@keyframes header_animation {
	0% {
		top: -100px;
	}

	100% {
		top: -40px;
	}
}

@keyframes header_animation_Vw {
	0% {
		top: -10vw;
	}

	100% {
		top: -4vw;
	}
}

@keyframes nav_menu_animation {
	0% {
		top: 26px;
		right: 0;
	}

	50% {
		top: 26px;
		right: 152px;
		opacity: 0;
	}

	100% {
		top: 62px;
		right: 152px;
		opacity: 1;
	}
}

@keyframes nav_menu_animation_Vw {
	0% {
		top: 2.6vw;
		right: 0;
	}

	50% {
		top: 2.6vw;
		right: 15.2vw;
		opacity: 0;
	}

	100% {
		top: 6.2vw;
		right: 15.2vw;
		opacity: 1;
	}
}

.lp-common-header .nav__link {
	position: relative;
	display: inline-block;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #4d4d4d;
}

.lp-common-header .nav__link:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 13px;
	text-outline: 0 0 #000;
	content: '';
	background: url('../images/ic_angle_left_black.svg') no-repeat center center/contain;
	transform: translateY(-50%);
}

.lp-common-header .nav__link--active {
	font-weight: bold;
	color: #11bdbd;
}

@media screen and (min-width: 1000px) {
	.lp-common-header .nav__link {
		padding-left: 16px;
	}

	.lp-common-header .nav__link:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 999px) {
	.lp-common-header .nav__link {
		padding-left: 14px;
	}
}

@media screen and (min-width: 1000px) {
	.lp-common-header .m-nav-list {
		display: flex;
		justify-content: space-between;
	}
}

.lp-common-header .m-nav-list__item {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.7142857143;
}

@media screen and (min-width: 1000px) {
	.lp-common-header .m-nav-list__item {
		transform: translateY(1px);
	}
}

.lp-common-header .nav__guides {
	right: 245px;
}

/* @media screen and (max-width:768px) { */
@media screen and (max-width:999px) {
	.lp-common-header .nav__guides {
		right: 0px;
	}
}

/* @media screen and (min-width: 768px) and (max-width: 999px){
    .lp-common-header .nav__guides{right:26vw;}
} */
.lp-common-header .button__labelWide {
	width: 98px;
}

.lp-common-header .button__anchor {
	box-sizing: border-box;
	display: block;
	height: 32px;
	background-color: #11bdbd;
	border: 2px solid #11bdbd;
	border-radius: 32px;
	width: auto;
	margin-left: 20px;
}

.lp-common-header .button__label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 2px);
	font-size: 14px;
	font-weight: 700;
	color: #faf45d;
	letter-spacing: 0.04em;
}

.lp-common-header .button--entry .button__anchor {
	height: 48px;
	border-radius: 48px;
}

.lp-common-header .button--entry .button__label {
	font-size: 18px;
}

.lp-common-header .button--login .button__anchor {
	height: 80px;
	border-radius: 80px;
}

.lp-common-header .button--login .button__label {
	font-size: 18px;
}

.lp-common-header .button--login .button__caption {
	display: block;
	margin: 5px 0 0;
	font-size: 14px;
}

.lp-common-header .button--white .button__anchor {
	background-color: #fff;
}

.lp-common-header .button--white .button__label {
	color: #11bdbd;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 999px) {
	.lp-common-header .login__button .button__label {
		font-size: 12px;
		width: auto;
	}
}

.lp-common-header div.button .button__reset {
	margin-left: 0;
}

.lp-common-header .button__anchor {
	margin-left: 0.8vw;
}

@media screen and (min-width: 1000px) {
	header.header--mini .header__inner::before {
		/* background: url(../images/decor_bg_sp.svg) no-repeat top left; */
		height: 203px;
	}
}

.lp-common-header .nav--ready {
	margin-top: 0;
	margin-bottom: 0;
}

/* .lp-common-header .nav__buttons{display:none;} */
.lp-common-header .bg {
	position: absolute;
	top: 50px;
	right: -530px;
	width: 908px;
	height: 490px;
	/* background: url(decorImg) no-repeat top left; */
	z-index: -1;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 999px) {
	.lp-common-header .bg {
		position: absolute;
		top: 70px;
		right: -215px;
		z-index: -1;
		width: 387px;
		height: 203px;
		content: '';
		/* background: url(decorImg) no-repeat top left; */
		background-position: bottom;
		background-size: cover;
	}
}

/* @media only screen and (min-width: 768px) and (max-width: 999px){
    .lp-common-header .bg {
        position: absolute;
        top: 70px;
        right: -215px;
        z-index: -1;
        width: 387px;
        height: 203px;
        content: '';
        background-position:bottom;
        background-size:cover;
    }
} */
/* background: url(https://www.plaritown.co.jp/resource/1608340927000/LPCommonIntroduction/LPCommonIntroduction/images/decor_bg.svg) no-repeat top left; */
.lp-common-header .header--mini .nav__menus {
	top: 62px;
	right: 152px;
	animation: nav_menu_animation 0.6s forwards;
}

.lp-common-header .nav__menus {
	/* position: absolute; */
	top: 25px;
	left: 200px;
	z-index: 1;
	font-size: 0;
	pointer-events: auto;
}

/* @media screen and (min-width: 768px){ */
@media screen and (min-width: 1000px) {
	.lp-common-header .nav__menu .nav__text {
		font-size: 14px;
	}

	header.lp-common-header {
		top: 0;
	}

	header.lp-common-header .header__logo {
		padding-top: 15px;
		top: 0;
	}
}

header.lp-common-header {
	height: 70px;
}

.lp-common-header .header__inner::before {
	background-image: none;
	display: none;
}

/* @media screen and (max-width: 767px){ */
@media screen and (max-width: 999px) {
	.lp-common-header .nav__menus {
		max-width: 280px;
		/* margin: 0 auto 44px; */
		margin: 44px auto 44px;
	}
}

/* @media only screen and (min-width: 768px) and (max-width: 999px){
    .lp-common-header .header--mini .nav__menus {
        top: 62px;
        right: 152px;
        animation: nav_menu_animation 0.6s forwards;
    }
    .lp-common-header .nav__menus {
        position: absolute;
        top: 25px;
        left: 160px;
        z-index: 1;
        font-size: 0;
        pointer-events: auto;
    }
    .lp-common-header .nav__menu {
        margin-left: 2.0vw;
    }
} */
.margin-div {
	/* margin-top: 100px; */
	margin-top: 48px;
}

.lp-common-header a:hover, .lp-common-header a:focus {
	text-decoration: none;
}

.lp-common-header .button__anchor {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* height: calc(100% - 2px); */
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

/* @media screen and (min-width: 768px){ */
@media screen and (min-width: 1000px) {
	.lp-common-header .nav__menus {
		font-size: 14px !important;
	}
}

/* 202304 LP改修 start */
.nav__menu .nav__in_menu {
	position: absolute;
	top: 30px;
	left: -20px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	padding: 5px;
	width: 200px;
	display: none;
}

.nav__menu .nav__in_menu li {
	display: block;
	height: auto;
	border-bottom: dashed #a0a0a0 1px;
	padding: 5px;
}

.nav__menu .nav__in_menu li a {
	display: block;
	font-size: 14px;
	padding: 5px;
}

.nav__menu .nav__in_menu li:last-child {
	border-bottom: none;
}

@media screen and (min-width: 1000px) {
	.lp-common-header .textlink:hover {
		color: #11bdbd;
	}
}

/* @media screen and (min-width: 768px) { */
@media screen and (min-width: 1000px) {
	.nav__in_menu {
		display: none;
	}

	.nav_sem.sp, .nav__menus.sp {
		display: none;
	}

	.nav__menus.pc {
		display: block;
	}

	.has-sub-menu {
		padding-bottom: 16px;
	}

	.has-sub-menu:hover .textlink {
		color: #11bdbd;
	}
}

/* @media only screen and (max-width: 767px) { */
@media only screen and (max-width: 999px) {
	.pc {
		display: none;
	}

	.nav_sem_f {
		border-top: 1px solid #000;
		padding: 2px 0;
		padding-bottom: 80px;
	}

	.nav_sem {
		width: 280px;
		margin: 44px auto 44px;
	}

	.nav_sem h3 {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.nav_sem li {
		margin-bottom: 10px;
		border-bottom: dashed #a0a0a0 1px;
		padding: 5px;
	}

	.nav_sem li a {
		display: block;
		margin-bottom: 5px;
	}

	.nav_sem li span {
		font-size: 12px;
		margin: 10px 0;
	}

	.nav_sem_f a {
		font-size: 12px;
		margin: 7px;
		line-height: 1.5;
	}

	.lp-common-header .textlink {
		color: #4d4d4d;
	}

	.lp-common-header .nav__menus {
		max-width: 280px;
		margin: 0 auto 44px;
	}

	.lp-common-header .nav__anchor {
		display: flex;
		align-items: center;
		position: relative;
	}

	.lp-common-header .nav__anchor span {
		display: block;
	}

	.lp-common-header .nav__text {
		font-weight: 700;
		letter-spacing: 0.04em;
		white-space: nowrap;
		font-size: 16px !important;
		text-align: left;
		width: 100% !important;
		border-bottom: 1px solid #000;
		padding: 8px;
		cursor: pointer;
		line-height: 1;
	}

	.nav__menu_sp .nav__text:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 30px;
		width: 10px;
		height: 10px;
		border-right: 3px solid #4d4d4d;
		border-bottom: 3px solid #4d4d4d;
		transform: translateY(-50%) rotate(45deg);
		transition: .3s;
		box-sizing: border-box;
	}

	.nav__menu_sp .active .nav__text:after {
		transform: rotate(225deg);
	}

	/* .nav__menu_sp .active + div.nav__in_menu {
            display: block;
        } */
	.nav_sem.sp .side_nav {
		border: none;
		padding: 0;
		margin-bottom: 44px;
	}

	.nav_sem.sp .side_nav h3 {
		border-bottom: none;
		margin-bottom: 10px;
		padding: 0;
		font-size: 14px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.nav_sem.sp .side_nav .sem li {
		border-bottom: none;
		padding: 5px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	nav.nav > div.nav__outer > div.nav__inner > div.nav_sem.sp div.side_nav > ul.sem > li > a.title {
		color: #4d4d4d;
		text-decoration: none;
		font-family: 'Noto Sans JP', sans-serif;
	}

	div.nav_sem.sp div.side_nav > ul.sem > li > span.date {
		font-family: 'Noto Sans JP', sans-serif;
		margin: 0;
	}

	.nav__menu_sp .nav__in_menu li {
		width: 100% !important;
		font-size: 18px !important;
		text-align: left !important;
		display: block;
		height: auto;
		border-bottom: dashed #a0a0a0 1px;
		padding: 5px;
	}

	.nav__menu_sp .nav__in_menu li a {
		display: block;
		font-size: 14px;
		padding: 5px;
	}

	.sp .nav__in_menu {
		display: none;
	}

	.lp-common-header .button--login .button__anchor {
		height: 60px;
		border-radius: 64px;
	}

	.lp-common-header .button--login .button__label {
		font-size: 14px;
	}

	.nav__menu_sp .nav__in_menu li:last-child {
		border-bottom: none;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1240px) {
	header.lp-common-header {
		padding-left: 12px
	}
}

/* 202304 LP改修 end */
/* CommonAssetのbase.css↓ */
/* @charset "utf-8"; エラーになるので最上部に */
/*
メイン#11bdbd
背景#eefbfa
グレー#e6e6e6
黄色#faf45d
文字色#4d4d4d
*/
/* nkym */
/* body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans JP', sans-serif;
} */
/* nkym */
a, button {
	cursor: pointer;
}

img {
	max-width: 100%;
}

/* --------nkym---------- */
/* p {
	margin-bottom: 1.5em;
	line-height: 1.2;
} */
/* --------nkym---------- */
/* ヘッダー */
@media screen and (min-width: 1000px) {
	.lp-common-header .header__inner {
		display: flex;
		max-width: 1200px;
	}

	.lp-common-header .login__inner {
		width: 245px;
		text-align: right;
	}

	.lp-common-header .header__logo, .lp-common-header .nav__menus, .lp-common-header .nav, .login, .lp-common-header .login__button {
		position: relative;
	}

	.header__logo {
		width: 210px;
	}

	.nav__outer {
		width: 745px;
	}

	.lp-common-header .nav__menu {
		margin-left: 0;
		margin-right: 30px;
	}

	.lp-common-header .login__button {
		width: auto;
	}

	.lp-common-header .nav__menus {
		left: auto;
	}

	.header.lp-common-header {
		padding-left: 0;
	}
}

.nav_in_menu a {
	color: inherit;
}

.nav_in_menu a:hover {
	color: #11bdbd;
}

.nav__menus.pc .nav__menu span, .nav__menus.pc .nav__menu a {
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
}
