.mysteryMessage {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 24px auto 64px auto;
	max-width: 900px;
	width: 100%;
	gap: 48px;
}

.mysteryMessage-character {
	margin-left: 16px;
	flex: 0 0 auto;
	width: 213px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mysteryMessage-character img {
	width: 100%;
}

.mysteryMessage-balloon {
	margin-right: 16px;
	position: relative;
	background: #ffcb5b;
	color: #222;
	border-radius: 16px;
	padding: 28px 48px;
	font-size: 24px;
	font-weight: 900;
	max-width: 610px;
	line-height: 1.2;
}

.mysteryMessage-balloon::after {
	content: "";
	position: absolute;
	left: -32px;
	top: 42%;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 32px solid #ffcb5b;
}

@media (max-width: 1199px) {
	.mysteryMessage {
		gap: 32px;
	}

	.mysteryMessage-character {
		margin-left: 8px;
		width: 82px;
	}

	.mysteryMessage-balloon {
		margin-right: 8px;
		padding: 28px 16px;
		font-size: 18px;
		font-weight: 700;
	}

	.mysteryMessage-balloon::after {
		top: 50%;
		border-top: 0 solid transparent;
		border-bottom: 24px solid transparent;
	}
}

.nextMysteryWrapper {
	background-color: rgba(248, 131, 121, 0.2);
	width: 100%;
	padding-bottom: 232px;
}

.nextMystery {
	background-color: #ffffff;
	border: 10px solid #f88379;
	border-radius: 16px;
	margin: 0 auto 0 auto;
	padding: 48px 30px;
	width: 996px;
	max-width: 100%;
	font-size: 26px;
	font-weight: 700;
	color: black;
	text-align: center;
	position: relative;
	z-index: 1;
	top: 260px;
}

.nextMystery::before {
	content: "";
	display: block;
	background: transparent url("/images/next-arrow.svg") top center / contain no-repeat;
	width: 360px;
	height: 245px;
	position: absolute;
	left: 50%;
	top: -271px;
	translate: -50% 0;
	z-index: 2;
}

@media (max-width: 1199px) {
	.nextMystery {
		max-width: 95vw;
		top: 200px;
		font-size: 20px;
	}
	.nextMystery::before {
		width: 270px;
		height: 190px;
		top: -211px;
	}
}

.mv {
	max-width: 100%;
	text-align: center;
}
.d-none {
	display: none;
}
.p-top-mv__site-description p {
	color: white;
	text-align: center;
	font-size: 3rem;
}
.p-top-mv__catch-text p {
	color: white;
	text-align: center;
	font-size: 2rem;
}

/* app.cssを編集せずに余白を縮めたい */
@media (min-width: 1200px) {
	.p-top-mv__bg {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 1199px) {
	.p-top-mv__bg {
		padding-bottom: 10px !important;
	}
}

.answerBody .o-footer__bottom {
	padding-bottom: 56px;
}

.answerBody .p-top-info__about {
	margin-top: 0;
}

.answerForm {
	max-width: 800px;
	margin: 0 auto;
}

.answerForm .answerFormRow {
	display: flex;
	justify-content: space-evenly;
	padding: 0 1rem;
}

.answerForm input[name="answer"] {
	width: 100%;
	margin: 0 1rem 0 0;
}

.answerForm button[type="submit"] {
	border: 1px solid #8e4e47;
	border-radius: 8px;
	background-color: #ffffff;
	color: #8e4e47;
	width: 128px;
	font-weight: 900;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 2;
	font-size: 1.8rem;
}

.answerPage .notice,
.step5ResultPage .notice {
	display: flex;
	width: 100%;
	justify-content: center;
	text-align: left;
}

.answerPage .notice::before,
.step5ResultPage .notice::before {
	content: "※";
	display: inline-block;
	width: 1.5em;
}

.answerPage main {
	height: 100vh;
	background-color: rgba(248, 131, 121, 0.2);
	overflow-y: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.answerForm .answerFeedback {
	display: none;
}
.answerForm.invalid .answerFeedback {
	display: block;
	color: #ff0000;
	text-align: center;
	margin: 1rem 0;
}

.resultHeader {
	margin: 6rem 0 0 0;
}

.step5ResultPage .resultHeader,
.step1ResultPage .resultHeader {
	margin: 0;
	padding: 6rem 0;
}

.resultHeader .a-heading__en {
	font-size: 6rem;
}
.resultHeader .js-text-slideup {
	height: 96px;
	padding-top: 8px;
}
.answerPage .a-heading--type2 .a-heading__en {
	font-size: 2.5rem;
}

.finalMysteryWrapper .p-top-attention {
	margin-top: 32px;
}

@media (max-width: 1199px) {
	.finalMysteryWrapper .p-top-attention {
		margin-top: 0;
	}
}

.mysteries {
	background-color: #f88379;
	padding: 16px 0 32px 0;
}

@media (max-width: 1199px) {
	.mysteries {
		background-color: #f88379;
		padding: 16px 0 32px 0;
	}
}

.mysteryGroup {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: calc(380px * 3 + 48px * 2);
	margin: 0 auto;
}
@media (max-width: 1199px) {
	.mysteryGroup {
		flex-direction: column;
		align-items: center;
	}
}
.mysteryHeader {
	position: relative;
	background-color: #d56b61;
	z-index: 0;
}
.mysteryHeader .mysteryWarning {
	width: 150px;
	height: 32px;
	position: relative;
	background-color: #87ed42;
	z-index: 1;
	margin: 0 16px -32px auto;
	font-size: 16px;
	font-weight: 700;
}
.mysteryHeader .mysteryWarning2 {
	background-color: #fce906;
}
.mysteryHeader .mysteryWarning1 {
	width: 200px;
}
.mysteryHeader .mysteryHeaderInnder {
	padding: 18px 18px 30px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
	border-radius: 16px 16px 0 0;
}

.mysteryGroupTitle {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 48px 0;
}
.mysteryGroupTitle::before,
.mysteryGroupTitle::after {
	content: "";
	flex: 1;
	border-bottom: 6px solid #d56b61;
	margin: 0 24px;
}

.mysteryGroupTitle:not(:first-child) {
	margin: 0 0 48px 0;
}

.mysterySummary {
	font-size: 18px;
	font-weight: 500;
	padding: 0 18px;
}
.mysterySummary strong {
	font-size: 20px;
	line-height: 1.2;
}

.mysteryInfo {
	position: relative;
	border: 1px solid #000000;
	border-radius: 16px;
	width: 80%;
	margin: -20px auto 0 auto;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}
.mysteryNotice {
	display: flex;
	text-align: left;
	font-weight: 900;
	font-size: 14px;
	background-color: #fce906;
	border-radius: 5px;
	margin: 16px 14px;
	line-height: 1.2;
	padding: 8px;
}
.mysteryNotice dt {
	color: black;
	width: 64px;
}
.mysteryNotice dd {
	color: red;
	width: calc(100% - 64px);
}

.mysteryHeader h4 {
	display: flex;
	align-items: center;
	border-radius: 16px;
}
.mysteryCard .a-button--type3 {
	width: 80%;
	margin: auto auto 24px auto;
}

.a1 .mysteryHeader h4::before,
.a2 .mysteryHeader h4::before,
.a3 .mysteryHeader h4::before {
	content: "";
	display: inline-block;
	background-image: url("/images/group-a.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-right: 8px;
}
.b1 .mysteryHeader h4::before,
.b2 .mysteryHeader h4::before,
.b3 .mysteryHeader h4::before {
	content: "";
	display: inline-block;
	background-image: url("/images/group-b.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin-right: 8px;
}
.mysteryCopy {
	font-weight: 900;
	font-size: 42px;
	line-height: 1.2;
}
.a1 .mysteryCopy {
	color: #5eb9b3;
}
.a2 .mysteryCopy {
	color: #59ad37;
}
.a3 .mysteryCopy {
	color: #7898c9;
}
.b1 .mysteryCopy {
	color: #f5e150;
}
.b2 .mysteryCopy {
	color: #e48683;
}
.b3 .mysteryCopy {
	color: #e79214;
}

.mysteryCard {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	border-radius: 16px;
	border: 10px solid #d56b61;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	width: 380px;
	max-width: 95vw;
	margin-bottom: 48px;
}

.answerBody .p-top-read__modal-content {
	border: 12px solid #f88379;
	padding: 0 0 24px 0;
}

.answerBody .mysteryDescription {
	padding: 0 4.7058823529%;
}

.answerBody .js-modal {
	background-color: rgba(142, 78, 71, 0.6);
}
.answerBody .p-top-read__modal-inner {
	background-color: unset;
}

.mysteryTitle {
	padding: 0 1.5rem;
}
.mysteryTitle h3 {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
}
.mysteryTitle .a-heading__ja {
	padding: 1.5rem;
}
.answerBody .js-modal-close {
	margin: 1.5rem auto;
}
@media (max-width: 1199px) {
	.answerBody .js-modal-close {
		max-width: 220px;
	}
}
.mysteryTitle.a1,
.a1 .mysteryHeaderInnder {
	background-color: #5eb9b3;
}
.mysteryTitle.a1 .a-heading__ja {
	background-color: #5eb9b3;
}
.mysteryTitle.a2,
.a2 .mysteryHeaderInnder {
	background-color: #59ad37;
}
.mysteryTitle.a2 .a-heading__ja {
	background-color: #59ad37;
}
.mysteryTitle.a3,
.a3 .mysteryHeaderInnder {
	background-color: #7898c9;
}
.mysteryTitle.a3 .a-heading__ja {
	background-color: #7898c9;
}
.mysteryTitle.b1,
.b1 .mysteryHeaderInnder {
	background-color: #f5e150;
}
.mysteryTitle.b1 .a-heading__ja {
	background-color: #f5e150;
}
.mysteryTitle.b2,
.b2 .mysteryHeaderInnder {
	background-color: #e48683;
}
.mysteryTitle.b2 .a-heading__ja {
	background-color: #e48683;
}
.mysteryTitle.b3,
.b3 .mysteryHeaderInnder {
	background-color: #e79214;
}
.mysteryTitle.b3 .a-heading__ja {
	background-color: #e79214;
}

.mysteryCard .p-top-howto__thumb {
	padding: 0 38px;
	text-align: center;
}
.mysteryGuest {
	width: 300px;
}

.answerBody .p-top-howto__slider li:not(:first-child)::before {
	display: none;
}

.answerBody .js-text-slideup {
	overflow: visible;
	letter-spacing: 0;
	font-size: 100px;
}

.answerBody .js-text-slideup img {
	padding-top: 86px;
	margin-left: -130px;
	width: 135px;
	display: inline-block;
	animation: 0.9s show;
}

.small {
	font-size: 70%;
}
.mysteryHeaderInnder .small {
	padding-top: 8px;
}
.d-none {
	display: none;
}

@media (max-width: 1199px) {
	.answerBody .js-text-slideup {
		font-size: 75px;
	}
	.answerBody .js-text-slideup img {
		padding-top: 66px;
		margin-left: -100px;
		width: 102px;
	}
	.d-sp-none {
		display: none;
	}
	.d-sp-block {
		display: block;
	}
}

.finalMystery {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px 24px 16px;
}

.finalMystery img {
	max-width: 100%;
	border-radius: 16px;
}

.mysteryMessageFinal {
	margin: 32px auto;
}

.finalyMysteryCommand {
	padding: 24px 16px 48px 16px;
	text-align: center;
	font-size: 32px;
	color: #fe2727;
	font-weight: 600;
}

.finalMysteryWrapper {
	background: linear-gradient(rgba(248, 131, 121, 0.2), #773f37, #000000);
}
.finalMysteryWrapper .p-top-attention {
	background-color: unset;
}
.finalMysteryWrapper .p-top-attention__bottom {
	padding-bottom: 0;
}
.finalMysteryWrapper .mysteries {
	background-color: unset;
}
@media (max-width: 1199px) {
	.finalyMysteryCommand {
		font-size: 24px;
		line-height: 1.5;
	}
}

.backToTop {
	width: 240px;
	margin: 32px auto;
}

.coupon {
	padding: 0px 8px 48px 8px;
	background-color: #f88379;
	text-align: center;
}
.couponImage {
	width: 710px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #2d45b3;
	padding: 32px 8px;
}
.couponHeader {
	max-width: 710px;
	text-align: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 24px;
	margin: 0 auto;
}
.couponGuide {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 32px 0;
}
@media (min-width: 1200px) {
	.couponImage {
		padding: 64px 128px;
	}
}
ruby {
	ruby-align: center;
}
.indexPage .p-top-info__about-button {
	margin-bottom: 4px;
}
.indexPage .notice {
	display: flex;
	width: 100%;
	justify-content: start;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 24px;
}

.indexPage .notice::before {
	content: "※";
	display: inline-block;
	width: 1.5em;
}
@media (min-width: 1200px) {
	.indexPage .notice {
		justify-content: center;
	}
}

.mysteryExtraInfo {
	margin-top: 16px;
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
	padding: 0 16px;
}

.step5ResultPage .notice {
	color: #fe2727;
	padding: 0 8px;
	line-height: 1.2;
	font-size: 1.6rem;
}
