@charset "shift_jis";
/* reset */
ul{padding:0;list-style:none}
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 2;
	color: #000;
}

.wrap *,
.wrap *:before,
.wrap *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.wrap header,
.wrap section,
.wrap footer,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap p {
	font-size: 1em;
	font-family: inherit;
	color: #000;
	margin: 0;
	padding: 0;
}

.wrap img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wrap a {
	color: inherit;
}

.wrap a img {
	transition: opacity 0.2s ease-out;
}

.wrap a:hover img {
	opacity: 0.7;
}

.wrap .group:after {
	content: "";
	display: block;
	clear: both;
}

.wrap .only-sp {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .wrap {
    font-size: 1.142857vw;
  }
}

@media only screen and (max-width: 767px) {
	.wrap {
		font-size: 2.933333vw;
	}

	.wrap .only-sp {
		display: inherit;
	}

	.wrap .only-pc {
		display: none;
	}
}

@keyframes twinkling {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
}

.wrap .contentsWrap {
	position: relative;
	background: url(https://www.aqua-garage.jp/pb/2107/img/2021ss5.jpg) repeat center top;
	background-size: 1200px auto;
	overflow-x: hidden;
	background-attachment: fixed;
	padding: 4.625em 0 2em;
}
/*
.wrap .contentsWrap::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: url(https://www.aqua-garage.jp/img/event/stars.png) repeat center top;
	background-size: 1200px auto;
	background-attachment: fixed;
	opacity: 1;
	animation: twinkling 7s ease-in infinite reverse;
	pointer-events: none;
}*/

.contentsWrapInner {
	position: relative;
}

.wrap .mainTtl {
	text-align: center;
	line-height: 1;
	margin-bottom: 4.75em;
}

.wrap .mainTtl img {
	width: 29.25em;
}

@media screen and (max-width: 767px) {
	.wrap .contentsWrap {
		background-image: url(https://www.aqua-garage.jp/img/event/2021ss5sp.jpg);
		background-size: 100% auto;
		background-attachment: scroll;
		padding-top: 4em;
	}

	.wrap .contentsWrap::before {
		background-attachment: scroll;
	}

	.wrap .mainTtl {
		margin-bottom: 3.6em;
	}
	
	.wrap .mainTtl img {
		width: 25em;
	}
}

.wrap .mainNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 0 0 8em;
}

.wrap .mainNav > li {
	font-size: 1.5em;
	width: 19.166667em;
	margin: 0 0.833333em;
	font-weight: bold;
	line-height: 1.3;
}

.wrap .mainNav a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #AD2783;
	background-color: #FFF;
	padding: 0.208333em;
	width: 100%;
	transition: opacity 0.2s ease-out;
}

.wrap .mainNav a:hover {
	opacity: 0.7;
}

.wrap .navInner1 {
	background: url(https://www.aqua-garage.jp/img/event/arrow1.png) no-repeat right 1.25em center;
	background-size: 1em auto;
	border: 1px solid #243255;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	height: 4.291667em;
	width: 100%;
}

.wrap .navInner2 > span:nth-child(1) {
	font-size: 0.75em;
	display: inline-block;
	margin-bottom: 0.5em;
}

.wrap .navInner2 strong {
	font-size: 1.25em;
}

@media only screen and (max-width: 767px) {
	.wrap .mainNav {
		margin-bottom: 5.45em;
	}

	.wrap .mainNav > li {
		font-size: 1.4em;
		width: 8em;
		margin: 0 0.375em;
	}

	.wrap .mainNav a {
		padding: 0.125em;
	}

	.wrap .navInner1 {
		background-position: center bottom 0.625em;
		height: 6.25em;
		padding-bottom: 1.1em;
	}

	.wrap .navInner2 strong {
		font-size: 1.15em;
	}
}

.wrap .secBlock {
	margin-bottom: 15em;
}

.wrap .secBlock.mb2 {
	margin-bottom: 5.625em;
}

.wrap .secBlock:last-child {
	margin-bottom: 0;
}

.wrap .subTtl1 {
	line-height: 1;
	margin-bottom: 2.25em;
	text-align: center;
}

.wrap .subTtl1 img {
	width: 43.125em;
}

.wrap .subTtl1 img:nth-child(2) {
	display: none;
}

.wrap .subTtl1 + p {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 2.5em;
	padding: 0 1em;
	color: #111111;
	line-height: 2.3;
}

@media only screen and (max-width: 767px) {
	.wrap .secBlock {
		margin-bottom: 8.863636em;
	}

	.wrap .secBlock.mb2 {
		margin-bottom: 5.909091em;
	}
	
	.wrap .subTtl1 img {
		width: 28.636364em;
	}

	.wrap .subTtl1 img:nth-child(1) {
		display: none;
	}
	
	.wrap .subTtl1 img:nth-child(2) {
		display: inline;
	}

	.wrap .subTtl1 + p {
		font-size: 1.181818em;
		padding: 0 2.3em;
	}

	.wrap #sec_02 .subTtl1 + p {
		text-align: left;
	}
}

.wrap .dayTabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 0;
}

.wrap .dayTabs > li {
	position: relative;
	font-size: 1.625em;
	text-align: center;
	width: 5em;
	height: 5.555556em;
	margin: 0 0.277778em;
	line-height: 1.2;
}

.wrap .dayTabs a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	color: #111111;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	width: 100%;
	height: 100%;
	border-radius: 0.277778em 0.277778em 0 0;
	background-color: #d7d8dc;
}

.wrap .dayTabs a > span > span {
	font-size: 1.111111em;
}

.wrap .dayTabs a > span > span > span {
	font-size: 1.6em;
	font-weight: bold;
}

.wrap .dayTabs a.finished {
	color: #939599;
	background-color: #51565e;
}

.wrap .dayTabs a.current {
	color: #111111;
	background-color: #FF92D1;
	height: 7.222222em;
	position: absolute;
	left: 0;
	top: -0.555556em;
}

@media only screen and (max-width: 767px) {
	.wrap .dayTabs > li {
		font-size: 1.218182em;
	}
}

.wrap .contentBlock {
	margin: 0 auto;
	width: 70.5em;
}

.wrap .contentBlock::before,
.wrap .contentBlock::after {
	content: '';
	display: block;
	width: 100%;
	height: 1.875em;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.wrap .contentBlock::before {
	background-position: center bottom;
	background-image: url(https://www.aqua-garage.jp/img/event/blockBg1__pc.png);
}

.wrap .contentBlock::after {
	background-position: center top;
	background-image: url(https://www.aqua-garage.jp/img/event/blockBg3__pc.png);
}

.wrap .contentInner {
	background: url(https://www.aqua-garage.jp/img/event/blockBg2__pc.png) repeat-y center top;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 1.875em 4.375em 3.125em;
	margin: 0;
}

.wrap .illust .contentInner.hasIllust1 {
	position: relative;
}

.wrap .illust .contentInner.hasIllust1::after {
	content: '';
	display: block;
	width: 6.125em;
	height: 6.5em;
	background: url(https://www.aqua-garage.jp/img/event/illust1.gif) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(100% - 1.5em);
	left: 2.5em;
}

.wrap .finished .itemsList1 {
	position: relative;
}

.wrap .finished .itemsList1::after {
	content: '';
	display: block;
	width: calc(100% + 1em);
	height: calc(100% + 1em);
	left: -0.5em;
	top: -0.5em;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

@media only screen and (max-width: 767px) {
	.wrap .contentBlock {
		width: 92%;
	}

	.wrap .contentBlock::before,
	.wrap .contentBlock::after {
		height: 2.727273em;
	}

	.wrap .contentBlock::before {
		background-image: url(https://www.aqua-garage.jp/img/event/blockBg1__pc.png);
	}
	
	.wrap .contentBlock::after {
		background-position: center top;
		background-image: url(https://www.aqua-garage.jp/img/event/blockBg3__pc.png);
	}

	.wrap .contentInner {
		background-image: url(https://www.aqua-garage.jp/img/event/blockBg2__pc.png);
		padding: 2.727273em 1.363636em;
	}

	.wrap .illust .contentInner.hasIllust1::after {
		width: 5.5em;
		height: 5.818182em;
		top: 100%;
		left: 0;
	}
}

.dailyItems .contentBlock:not(.current) {
	display: none;
}

.wrap .subTtl2 {
	line-height: 1;
	text-align: center;
	margin-bottom: 1.25em;
	color: #AD2783;
}

.wrap .subTtl2 img {
	display: block;
	margin: 0 auto 1.25em;
	width: 25.5626em;
}

.wrap .subTtl2 strong {
	font-weight: bold;
	font-size: 2.25em;
	display: inline-block;
	min-width: 15.833333em;
	padding: 0.5em 1.5em;
	line-height: 1.5;
	border-top: 1px solid #AD2783;
	border-bottom: 1px solid #AD2783;
}

.wrap .subTtl2 + p {
	text-align: center;
	font-size: 1.363636em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #e52208;
}

.wrap .coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	font-size: 1.3em;
	margin: 0 auto 2.5em;
	line-height: 1;
	background-color: #111111;
	color: #fff;
	width: 27.75em;
	height: 3.5em;
}

.wrap .coupon > dt {
	margin: 0;
}

.wrap .coupon > dd {
	margin: 0;
	font-weight: bold;
	color:#FF92D1;
}

@media only screen and (max-width: 767px) {
	.wrap .subTtl2 {
		margin-bottom: 1.75em;
	}

	.wrap .subTtl2 img {
		width: 21.636364em;
		margin-bottom: 1.75em;
	}

	.wrap .subTtl2 strong {
		font-size: 2em;
		min-width: auto;
		padding-left: 1em;
		padding-right: 1em;
	}

	.wrap .coupon {
		font-size: 1em;
		margin-bottom: 2.8em;
		width: 25.071429em;
	}
}

.wrap .itemsList1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: 0 auto 4.375em;
	padding: 0;
}

.wrap .itemsList1:last-child {
	margin-bottom: 0;
}

.wrap .itemsList1 > li {
	width: calc(25% - 0.9375em);
	margin: 2.25em 0 0 1.25em;
}

.wrap .itemsList1 > li:nth-child(-n+4) {
	margin-top: 0;
}

.wrap .itemsList1 > li:nth-child(4n+1) {
	margin-left: 0;
}

.wrap .itemImage {
	line-height: 1;
	position: relative;
	margin-bottom: 1em;
}

.wrap .itemSoon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	background-color: #dadada;
	text-align: center;
	width: 100%;
	height: 16.25em;
}

.wrap .itemSoon > span {
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	line-height: 1;
	display: inline-block;
}

.wrap .couponLabel {
	display: inline-block;
	background-color: #e52208;
	color: #fff;
	font-size: 0.875em;
	font-weight: bold;
	padding: 0.5em 1em;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrap .couponLabel em {
	font-style: normal;
	font-size: 1.142857em;
}

.wrap .itemName {
	line-height: 1.5;
	font-size: 0.75em;
}

.wrap .itemName a {
	text-decoration: none;
}

.wrap .itemName a:hover {
	text-decoration: underline;
}

.wrap .itemPrice {
	line-height: 1.5;
	color: #868686;
	font-size: 0.75em;
}

.wrap .itemPrice span span {
	font-size: 1.333333em;
	font-weight: bold;
}

.wrap .finished .itemImage a,
.wrap .finished .itemName a {
	cursor: default;
}

.wrap .finished .itemImage a:hover img {
	opacity: 1;
}

.wrap .finished .itemName a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.wrap .itemsList1 > li {
		width: calc(50% - 1em);
		margin: 2.25em 0.5em 0;
	}
	
	.wrap .itemsList1 > li:nth-child(3),
	.wrap .itemsList1 > li:nth-child(4) {
		margin-top: 2.25em;
	}
	
	.wrap .itemsList1 > li:nth-child(4n+1) {
		margin-left: 0.5em;
	}

	.wrap .couponLabel {
		font-size: 0.636364em;
	}

	.wrap .couponLabel em {
		font-size: 1.285714em;
	}

	.wrap .itemSoon {
		height: 13em;
	}

	.wrap .itemPrice {
		font-size: 0.636364em;
	}
	
	.wrap .itemPrice span span {
		font-size: 1.571429em;
	}
}

.wrap .subTtl3,
.wrap .subTtl4,
.wrap .subTtl5,
.wrap .subTtl6 {
	line-height: 1;
	text-align: center;
}

.wrap .subTtl3 {
	margin-bottom: 2.5em;
}

.wrap .subTtl3 img {
	width: auto;
	height: 3.5em;
}

.wrap .subTtl4 {
	margin-bottom: 4.375em;
}

.wrap .subTtl4.txtTtl {
	margin-bottom: 2em;
}

.wrap .subTtl4::before {
	content: '';
	display: block;
	width: 31.25em;
	height: 1px;
	background-color: #d1d4dd;
	margin: 0 auto 6.125em;
}

.wrap .subTtl4 img {
	width: auto;
	height: 4.5625em;
}

.subTtl4 span {
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	color: #111111;
}

.wrap .subTtl5,
.wrap .subTtl6 {
	margin-bottom: 3.75em;
}

.wrap .subTtl5 img {
	width: auto;
	height: 4em;
}

.wrap .subTtl5.hasIllust1 {
	margin-bottom: 3.125em;
}

.wrap .subTtl5.hasIllust1 img {
	height: 6.4375em;
}

.wrap .subTtl6 img {
	width: auto;
	height: 6.9375em;
}

@media only screen and (max-width: 767px) {
	.wrap .subTtl3,
	.wrap .subTtl5,
	.wrap .subTtl5.hasIllust1,
	.wrap .subTtl6 {
		margin-bottom: 2.727273em;
	}
	
	.wrap .subTtl3 img {
		height: 3.181818em;
	}

	.wrap .subTtl4 {
		margin-bottom: 3.636364em;
	}
	
	.wrap .subTtl4 img {
		height: 4.181818em;
	}

	.wrap .subTtl4::before {
		width: 17.727273em;
	}

	.subTtl4 span {
		font-size: 1.363636em;
	}
	
	.wrap .subTtl5.hasIllust1 img {
		height: auto;
		width: 100%;
	}

	.wrap .subTtl6 img {
		height: 6.363636em;
	}
}

.wrap .btnList1 {
	margin-bottom: 6.25em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap .btnList1 > li {
	width: 25em;
	margin: 0 0.625em;
	line-height: 1;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.wrap .btnList1 {
		display: block;
	}

	.wrap .btnList1 > li {
		width: 25.909091em;
		margin: 0 auto 1em;
	}

	.wrap .btnList1 > li:last-child {
		margin-bottom: 0;
	}
}

.wrap .prizeList1 {
	margin: 0 auto 6.25em;
	width: 60em;
}

.wrap .prizeList1 > li {
	margin: 0 0 5em;
}

.wrap .prizeList1 > li:last-child {
	margin-bottom: 0;
}

.wrap .prizeWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap .prizeImage {
	line-height: 1;
	text-align: center;
	width: 28.125em;
	position: relative;
}

.wrap .prizePict {
	display: block;
	width: 5.875em;
	position: absolute;
	top: -1.875em;
	right: -1.875em;
}

.wrap .prizeList1 > li:nth-child(even) .prizePict {
	right: auto;
	left: -1.875em;
}

.wrap .priceText {
	width: calc(100% - 31.25em);
}

.wrap .prizeCatch {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 1em;
}

.wrap .prizeCatch small {
	display: inline-block;
	font-size: 0.8em;
}

@media only screen and (min-width: 768px) {
	.wrap .prizeList1 > li:nth-child(even) .prizeImage {
		-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
	}
}

@media only screen and (max-width: 767px) {
	.wrap .prizeList1 {
		width: 23.181818em;
	}
	
	.wrap .prizeList1 > li {
		margin-bottom: 6em;
	}

	.wrap .prizeWrap {
		display: block;
	}

	.wrap .prizeImage {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.wrap .prizePict {
		width: 5em;
		top: -1.363636em;
		right: -1.363636em;
	}

	.wrap .prizeList1 > li:nth-child(even) .prizePict {
		left: -1.363636em;
	}

	.wrap .priceText {
		width: 100%;
		padding: 0 1.363636em;
	}

	.wrap .prizeCatch {
		font-size: 1.272727em;
	}
}

.wrap .stepsList1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	margin: 0 auto 5em;
	padding: 0;
	list-style: none;
}

.wrap .stepsList1 > li {
	width: 19.625em;
	margin: 0 0.3125em;
	position: relative;
	background-color: #f3f4f6;
	padding: 2.5em 1.875em;
	list-style: none;
}

.wrap .stepsList1 > li::after {
	content: '';
	display: block;
	width: 2em;
	height: 0.3125em;
	background: url(https://www.aqua-garage.jp/img/event/step_arrow__pc.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.15625em);
	right: -1.25em;
	z-index: 100;
}

.wrap .stepsList1 > li:last-child:after {
	display: none;
}

.wrap .stepsList1 dt {
	line-height: 1;
	text-align: center;
	margin-bottom: 1em;
}

.wrap .stepsList1 dt img {
	width: auto;
	height: 1.25em;
}

.wrap .cautionList1 {
	width: 51.25em;
	margin: 0 auto;
}

.wrap .cautionList1 > li {
	font-size: 0.875em;
	text-indent: -1em;
	padding-left: 1em;
}

@media only screen and (max-width: 767px) {
	.wrap .stepsList1 {
		display: block;
	}

	.wrap .stepsList1 > li {
		width: 25.909091em;
		margin: 0 auto 1em;
		padding: 2.727273em;
	}

	.wrap .stepsList1 > li:last-child {
		margin-bottom: 0;
	}

	.wrap .stepsList1 > li::after {
		width: 0.227273em;
		height: 2.818182em;
		background-image: url(https://www.aqua-garage.jp/img/event/step_arrow__pc.png);
		top: calc(100% - 0.75em);
		right: calc(50% - 0.1136365em);
	}

	.wrap .stepsList1 dt img {
		height: 1.363636em;
	}

	.wrap .cautionList1 {
		width: 25.909091em;
	}

	.wrap .cautionList1 > li {
		font-size: 0.909091em;
	}
}

.wrap .bnr1 {
	line-height: 1;
	text-align: center;
	margin: 0 0 8.75em;
}

.wrap .bnr1 img {
	width: 68.571429%;
}

.wrap .bnr1 img:nth-child(2) {
	display: none;
}

.wrap .copyright {
	margin: 0 auto;
	font-size: 0.75em;
	padding: 0 6.666667em;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.wrap .bnr1 img {
		width: 92%;
	}

	.wrap .bnr1 img:nth-child(1) {
		display: none;
	}

	.wrap .bnr1 img:nth-child(2) {
		display: inline;
	}

	.wrap .copyright {
		font-size: 0.727273em;
		padding: 0 3.75em;
	}
}