/* .link-btn
------------------------------ */

#formBox dl {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#formBox dl dt {
    text-align: right;
    width: 160px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 700;
}

#formBox dl dd {
    width: calc(100% - 190px);
    text-align: left;
}

#formBox dl dd input {
    width: 100%;
    max-width: 480px;
		padding: 0.6em;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 0 rgba(0,0,0,0) inset;
    font-size: 1.0rem;
    letter-spacing: 0.12em;
    line-height: 1.4;
    color: #222;
    transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}


button {
	background-color: initial;
	border: initial;
}

input[type="email"]{
	width: 100%;
	max-width:600px;
	padding: 0.6em;
	color: #333;
}

nav #wrap-nav_menu #nav_menu ul li#nav-ticketButton a {
	color:#fff;
}

.link {
	margin-top: 1.5em;
}

.notelist2 li {
    margin: 0;
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
		text-align:left;
		color:#fff;
}

.notelist2 li:before {
    content: "※" !important;
    margin-right: 0.5em !important;
}

.link button.link-btn {
	display: block;
	margin-inline: auto;
	padding: 0 6px;
	color: var(--color-black) !important;
	font-family: var(--font-mix);
	font-size: var(--fz-large);
	font-weight: 400;
	line-height: 1;
	transition: var(--transition-def);
	position: relative;
	z-index: 1;
	width: min(90%, 280px);
	letter-spacing: 0.06em;
}

.link button.link-btn.wide {
	font-size: var(--fz-extra);
	letter-spacing: 0.08em;
	font-weight: 700;
	width: min(90%, 480px);
}

.link button.link-btn:hover {
	filter: var(--hover-filter-def);
}

.link button.link-btn::before,
.link button.link-btn::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(var(--rgb-aqua), 0.5);
}

.link button.link-btn.wide::before,
.link button.link-btn.wide::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(var(--rgb-yellow), 0.5);
}

.link button.link-btn::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.link button.link-btn::after {
	width: calc(100% - 12px);
	height: calc(100% + 12px);
	top: -6px;
	left: 6px;
	z-index: -2;
}

.link button.link-btn span {
	display: block;
	padding: 0.5em 1.4em;
	position: relative;
	background-color: var(--color-aqua);
}

.link button.link-btn.wide span {
	padding: 0.8em 1.4em;
	background-color: var(--color-yellow);
}

.link button.link-btn span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
	width: 7px;
	aspect-ratio: 7 / 16;
	background-image: url(/iwf2023/asset_subpage/img/svg/icon_arrow_black.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: var(--transition-def);
}

.link button.link-btn:hover dl::after,
.link button.link-btn:hover span::after {
	transform: translateX(4px);
}


@media screen and (max-width: 768px) {
	#formBox dl {
		display: block;
	}
	#formBox dl dt {
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 700;
	}

	#formBox dl dd {
	    width: 100%;
	    text-align: left;
	}
}

#modal-jmeLogin form .body .column .ttl, #modal-mialLogin form .body .column .ttl, #modal-mialLogin form .body .column dl dt span, #modal-mialLogin form .body .column h2.caption, #modal-jmeLogin form .body .column dl dt span, #modal-jmeLogin form .body .column dl dt {
	color:#000;
}