@keyframes dog-ear-frame-glow {
	5% {
		opacity: 1;
	}
	15% {
		opacity: 1;
	}
	20% {
		opacity: 0;
		transform: rotate(360deg);
	}
	100% {
		opacity: 0;
		transform: rotate(360deg);
	}
}
@keyframes reflect {
	5% {
		transform: translate(100%, -100%);
	}
	100% {
		transform: translate(100%, -100%);
	}
}
@media (max-width: 768px) {
	body.entry .body_outer .bg_wave .wrapper::before {
		background-position: center top;
		background-color: #c0fcff;
	}
}
@media (max-width: 768px) {
	body.entry .body_outer .bg_wave .wrapper::after {
		background-size: 57rem;
		background-position: center 12rem;
	}
}
@media not (max-width: 768px) {
	body.entry .body_outer .bg_wave .wrapper::after {
		background-position: center 7rem;
	}
}
@media (min-width: 769px) and (max-width: 1423px) {
	body.entry .body_outer .bg_wave .wrapper::after {
		background-size: 98.5vw;
		background-position: 5vw calc(10rem - 4vw);
	}
}
body.entry .body_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
body.entry footer {
	width: 100%;
}
body.entry section {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	width: 100%;
}
body.entry section:not(.inquiry):not(.age) {
	align-items: center;
}
body.entry .section-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	body.entry .section-inner {
		max-width: calc(32rem - var(--scrollbar-y, 0px));
	}
}
@media not (max-width: 768px) {
	body.entry .section-inner {
		width: calc(47.5rem - var(--scrollbar-y, 0px));
	}
}
body.entry .register-btn .btn {
	overflow: hidden;
	position: relative;
	padding: 0.5em 1em;
	font-size: 1em;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(45deg, #f64c01, #f27700);
	border: none;
	box-sizing: border-box;
	text-shadow: 0 0 0.1em #e6243e, 0 0 0.1em #e6243e, 0 0 0.2em #e6243e, 0 0 0.2em #e6243e;
	box-shadow: 0 0 0.2em #fff, 0 0 0.5em #fff;
}
@media (max-width: 768px) {
	body.entry .register-btn .btn {
		width: 100%;
	}
}
body.entry .register-btn .btn span {
	flex-grow: 1;
	font: inherit;
}
body.entry .register-btn .btn.green {
	background: linear-gradient(45deg, #009231, #00be19);
	text-shadow: 0 0 0.1em #009643, 0 0 0.1em #009643, 0 0 0.2em #009643, 0 0 0.2em #009643;
}
body.entry .register-btn .btn.blue {
	background: linear-gradient(45deg, #0477c4, #1cbaf8);
	text-shadow: 0 0 0.1em #0082b6, 0 0 0.1em #0082b6, 0 0 0.2em #0082b6, 0 0 0.2em #0082b6;
}
body.entry .register-btn .btn-icon {
	width: 1.4em;
}
body.entry .register-btn .btn-icon.line {
	filter: drop-shadow(0 0 0.05em #fff) drop-shadow(0 0 0.05em #fff);
}
body.entry .register-btn .btn::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: -25%;
	left: -25%;
	width: 150%;
	height: 150%;
	box-sizing: border-box;
	pointer-events: none;
	background: linear-gradient(45deg, rgba(255, 255, 255, 0) 34.5%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.6) 65%, rgba(255, 255, 255, 0) 35.5%);
	transform: translate(-100%, 100%);
	animation: reflect 10s linear 0.5s infinite;
}
@keyframes stretch {
	0% {
		transform: scale(98%);
	}
	100% {
		transform: scale(100%);
	}
}
body.entry .lightbox .lb-container {
	background-color: #fff;
}
@media (max-width: 768px) {
	body.entry .lightbox .lb-container {
		min-width: 30rem;
	}
}
body.entry .lightbox .lb-container dt {
	color: #ffb400;
}
body.entry .lightbox.register h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.4em;
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
}
body.entry .lightbox.register h3 .icon {
	width: 1.15em;
}
body.entry .lightbox.register-line h3 {
	color: #00B900;
}
body.entry .lightbox.register-line .explain-line {
	position: relative;
	background: rgba(255, 255, 255, 0.15);
}
body.entry .lightbox.register-line .explain-line .line-img {
	max-width: 22rem;
}
body.entry .lightbox.register-line .explain-line .swiper-button-prev {
	left: 0rem;
}
body.entry .lightbox.register-line .explain-line .swiper-button-next {
	right: 0rem;
}
body.entry .lightbox.register-line .line-register-btn {
	position: sticky;
	z-index: 2;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 27, 53, 0.9);
	backdrop-filter: blur(0.1rem);
}
body.entry .lightbox.register-line .line-register-btn .btn-icon {
	width: 1.5em;
}
body.entry .lightbox.register-email form .input-container {
	font-size: 0.9em;
}
body.entry .lightbox.register-email form .tos-check label {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5em;
	color: #fff;
}
body.entry .lightbox.register-email form .tos-check a {
	color: #ffb400;
	text-decoration: underline;
}
body.entry .lightbox.register-email form .tos-check input[type=checkbox] {
	outline: none;
}
body.entry .lightbox.login .input-login {
	box-shadow: 0rem 0.1rem 0.3rem 0rem rgba(0, 27, 53, 0.2);
	padding: 1rem;
	background: rgba(255, 255, 255, 0.1);
}
@media not (max-width: 768px) {
	body.entry .lightbox.login .input-login {
		font-size: 1rem;
	}
}
body.entry .lightbox.login .lb-inner {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}
@media (max-width: 768px) {
	body.entry .lightbox.info_line-friend {
		font-size: 0.9rem;
	}
}
@media not (max-width: 768px) {
	body.entry .lightbox.info_line-friend {
		font-size: 0.8rem;
	}
}
@media not (max-width: 768px) {
	body.entry .lightbox.info_line-friend .lb-outer {
		max-width: 30rem;
	}
}
body.entry .lightbox.info_line-friend .line-qr {
	background: #06C755;
}
body.entry .lightbox .explain-list {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
}
body.entry .lightbox .explain-list ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
	font-weight: 700;
}
body.entry .lightbox .explain-list ul, body.entry .lightbox .explain-list li {
	font-weight: inherit;
	text-align: justify;
}
body.entry .lightbox .explain .confirm-text-heading {
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
}
body.entry .lightbox .sticky-btn {
	position: sticky;
	bottom: 0;
}
@media (max-width: 768px) {
	body.entry .lightbox .pc-view {
		display: none !important;
	}
}
@media not (max-width: 768px) {
	body.entry .lightbox .sp-view {
		display: none !important;
	}
}
body.entry .lightbox .line-qr {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 2em;
	padding: 1.5em;
	color: #fff;
}
body.entry .lightbox .line-qr-img {
	width: 7rem;
	padding: 0.6rem;
	background-color: #fff;
}
body.entry .lightbox .line-qr h3 {
	font-size: 1.2em;
	border-bottom: 0.1em solid;
}
body.entry .lightbox .line-qr p {
	font-size: 0.9em;
}
body.entry .btn.double-line::after {
	display: none;
}
body.entry .input-login {
	display: flex;
	flex-direction: column;
}
body.entry .input-login dt, body.entry .input-login dd {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
body.entry .input-login dt {
	align-items: center;
}
body.entry .input-login button,
body.entry .input-login input {
	min-height: 2.8em;
	border-radius: 0.2em;
}
body.entry .input-login button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	width: 100%;
	padding: 0;
	color: #fff;
	border: none;
	outline: none;
	font-size: 1em;
}
body.entry .input-login button img {
	width: 2em;
}
@media not (max-width: 768px) {
	body.entry .input-login input {
		font-size: 1rem;
	}
}
body.entry .input-login input:-ms-input-placeholder {
	color: #aaa;
}
body.entry .input-login input::placeholder {
	color: #aaa;
}
body.entry .input-login input[type=text], body.entry .input-login input[type=number], body.entry .input-login input[type=email], body.entry .input-login input[type=password] {
	min-width: 17em;
	padding: 0.3em;
	border: 0.1rem solid #aaa;
}
@media (max-width: 768px) {
	body.entry .input-login input[type=email], body.entry .input-login input[type=password] {
		min-width: 17em;
	}
}
@media not (max-width: 768px) {
	body.entry .input-login input[type=email], body.entry .input-login input[type=password] {
		min-width: 20em;
	}
}
body.entry .register {
	flex-grow: 1;
}
body.entry .register .contents {
	flex-direction: column;
	align-items: center;
	font-size: 0.9rem;
}
body.entry .register .contents .text {
	display: flex;
	flex-direction: column;
	gap: 2em;
	line-height: 2;
}
body.entry .register .contents .text .text-wrapper {
	text-align: center;
}
body.entry .register .contents b {
	font-weight: 900;
}
body.entry .register .contents u {
	display: inline-block;
	padding: 0 0.25em;
	font-weight: 900;
	line-height: 1.7;
	background: linear-gradient(transparent calc(100% - 0.4em), #ffb400 0);
}
body.entry .register .contents a {
	word-break: break-all;
	text-decoration: underline !important;
}
body.entry .register .register-btn .btn {
	font-size: 1.5em;
}
body.entry .register .mail-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: stretch;
}
@media (max-width: 768px) {
	body.entry .register .mail-form {
		max-width: 80%;
	}
}
body.entry .register .tos-check {
	text-align: center;
}
body.entry .swiper {
	width: 100%;
}
body.entry .swiper-wrapper {
	padding-bottom: 1.5rem;
}
/*# sourceMappingURL=entry.css.map */