@charset "UTF-8";

/******* 共通 ********/
#contents {
	/* 20250630 修正 */
	max-width: none;
	overflow: hidden;

}

#container {
	width: 800px;
	margin: 20px auto 0;

}
#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 + .button a {
	color: #fff;
	width: 230px;
	height: 41px;
	display: block;
	font-size: 108%;
	line-height: 41px;
	background: #333;
	text-align: center;
	margin: 43px auto 50px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.mt60 {
	margin-top: 60px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt20 {
	margin-top: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}

.main_img {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

#contents .link_cont {
	position: relative;
	width: 100%;
}

#contents .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: 58.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: 29.5%;
}
.link_cont.link02 .ios_btn{
  width: 36%;
  left: 27%;
}
.link_cont.link02 .android_btn{
  width: 43%;
  left: 70%;
}


@media (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media (max-width: 768px) {
	*{
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	#container {
		width: 100%;
	}
}



/******* ページタイトル ********/

.main_title {
	box-sizing: border-box;
}

@media (min-width: 980px) {
	.main_title {
		width: 100vw;
		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::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::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;
	}

}




/******* アプリDLセクション ********/

#contents .download {
/*
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;*/
/*
	background-color: #fff; コメント2024/01/29
*/
	padding-top: 20px;

}

.download ul {
	text-align: center;
	width: 65%;
	width: 100%;
	margin: 0 auto;
}
.download ul li {
	display: inline-block;
	vertical-align: top;
}
.download ul li:nth-child(1) {
	width: 41%;
	width: 35.25%;
	margin-right: 3.5%;
	margin-left: 2%;
	margin-left: 8.4%;
}
.download ul li:nth-child(2) {
	width: 50%;
	width: 43.75%;
	margin-right: 2%;
	margin-right: 8.4%;
}
.annotation{
	/*margin-bottom: 30px;*/
	padding: 2em;
/*
	background-color: #fff;  コメント2024/01/29
*/
}

.bg2 .annotation {
	color: #000;
}

.annotation p {
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
	.download {
		padding: 0px 10px 15px;
	}

	.download ul {
		width: 90%;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.download ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.download ul li {
		float: left;
		max-width: 270px;
	}
	.annotation {
		padding-top: 1em;
	}
	.annotation p {
		margin: 0 15px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.main_img#coupon_100yen {
		padding-top: 65px;
		margin-top: -25px !important;
	}
}
