@charset "utf-8";

#mainContents {
	padding: 0;
}
#banner {
	position: relative;
}
#footer {
	position: relative;
	background: #fff;
}
.indent01 {
	margin-left: 1em;
	text-indent: -1em;
}
.indent02 {
	margin-left: 2em;
	text-indent: -2em;
}
.indent03 {
	margin-left: 3em;
	text-indent: -3em;
}
.indent04 {
	margin-left: 4em;
	text-indent: -4em;
}
.indent05 {
	margin-left: 5em;
	text-indent: -5em;
}

a.link-cl {
	color: #16acf7;
}
.iwami-title {
	text-align: center;
	padding: 100px 0 70px;
	color: #fff;
}
@media (min-width:768px) {
	.iwami-title {
		padding: 120px 0 160px;
	}
}
@media not (min-width:768px) {
	.iwami-title {
		width: 90%;
		margin: auto;
	}
}

.wavy {
	position: absolute;
	margin-bottom: 0;
	z-index: 1;
	background: none;
	/* background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 40%, #ffffff00 100%); */
	padding-bottom: 140px;
}
@media (min-width:768px) {
	.wavy {
		padding-bottom: 270px;
	}
}

.wavy::before {
	content: "";
	position: absolute;
	background: url(/img/event/iwami2026/wavy.svg) repeat-x;
	background-size: 40%;
	background-position-x: center;
	width: 100%;
	height: 43px;
	top: -10px;
}
@media (min-width:768px) {
	.wavy::before {
		background-size: 400px;
	}
}
@media (min-width:800px) {
	.wavy::before {
		top: -20px;
	}
}
@media (min-width:1500px) {
	.wavy::before {
		top: -13px;
	}
}
@media (min-width:2000px) {
	.wavy::before {
		top: -7px;
	}
}

/* .wavy::after {
	content: "";
	position: absolute;
	background: url(/img/event/iwami2026/wavy.webp) repeat-x;
	background-size: 400px;
	background-position-x: center;
	width: 100%;
	height: 43px;
	bottom: -42px;
	transform: rotate(-180deg);
} */
.iwami-title .main-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}
@media (min-width:768px) {
	.iwami-title .main-title {
		font-size: 34px;
	}
}
.iwami-title .sub-title {
	font-size: 18px;
	padding-bottom: 30px;
}
@media (min-width:768px) {
	.iwami-title .sub-title {
		font-size: 30px;
		padding-bottom: 20px;
	}
}
.iwami-bg {
	background-color: #fff;
	position: relative;
	padding: 0 0 20%;
	margin: 0 auto -12%;
	-webkit-mask-image: url(/img/event/iwami2026/mask.svg);
	mask-image: url(/img/event/iwami2026/mask.svg);
	-webkit-mask-size: 100% auto;
	mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

}
.iwami-bg .iwami-box {
	position: relative;
	padding: 20% 0 5%;
	margin: -10% auto -12%;
	background: linear-gradient(to bottom, #fff 0%, #ffffff 7%, #ffffff00 10%);
}
@media (min-width:768px) {
	.iwami-bg .iwami-box {
		padding: 21% 0 5%;
		margin: -10% auto -12%;
	}
}
.iwami-bg-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.iwami-bg-box::before {
	content: "";
	width: 100%;
	height: 100vh;
	top: 0;
	position: fixed;
	z-index: -2;
	background: url(/img/event/iwami2026/iwami-bg.webp) no-repeat center;
	background-size: cover;
	background-position: center top;
}
.iwami-txt {
	padding: 40px 0 80px;
	width: 90%;
	margin: auto;
}
@media (min-width:768px) {
	.iwami-txt {
		padding: 0 0 150px;
		width: 800px;
	}
}
.iwami-title .txt {
	font-size: 16px;
	font-weight: bold;
}
@media (min-width:768px) {
	.iwami-title .txt {
		font-size: 19px;
	}
}
.iwami-contents {
	margin-top: 40px;
}
@media (min-width:768px) {
	.iwami-contents {
		margin-top: 80px;
	}
}
.contents-box {
	margin: 15px 0;
	padding: 15px;
	border: 2px solid #0063c4;
	background: #fff;
	font-size: 14px;
}
@media (min-width:768px) {
	.contents-box {
		margin: 25px 0;
		padding: 40px 80px;
		font-size: 16px;
	}
}
.contents-box h1 {
	color: #0063c4;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
@media (min-width:768px) {
	.contents-box h1 {
		margin-bottom: 30px;
		font-size: 24px;
	}
}
.contents-data {
	color: #00002c;
	font-weight: 600;
}



