@charset "utf-8";
/* CSS Document */

.font_dada {
	font-family: ads-dada, sans-serif;
	font-weight: 400;
}
.font_handic {
	font-family: sichandich, sans-serif;
	font-weight: 400;
}
.font_printem {
	font-family: sicprintempspetit, sans-serif;
	font-weight: 400;
}
.font_printem.e {
	font-weight: 800;
}
.font_yumincho {
	font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
}

.present_head {
	padding-bottom: 50px;
	/*margin-bottom: 150px;*/
	position: relative;
}
.present_head::after {
	content: "";
	width: 100%;
	height: 450px;
	position: absolute;
	bottom: -450px;
	left: 0;
	background: url(https://www.koredeiinoda.net/omakeinline/90th/pre90-bg-sp.png) center top repeat #231313;
	background-size: 375px auto;
	background-blend-mode: soft-light;
}
.logo_img {
	width: 88%;
	margin: 2em auto;
}
.present_read {
	width: 100%;
	margin: 2em auto;
}
.read1 {
	font-size: 4.2vw;
	text-align: center;
}
.read1 .font_dada {
	font-size: 5vw;
}
.read1 .red {
	color: red;
}
.read2 {
	font-size: 3.8vw;
	text-align: center;
}
.oubo {
	font-size: 3.6vw;
	text-align: center;
	background-color: #00c323;
	color: #fff;
	width: fit-content;
	margin: 0.5em auto 0;
	padding: 0 0.25em;
}

.present_list {
	margin: 2em auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.present_img {
	width: 40%;
	margin: 0;
}
.present_img.present_c {
	margin-top: -5.5%;
}

.sticky_form_wrap {
	/* position: sticky; 画面上部に固定（スクロールしても見える）
	top: 10px;*/
	position: relative;
	z-index: 10; 
	padding: 135px 0;
}

.sticky_form {
	width: 90%;
	margin: 0 auto;
	border: 2px #000 solid;
	border-radius: 5px;
	padding: 1px;
	box-sizing: border-box;
	background-color: #fff;
}

.sticky_form_inner {
	width: 100%;
	margin: 0;
	border: 1px #000 solid;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
}
.quiz_text {
	font-size: 4.4vw;
	text-align: center;
}
.kword_group {
	display: flex;
	justify-content: center;
	text-align: center;
}
.kword_wrap {
	margin: 0 1px;
	position: relative;
}
.kbtn {
 	padding: 3px 10px;
 	border: 2px solid #000;
 	text-align: center;
 	background: #000;
 	font-size: 18px;
 	cursor: pointer;
}
.kbtn .sh_text {
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.kbtn:hover {
	border: 2px solid #00c323;
	background: #fff;
	animation: onewordblink 0.8s alternate infinite;
}
.kbtn:hover .sh_text {
	color: #00c323;
}
@keyframes onewordblink {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}
}

.oneword {
 	text-align: center;        /* センター揃え */
 	color: transparent;        /* 入力前のテキストは透明にして非表示 */
 	caret-color: #000;         /* 黒背景上のキャレットが見えるようにする */
 	font-size: 18px;
 	width: 8vw;
	height: 7vw;
	position: absolute;
	left: calc(50% - 3.8vw);
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-origin: center;
	animation: kbtnblink 0.8s alternate infinite;
	cursor: pointer;
	border: 2px #ccc dotted;
	box-sizing: border-box;
}
@keyframes kbtnblink {
	0% {
		transform: scale(0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1);
	}
}

/* プレースホルダー（A）を白に */
.oneword::placeholder {
	color: #fff;
}

/* フォーカス時（または値があるとき）は白背景＋黒テキスト */
.oneword:focus,
.oneword:not(:placeholder-shown) {
	background: #fff;
	color: #000;    /* 入力された文字を表示 */
	font-size: 22px;
	animation: none;
}
.oneword:focus {
	outline: none;
	border: 2px solid #00c323;
}
.active-input {
	outline: none;
	border: 2px solid #00c323;
	background: #fff;
}
.active-input::placeholder {
	color: #00c323;
}
.active-input:focus::placeholder {
	color: #fff;
}

#m_a .oneword {
	top: 12.3%;
    margin-left: -10.6%;
}
#m_b .oneword {
	top: 28.2%;
	margin-left: -10.6%;
}
#m_c .oneword {
	top: 27%;
	margin-left: 11.6%;
}
#m_d .oneword {
	top: 5.4%;
	margin-left: 11.6%;
}
#m_e .oneword {
	top: 8.8%;
	margin-left: -15.6%;
}
#m_f .oneword {
	top: 28%;
	margin-left: 28.8%;
}
#m_g .oneword {
	top: 24.8%;
	margin-left: -21.8%;
}
.hint_wrap {
	padding-top: 10px;
}
.hintbtn {
	display: block;
	font-size: 4vw;
	width: 18em;
	height: 50px;
	margin: 0 auto;
	background-color: black;
	border-radius: 5px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	transition: color 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1;
}
.hintbtn_text {
	color: #fff;
}
.hintbtn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0; /* 初期状態では高さ0 */
    background-color: red; /* 溜まる液体の色 */
    transition: height 0.5s ease-in-out;
    z-index: -1;
    animation: liquidfull 1.2s ease-in-out alternate infinite;
}
@keyframes liquidfull {
	0% {
		height: 0;
	}
	70% {
		height: 100%;
	}
	100% {
		height: 100%;
	}
}
.hintbtn:hover::before {
    height: 100%; /* ホバー時に高さ100%まで広がる */
}
.hint_text {
	color: black;
	text-align: center;
	animation: liquidfulltext 1.2s ease-in-out alternate infinite;
}
@keyframes liquidfulltext {
	0% {
		color: black;
		transform: translateY(5px);
	}
	67% {
		color: black;
		transform: translateY(5px);
	}
	68% {
		color: red;
		transform: translateY(7px);
	}
	73% {
		color: red;
		transform: translateY(-10px);
	}
	78% {
		color: red;
		transform: translateY(-9px);
	}
	81% {
		color: red;
		transform: translateY(-10px);
	}
	84% {
		color: red;
		transform: translateY(-9px);
	}
	94% {
		color: red;
		transform: translateY(-10px);
	}
	100% {
		color: red;
		transform: translateY(10px);
	}
}
.stickybottom {
	position: sticky;
	bottom: 10px;
	left: 0;
}

.present_oubo {
	padding: 150px 0;
}
.p-btn {
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	margin: 1em auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	border-radius: 25px;
	transition: 0.4s;
	cursor: pointer;
}
.p-btn:hover {
	opacity: 0.5;
}
.p-btn_a {
	background-color: #ff1919;
}
.p-btn_b {
	background-color: #00c323;
}

@media (min-width: 768px) {
	.present_head {
		margin: 0 auto 80px;
		padding-bottom: 20px;
	}
	.present_head_inner {
		width: 1120px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.logo_img {
		width: 520px;
	}
	.present_read {
		margin: 0 auto;
	}
	.read1 {
		font-size: 22px;
	}
	.read1 .font_dada {
		font-size: 28px;
	}
	.present_img {
		width: 180px;
	}
	.read2 {
		font-size: 20px;
	}
	.oubo {
		font-size: 20px;
	}
	.present_list {
		margin: 20px auto;
	}
	.present_img.present_c {
		margin-top: 0;
	}
	.present_head::after {
		width: 100%;
		height: 270px;
		bottom: -270px;
		left: 0;
	}
	.sticky_form_wrap {
		padding: 0px 0px 80px;
	}
	.sticky_form {
		width: 780px;
	}
	.sticky_form_inner {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.quiz_text {
		font-size: 20px;
		text-align: left;
	}
	.kbtn {
		font-size: 24px;
		width: 1em;
		padding: 8px 12px;
		outline: none;
		border: 2px solid #000;
	}
	.hint_wrap {
		padding-top: 0;
	}
	.hint_text {
		font-size: 20px;
	}
	.hintbtn {
		font-size: 20px;
	}
	.sh_main .main {
		height: 680px;
		min-height: unset;
		max-height: unset;
	}
	.oneword {
		width: 32px;
		height: 26px;
		left: calc(50% - 14px);
	}
	@keyframes kbtnblink {
		0% {
			transform: scale(0.75);
			opacity: 1;
		}
		100% {
			transform: scale(1);
		}
	}
	#m_a .oneword {
		top: 399px;
		margin-left: 187px;
	}
	#m_b .oneword {
		top: 546px;
		margin-left: 188px;
	}
	#m_c .oneword {
		top: 496px;
		margin-left: 230px;
	}
	#m_d .oneword {
		top: 324px;
		margin-left: 230px;
	}
	#m_e .oneword {
		top: 398px;
		margin-left: 169px;
	}
	#m_f .oneword {
		top: 251px;
		margin-left: 250px;
	}
	#m_g .oneword {
		top: 80px;
		margin-left: 139px;
	}

	.present_oubo {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 100px 0;
	}
	.p-btn {
		font-size: 22px;
		width: 280px;
		margin: 0 10px 0;
	}
}
