@charset "utf-8";
body {
	opacity: 0;
	padding-top: 0px !important;
}

/* PC ================================================== */
@media all and (min-width:960px){
header {
	background: none !important;
}
#result {
	width: 100%;
	position: relative;
}
	.main {
		width: 100%;
		height: 100vh;
		padding-top: 90px;
	}
		.main--inner {
			width: 90%;
			height: calc(100% - 150px);
			margin: 0px auto auto;
			background: #F3EDEB;
			display: flex;
			justify-content: space-between;
			align-items: stretch;
		}
			.main-details {
				width: 50%;
				height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.main-details-wrap {
					width: 100%;
					position: relative;
				}
					.main-details-campaign {
						width: 247px;
						height: auto;
						margin: auto auto 20px;
					}
						.main-details-campaign img {
							width: 100%;
							height: auto;
						}
					.main-details-heading-deco {
						width: 80%;
						margin-right: -10px;
						position: absolute;
						top: 44px;
						right: 50%;
						transform: translate(50%,0%);
						-webkit-transform: translate(50%,0%);
					}
						.main-details-heading-deco img {
							width: 100%;
							height: auto;
						}
					.main-details-heading {
						width: 100%;
						margin-bottom: 40px;
						font-size: 24px;
						font-weight: 400;
						line-height: 1.875;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}
						.main-details-heading span {
							font-size: 28px;
						}
					.main-details-result {
						width: 100%;
						font-size: 32px;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}

			.main-image {
				width: 50%;
				height: 100%;
			}
				.main-image img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

	.thanks {
		width: 90%;
		max-width: 935px;
		padding: 65px 0px 50px;
		margin: auto auto;
	}
		.thanks--inner {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.thanks-left_deco {
			width: 70px;
			height: auto;
		}
		.thanks-right_deco {
			width: 70px;
			height: auto;
		}
		.thanks-left_deco img,
		.thanks-right_deco img {
			width: 100%;
			height: auto;
		}
		.thanks-txt {
			width: 100%;
			font-size: 22px;
			line-height: 1.86;
			letter-spacing: .3em;
			text-align: center;
		}

	.winner {
		width: 90%;
		max-width: 845px;
		padding: 50px 0px 60px;
		margin: auto auto;
	}
		.winner-heading-container {
			width: 100%;
			margin: auto auto 45px;
			position: relative;
		}
			.winner-heading {
				width: 192px;
				height: auto;
				margin: auto auto;
				position: relative;
			}
				.winner-heading img {
					width: 100%;
					height: auto;
				}
				.winner-heading p {
					width: 100%;
					font-size: 22px;
					letter-spacing: .3em;
					text-align: center;
					position: absolute;
					top: 28%;
					left: 0;
				}
			.winner-heading-deco {
				width: 100%;
				height: auto;
				position: absolute;
				left: 0;
				bottom: 24px;
			}
				.winner-heading-deco img {
					width: 100%;
					height: auto;
				}

		.winner-contents {
			width: 100%;
		}
			.winner-list {
				width: 100%;
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
			}
				.winner-item {
					width: 46.35%;
					height: auto;
				}
					.winner-name {
						width: 100%;
						margin-bottom: 8px;
						font-size: 18px;
						letter-spacing: .1em;
						text-indent: -.5em;
					}
					.winner-image {
						width: 100%;
						height: auto;
					}
						.winner-image img {
							width: 100%;
							height: auto;
						}

	.manga {
		width: 90%;
		max-width: 940px;
		height: auto;
		padding: 60px 0px;
		margin: auto auto;
	}
		.manga-list {
			width: 100%;
		}
			.manga-item {
				width: 100%;
				margin-bottom: 205px;
			}
			.manga-item:last-of-type {
				margin-bottom: 0px;
			}
				.manga-item-inner {
					width: 100%;
				}
					.manga-heading {
						width: 445px;
						padding: 25px 0px;
						margin: auto auto 60px;
						font-size: 24px;
						font-weight: 400;
						line-height: 2.0;
						letter-spacing: .3em;
						text-align: center;
						position: relative;
					}
					.winner01 .manga-heading {
						color: #D89900;
					}
					.winner02 .manga-heading {
						color: #494574;
					}
						.manga-heading-deco {
							width: 100%;
							height: auto;
							position: absolute;
							left: 0;
						}
						.manga-heading-deco-top {
							top: 0;
						}
						.manga-heading-deco-bottom {
							bottom: 0;
						}

					.manga-contents {
						width: 100%;
						margin-bottom: 70px !important;
					}
						.manga-page {
							width: 100%;
							height: auto;
							margin-bottom: 40px;
							display: flex;
							flex-direction: row-reverse;
							justify-content: space-between;
							align-items: flex-start;
						}
						.manga-page:last-of-type {
							margin-bottom: 0px;
						}
							.manga-page img {
								width: 50%;
								height: auto;
							}

					.insta_link_btn {
						display: block;
						width: 390px;
						height: auto;
						padding: 30px 0px;
						margin: auto auto;
						background-color: #D6AE9B;
						font-size: 20px;
						font-weight: 400;
						text-align: center;
						line-height: 1.0;
						letter-spacing: .2em;
						color: #ffffff;
						position: relative;
					}
						.insta_link_btn img {
							width: 36px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 20px;
							transform: translate(0%,-50%);
							-webkit-transform: translate(0%,-50%);
						}

	.about-roku {
		width: 90%;
		max-width: 840px;
		padding: 100px 0px 90px;
		margin: auto auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
		.about-roku-details {
			width: 46%;
			padding-right: 45px;
		}
			.about-roku-icon {
				width: 160px;
				height: auto;
				margin-bottom: 27px;
			}
				.about-roku-icon img {
					width: 100%;
					height: auto;
				}

			.about-roku-profile {
				width: 100%;
			}
				.about-roku-profile dt {
					width: 100%;
					margin: auto auto 20px;
					font-size: 20px;
					font-weight: 400;
					line-height: 1.0;
					letter-spacing: .1em;
				}
					.about-roku-profile dt i {
						margin-left: 15px;
						margin-right: 10px;
						font-size: 20px;
						position: relative;
						bottom: -1px;
					}
					.about-roku-profile dt a {
						font-size: 14px;
						letter-spacing: 0em;
						color: #4D2D26;
					}
				.about-roku-profile dd {
					width: 100%;
					font-size: 14px;
					font-weight: 400;
					line-height: 2.3;
					text-align: justify;
				}
				.about-roku-profile dd a {
					color: #DB6FA5;
					text-decoration: underline;
				}

		.about-roku-image {
			width: 54%;
		}
			.about-roku-image img {
				width: 100%;
				height: auto;
			}
}

/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
header {
	background: none !important;
}
#result {
	width: 100%;
	position: relative;
}
	.main {
		width: 100%;
		height: 100vh;
		padding-top: 46px;
	}
		.main--inner {
			width: 90%;
			height: 100%;
			margin: auto auto;
			background: #F3EDEB;
		}
			.main-details {
				width: 100%;
				height: 300px;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.main-details-wrap {
					width: 100%;
					position: relative;
					top: 3px;
				}
					.main-details-campaign {
						width: 183px;
						height: auto;
						margin: auto auto 13px;
					}
						.main-details-campaign img {
							width: 100%;
							height: auto;
						}
					.main-details-heading-deco {
						width: 82%;
						margin-right: -5px;
						position: absolute;
						top: 30px;
						right: 50%;
						transform: translate(50%,0%);
						-webkit-transform: translate(50%,0%);
					}
						.main-details-heading-deco img {
							width: 100%;
							height: auto;
						}
					.main-details-heading {
						width: 100%;
						margin-bottom: 15px;
						font-size: 20px;
						font-weight: 400;
						line-height: 1.73;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}
						.main-details-heading span {
							font-size: 24px;
						}
					.main-details-result {
						width: 100%;
						font-size: 24px;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}

			.main-image {
				width: 100%;
				height: calc(100% - 300px);
			}
				.main-image img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

	.thanks {
		width: 90%;
		padding: 55px 0px 25px;
		margin: auto auto;
	}
		.thanks--inner {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.thanks-left_deco,
		.thanks-right_deco {
			display: none;
		}
		.thanks-txt {
			width: 90%;
			margin: auto auto;
			font-size: 18px;
			line-height: 1.55;
			letter-spacing: .2em;
			text-align: center;
		}

	.winner {
		width: 90%;
		padding: 25px 0px 30px;
		margin: auto auto;
	}
		.winner-heading-container {
			width: 100%;
			margin: auto auto 45px;
			position: relative;
		}
			.winner-heading {
				width: 160px;
				height: auto;
				margin: auto auto;
				position: relative;
			}
				.winner-heading img {
					width: 100%;
					height: auto;
				}
				.winner-heading p {
					width: 100%;
					font-size: 18px;
					letter-spacing: .3em;
					text-align: center;
					position: absolute;
					top: 28%;
					left: 0;
				}

			.winner-heading-deco {
				width: 100%;
				height: auto;
				position: absolute;
				left: 0;
				bottom: 24px;
			}
				.winner-heading-deco img {
					width: 100%;
					height: auto;
				}

		.winner-contents {
			width: 100%;
		}
			.winner-list {
				width: 100%;
				display: flex;
				justify-content: space-between;
				align-items: flex-start;
			}
				.winner-item {
					width: 48%;
					height: auto;
				}
					.winner-name {
						width: 100%;
						margin-bottom: 3px;
						font-size: 16px;
						letter-spacing: .1em;
						text-indent: -.5em;
					}
					.winner-image {
						width: 100%;
						height: auto;
					}
						.winner-image img {
							width: 100%;
							height: auto;
						}

	.manga {
		width: 90%;
		height: auto;
		padding: 35px 0px 45px;
		margin: auto auto;
	}
		.manga-list {
			width: 100%;
		}
			.manga-item {
				width: 100%;
				margin-bottom: 90px;
			}
			.manga-item:last-of-type {
				margin-bottom: 0px;
			}
				.manga-item-inner {
					width: 100%;
				}
					.manga-heading {
						width: 445px;
						padding: 22px 0px;
						margin: auto auto 50px;
						font-size: 18px;
						font-weight: 400;
						line-height: 2.0;
						letter-spacing: .3em;
						text-align: center;
						position: relative;
					}
					.winner01 .manga-heading {
						color: #D89900;
					}
					.winner02 .manga-heading {
						color: #494574;
					}
						.manga-heading-deco {
							width: 100%;
							height: auto;
							position: absolute;
							left: 0;
						}
						.manga-heading-deco-top {
							top: 0;
						}
						.manga-heading-deco-bottom {
							bottom: 0;
						}

					.manga-contents {
						width: 100%;
						margin-bottom: 50px !important;
					}
						.manga-page {
							width: 100%;
							height: auto;
							margin-bottom: 25px;
							display: flex;
							flex-direction: row-reverse;
							justify-content: space-between;
							align-items: flex-start;
						}
							.manga-page img {
								width: 50%;
								height: auto;
							}

					.insta_link_btn {
						display: block;
						width: 350px;
						height: auto;
						padding: 20px 0px;
						margin: auto auto;
						background-color: #D6AE9B;
						font-size: 14px;
						font-weight: 400;
						text-align: center;
						line-height: 1.0;
						letter-spacing: .2em;
						color: #ffffff;
						position: relative;
					}
						.insta_link_btn img {
							width: 30px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 20px;
							transform: translate(0%,-50%);
							-webkit-transform: translate(0%,-50%);
						}

	.about-roku {
		width: 90%;
		padding: 50px 0px 90px;
		margin: auto auto;
	}
		.about-roku-details {
			width: 100%;
			margin: auto auto 25px;
		}
			.about-roku-icon {
				width: 160px;
				height: auto;
				margin: auto auto 10px;
			}
				.about-roku-icon img {
					width: 100%;
					height: auto;
				}

			.about-roku-profile {
				width: 100%;
			}
				.about-roku-profile dt {
					width: 100%;
					margin: auto auto 15px;
					font-size: 20px;
					font-weight: 400;
					line-height: 1.4;
					letter-spacing: .1em;
					text-align: center;
				}
					.about-roku-profile dt i {
						margin-right: 15px;
						font-size: 20px;
						position: relative;
						bottom: -3px;
					}
					.about-roku-profile dt a {
						font-size: 14px;
						letter-spacing: 0em;
						color: #4D2D26;
					}
				.about-roku-profile dd {
					width: 100%;
					font-size: 14px;
					font-weight: 400;
					line-height: 2.2;
					text-align: justify;
				}
				.about-roku-profile dd a {
					color: #DB6FA5;
					text-decoration: underline;
				}

		.about-roku-image {
			width: 100%;
		}
			.about-roku-image img {
				width: 100%;
				height: auto;
			}

	.about-roku {
		width: 60%;
		margin: auto auto 90px;
	}
		.about-roku-details {
			width: 100%;
			margin: auto auto 25px;
		}
			.about-roku-icon {
				width: 160px;
				height: auto;
				margin: auto auto 10px;
			}
				.about-roku-icon img {
					width: 100%;
					height: auto;
				}

			.about-roku-profile {
				width: 100%;
			}
				.about-roku-profile dt {
					width: 100%;
					margin: auto auto 15px;
					font-size: 20px;
					font-weight: 400;
					line-height: 1.4;
					letter-spacing: .1em;
					display: flex;
					justify-content: center;
					align-items: center;
				}
					.about-roku-profile dt i {
						margin-left: 13px;
						margin-right: 10px;
						font-size: 20px;
						position: relative;
						bottom: -1px;
					}
					.about-roku-profile dt a {
						font-size: 14px;
						letter-spacing: 0em;
						color: #4D2D26;
					}
				.about-roku-profile dd {
					width: 100%;
					font-size: 14px;
					font-weight: 400;
					line-height: 2.2;
					text-align: justify;
				}
				.about-roku-profile dd a {
					color: #DB6FA5;
					text-decoration: underline;
				}

		.about-roku-image {
			width: 100%;
		}
			.about-roku-image img {
				width: 100%;
				height: auto;
			}
}

/* SP ================================================== */
@media all and (max-width:559px){
header {
	background: none !important;
}
#result {
	width: 100%;
	position: relative;
}
	.main {
		width: 100%;
		height: 100vh;
		padding-top: 46px;
	}
		.main--inner {
			width: 90%;
			height: 100%;
			margin: auto auto;
			background: #F3EDEB;
		}
			.main-details {
				width: 100%;
				height: 235px;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.main-details-wrap {
					width: 100%;
					position: relative;
					top: 3px;
				}
					.main-details-campaign {
						width: 183px;
						height: auto;
						margin: auto auto 13px;
					}
						.main-details-campaign img {
							width: 100%;
							height: auto;
						}
					.main-details-heading-deco {
						width: 85%;
						margin-right: -5px;
						position: absolute;
						top: 30px;
						right: 50%;
						transform: translate(50%,0%);
						-webkit-transform: translate(50%,0%);
					}
						.main-details-heading-deco img {
							width: 100%;
							height: auto;
						}
					.main-details-heading {
						width: 100%;
						margin-bottom: 15px;
						font-size: 15px;
						font-weight: 400;
						line-height: 1.73;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}
						.main-details-heading span {
							font-size: 18px;
						}
					.main-details-result {
						width: 100%;
						font-size: 21px;
						letter-spacing: .3em;
						text-align: center;
						color: #4D2D26;
					}

			.main-image {
				width: 100%;
				height: calc(100% - 235px);
			}
				.main-image img {
					width: 100%;
					height: 100%;
					object-fit: cover;
				}

	.thanks {
		width: 90%;
		padding: 55px 0px 25px;
		margin: auto auto;
	}
		.thanks--inner {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.thanks-left_deco,
		.thanks-right_deco {
			display: none;
		}
		.thanks-txt {
			width: 90%;
			margin: auto auto;
			font-size: 18px;
			line-height: 1.55;
			letter-spacing: .2em;
			text-align: center;
		}

	.winner {
		width: 90%;
		padding: 25px 0px 30px;
		margin: auto auto;
	}
		.winner-heading-container {
			width: 100%;
			margin: auto auto 45px;
			position: relative;
		}
			.winner-heading {
				width: 160px;
				height: auto;
				margin: auto auto;
				position: relative;
			}
				.winner-heading img {
					width: 100%;
					height: auto;
				}
				.winner-heading p {
					width: 100%;
					font-size: 18px;
					letter-spacing: .3em;
					text-align: center;
					position: absolute;
					top: 28%;
					left: 0;
				}

			.winner-heading-deco {
				width: 100%;
				height: auto;
				position: absolute;
				left: 0;
				bottom: 24px;
			}
				.winner-heading-deco img {
					width: 100%;
					height: auto;
				}

		.winner-contents {
			width: 100%;
		}
			.winner-list {
				width: 100%;
			}
				.winner-item {
					width: 100%;
					height: auto;
					margin-bottom: 25px;
				}
					.winner-name {
						width: 100%;
						margin-bottom: 3px;
						font-size: 16px;
						letter-spacing: .1em;
						text-indent: -.5em;
					}
					.winner-image {
						width: 100%;
						height: auto;
					}
						.winner-image img {
							width: 100%;
							height: auto;
						}

	.manga {
		width: 90%;
		height: auto;
		padding: 35px 0px 45px;
		margin: auto auto;
	}
		.manga-list {
			width: 100%;
		}
			.manga-item {
				width: 100%;
				margin-bottom: 90px;
			}
			.manga-item:last-of-type {
				margin-bottom: 0px;
			}
				.manga-item-inner {
					width: 100%;
				}
					.manga-heading {
						width: 100%;
						padding: 22px 0px;
						margin: auto auto 50px;
						font-size: 18px;
						font-weight: 400;
						line-height: 2.0;
						letter-spacing: .3em;
						text-align: center;
						position: relative;
					}
					.winner01 .manga-heading {
						color: #D89900;
					}
					.winner02 .manga-heading {
						color: #494574;
					}
						.manga-heading-deco {
							width: 100%;
							height: auto;
							position: absolute;
							left: 0;
						}
						.manga-heading-deco-top {
							top: 0;
						}
						.manga-heading-deco-bottom {
							bottom: 0;
						}

					.manga-contents {
						width: 100%;
						margin-bottom: 50px !important;
					}
						.manga-page {
							width: 100%;
							height: auto;
						}
							.manga-page img {
								width: 100%;
								height: auto;
							}

					.insta_link_btn {
						display: block;
						width: 90%;
						height: auto;
						padding: 20px 0px;
						margin: auto auto;
						background-color: #D6AE9B;
						font-size: 14px;
						font-weight: 400;
						text-align: center;
						line-height: 1.0;
						letter-spacing: .2em;
						color: #ffffff;
						position: relative;
					}
						.insta_link_btn img {
							width: 30px;
							height: auto;
							position: absolute;
							top: 50%;
							right: 20px;
							transform: translate(0%,-50%);
							-webkit-transform: translate(0%,-50%);
						}

	.about-roku {
		width: 90%;
		padding: 50px 0px 90px;
		margin: auto auto;
	}
		.about-roku-details {
			width: 100%;
			margin: auto auto 25px;
		}
			.about-roku-icon {
				width: 160px;
				height: auto;
				margin: auto auto 10px;
			}
				.about-roku-icon img {
					width: 100%;
					height: auto;
				}

			.about-roku-profile {
				width: 100%;
			}
				.about-roku-profile dt {
					width: 100%;
					margin: auto auto 15px;
					font-size: 20px;
					font-weight: 400;
					line-height: 1.4;
					letter-spacing: .1em;
					text-align: center;
				}
					.about-roku-profile dt i {
						margin-right: 15px;
						font-size: 20px;
						position: relative;
						bottom: -3px;
					}
					.about-roku-profile dt a {
						font-size: 14px;
						letter-spacing: 0em;
						color: #4D2D26;
					}
				.about-roku-profile dd {
					width: 100%;
					font-size: 14px;
					font-weight: 400;
					line-height: 2.2;
					text-align: justify;
				}
				.about-roku-profile dd a {
					color: #DB6FA5;
					text-decoration: underline;
				}

		.about-roku-image {
			width: 100%;
		}
			.about-roku-image img {
				width: 100%;
				height: auto;
			}
}