@charset "UTF-8";
/*!
Theme Name: myTheme 2025/05/07
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhive.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
/* Components
--------------------------------------------------------------*/
/* Layouts
--------------------------------------------- */
.header__menu-body__nav ul li.dropdown {
	height: 100%;
	position: relative;
}

@media (max-width: calc(768px + 1px)) {
	.header__gnav__item.dropdown:hover {
		opacity: 1;
	}
}

.dropdown-menu {
	height: calc(100vw * 32 / 1920);
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 768px) {
	.dropdown-menu {
		height: 32rem;
	}
}

.dropdown-menu img {
	height: 100%;
	width: auto;
	margin-right: 4px;
}

.dropdown-menu i {
	font-size: 10px;
	color: #ff6ea2;
}

@media (max-width: calc(768px + 1px)) {
	.dropdown-menu i {
		color: #fff;
		font-size: 20rem;
	}
}

.header__gnav__item.dropdown {
	position: relative;
}

/* PC Styles */
.dropdown {
	position: relative;
}

.dropdown-content {
	display: none;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	top: 86%;
	right: -30%;
	background-color: #fff;
	padding: 10px 12px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	color: #ff6ea2;
	font-size: 18rem;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: calc(768px + 1px)) {
	.dropdown-content {
		width: fit-content;
		padding: 10rem;
		gap: 16rem;
		font-size: 16rem;
	}
}

.header__menu-body__nav ul li .dropdown-content a {
	white-space: nowrap;
}

@media (max-width: calc(768px + 1px)) {
	.header__menu-body__nav ul li .dropdown-content a {
		font-size: 18rem;
	}
}

.dropdown-content.is-show {
	display: flex;
}

.dropdown-content.is-show a {
	white-space: nowrap;
}

@media screen and (min-width: 769px) {
	.header__gnav__item.dropdown {
		opacity: 1;
	}
	.header__gnav__item.dropdown:hover {
		opacity: 0.6;
	}
	.header__gnav__item.dropdown:has(.dropdown-content.is-show):hover {
		opacity: 1;
	}
	.header__gnav__item.dropdown .dropdown-content a:hover {
		opacity: 0.6;
	}
}

/* SP Styles */
@media (max-width: calc(768px + 1px)) {
	.dropdown-content {
		display: none;
		position: static;
		background-color: #fff;
		transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.dropdown.active .dropdown-content {
		display: block;
	}
}

.header__gnav__list {
	column-gap: calc(100vw * 16 / 1920);
}

.header__gnav__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__gnav__item .link {
	display: inline-block;
	height: calc(100vw * 24 / 1920 - 2px);
	background-image: url("./assets/images/common/menu-text.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.header__gnav__item .about {
	width: calc(100vw * 80 / 1920);
	background-position: 0 0;
}

.header__gnav__item .news {
	width: calc(100vw * 65 / 1920);
	background-position: 10% 0%;
}

.header__gnav__item .member {
	width: calc(100vw * 105 / 1920);
	background-position: 19% 0%;
}

.header__gnav__item .media {
	width: calc(100vw * 75 / 1920);
	background-position: 31% 0%;
}

.header__gnav__item .trophies {
	width: calc(100vw * 110 / 1920);
	background-position: 42% 0%;
}

.header__gnav__item .guide {
	width: calc(100vw * 130 / 1920);
	background-position: 56% 0%;
}

.header__gnav__item .faq {
	width: calc(100vw * 55 / 1920);
	background-position: 66% 0%;
}

.header__gnav__item .audition {
	width: calc(100vw * 115 / 1920);
	background-position: 77% 0%;
}

.header__gnav__item .store {
	display: inline-block;
	height: calc(100vw * 24 / 1920 - 2px);
	background-image: url("./assets/images/common/menu-text.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: calc(100vw * 90 / 1920);
	background-position: 88% 0%;
}

.header__gnav__item .fanclub {
	display: inline-block;
	height: calc(100vw * 24 / 1920 - 2px);
	background-image: url("./assets/images/common/menu-text.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: calc(100vw * 105 / 1920);
	background-position: 100% 0%;
}

.header__gnav__item .fanclub-accordion {
	display: inline-block;
	height: calc(100vw * 24 / 1920 - 2px);
	background-image: url("./assets/images/common/menu-text.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: calc(100vw * 19 / 1920);
	background-position: 89% 0%;
}

.header__contact .contact {
	display: inline-block;
	width: calc(100vw * 140 / 1920);
	height: calc(100vw * 140 / 1920);
	background-image: url("./assets/images/common/menu-large.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 64% 0%;
}

.header__studiomembers .studiomembers {
	display: inline-block;
	width: calc(100vw * 210 / 1920);
	height: calc(100vw * 145 / 1920);
	background-image: url("./assets/images/common/menu-large.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.header__vspofc .vspofc {
	display: inline-block;
	width: calc(100vw * 180 / 1920);
	height: calc(100vw * 74 / 1920);
	max-width: 180px;
	max-height: 74px;
	background-image: url("./assets/images/common/FAN_CLUB_link_pc.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

/* sp */
.header__menu-body__nav__item .link,
.header__menu-body__nav__item .store {
	height: 32rem;
	background-image: url("./assets/images/common/vspo_menu_sp.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.header__menu-body__nav__item .top {
	width: 115rem;
	background-position: 0 -1%;
}

.header__menu-body__nav__item .about {
	width: 115rem;
	background-position: 0 9%;
}

.header__menu-body__nav__item .news {
	width: 115rem;
	background-position: 0 20%;
}

.header__menu-body__nav__item .member {
	width: 115rem;
	background-position: 0 30%;
}

.header__menu-body__nav__item .media {
	width: 115rem;
	background-position: 0 40%;
}

.header__menu-body__nav__item .trophies {
	width: 115rem;
	background-position: 0 50%;
}

.header__menu-body__nav__item .guide {
	width: 115rem;
	background-position: 0 60%;
}

.header__menu-body__nav__item .faq {
	width: 115rem;
	background-position: 0 70%;
}

.header__menu-body__nav__item .audition {
	width: 115rem;
	background-position: 0 80%;
}

.header__menu-body__nav__item .store {
	width: 115rem;
	background-position: 0 90%;
}

.header__menu-body__nav__item .fanclub {
	width: 115rem;
	background-position: 0 100%;
}

.header__contact.jp {
	position: fixed;
	top: calc(100vw * 100 / 1920);
	right: calc((100% - (100vw * 1440 / 1920)) / 30);
}

.header__studiomembers {
	position: fixed;
	top: calc((100vw * 52 / 1920) - 1vw);
	right: calc((100vw * 1400 / 1920) / 8);
	z-index: 6;
	width: calc(100vw * 200 / 1920);
	height: auto;
	max-width: 200px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.header__studiomembers {
		display: none;
	}
}

.header__vspofc {
	position: fixed;
	top: calc((100vw * 52 / 1920) - 1vw);
	right: calc((100vw * 1400 / 1920) / 10);
	z-index: 6;
	width: calc(100vw * 200 / 1920);
	height: auto;
	max-width: 200px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.header__vspofc {
		display: none;
	}
}

.followlink {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: calc(100vw * 800 / 1920);
	height: auto;
	overflow: hidden;
	z-index: 6;
}

@media screen and (min-width: 769px) {
	.followlink {
		display: none;
	}
}

/* Pages
--------------------------------------------- */
/* ************************* */
/* 	Drill */
/* ************************* */
/* ドリル終了 */
.drill-closed {
	width: 100%;
	padding: 60px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.drill-closed p {
	font-size: 36px;
	line-height: 1.4;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.drill-closed .sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.drill-closed {
		padding: 40px 0 0;
	}
	.drill-closed p {
		font-size: 18px;
	}
}

/* Drill */
.drill {
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 6;
}

.drill .quiz__top {
	max-width: 270px;
	width: 100%;
	margin: 100rem auto 0;
}

@media screen and (max-width: 768px) {
	.drill .quiz__top {
		max-width: 50%;
		width: 100%;
	}
}

.drill .quiz__bottom {
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.drill .question-wrapper {
	margin-bottom: 32px;
	padding: 16px 64px 32px;
	border-radius: 40px;
	border: 5px solid #7264d0;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
	.drill .question-wrapper {
		padding: 16px;
	}
}

.drill .question {
	width: 90%;
	margin: 0 auto 24px;
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.6px;
}

@media screen and (max-width: 768px) {
	.drill .question {
		font-size: 18px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -0.9px;
	}
}

.drill .question-q {
	margin-bottom: 16px;
	text-align: center;
}

.drill .label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.drill .option {
	width: 90%;
	padding: 8px 60px;
	border-radius: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #ff6ea2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.2px;
	color: #fff;
	word-break: break-word;
}

@media screen and (max-width: 768px) {
	.drill .option {
		width: 80%;
		padding: 8px 16px;
		font-size: 16px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -0.8px;
		word-break: break-word;
	}
}

.drill .option-label {
	margin-right: 8px;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.2px;
	color: #fff;
}

.drill input[type="radio"] {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	border: 1px solid #7264d0;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.drill input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #7264d0;
	content: "";
}

/* ボタン */
.drill .btn-check,
.drill .btn-again {
	display: flex;
	max-width: 380px;
	width: 100%;
	margin: 80px auto;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background: #ff6ea2;
	color: #fff;
	font-size: 38px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.9px;
	transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
	.drill .btn-check {
		max-width: 310px;
		margin: 40px auto;
		font-size: 24px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -1.2px;
	}
	.drill .btn-again {
		max-width: 310px;
		margin: 40px auto;
		font-size: 24px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -1.2px;
	}
}

.drill .btn-check:hover {
	background: #7264d0;
}

.drill .btn-check button,
.drill .btn-again button {
	padding: 18px 0;
	width: 100%;
	height: 100%;
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.9px;
}

@media screen and (max-width: 768px) {
	.drill .btn-check button,
	.drill .btn-again button {
		font-size: 24px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -1.2px;
	}
}

/* Score */
.drill .score {
	padding: 60px 0 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	border: 5px solid #7264d0;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
	.drill .score {
		padding: 40px 0 24px;
	}
}

.drill .score-text {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1.6px;
}

@media screen and (max-width: 768px) {
	.drill .score-text {
		font-size: 24px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -1.2px;
	}
}

.drill .score-point {
	color: #7264d0;
	font-size: 100px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -5px;
}

@media screen and (max-width: 768px) {
	.drill .score-point {
		font-size: 60px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -3px;
	}
}

.drill .score-point .number {
	color: #7264d0;
	font-family: "Bebas Neue", sans-serif;
	font-size: 220px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media screen and (max-width: 768px) {
	.drill .score-point .number {
		font-size: 140px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
}

.drill .btn-share {
	padding: 15px 0;
	display: flex;
	max-width: 380px;
	width: 100%;
	margin: 40px auto;
	border-radius: 50px;
	background: #0f1419;
}

.drill .share-link {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1px;
}

/* 回答ページ */
.correct,
.incorrect {
	font-size: 20px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.correct,
	.incorrect {
		margin-bottom: 6px;
	}
}

.correct {
	color: #de1310;
}

.incorrect {
	color: #036cb2;
}

.result {
	padding-bottom: 40px;
	margin-bottom: 40px;
	color: #000;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -2px;
	border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 768px) {
	.result {
		padding-bottom: 24px;
		margin-bottom: 24px;
		font-size: 24px;
	}
}

.drill .checked.questions {
	padding: 40px;
	border-radius: 40px;
	border: 1px solid #ddd;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.drill .checked.questions {
		padding: 24px 16px;
	}
}

.drill .checked .question-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border: none;
	margin-bottom: 24px;
	box-shadow: none;
	padding: 0;
	background: none;
}

@media screen and (max-width: 768px) {
	.drill .checked .question-wrapper {
		flex-direction: column-reverse;
	}
}

.drill .checked .question {
	display: flex;
	margin: 0 auto 8px 0;
	width: 85%;
}

@media screen and (max-width: 768px) {
	.drill .checked .question {
		width: 100%;
	}
}

.drill .checked .question-q {
	margin-bottom: 0;
	margin-right: 16px;
	width: 7%;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.drill .checked .question-q {
		margin-right: 0;
		font-size: 16px;
		width: auto;
	}
}

.drill .checked .question-text {
	width: 85%;
	font-size: 20px;
	font-style: normal;
	font-weight: 6;
	line-height: normal;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
	.drill .checked .question-text {
		font-size: 16px;
		font-style: normal;
		font-weight: 6;
		line-height: normal;
		letter-spacing: -0.8px;
		width: 100%;
	}
}

li[data-id="yuuhi"] .member__visual__item:nth-child(1) {
	width: 130%;
}

@media screen and (max-width: 768px) {
	li[data-id="yuuhi"] .member__visual__item:nth-child(1) {
		margin-left: -60px;
		margin-top: 30px;
	}
}

#main li[data-id="yuuhi"] .member__visual {
	width: 650rem;
	margin-top: -190rem;
}

@media screen and (max-width: 768px) {
	#main li[data-id="yuuhi"] .member__visual {
		width: 260rem;
		margin-top: 40rem;
	}
}

/* 	6/24 */
@media (max-width: 768px) {
	.header__menu-body__nav {
		margin-top: 70rem;
	}
	.header__menu-body__nav ul {
		row-gap: 15rem;
	}
}

@media (max-width: 768px) {
	.member-new .member__top {
		padding-bottom: 62rem;
	}
	.member-new .member__single {
		padding-top: 0;
	}
}

.member-new .member__single .member__single__list {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	min-height: 62.5vw;
}

.member-new .member__single.--active .member__single__list {
	position: relative;
	pointer-events: auto;
	opacity: 1;
}

.member-new .member__single__item.swiper-slide-visible .member__visual__list,
.member__single__item.swiper-slide-visible .member__info,
.member__single__item.swiper-slide-visible .member__visual__sd {
	opacity: 1;
	transform: none;
}

.member__single__item.swiper-slide-visible .member__visual__bg {
	-webkit-animation: memberBgOpen 0.4s cubic-bezier(0.87, 0, 0.13, 1) both;
	animation: memberBgOpen 0.4s cubic-bezier(0.87, 0, 0.13, 1) both;
	-webkit-animation-delay: calc(0.4s - 0.2s);
	animation-delay: calc(0.4s - 0.2s);
}

@media screen and (max-width: 768px) {
	.member .member__visual__en {
		top: 100%;
	}
	.member .member__visual__en span {
		display: block;
		translate: 0;
	}
}

.member__illust-change span.custom::before,
.member__illust-change span.custom::after {
	background-color: var(--text-color, #fff);
	/* カスタムプロパティを使用 */
}

.modal-bilibili {
	--btn-width: 56px;
	--btn-height: var(--btn-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(64, 64, 64, 0.8);
	opacity: 0;
}

:root {
	--f-min: 0.875rem;
}

.trophies__modal__dl dd {
	margin-top: 14rem;
	font-size: 28rem;
	color: #fff;
	line-height: 1.5;
}

.trophies__modal__dl dd.trophies-date {
	margin-top: 4rem;
	font-size: 14rem;
	color: #ccc;
}

#wpadminbar {
	display: none;
}

img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}

@media print {
	body {
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */