@charset "utf-8";

/* 
spice Stylesheet
v1.0.0

/***************************************/
/* img
=======================================*/
img {
	width: 100%;
}

.no_select {
	-webkit-touch-callout: none;
	/* Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Standard */
}

/************************/
/*	link
========================*/
a:link {
	color: #FFBD00;
}

a:visited {
	color: #FFBD00;
}

a:active {
	color: #FFBD00;
}

a:active {
	color: #FFBD00;
}

/* --------------------------------------------------
  index
-------------------------------------------------- */
.index_btn {
	width: 80%;
	margin: 10px auto;
}

.form_box {
	border-radius: 8px;
	padding: 10px;
	margin: 10px;
	border: none;
	background: rgba(249, 207, 255, 0.50);
	color: #1a1a1a;
}

.btn_anm {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.20, 1.20, 1.20);
		transform: scale3d(1.20, 1.20, 1.20);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.20, 1.20, 1.20);
		transform: scale3d(1.20, 1.20, 1.20);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/* --------------------------------------------------
  common
-------------------------------------------------- */
body.siteBody {
	background: url(../img/bg.webp) 0 0 repeat-y;
	background-size: 100%;
	color: #ffffff;
}

body {
	font-family: Arial, san-serif;
	background-color: #fff1cc;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
}

.footerBox {
	bottom: 0;
	width: 100%;
	height: 42px;
	display: table;
	font-size: 0;
	/*background: #d7b616;*/
}

.footerBox li {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}

.copyWrite {
	font-size: 10px;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	color: #ffffff;
}

.copyWrite p {
	width: 100%;
	color: #4b42c5;
	line-height: 1.2em;
}

.topBtn {
	display: block;
	width: 64px;
	height: 25px;
	line-height: 25px;
	margin: 0 0 0 5px;
	color: #220000 !important;
	background-color: #f6d87c;
	font-size: 12px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	letter-spacing: 1px;
}

.helpBtn {
	display: block;
	width: 64px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px 0 0;
	color: #220000 !important;
	background-color: #f6d87c;
	font-size: 12px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	letter-spacing: 1px;
}

/***************************/
/*追加　help
============================*/
.btn_index,
.btn_index:visited {
	width: 70%;
	line-height: 25px;
	padding: 10px;
	margin: 0 auto;
	display: block;
	color: #FFFFFF !important;
	background: #c36dff;
	font-size: 22px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.btn_index:active,
btn_index:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
}

.btn_submit,
.btn_submit:visited {
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	display: block;
	color: #FFFFFF !important;
	background: #ffa500;
	font-size: 18px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.btn_submit:active,
btn_submit:focus {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
}

.btn1 {
	-webkit-animation-name: btn1;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 0s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: btn1;
	-moz-animation-duration: 3s;
	-moz-animation-timing-function: ease;
	-moz-animation-iteration-count: infinite;
	-moz-animation-delay: 0s;
	-moz-animation-fill-mode: forwards;
}

@-webkit-keyframes btn1 {
	55% {
		-webkit-transform: scale(1);
	}

	60% {
		-webkit-transform: scale(1.2);
	}
}

.bg_resultbox_action {
	background: url(../img/bg_mdl.png) 0 0 repeat-y;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
}

.result_text_box {
	font-size: 14px;
	color: #40230b;
	padding: 10px 30px;
}

.wall_img {
	width: 60%;
	margin: 0 auto 10px;
}

.limited_img {
	width: 100%;
	margin: 0 auto;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

legend {
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
}

.ttl_domain,
.ttl_help {
	text-align: center;
	background-color: #d7b616;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	margin: 0 0 10px;
}

.form_text {
	text-align: center;
	color: #40230b;
	font-weight: bold;
	font-size: 16px;
}

.indexBody {
	background: url(../img/back.png) no-repeat;
	background-size: contain;
}

.submit_area {
	position: relative;
	width: 100%;
}

.topText {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 8%;
	left: 0%;
}

.topanm {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0%;
	left: 0%;
}

.mark_base {
	position: absolute;
	z-index: 1;
	width: 85%;
	top: 12%;
	left: 8%;
}

.mark {
	position: absolute;
	width: 85%;
	top: 12%;
	left: 8%;
}

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.mark_A {
	z-index: 5;
}

.mark_B {
	z-index: 11;
	opacity: 0;
}

.timebox {
	*display: none;
	position: absolute;
	z-index: 20;
	top: 2%;
	background: url(../img/bar.png) no-repeat center top #565656;
	background-size: 100% 100%;
	width: 70%;
	margin: 0 15%;
	border: 1px solid #565656;
	overflow: hidden;
}

.bar {
	background: #c5c5c5;
	width: 100%;
	height: 20px;
}

.fadeIn {
	animation: fadeIn 5s ease 1s 1 normal forwards;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.touch_btn {
	position: absolute;
	width: 56%;
	aspect-ratio: 1 / 1;
	top: 54%;
	left: 50.25%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	cursor: pointer;
	clip-path: polygon(29% 0%,
			70.5% 0%,
			100% 29.7%,
			100% 71%,
			70.5% 100%,
			29% 100%,
			0% 71%,
			0% 30%);
}

.submit_text_box {
	border-radius: 8px;
	padding: 15px;
	margin: 10px;
	border: solid 3px #d7b616;
	outline: solid 2px #f6e568;
	background-color: #ffffff;
	color: #1a1a1a;
}

.itemLabel {
	width: 90%;
	padding: 5px;
	margin: 0 auto;
	background: #ccad14;
	text-align: center;
	color: #FFF;
	margin-bottom: 10px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 16px;
}

.controls {
	text-align: center;
	color: #111111;
	font-size: 18px;
}

.btn8 {
	pointer-events: auto;
	width: 240px;
	margin: 0 auto;
	padding: 15px 10px;
	border: none;
	border-bottom: #a41303 solid 2px;
	display: block;
	color: #ffffff !important;
	background-color: #c62020;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	box-sizing: border-box;
	animation: pulse 3s ease infinite;
}

/* --------------------------------------------------
  meantime
-------------------------------------------------- */
.meantime_box {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin: 10px;
	border: 3px #d7b616 solid;
	background-color: #ffffff;
	color: #1a1a1a;
}

.meantime_textbox {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	margin: 10px;
	border: 3px #ffffff solid;
	background-color: #ffffff;
	color: #1a1a1a;
}

.fs_bold {
	font-weight: bold;
}

.btn_meantime,
.btn_meantime:visited {
	width: 80%;
	padding: 15px 0;
	margin: 0 auto;
	display: block;
	color: #FFFFFF !important;
	background: #8D0000 url(../img/icon_allow.png) no-repeat 90%;
	background-size: 26px, 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.btn_meantime_anm {
	-webkit-animation-name: btn_meantime_anm;
	animation-name: btn_meantime_anm;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes btn_meantime_anm {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes btn_meantime_anm {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.10, 1.10, 1.10);
		transform: scale3d(1.10, 1.10, 1.10);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

/* --------------------------------------------------
  
-------------------------------------------------- */
.btn_img {
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
	width: 80%;
}

.hand {
	position: absolute;
	z-index: 10;
	width: 45%;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
}

.hand img {
	margin-left: -8vmin;
	animation: tapAnimation 2s infinite;
}

@keyframes tapAnimation {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}
}

.ripple1 {
	position: absolute;
	bottom: 26vmin;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transform: translateX(-50%);
	left: 50%;
	background-color: rgba(255, 255, 255, 0);
	animation: rippleAnimation1 2s infinite;
}

.ripple2 {
	position: absolute;
	bottom: 18vmin;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	transform: translateX(-50%);
	left: 50%;
	background-color: rgba(255, 255, 255, 0);
	animation: rippleAnimation2 2s infinite;
}

@keyframes rippleAnimation1 {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	}

	100% {
		box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
	}
}

@keyframes rippleAnimation2 {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	}

	100% {
		box-shadow: 0 0 0 150px rgba(255, 255, 255, 0);
	}
}

/***************************************/
/*	footer
=======================================*/


nav {
	margin: 0 8px;
}

ul.f_nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px auto 0;
}

ul.f_nav li {
	width: 50%;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding: 0 5px;
}

ul.f_nav li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
	background: #431606;
	font-size: 0.8rem;
	line-height: 1.2rem;
	padding: 0 1em;
	border: 2px solid #ffffff;
	border-radius: 5px;
}

ul.f_nav li>a {
	border-width: 1px;
	text-decoration: none;
}

.footerBox {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 40px;
	display: table;
	font-size: 0;
}

.footerBox li {
	display: table-cell;
	vertical-align: middle;
}

.copyRight {
	font-size: 0.8rem;
	color: #431606;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
}

/* ??? */
.btn_anm {
	animation-name: pulse;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0.8;
	}
}

/***************************************/
/*	index　ページ遷移時のアニメーション
=======================================*/

.zoom_img {
	animation: move_animation 1s ease-in-out 0s forwards;
}

@keyframes move_animation {
	to {
		top: 35%;
		left: 53%;
		width: 30%;
		transform: translateX(-50%);
	}
}

/* 光彩エフェクト */
.light_effect {
	position: absolute;
	top: 165%;
	left: 50%;
	width: 0;
	height: 0;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: light_expand 2s ease-in-out 1s forwards;
	z-index: 1000;
}

@keyframes light_expand {
	from {
		width: 0;
		height: 0;
	}

	to {
		width: 1000vw;
		height: 1000vw;
		opacity: 1;
	}
}


/***************************************/
/*	form ページ遷移時のアニメーション
=======================================*/

body.fadeIn {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}