@charset "utf-8";

/* SP：style_sp.css
 * ************************************************** */

/* notes */
#content ul.notes {
	font-size: 1.0rem;
	line-height: 1.3;
	list-style: none;
}
#content ul.notes li {
	margin: 0 0 0 1em;
	text-indent: -1em;
}

/* button */
#content .button {
	margin: 7% auto 0;
	text-align: center;
	width: 100%;
}
#content .button a {
	background: #000000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	height: 45px;
    line-height: 44px;
	position: relative;
}
#content .button a:after {
	content: '>>';
	font-size: 1.1em;
	margin: 0 0 0 5px;
}

/* mainvisual */
#content .mainvisual {
}

/* platinum */
#content .platinum {
	background: #000000;
	color: #ffffff;
	padding: 8.9% 0 8.4%;
}
#content .platinum .inner {
	margin: 0 auto;
	width: 85%
}
#content .platinum ul.notes {
	margin: 1.5em 0 0 0;
}

/* campaign */
#content .campaign {
	background: url(../images/bg_campaign.jpg) no-repeat center center;
	background-size: cover;
	margin: 12% 0 0 0;
	padding: 8.9% 0 8.4%;
}
#content .campaign .inner {
	margin: 0 auto;
	width: 85%;
}
#content .campaign ul.notes {
	margin: 1em 0 0 0;
}

/* entry */
#content .entry {
	margin: 6% 0 0 0;
	text-align: center;
}
#content .entry h2 {
	font-size: 18px;
	line-height: 1.4;
}
#content .storeList {
	margin: 5% 0 0 0;
}
#content .storeList .item {
	background: #efefef;
	padding: 7.5%;
}
#content .storeList .item:nth-child(even) {
	background: #dcdddd;
}
#content .storeList .item img {
	width: 100%;
}
#content .storeList .item h3 {
	background: none;
	border-bottom: 1px solid #c9caca;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.3;
	margin: 0.75em 0 1em 0;
	padding: 0 0 0.75em 0;
	text-align: center;
	width: 100%;
}
#content .storeList .item h3 span {
	color: #d70051;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
#content .storeList .item p {
	font-size: 13px;
	letter-spacing: -0.05em;
	line-height: 1.5;
	text-align: left;
}
#content .storeList .item p + p {
	margin-top: 0.8em;
}

/* scene */
#content .scene {
	/* margin: 14% 0 0 0; */
}
#content .scene .copy {
	background: url(../images/bg_scene.jpg) no-repeat center center;
	background-size: cover;
	padding: 8% 0;
	text-align: center;
}
#content .scene .copy p {
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 2;
}
#content .scene .sceneImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#content .scene .hibiya .sceneImg {
	background-image: url(../images/bg_scene_hibiya.jpg);
}
#content .scene .kichijoji .sceneImg {
	background-image: url(../images/bg_scene_kichijoji.jpg);
	background-position: 60% center;
}
#content .scene .azabujuban .sceneImg {
	background-image: url(../images/bg_scene_azabujuban.jpg);
}
#content .scene .sceneImg .text {
	color: #ffffff;
	padding: 8% 0;
}
#content .scene .sceneImg h2 {
	margin-left: -8%;
}
#content .scene .hibiya .sceneImg h2 {
	width: 91.8%;
}
#content .scene .kichijoji .sceneImg h2 {
	margin-left: 25.89%;
	width: 81.11%;
}
#content .scene .azabujuban .sceneImg h2 {
	width: 90%;
}
#content .scene .sceneImg .text h3 {
	font-size: 14px;
	margin: 1em 0 0 0;
	padding: 0 3.75% 0 7.5%;
}
#content .scene .sceneImg .text p {
	font-size: 11px;
	margin: 0.4em 0 0 0;
	padding: 0 3.75% 0 7.5%;
}
#content .scene .kichijoji .sceneImg h3,
#content .scene .kichijoji .sceneImg p {
	padding-left: 25.39%;
}
#content .scene .recommend {
	background: #f2d0ae;
	padding: 4.6% 0 13.6%;
}
#content .scene .recommend .inner {
	margin: 0 auto;
	width: 85%;
}
#content .scene .recommend h3 {
	border-bottom: 2px solid #000000;
	padding: 0 0 0.5em 0;
	position: relative;
	text-align: center;
}
#content .scene .recommend h3 img {
	height: 18px;
}
#content .scene .recommend ul {
	overflow: hidden;
}
#content .scene .recommend ul li {
	float: left;
	margin: 5% 0 0 0;
	width: 48.33%;
}
#content .scene .recommend ul li:nth-child(even) {
	float: right;
}

/* all */
#content .all {
	background: #000000;
	padding: 8% 7.5% 10%;
}
#content .all h2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.5;
	margin-right: -0.8em;
	text-align: center;
}
#content .all .button a {
	background: #ffffff;
	color: #000000;
}

/* network */
#content .network {
	background: #000000;
	border-top: 1px solid #ffffff;
	padding: 10% 5%;
	text-align: center;
}
#content .network h2 {
	margin: 0 0 5% 0;
}
#content .network h2 img {
	height: 36px;
}
