@charset "UTF-8";

/******* 共通 ********/
#contents {
	/* 20250630 修正 */
	max-width: none;
	overflow: hidden;

	/* 20220916 GF櫻 修正 */
	/*	padding: 0;*/
	/*
	padding-left: 0;
	padding-right: 0;
	*/
}
#container {
	width: 750px;
	width: 800px;
	margin: 20px auto 0;
}

#container .bg {
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-size: contain;
	background-size: cover;
	background-position: center;
}

#container .bg2 {
	background-color: #FFF;
}

#container img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#container a {
	display: block;
}
#container a:hover {
	opacity: .6;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

#container .link_cont {
	position: relative;
	width: 100%;
}

#container .link_cont > img {
	position: relative;
	display: block;
	width: 100%;
}


.link_cont > a {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.link_cont.link01 a {
	width: 84.133%;
	bottom: 12.5%;
}

.link_cont.link01 .ios_btn{
  width: 36%;
  left: 27%;
}
.link_cont.link01 .android_btn{
  width: 43%;
  left: 70%;
}

.link_cont.link02 a {
	width: 84.133%;
	bottom: 32%;
}
.link_cont.link02 .ios_btn{
  width: 36%;
  left: 27%;
}
.link_cont.link02 .android_btn{
  width: 43%;
  left: 70%;
}




.mt60 {
	margin-top: 60px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt20 {
	margin-top: 20px !important;
}


.mb60 {
	margin-bottom: 60px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}


@media (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media (max-width: 768px) {
	*{
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	#container {
		width: 100%;
	}
	/* 231206_iAEONアプリダウンロードページのみSP版でのグローバルナビ非表示 */
	/* 240321_下部ナビのみ非表示するように修正 */
	header#global-header nav {
	 display: none !important;
	}
}


/******* ページタイトル ********/
.main_title {
	box-sizing: border-box;
}

@media (min-width: 980px) {
	.main_title {
		width: 100vw;
		margin-left: calc((100vw - 750px)/-2);
		margin-left: calc((100vw - 800px)/-2);
		background: url(../images/img01_bg.jpg) repeat-x;
		padding: 10px 30px 0;
		background-size: cover;
		background-position: center bottom;
		}
		.main_title img {
			display: block;
			max-width: 640px;
			margin: 0 auto;
		}

	.main_img {
		position: relative;
	}

	.main_img::before {
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
		content: "※画面はイメージです。";
	}

}

@media (max-width: 979px) and (min-width: 769px) {
	.main_title {
		width: 980px;
		margin-left: -115px;
		background: url(../images/img01_bg.jpg) repeat-x;
		padding: 10px 30px 0;
		background-size: cover;
		background-position: center bottom;
		}
		.main_title img {
			display: block;
			max-width: 640px;
			margin: 0 auto;
		}

	.main_img {
		position: relative;
	}
	.main_img::before {
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
		content: "※画面はイメージです。";
	}


}

@media (max-width: 768px) {
	.main_title {
		background: none;
		padding: 0;
	}
	.main_title img {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}
	#container .bg {
		background-size: 100%;
	}
}

/******* 20231205 ********/
.movie_cont div{
	width: 100%;
	position: relative;
	padding: calc(315 / 560 * 100%) 0 0;
}
.movie_cont div iframe{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.movie_cont h3{
		padding: 0 20px;
	}
}



/******* 開催中キャンペーン ********/

.campaign-cont h3 {
	width: 700px;
	margin: 0 auto;
}
.campaign-cont #bnrCont {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}
.campaign-cont #bnrCont li {
	width: 100%;
	padding: 0;
}

.campaign-cont .btn {
	display: block;
	width: 292px;
	height: 60px;
	margin: 15px auto;
	line-height: 60px;
	text-align: center;
	font-size: 161%;
	font-weight: bold;
	color: #fff;
	background: #3e3a39;
}


.campaign-cont .detail {
	margin-top: 18px;
}


@media (min-width: 769px) {
	.campaign-cont #bnrCont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.campaign-cont #bnrCont li {
		width: calc(50% - 10px);
	}
	.campaign-cont #bnrCont li:nth-child(2) ~ li {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.campaign-cont {
		width: 100%;
		padding: 0 20px;
	}
	.campaign-cont h3 {
		width: 100%;
	}
	.campaign-cont #bnrCont {
		/*width: 90%;*/
		margin: 20px auto 0 !important;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.campaign-cont #bnrCont li {
		width: calc(50% - 5px);
	}
	.campaign-cont #bnrCont li:nth-child(2) ~ li {
		margin-top: 20px;
	}
	.campaign-cont .btn {
		width: 50%;
		margin: 10px auto;
		font-size: 100%;
		height: 30px;
		line-height: 30px;
	}

	.campaign-cont .detail {
		margin-top: 10px;
	}




}



/******* アプリDLセクション ********/

.download {
	position: relative;
	box-sizing: border-box;
}
.dl-tit {
	width: 700px;
	margin: 0 auto;
}
.dl-tit_02 {
	width: 545px;
	margin: 0 auto;
}

.download ul {
	text-align: center;
}
.download ul li {
	display: inline-block;
	vertical-align: top;
}
.download ul li:nth-child(1) {
	margin-right: 40px;
}
.download ul li:nth-child(2) {
	margin-right: 10px;
}
.annotation p {
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
	.download {
		padding: 0 10px;
	}
	.dl-tit {
		width: 93%;
	}
	.dl-tit_02 {
		width: 73%;
	}
	.download ul {
		max-width: 500px;
		margin: 20px auto 0 !important;
	}
	.download ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.download ul li {
		float: left;
		max-width: 270px;
	}
	.download ul li:nth-child(1) {
		width: 41%;
		margin-right: 5%;
		margin-left: 2%;
	}
	.download ul li:nth-child(2) {
		width: 50%;
		margin-right: 2%;
	}
	.annotation {
		margin-top: 20px !important;
	}
	.annotation p {
		margin: 0 15px;
		font-size: 12px;
	}

}


/******* キャンペーン内容 ********/

.details-cont {
	width: 700px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.details-cont {
		width: 100%;
		padding: 0 20px;
	}

}


/******* iAEON公式リンク ********/

.link-cont {
	margin-bottom: 60px;
}
.link-cont a {
	display: block;
	width: 600px;
	margin: 0 auto;
}
.link-cont a + a {
	margin-top: 40px;
}

@media (max-width: 768px) {
	.link-cont a {
		width: 80%;
	}
	.link-cont a + a {
		margin-top: 25px;
	}
	}

