@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "YakuHanJPs","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","nc3Jp",sans-serif !important;
}

/*journalの解除css*/
#Journal,#journal-cont {
	max-width:100% !important;
}
@media screen and (max-width:768px){
	#Journal .journal-cont{
		padding: 0 !important;
	}
}

#Journal #choroq_campaign {
	padding: 0 0 0;
	position: relative;
}

#Journal #choroq_campaign * {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	font-family: san-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

#Journal #choroq_campaign a {
	text-decoration: none;
}

#Journal #choroq_campaign .sp_only {
	display: none;
}

#Journal #choroq_campaign img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#Journal #choroq_campaign .cover {
	background-color: #e50012;
	padding: 70px 0 0;
	position: relative;
}

#Journal #choroq_campaign .cover .layout {
	max-width: 1000px;
	margin: 0 auto 0;
	position: relative;
}

#Journal #choroq_campaign .cover .main_title {
	width: 660px;
	margin: 0 auto 0;
}

#Journal #choroq_campaign .cover .term {
	width: 585px;
	margin: 20px auto 0;
}

#Journal #choroq_campaign .cover .intro {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	margin: 45px auto 0;
}

#Journal #choroq_campaign .cover .present {
	width: 100%;
	margin: 60px auto 0;
}

#Journal #choroq_campaign .cover .copyright {
	font-size: 10px;
	color: #fff;
	opacity: 0.7;
	padding: 30px 0 60px;
	text-align: right;
}

#Journal #choroq_campaign .howtoentry {
	background-color: #ffb200;
	padding: 80px 0 70px;
	position: relative;
}

#Journal #choroq_campaign .howtoentry:before {
	content: "";
	display: block;
	background-color: #e50012;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

#Journal #choroq_campaign .howtoentry .layout {
	max-width: 1000px;
	margin: 0 auto 0;
}

#Journal #choroq_campaign .howtoentry .title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0 auto 0;
}

#Journal #choroq_campaign .howtoentry .products {
	display: flex;
	justify-content: center;
	width: 700px;
	margin: 60px auto 0;
}

#Journal #choroq_campaign .howtoentry .products li {
	text-align: center;
	margin: 0 10px;
}

#Journal #choroq_campaign .howtoentry .products li a h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 7px 0 0;
}

#Journal #choroq_campaign .howtoentry .products li a .img {
	margin: 0 auto 0;
}

#Journal #choroq_campaign .howtoentry .products li a p {
	width: 240px;
	background-color: #e50012;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 1em 0;
	border-radius: 100px;
	position: relative;
	margin: 20px auto 0;
	box-shadow: 0px 3px 0px #b40012;
}

#Journal #choroq_campaign .howtoentry .products li a p:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate3d(0,-50%,0) rotate(45deg);
}

#Journal #choroq_campaign .howtoentry .transform {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto 0;
}

#Journal #choroq_campaign .howtoentry .hagaki {
	width: 300px;
	text-align: center;
}

#Journal #choroq_campaign .howtoentry .hagaki .fukidashi {
	background-color: #fff;
	text-align: center;
	padding: 1em 1.5em;
	border-radius: 100px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	animation: bubble-bounce 0.8s ease-in-out infinite;
}

@keyframes bubble-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-12px);
	}

	55% {
		transform: translateY(-8px);
	}

	70% {
		transform: translateY(-11px);
	}
}

#Journal #choroq_campaign .howtoentry .hagaki .fukidashi:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,50%,0) rotate(45deg);
}

#Journal #choroq_campaign .howtoentry .hagaki .img {
	width: 80%;
	margin: 30px auto 0;
}

#Journal #choroq_campaign .howtoentry .note {
	width: calc(100% - 330px);
}

#Journal #choroq_campaign .howtoentry .note li {
	line-height: 1.5;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 1.2em;
	margin: 8px 0;
}

#Journal #choroq_campaign .howtoentry .note li.alert {
	color: #e40000;
}

#Journal #choroq_campaign .howtoentry .note li:before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}

#Journal #choroq_campaign .rules {
	background-color: #e50012;
	padding: 70px 0 70px;
}

#Journal #choroq_campaign .rules .layout {
	max-width: 1000px;
	margin: 0 auto 0;
}

#Journal #choroq_campaign .rules .title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1.7;
	margin: 0 auto 0;
}

#Journal #choroq_campaign .rules .rule {
	width: 860px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#Journal #choroq_campaign .rules .rule > h4 {
	border-top: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	width: 27%;
	color: #fff;
	padding: calc(0.8em + 30px) 0 30px;
}

#Journal #choroq_campaign .rules .rule > div {
	border-top: 1px solid #fff;
	width: 73%;
	padding: 30px 0 30px;
}

#Journal #choroq_campaign .rules .rule > div p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0.8em 0 0;
	color: #fff;
}

#Journal #choroq_campaign .rules .rule > div p strong {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

/* PCのみ */
@media screen and (min-width: 768px) {
	
	#Journal #choroq_campaign .howtoentry .products li a {
		display: block;
		cursor: pointer;	
	}
	
	#Journal #choroq_campaign .howtoentry .products li a .img {
		transition: 0.1s ease;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a:hover .img {
		transform: translateY(-10px);
		opacity: 1;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a:hover .img img {
		opacity: 1;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a p {
		transition: 0.1s ease;
		box-shadow: 0px 5px 0px #b40012;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a:hover p {
		box-shadow: unset;
		transform: translateY(4px);
	}
	
}

/* スマホのみ */
@media screen and (max-width: 768px) {
	
	#Journal #choroq_campaign .sp_only {
		display: block;	
	}
	
	#Journal #choroq_campaign .cover {
		padding: 40px 0 0px;	
	}
	
	#Journal #choroq_campaign .cover .main_title {
		width: 93%;
		margin: 0 auto 0;
	}
	
	#Journal #choroq_campaign .cover .term {
		width: 65%;
		margin: 7px auto 0;
	}
	
	#Journal #choroq_campaign .cover .intro {
		text-align: left;
		font-size: 15px;
		margin: 35px auto 0;
		width: 85%;
	}
	
	#Journal #choroq_campaign .cover .intro br {
		display: none;
	}
	
	#Journal #choroq_campaign .cover .present {
		margin: 15px auto 0;
	}
	
	#Journal #choroq_campaign .cover .copyright {
		text-align: right;
		padding: 20px 5% 30px 0;
	}
	
	#Journal #choroq_campaign .howtoentry {
		padding: 65px 0 60px;	
	}
	
	#Journal #choroq_campaign .howtoentry:before {
		width: 26px;
		height: 26px;
	}
	
	#Journal #choroq_campaign .howtoentry .title {
		font-size: 20px;
		line-height: 1.7;
		margin: 0 auto 0;
	}
	
	#Journal #choroq_campaign .howtoentry .products {
		width: 100%;
		margin: 30px auto 0;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a h4 {
		font-size: 17px;
		margin: 8px 0 0;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a p {
		width: 100%;
		font-size: 15px;
		padding: 1.1em 0;
		margin: 12px auto 0;
		max-width: 95%;
	}
	
	#Journal #choroq_campaign .howtoentry .products li a p:before {
		width: 6px;
		height: 6px;
	}
	
	#Journal #choroq_campaign .howtoentry .transform {
		display: block;
		margin: 70px auto 0;
	}
	
	#Journal #choroq_campaign .howtoentry .hagaki {
		width: 70%;
		margin: 0 auto 0;
	}
	
	#Journal #choroq_campaign .howtoentry .hagaki .fukidashi {
		font-size: 16px;
	}
	
	#Journal #choroq_campaign .howtoentry .note {
		width: 92%;
		margin: 35px auto 0;
	}
	
	#Journal #choroq_campaign .howtoentry .note li {
		font-size: 14px;
	}
	
	#Journal #choroq_campaign .rules {
		padding: 65px 0 60px;	
	}
	
	#Journal #choroq_campaign .rules .title {
		font-size: 22px;
		line-height: 1.7;
		margin: 0 auto 0;
	}
	
	#Journal #choroq_campaign .rules .rule {
		width: 90%;
		margin: 50px auto 0;
		display: block;
	}
	
	#Journal #choroq_campaign .rules .rule > h4 {
		font-size: 16px;
		width: 100%;
		padding: 1.7em 0 0;
		font-size: 18px;
	}
	
	#Journal #choroq_campaign .rules .rule > div {
		border-top: none;
		width: 100%;
		padding: 0.5em 0 1.7em;
	}
	
	#Journal #choroq_campaign .rules .rule > div p {
		font-size: 14px;
		line-height: 1.6;
		margin: 0.8em 0 0;
	}
	
	#Journal #choroq_campaign .rules .rule > div p strong {
		font-size: 14px;
	}
	
}


.random-stars {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.random-star {
	position: absolute;
	width: var(--star-size);
	height: var(--star-size);
	opacity: 0;
	transform:
		translate(-50%, -50%)
		scale(0.3)
		rotate(var(--star-rotate));

	animation:
		random-star-animation
		var(--star-duration)
		ease-in-out
		forwards;
}

.random-star img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes random-star-animation {
	0% {
		opacity: 0;
		transform:
			translate(-50%, -50%)
			scale(0.3)
			rotate(var(--star-rotate));
	}

	25% {
		opacity: 1;
		transform:
			translate(-50%, -50%)
			scale(1)
			rotate(calc(var(--star-rotate) + 15deg));
	}

	70% {
		opacity: 1;
		transform:
			translate(-50%, -50%)
			scale(0.9)
			rotate(calc(var(--star-rotate) + 25deg));
	}

	100% {
		opacity: 0;
		transform:
			translate(-50%, -50%)
			scale(0.3)
			rotate(calc(var(--star-rotate) + 40deg));
	}
}

@media (prefers-reduced-motion: reduce) {
	.random-stars {
		display: none;
	}
}