@charset "shift_jis";

.popup-ready-message img {
	max-width: 100%;
	vertical-align: middle;
}

/*magnific-popup */
.mfp-bg {
	opacity: 0.7;
	z-index: 100003 !important;
	cursor: pointer;
	pointer-events: auto !important;
	top: 0; right: 0; bottom: 0; left: 0;
	position: fixed !important;
	overflow-y: hidden;
}

.mfp-wrap {
	z-index: 100004 !important;
	top: 0 !important;
	left: 0 !important;
	position: fixed !important;
}

.mfp-content {
	height: 100%;
}

button.mfp-close {
	top: -20px;
	right: -20px;
	border: 5px solid #295699;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	opacity: 1;
}

#popup-ready-container button.mfp-close {
	border: 5px solid #295699;
}

button.mfp-close::before,
button.mfp-close::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 2px;
	border: 3px solid white;
	background-color: white;
	border-radius: 50px;
	width: 30px;
}

#popup-ready-container button.mfp-close::before,
button.mfp-close::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 2px;
	border: 3px solid #295699;
	background-color: #295699;
	border-radius: 50px;
	width: 30px;
}

button.mfp-close::before {
	transform: rotate(45deg);
}

button.mfp-close::after {
	transform: rotate(-45deg)
}

.mfp-close:active {
	top: -20px;
}

#popup-ready-container {
	position: relative;
	color: #fff;
	z-index: 10000;
	height: 100vh;
}

#popup-ready-container .popup-ready-box {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 40%;
	max-width: 500px;
}

.popup-ready-box::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: repeating-conic-gradient(transparent 0%, transparent 3%, #FFF8DC 3%, #FFF8DC 7%); */
	z-index: -1;
}

#popup-ready-container .popup-ready-message {
	position: relative;
}

#popup-ready-container .popup-ready-message .bubble {
	position: absolute;
	font-size: 2rem;
	display: inline;
	width: 140px;
	height: 40px;
	line-height: 1;
	top: 0;
	left: 120px;
	background-color: #295699;
	color: #fff;
	border-radius: 15px;
	padding: 11px 0px;
	margin-left: 50px;
}

#popup-ready-container .popup-ready-message .bubble::before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 10px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #295699;
	z-index: 0;
	transform: rotate(90deg);
}

#popup-ready-container .popup-ready-message .popup-return {
	font-weight: bold;
	font-size: 32px;
	-webkit-text-stroke: 5px #f4721b;
	paint-order: stroke;
	padding-top: 40px;
	color: #fff;
}

#popup-ready-container .popup-ready-message .popup-credit {
	font-weight: bold;
	font-size: 24px;
	-webkit-text-stroke: 5px #f4721b;
	paint-order: stroke;
}

#popup-ready-container .popup-ready-message .popup-max {
	font-weight: bold;
	font-size: 48px;
	-webkit-text-stroke: 5px #f4721b;
	paint-order: stroke;
	color: #fff;
	line-height: 1;
	width: 80%;
	background: linear-gradient(transparent 70%, #f6ff5f 75%);
	margin: 0 auto;
}

#popup-ready-container .popup-ready-message .popup-thirteen {
	font-weight: bold;
	font-size: 190px;
}

#popup-ready-container .popup-ready-message .popup-thirteen span {
	font-size: 50%;
}

#popup-ready-container .popup-ready-message .popup-attention {
	font-weight: bold;
	padding-bottom: 40px;
	paint-order: stroke;
	color: #f4721b;
}

.mfp-zoom-out-cur .mfp-content {
	height: auto;
	;
}

.mfp-zoom-out-cur .mfp-figure:after {
	content: none;
}

.mfp-zoom-out-cur .mfp-figure .mfp-close {
	color: #FFF;
	top: 0;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-zoom-out-cur .mfp-figure .mfp-close:before,
.mfp-zoom-out-cur .mfp-figure .mfp-close:after {
	content: none;
}

@media screen and (max-width: 768px) {
	#popup-ready-container .popup-ready-box {
		width: 90%;
	}

	#popup-ready-container .popup-ready-message .bubble {
		left: 0;
		font-size: 3vw;
		padding: 6vw 0;
		width: 15vw;
		height: 15vw;
	}

	#popup-ready-container .popup-ready-message .bubble::before {
		border: 3vw solid transparent;
		border-left: 3vw solid #295699;
		bottom: -2vw;
		left: 10.5vw;
	}

	#popup-ready-container .popup-ready-message .popup-max {
		font-size: min(10vw, 32px);
	}

	#popup-ready-container .popup-ready-message .popup-return {
		padding-top: min(50px, 15vw);
		font-size: min(10vw, 24px);
	}

	#popup-ready-container .popup-ready-message .popup-thirteen {
		font-weight: bold;
		font-size: min(16vw, 90px);
	}

	#popup-ready-container .popup-ready-message .popup-credit {
		font-size: min(6vw, 24px);
	}
}

.fs--smaller p {
	font-size: .8em;
}
.fs--1rem{
	font-size: 1rem !important;
}

.inthreedays{
	font-size: 2rem;
	background-color: #e3edf9;
	border-radius: 5px;
	padding: 10px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.inthreedays{
    margin: 0 3vw;
	}
}

#popup-ready-container {
	pointer-events: none;
}

#popup-ready-container .popup-ready-box,
#popup-ready-container .popup-ready-box * {
	pointer-events: auto;
}
