@charset "UTF-8";
#content {
	/* 下層へのリンクバナー無し テキスト */
	/* WEBサイトメンバー会員になる！ */
}

#content .mv {
	margin-bottom: 15px;
}

#content .mv h1 {
	margin: 0;
}

@media screen and (min-width: 736px) {
	#content .mv {
		margin-bottom: 20px;
	}
	#content .mv h1 {
		width: 100%;
		max-width: 2000px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

#content .section {
	margin-bottom: 40px;
	padding: 0 10px;
}

@media screen and (min-width: 736px) {
	#content .section {
		padding: 0;
		max-width: 1000px;
		margin: 0 auto 100px;
	}
}

#content .none-card-section {
	padding: 100px 10px;
}

@media screen and (min-width: 736px) {
	#content .none-card-section {
		max-width: 1000px;
		margin: 0 auto;
	}
}

#content .none-card-text {
	padding: 20px 10px;
	text-align: center;
}

#content .none-card-text p {
	font-size: 13px;
}

@media screen and (min-width: 736px) {
	#content .none-card-text {
		padding: 20px 0;
		width: 100%;
		max-width: 1030px;
		margin: 0 auto;
	}
	#content .none-card-text p {
		font-size: 14px;
	}
}

#content .title {
	position: relative;
	color: #000;
	padding: 0;
	margin-bottom: 15px;
}

#content .title::before {
	content: "";
	display: block;
	position: absolute;
	top: -36px;
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 736px) {
	#content .title::before {
		top: -82px;
		width: 100px;
		height: 100px;
	}
}

#content .title img {
	display: block;
	width: 30px;
	margin: 0 auto 10px;
}

#content .title h2 {
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}

#content .title h2::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	display: block;
	z-index: 1;
}

#content .title span {
	position: relative;
	background-color: #fffef0;
	z-index: 2;
	padding: 0 20px;
}

@media screen and (min-width: 736px) {
	#content .title {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 35px;
	}
	#content .title img {
		position: relative;
		display: block;
		width: 30px;
		margin: 0;
		padding: 0 10px 0 20px;
		background-color: #fffef0;
		z-index: 2;
	}
	#content .title h2 {
		position: initial;
		margin-bottom: 0;
		font-size: 22px;
	}
	#content .title h2::before {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: 1000px;
		height: 2px;
		display: block;
		z-index: 1;
	}
	#content .title span {
		padding: 0 20px;
	}
}

#content .movie-section:nth-of-type(odd) .title::before {
	left: 0;
	background-image: url("../img/archive_movie/title_il_movie_left.png");
}

#content .movie-section:nth-of-type(even) .title::before {
	right: 0;
	background-image: url("../img/archive_movie/title_il_movie_right.png");
}

#content .movie-section .title h2::before {
	background-color: #ef5252;
}

#content .campaign-section:nth-of-type(odd) .title::before {
	left: 0;
	background-image: url("../img/archive_campaign/title_il_campaign_left.png");
}

#content .campaign-section:nth-of-type(even) .title::before {
	right: 0;
	background-image: url("../img/archive_campaign/title_il_campaign_right.png");
}

#content .campaign-section .title h2::before {
	background-color: #d7830b;
}

#content .campaign-card-lists {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-lists {
		margin: 0 -1.5%;
	}
}

#content .campaign-card {
	width: 48.87324%;
	margin: 0 0 15px;
	box-sizing: border-box;
}

#content .campaign-card:nth-of-type(odd) {
	margin-right: 2.25352%;
}

@media screen and (min-width: 736px) {
	#content .campaign-card {
		width: 30.38835%;
		margin: 0 1.45631% 50px;
		opacity: 1;
		transition: 0.3s;
	}
	#content .campaign-card:nth-of-type(odd) {
		margin-right: 1.45631%;
	}
	#content .campaign-card:hover {
		opacity: 0.8;
	}
}

#content .campaign-card-inner {
	color: #000;
}

#content .campaign-card-vis img {
	display: block;
	width: 100%;
}

#content .campaign-card-texts {
	padding: 10px 8px;
	background-color: #fff;
	border: solid 1px #e1e1e1;
	border-top: none;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-texts {
		padding: 10px 24px 15px;
	}
}

#content .campaign-card-tag {
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-align: center;
}

#content .campaign-card-tag--1 {
	background-color: #00b9af;
}

#content .campaign-card-tag--2 {
	background-color: #2db32d;
}

#content .campaign-card-tag--3 {
	background-color: #3da9f5;
}

#content .campaign-card-tag--4 {
	background-color: #7985f2;
}

#content .campaign-card-tag--5 {
	background-color: #f14f00;
}

#content .campaign-card-tag--6 {
	background-color: #99997a;
}

#content .campaign-card-tag span {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-tag {
		display: inline-block;
		width: auto;
		min-width: 122px;
		margin-bottom: 18px;
		padding: 9px 10px 6px;
	}
	#content .campaign-card-tag span {
		font-size: 11px;
	}
}

#content .campaign-card-title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 14px;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-title {
		font-size: 16px;
	}
}

#content .campaign-card-text {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-text {
		font-size: 14px;
		margin-bottom: 19px;
	}
}

#content .campaign-card-deadline {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 15px;
}

#content .campaign-card-deadline::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -2px;
	width: 15px;
	height: 19px;
	background-image: url("../img/archive_campaign/deadline.png");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-deadline {
		font-size: 14px;
		padding-left: 45px;
		margin-bottom: 20px;
	}
	#content .campaign-card-deadline::before {
		top: -1px;
		left: -2px;
		width: 39px;
		height: 20px;
		background-image: url("../img/archive_campaign/deadline_pc.png");
	}
}

#content .campaign-card-toDetail {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	border-top: dotted 1px #ccc;
	padding-top: 10px;
	text-align: center;
	position: relative;
}

#content .campaign-card-toDetail span {
	display: inline-block;
	width: auto;
	position: relative;
}

#content .campaign-card-toDetail span::before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #0039a6;
}

@media screen and (min-width: 736px) {
	#content .campaign-card-toDetail {
		font-size: 14px;
	}
	#content .campaign-card-toDetail span::before {
		left: -14px;
	}
}

#content .movie-card-lists {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 736px) {
	#content .movie-card-lists {
		margin: 0 -1.5%;
	}
}

#content .movie-card {
	width: 48.87324%;
	margin: 0 0 15px;
	position: relative;
}

#content .movie-card.movie-card--new::before {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	top: 0;
	left: 0;
	background-image: url("../img/common/new_tri.png");
	background-size: contain;
	z-index: 2;
}

#content .movie-card:nth-of-type(odd) {
	margin-right: 2.25352%;
}

@media screen and (min-width: 736px) {
	#content .movie-card {
		width: 30.38835%;
		margin: 0 1.45631% 15px;
		opacity: 1;
		transition: 0.3s;
	}
	#content .movie-card:nth-of-type(odd) {
		margin-right: 1.45631%;
	}
	#content .movie-card:hover {
		opacity: 0.8;
	}
}

#content .movie-card-inner {
	color: #000;
}

#content .movie-card-vis {
	position: relative;
}

#content .movie-card-vis img {
	display: block;
	width: 100%;
}

#content .movie-card-time {
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
	width: auto;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 12px;
	padding: 6px 6px 0;
}

#content .movie-card-texts {
	padding: 10px 8px;
}

@media screen and (min-width: 736px) {
	#content .movie-card-texts {
		padding: 10px 24px 15px;
	}
}

#content .movie-card-subTitle {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

@media screen and (min-width: 736px) {
	#content .movie-card-subTitle {
		font-size: 14px;
	}
}

#content .movie-card-title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 736px) {
	#content .movie-card-title {
		font-size: 16px;
	}
}

@media screen and (min-width: 736px) {
	#content .fun2-section .fun2-link {
		width: 80%;
		margin: 0 auto;
	}
}
