@charset "utf-8";
.sp-show {
	display: none;
}
/* CSS Document */

body {
	font-size: 16px;
}
h3 , h4{
	padding: 0;
	margin: 0;
}
#lp-content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	padding-bottom: 5%;
}

#lp-content .content  {
	position: relative;
}
#lp-content #exhibition {
	overflow: hidden;
	background: linear-gradient(
    to bottom,
    rgba(180, 224, 248, 0.5),
    transparent 20%
  );
}
#lp-content .headerWrap {
	position: relative;
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
#lp-content .headerWrap .annvlogo {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}
#lp-content .annv90-navi {
	width: 100%;
	margin-top: 2%;
}

#lp-content #navi-top ul {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	gap: 5px;
	border-bottom: 2px solid #000000;
}
#lp-content #navi-bottom ul {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	gap: 5px;
	border-top: 2px solid #000000;
}


#lp-content #navi-top ul li {
	flex: 1;
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	list-style: none;
	border-radius: 15px 15px 0 0;
	transition: opacity 0.3s;
}

#lp-content #navi-bottom ul li {
	flex: 1;
	display: block;
	position: relative;
	font-size: 0;
	line-height: 0;
	list-style: none;
	border-radius: 0 0 15px 15px;
	transition: opacity 0.3s;
}

/* 選択されていないボタン */
#lp-content .annv90-navi ul li:not(.active) {
		background-color: #3D3D3D;
	opacity: 0.5;
	transition: opacity 0.3s;
}

/* 未選択ボタンにマウスオン */
#lp-content .annv90-navi ul li:not(.active):hover {
	opacity: 1;
}

/* 選択中 */
#lp-content .annv90-navi ul li.active {
	opacity: 1;
}

#lp-content .annv90-navi img {
	display: block;
	width: 70%;
	margin: 4% auto;
}
.NAVIbtn01 { background-color: #EE7896; }
.NAVIbtn02 { background-color: #B6D402; }
.NAVIbtn03 { background-color: #40C5F2; }
.NAVIbtn04 { background-color: #F19600; }
.NAVIbtn05 { background-color: #B996C5; }

.flag1 {
	position: absolute;
	width: 60%;
	left: -26%;
	top: -10%;
}
.flag2 {
	position: absolute;
	width: 50%;
	right: -20%;
	top: -9%;
}
.balloon1  {
	position: absolute;
	width: 10%;
	top: 2%;
	left: 6%;
	animation: balloonFloat1 5s ease-in-out infinite;
}
.balloon2  {
	position: absolute;
	width: 6%;
	top: 1%;
	right: 7%;
	animation: balloonFloat1 5s ease-in-out infinite;
}
.balloon3  {
	position: absolute;
	width: 8%;
	top: -2%;
	animation: balloonFloat2 6s ease-in-out infinite;
	left: -1%;
}
.balloon4  {
	position: absolute;
	width: 8%;
	top: 7%;
	right: -3%;
	animation: balloonFloat3 5s ease-in-out infinite;
}
.balloon5  {
	position: absolute;
	width: 8%;
	top: 5%;
	right: 11%;
	animation: balloonFloat2 6s ease-in-out infinite;
}


/* 左側の風船 */
@keyframes balloonFloat1 {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}

	50% {
		transform: translate(10px, -25px) rotate(5deg);
	}
}


/* 右側の風船 */
@keyframes balloonFloat2 {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}

	50% {
		transform: translate(-12px, -35px) rotate(-6deg);
	}
}


/* 右側の風船 */
@keyframes balloonFloat3 {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}

	50% {
		transform: translate(-5px, -30px) rotate(5deg);
	}
}
.balloon6  {
	position: absolute;
	width: 10%;
	top: -7%;
	right: -7%;
	animation: balloonFloat2 6s ease-in-out infinite;
}
.balloon7  {
	position: absolute;
	width: 8%;
	top: -14%;
	animation: balloonFloat3 6s ease-in-out infinite;
	left: -8%;
}
.balloon8  {
	position: absolute;
	width: 10%;
	top: -8%;
	left: -4%;
	animation: balloonFloat1 5s ease-in-out infinite;
}


#lp-content #exhibition .title {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	position: relative;
}
.innerBOX .title .app-member {
	position: absolute;
	width: 20%;
	top: -79px;
	left: 160px;
}
#lp-content .ev-date  {
	text-align: center;
	font-size: 1.8em;
	padding: 0;
	margin-top: 2%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
	position: relative;
}
#exhibition .ev-date .free {
	position: absolute;
	width: 18%;
	right: 1.5%;
	top: -30%;
}


section {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	position: relative;
	margin-bottom: -8%;
}
#lp-content .copyBox  {
	font-size: 1.8em;
}
#lp-content #exhibition figure {
	padding-bottom: 0px;
}
#lp-content #exhibition figcaption {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
#lp-content #exhibition .innerBOX {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	position: relative;
	background-image: url(../image/semicircle.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 146% auto;
	padding-bottom: 3%;
}
#exhibition figcaption .txt-left {
	text-align: left;
	width: 49%;
	display: inline-block;
}
#exhibition figcaption .txt-right {
	text-align: right;
	display: inline-block;
	width: 49%;
}
#lp-content #present {
	border: 8px solid #F9D2D8;
	border-radius: 20px;
	margin-top: 1%;
}
#lp-content #present .innerBOX {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	position: relative;
}
#present .innerBOX figure {
	width: 28%;
	position: absolute;
	right: 2%;
	bottom: -10%;
}

.txt-red {
	color: #DB0003;
}

.fontdown {
	font-size: 80%;
}




@media screen and (max-width:481px) {

.pc-show {
	display: none;
}
.sp-show {
	display: block;
}

	/* 全体 */
	#lp-content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
		padding-bottom: 5%;
		overflow: hidden;
	}

	#lp-content .content {
		position: relative;
	}


	/* ----------------------------------------
	   ヘッダー
	---------------------------------------- */
	#lp-content .headerWrap {
		width: 100%;
		padding-top: 4%;
		padding-bottom: 4%;
	}

	#lp-content .headerWrap .annvlogo {
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
/* ----------------------------------------
	   ナビゲーション
	---------------------------------------- */
	#lp-content .annv90-navi {
		width: 100%;
		margin-top: 3%;
	}

	#lp-content #navi-top ul {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 3px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: 2px solid #000000;
	}

	#lp-content #navi-top ul li {
		width: 100%;
	}

	/* 上段：01・02を中央寄せ */
	#lp-content #navi-top ul li:nth-child(1) {
		grid-column: 2 / 4;
	}

	#lp-content #navi-top ul li:nth-child(2) {
		grid-column: 4 / 6;
	}

	/* 下段：03・04・05 */
	#lp-content #navi-top ul li:nth-child(3) {
		grid-column: 1 / 3;
	}

	#lp-content #navi-top ul li:nth-child(4) {
		grid-column: 3 / 5;
	}

	#lp-content #navi-top ul li:nth-child(5) {
		grid-column: 5 / 7;
	}

	
	
	/* 下段ナビ */
	#lp-content #navi-bottom ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		padding: 0;
		margin: 0;
		gap: 3px;
		border-top: 2px solid #000000;
	}

	/* 下段：3個 */
	#lp-content #navi-bottom ul li {
		flex: 0 0 calc((100% - 6px) / 3);
		display: block;
		position: relative;
		font-size: 0;
		line-height: 0;
		list-style: none;
		border-radius: 0 0 8px 8px;
		transition: opacity 0.3s;
	}

	/* ナビ画像 */
	#lp-content .annv90-navi img {
		display: block;
		width: 75%;
		height: auto;
		margin: 5% auto;
	}


	/* ----------------------------------------
	   ナビ：透明度
	---------------------------------------- */
	#lp-content .annv90-navi ul li:not(.active) {
		background-color: #3D3D3D;
		opacity: 0.5;
	}

	#lp-content .annv90-navi ul li:not(.active):hover {
		opacity: 1;
	}

	#lp-content .annv90-navi ul li.active {
		opacity: 1;
	}


	/* ----------------------------------------
	   Exhibition
	---------------------------------------- */
	#lp-content #exhibition {
	overflow: hidden;
	background: linear-gradient(
			to bottom,
			rgba(180, 224, 248, 0.5),
			transparent 20%
		);
	}


	/* タイトル */
	#lp-content #exhibition .title {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7%;
	position: relative
	}
	
.innerBOX .title .app-member {
	position: absolute;
	width: 25%;
	top: -6%;
	left: 12%;
}


	/* 日付 */
	#lp-content .ev-date {
		text-align: center;
		font-size: 1.2em;
		padding: 0;
		margin-top: 3%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		font-weight: bold;
		position: relative;
	}

	#exhibition .ev-date .free {
	position: absolute;
	width: 22%;
	right: 2%;
	top: 40%;
	}


	/* ----------------------------------------
	   セクション
	---------------------------------------- */
	section {
		margin-top: 8%;
		margin-left: auto;
		margin-right: auto;
		width: 94%;
		position: relative;
		margin-bottom: -5%;
	}


	/* コピー */
	#lp-content .copyBox {
	font-size: 1.2em;
	margin-bottom: 5%;
	}


	/* Figure */
	#lp-content #exhibition figure {
	margin: 0;
	padding-bottom: 0;
	width: 100%;
	}


	/* キャプション */
	#lp-content #exhibition figcaption {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.6em;
	margin-top: 0px;
	vertical-align: top;
	}

	#exhibition figcaption .txt-left {
	text-align: left;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	}

	#exhibition figcaption .txt-right {
		text-align: right;
		width: 49%;
		display: inline-block;
	}


	/* ----------------------------------------
	   Inner BOX
	---------------------------------------- */
	#lp-content #exhibition .innerBOX {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6%;
		margin-bottom: 6%;
		position: relative;
		background-image: url(../image/semicircle.svg);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 150% auto;
	}


	/* ----------------------------------------
	   Present
	---------------------------------------- */
	#lp-content #present {
		border: 5px solid #F9D2D8;
		border-radius: 15px;
		margin-top: 3%;
	}

	#lp-content #present .innerBOX {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
	margin-bottom: 2%;
	position: relative;
	}

	#present .innerBOX figure {
	width: 41%;
	position: static;
	margin-left: auto;
	margin-right: auto;
	}


	/* ----------------------------------------
	   風船
	---------------------------------------- */

	.flag1 {
		width: 65%;
		left: -30%;
		top: -5%;
	}

	.flag2 {
		width: 55%;
		right: -25%;
		top: -5%;
	}


	.balloon1 {
		width: 14%;
		top: 3%;
		left: 2%;
	}

	.balloon2 {
		width: 9%;
		top: 2%;
		right: 3%;
	}

	.balloon3 {
		width: 11%;
		top: 0;
		left: -3%;
	}

	.balloon4 {
		width: 11%;
		top: 6%;
		right: -5%;
	}

	.balloon5 {
		width: 11%;
		top: 4%;
		right: 8%;
	}

	.balloon6 {
		width: 13%;
		top: -4%;
		right: -10%;
	}

	.balloon7 {
		width: 11%;
		top: -9%;
		left: -10%;
	}

	.balloon8 {
		width: 13%;
		top: -5%;
		left: -6%;
	}


	/* ----------------------------------------
	   風船アニメーションをスマホ用に少し弱く
	---------------------------------------- */

	@keyframes balloonFloat1 {
		0%, 100% {
			transform: translate(0, 0) rotate(0deg);
		}

		50% {
			transform: translate(5px, -15px) rotate(3deg);
		}
	}

	@keyframes balloonFloat2 {
		0%, 100% {
			transform: translate(0, 0) rotate(0deg);
		}

		50% {
			transform: translate(-6px, -20px) rotate(-4deg);
		}
	}

	@keyframes balloonFloat3 {
		0%, 100% {
			transform: translate(0, 0) rotate(0deg);
		}

		50% {
			transform: translate(-3px, -18px) rotate(3deg);
		}
	}

}
