@charset "UTF-8";

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

@media print, screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

/*共通*/
.obon2026 {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", serif;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	background: url(../img/main-bg.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
	.obon2026 {
		padding-bottom: 140px;
		background-size: contain;
		background-color: #6BC7F1;
	}
}

.obon2026.bg2 {
	background: url(../img/main-bg2.png) repeat-y;
	background-size: 100%;
}

.obon2026 a {
	transition: all 0.3s;
	text-decoration: none;
	color: #000;
	line-height: 1.4;
}

.obon2026 a:hover {
	opacity: 0.8;
}

.obon2026 p {
	line-height: 1.4;
}

.obon2026 ul {
	list-style: none;
}

.obon2026 img {
	vertical-align: bottom;
}

/* -------------------------------------
        FV
------------------------------------- */
.fv {
	padding-top: 10px;
	text-align: center;
}

.fv__ttl {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	padding-top: 5em;
}

@media screen and (max-width: 767px) {
	.fv__ttl {
		padding-top: 1.5em;
	}
}


/* -------------------------------------
        一覧
------------------------------------- */
.con {
	position: relative;
	margin-top: 50px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.con {
		margin-top: 20px;
	}
}

.con__wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

.con__main {
	border: #ffe67a solid 4px;
	background: #fff;
	border-radius: 100px;
	padding: 100px 1em;
}

@media screen and (max-width: 1024px) {
	.con__main {
		padding-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.con__main {
		width: 100%;
		border: #ffe67a solid 2px;
		padding: 10% 0.5em 60px;
		border-radius: 50px;
	}
}

.con__main.solid2 {
	border: #e95383 solid 4px;
}

@media screen and (max-width: 767px) {
	.con__main.solid2 {
		border: #e95383 solid 2px;
	}
}

.con__ttl {
	position: absolute;
	text-align: center;
	width: 70%;
	max-width: 750px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -50px;
}

@media screen and (max-width: 767px) {
	.con__ttl {
		width: 75%;
		top: -15px;
		max-width: 400px;
	}
}

.con__txt {
	text-align: center;
	color: #59BDEC;
	font-size: 1.6em;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	padding-top: 1.5em;
}

@media screen and (max-width: 767px) {
	.con__txt {
		font-size: 1.1em;
	}
}

.con__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.con__list {
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
}

.con__item {
	background: #fff;
	border-radius: 20px;
	padding: 2em 1em;
	box-shadow: 0 0 8px #ffe67a;
	margin-bottom: 2em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.con__item {
		margin-bottom: 20px;
		padding: 1em;
		border-radius: 12px;
	}
}

.con__item.shadow2 {
	box-shadow: 0 0 8px #e95383;
}

.con__item.w30 {
	width: 31%;
}

@media screen and (max-width: 767px) {
	.con__item.w30 {
		width: 100%;
	}
}

.con__item.w40 {
	width: 38%;
}

@media screen and (max-width: 767px) {
	.con__item.w40 {
		width: 100%;
	}
}

.con__item.w50 {
	width: 48%;
}

@media screen and (max-width: 767px) {
	.con__item.w50 {
		width: 100%;
	}
}

.con__item.w60 {
	width: 58%;
}

@media screen and (max-width: 767px) {
	.con__item.w60 {
		width: 100%;
	}
}

.con__item.w100 {
	width: 100%;
	max-width: 1130px;
}

@media screen and (max-width: 767px) {
	.con__item.w100 {
		width: 100%;
	}
}

.con__item.imgw50 img {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.con__item.imgw50 img {
		width: 100%;
	}
}

.con__notice {
	margin-top: 10px;
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: 0.9em;
}

/*アニメーション*/
.anime-l {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-40px);
}

.anime-b {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

.anime-o {
	opacity: 0;
	visibility: hidden;
	transition: 2.5s;
}

.anime-o2 {
	opacity: 0;
	visibility: hidden;
	transition: 3.5s;
	transition-delay: 0.4s;
}

.anime-o3 {
	opacity: 0;
	visibility: hidden;
	transition: 3.5s;
	transition-delay: 1.6s;
}

.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}