@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	background-color: #171717;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
* {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: inherit;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
p, dt, dd, li {
	word-break: break-word;
	word-wrap: normal;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.ib {
	display: inline-block;
	line-height: inherit;
	font-weight: inherit;
}
.contentWrap {
}
.contentInner {
	width: calc(1122 / 1242 * 100%);
	margin: auto;
}

/* wrapper */
.wrapper {
	border-top: 2px solid #00964d;
}

/* mainVisual */
#mainVisual {
}
#mainVisual .pointWrap {
	position: relative;
	z-index: 1;
	width: calc(1122 / 1242 * 100%);
	text-align: center;
	margin: -30vw auto 0 auto;
}
#mainVisual .pointWrap dl {
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 2px solid #38a12c;
	border-radius: 3.5vw;
}
#mainVisual .pointWrap .title {
	background-color: #38a12c;
}
#mainVisual .pointWrap dd {
	background-color: #171717;
	padding: 10px 0 15px 0;
}
#mainVisual .pointWrap dd .point {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.1em;
	margin: 0 0 5px 0;
}
#mainVisual .pointWrap dd .point span {
	font-size: 30px;
	font-size: 3.0rem;
}
#mainVisual .pointWrap dd .point .value {
	color: #d1187d;
	font-size: 37px;
	font-size: 3.7rem;
	font-weight: 500;
	margin: 0 5px 5px 0;
}
#mainVisual .pointWrap dd .remain {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.03em;
}
#mainVisual .pointWrap dd .remain span {
	font-size: 22px;
	font-size: 2.2rem;
}
#mainVisual .pointWrap dd .remain .value {
	color: #d1187d;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 500;
	margin: 0 5px 5px 0;
}
#mainVisual .pointWrap .note {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 30px 0;
}

/* localNav */
#localNav {
	margin: 0 0 30px 0;
}
#localNav .list {
	display: flex;
	justify-content: space-between;
}
#localNav .item {
	width: calc(360 / 1122 * 100%);
}

/* channel */
#channel {
}
#channel .movieList {
}
#channel .movieList .contentInner {
	width: 100%;
}
#channel .movieList h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
#channel .movieList .row {
	margin: 0 0 30px 0;
}
#channel .movieList .row dt {
	line-height: 1.4;
	margin: 0 0 16px 0;
	padding: 0 0 0 calc(60 / 1242 * 100%);
}
#channel .movieList .row dd {
	/* overflow: auto; */
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
#channel .movieList .row .list {
	display: flex;
	width: 100%;
	padding: 0 calc(60 / 1242 * 100%);
	box-sizing: border-box;
}
#channel .movieList .row .list[data-item="1"] {
	width: calc(1 / 3 * 100%);
	padding-right: 0;
}
#channel .movieList .row .list[data-item="2"] {
	width: calc(2 / 3 * 100%);
	padding-right: 0;
}
#channel .movieList .row .list[data-item="3"] {
}
#channel .movieList .row .list[data-item="4"] {
	width: calc(4 / 3 * 100%);
}
#channel .movieList .row .list .item {
	width: calc(368 / 1242 * 100vw);
	margin-left: calc(6 / 1242 * 100vw);
	padding-bottom: 15px;
}
#channel .movieList .row .list .item:first-child {
	margin-left: 0;
}
#channel .movieList .row .list .item.disabled {
	opacity: 0.3;
}
#channel .movieList .row .list .item a {
	display: block;
	position: relative;
}
#channel .movieList .row .list .viewed a:after {
	content: "▶視聴済み";
	opacity: 0.6;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
	margin: auto;
}

/* completeArea */
#completeArea {
	overflow: hidden;
	padding: 20px 0 0 0;
}
#completeArea .content {
	background-color: #a7ca6a;
	padding: 0 0 20px 0;
}
#completeArea h2 {
	position: relative;
}
#completeArea h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(420 / 1242 * 100%);
	background-image: url(../img/img_person01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(390 / 420 * 100%) 0 0 0;
}
#completeArea .buttonArea {
	width: calc(1122 / 1242 * 100%);
	background-color: #008ec5;
	margin: auto;
	border-radius: 3.5vw;
}
#completeArea .buttonArea.disabled {
	opacity: 0.5;
}
#completeArea .buttonArea a {
	display: inline-block;
	padding: 20px 0;
}

/* detailArea */
#detailArea {
}
#detailArea .movieArea {
	padding: 40px 0 0 0;
}
.limited #detailArea .movieArea {
	background-color: #a7ca6a;
}
#detailArea .movieArea .inner {
	position: relative;
	width: calc(1122 / 1242 * 100%);
	margin: auto;
}
#detailArea .intro {
	display: none;
	margin: 0 0 20px 0;
}
.limited #detailArea .intro {
	display: block;
}
#detailArea .movieArea .imageWrap {
	position: relative;
	padding: calc(631 / 1122 * 100%) 0 0 0;
}
#detailArea .movieArea .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#detailArea .movieArea.playing .image img {
	display: none;
}
#detailArea .movieArea .movie {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 0;
}
#detailArea .movieArea.playing .movie {
	bottom: 0;
	z-index: 3;
	height: auto;
}
#detailArea .movieArea .image img,
#detailArea .movieArea .movie video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#detailArea .desc {
	line-height: 1.5;
	letter-spacing: -0.02em;
	padding: 10px 0 0 0;
}
.limited #detailArea .desc {
	display: none;
}
#detailArea .buttonArea {
	padding: 20px 0 0 0;
}
#detailArea .buttonArea.disabled {
	opacity: 0.5;
}
#detailArea .buttonArea button,
#detailArea .buttonArea a {
	display: inline-block;
	background-color: #008ec5;
	margin: 0 0 20px 0;
	padding: 20px 0;
	border-radius: 3.5vw;
}
#detailArea .buttonArea button {
	visibility: hidden;
}
#detailArea .buttonArea #startButton1 {
	display: none;
}
#detailArea .buttonArea a {
	background-color: #383838;
}

/* footer */
#footer {
	padding: 30px 0 0 0;
}
.limited #footer {
	background-color: #a7ca6a;
}
#footer .logo {
	margin: 0 0 10px 0;
}
#footer .copyright {
	text-align: center;
	padding: 10px 0;
}
#footer .copyright small {
	font-size: 10px;
	font-size: 1.0rem;
}

/* errorDisplay */
#errorDisplay {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
}
#errorDisplay.view {
	display: flex;
}
#errorDisplay p {
	font-size: 18px;
}
