@charset 'utf-8';


/*==============================
All Device Style
==============================*/

/* Daily Contents
------------------------------*/
.p-dailylist {
	display: flex;
	flex-wrap: wrap;
}
.p-dailylist__item {
	display: none;
	position: relative;
}
.p-dailylist__item__anchor {
	display: block;
	text-align: center;
}
.p-dailylist__item__anchor--movie {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.p-dailylist__item__bnr {
	display: block;
}
.p-dailylist__item__bnr__img {
	width: 100%;
	max-width: auto;
}
.p-dailylist__item__text {
	margin-top: 6px;
	line-height: 1.5;
	display: block;
	font-size: 1.2em;
}
.p-dailylist__item__movie {
	position: relative;
	background-color: #000;
}
.p-dailylist__item__movie::before {
	content: "";
	padding-top: 56.25%;
	display: block;
}
.p-dailylist__item__movie__iframe {
	margin: auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Point Members
------------------------------*/
.p-contents__section--pointmembers,
.p-contents__section--pointmembers * {
	box-sizing: border-box;
}
.p-contents__section.p-contents__section--pointmembers {
	background-color: #6fba2c;
	color: #fff;
	padding: 6vw;
	font-size: 3.6vw;
	position: relative;
	line-height: 1.5;
}
.p-contents__section--pointmembers::after {
	content: "";
	width: 32vw;
	height: 38vw;
	background: url(../top/img/member/geoffrey_card.png) no-repeat center top;
	background-size: 100% auto;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-contents__section--pointmembers .p-contents__section__hl {
	color: #fff;
	font-size: 4.6vw;
	padding: 0;
	margin: 1em -3vw;
	font-weight: bold;
}
.p-contents__section--pointmembers .p-contents__section__hl:before {
	content: "＼";
}
.p-contents__section--pointmembers .p-contents__section__hl:after {
	content: "／";
}
.p-pointmember__p {
	margin: 1em 0;
}
.p-pointmember__p strong {
	font-weight: bold;
}
.p-pointmember__list li {
	line-height: 1.4;
	margin: 0.6em 0;
	background: url(../top/img/member/icon_check.png) no-repeat left top;
	background-size: auto 1.3em;
	padding-left: 1.5em;
}
.p-pointmember__list__notes li {
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0.6em 0 0.6em 1em;
	text-indent: -1em;
}
.p-contents__section--pointmembers .p-pointmember__btn__wrapper {
	margin: 11vw 0 0;
}
.p-contents__section--pointmembers .p-pointmember__btn {
	padding: 1em 4em 1em 3em;
	border-radius: 0.3em;
	font-weight: bold;
	font-size: 1.4em;
	background: #0054a7;
	color: #fff;
	width: 15em;
	display: block;
	margin: auto;
	text-align: center;
	position: relative;
	line-height: 1;
}
.p-contents__section--pointmembers .p-pointmember__btn::after {
	content: "";
	margin: auto 0;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
	box-sizing: border-box;
	width: 0.6em;
	height: 0.6em;
	display: block;
	position: absolute;
	top: 0;
	right: 3em;
	bottom: 0;
	transform: rotate(45deg);
}

/* Other
------------------------------*/
.md-area {
	margin: 0 !important;
}
.md-row > div ul li {
	background: none;
}
.skyscraper {
	z-index: 10002;
}


/*==============================
Only PC Style
==============================*/

@media screen and (min-width: 768px) {

/* Common
------------------------------*/
	html,
	body,
	button,
	input,
	select,
	textarea {
		font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "MS PGothic", sans-serif !important;
	}

/* Daily Contents
------------------------------*/
	.p-dailylist {
		margin: 0 -14px;
	}
	.p-dailylist__item {
		margin: 0 14px 28px;
		width: calc(50% - 28px);
	}

/* Brand List & Character List
------------------------------*/
	.p-brandlist__item:nth-of-type(n+13),
	.p-characterlist__item:nth-of-type(n+13) {
		display: none !important;
	}

/* Point Members
------------------------------*/
.p-contents__section.p-contents__section--pointmembers {
		padding: 32px 68px;
		font-size: 18px;
	}
	.p-contents__section--pointmembers::after {
		width: 400px;
		height: 430px;
		right: -50px;
	}
	.p-contents__section--pointmembers .p-contents__section__hl {
		font-size: 24px;
		margin: 1em 0;
	}
	.p-pointmember__p {
		padding-right: 300px;
	}
	.p-pointmember__list {
		padding-right: 300px;
	}
	.p-pointmember__list__notes li {
		font-size: 0.8em;
	}
	.p-contents__section--pointmembers .p-pointmember__btn__wrapper {
		margin: 1.5em 0 0;
	}
	.p-contents__section--pointmembers .p-pointmember__btn {
		padding: 1.2em 3em 1.2em 2em;
		border-radius: 10px;
		font-size: 16px;
		width: 340px;
	}

/* Other
------------------------------*/
	.md-list_item img {
		width: 144.39px;
		height: 144.39px;
	}
}

/*==============================
Only Smartphone Style
==============================*/

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

/* Daily Contents
------------------------------*/
	.p-dailylist {
		margin: 0 -2px;
	}
	.p-dailylist__item {
		margin: 0 2px 4px;
		width: calc(100% - 4px);
	}
	.p-dailylist__item--wide {
		width: calc(100% - 4px);
	}

/* Brand List & Character List
------------------------------*/
	.p-brandlist__item:nth-of-type(n+13),
	.p-characterlist__item:nth-of-type(n+13) {
		display: none !important;
	}

/* Other
------------------------------*/
	#page-top {
		display: none;
	}
}
