@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      77.0.0
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/


body {
	font-family: "Noto Sans JP", serif;
	background-color: #fff;
	font-size: 16px;
	color: #252628;
	letter-spacing: 0.04em;
}

.container {
	width: calc(100% - 160px);
	max-width: 1200px;
	margin: 0 auto;
}

.archive {
	margin-left: 0;
}

br.mb-br {
	display: none;
}

/* Header */
.l-header {
	background-color: #fff;
}

.siteTitle {
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: space-between;
  	align-items: center;
	margin-top: 26px;
	margin-bottom: 26px;
	padding-left: 24px;
	padding-right: 24px;
}

.siteTitle__logo {
    max-height: 44px;
    line-height: 44px;
}

.siteTitle__link {
	height: 44px;
}

.siteTitle__img {
	height: 100%;
	max-height: 44px;
}

.siteTitle__sub {
	color: #625c56;
	margin-left: 32px;
	font-weight: 700;
	font-size: 14px;
}

.header-btn-section {
	display: flex;
	gap: 16px;
}

#mobile_nav_toggle {
	border: 0;
	padding: 7px 9px;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.4s all ease;
	background-color: transparent;
}

#mobile_nav_toggle:hover {
	background-color: #f6f2ef;
}

#mobile_nav_toggle span {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #a28264;
	border-radius: 2px;
	margin: 6px 0;
}

#mobile_nav_panel {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #faf9f7;
	z-index: 10000;
	display: none;
}

#mobile_nav_panel.active {
	display: block;
}

#mobile_nav_panel .close-nav-btn {
	padding: 30px 120px;
	position: relative;
	text-align: right;
}

#mobile_nav_panel .close-nav-btn button {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 90px;
	border-radius: 4px;
	transition: 0.4s all ease;
	border: 0;
	text-align: center;
	background-color: transparent;
}

#mobile_nav_panel .close-nav-btn button img {
	width: 44px;
}

#mobile_nav_panel .close-nav-btn button:hover {
	background-color: #f6f2ef;
	cursor: pointer;
}

#mobile_nav_panel ul {
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
}

#mobile_nav_panel ul li {
	position: relative;
	list-style: none;
	transition: 0.2s all ease;
}

#mobile_nav_panel ul li::before {
	position: absolute;
	content: '';
	right: 14px;
	top: 50%;
	margin-top: -5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url('./assets/img/row.svg');
	transform: rotate(-90deg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1000;
}

#mobile_nav_panel ul li a {
	display: block;
	color: #634c36;
	font-weight: normal;
	line-height: 32px;
	padding: 17px 16px;
	letter-spacing: 0;
}

#mobile_nav_panel ul li:hover {
	background-color: #F6F2EF;
}

/* Sticky header */
#spacing {
	height: 96px;
}

header.l-header {
    height: 96px;
    transition: all 0.2s ease-in-out;
    will-change: transform, height;
}

header.l-header {
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

#spacing {
    height: 0;
}

#spacing.sticky {
    height: 96px;
}

header.l-header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
	z-index: 10000;
}

header.l-header.sticky.active {
    transform: translateY(0);
}

/* Home page */
#search_box {
	display: flex;
	justify-content: space-around;
	align-items: end;
	width: calc(100% - 160px);
    max-width: 1200px;
	background-color: #F6F2EF;
	border-radius: 12px;
	margin: auto;
	margin-top: 32px;
	margin-bottom: 120px;
	padding-left: 40px;
	padding-top: 46px;
	padding-right: 55px;
	text-align: center;
}

#search_box .search-form {
	flex: 1;
	position: relative;
	bottom: 80px;
}

#search_box .search-form span {
	display: block;
	color: #625c56;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 38px;
}

#search_box .search-form form {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

#search_box .search-form form input {
	border: solid 1px #bdbebf;
	border-radius: 8px;
	width: 100%;
	height: 58px;
	outline: none;
	text-indent: 60px;
}

#search_box .search-form form input::placeholder {
  color: #d3d4d4;
  font-weight: 400;
  opacity: 1;
}

#search_box .search-form form button {
	position: absolute;
	border: 0;
	padding: 0;
	background-color: transparent;
	left: 26px;
	top: 50%;
	transform: translateY(-40%);
	cursor: pointer;
}

.section-heading {
	position: relative;
	margin-bottom: 34px;
}

.section-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 38px;
	border-radius: 4px;
	background-color: #a28264;
}

.section-heading span {
	color: #252628;
	font-weight: 700;
	font-size: 24px;
	padding-left: 16px;
	display: block;
	line-height: 1.6;
}

/* Faq List */
#home_faqs {
	margin-bottom: 120px;
}

#home_faqs .faq-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

#home_faqs .faq-list .faq-item {
	flex: calc(50% - 20px);
	margin-bottom: 0;
}

p.no-data {
	text-align: center;
	margin-top: 60px;
	font-weight: 400;
}

.faq-list .faq-item {
    font-family: 'inter';
    position: relative;
    background: linear-gradient(60.14deg, #7A624B -1.7%, #AE9A87 102.97%, #BDA792 102.97%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: background 0.2s ease-in-out;
}

.faq-list .faq-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(60.14deg, #544232 -1.7%, #A68E78 102.97%, #BDA792 102.97%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 0;
    border-radius: 10px;
}

.faq-list .faq-item:hover::before {
    opacity: 1;
}

.faq-list .faq-item a {
    display: flex;
    gap: 16px;
    color: #fff;
    padding: 22px 30px;
    position: relative;
    font-weight: 400;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.faq-list .faq-item a span {
    line-height: 1.8em;
}

.faq-list .faq-item:hover a {
    color: #f0f0f0;
}

.faq-list .faq-item:hover a {
    color: #f0f0f0;
}

/* Faq Category List */
#home_faq_categories {
	margin-bottom: 120px;
}

#home_faq_categories .faq-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}

#home_faq_categories .faq-category-list .faq-category-item {
	flex: calc(33.33% - 14px);
	max-width: calc(33.33% - 14px);
	text-align: center;
	margin-bottom: 0;
}

#home_faq_categories .faq-category-list:has(.faq-category-item:nth-last-child(1):nth-child(3n+1)) {
	justify-content: center;
}

#home_faq_categories .faq-category-list:has(.faq-category-item:nth-last-child(2):nth-child(3n+1)) {
	justify-content: center;
}

.faq-category-list .faq-category-item {
	margin-bottom: 20px;
	text-align: center;
}

.faq-category-list .faq-category-item:last-child {
	margin-bottom: 0;
}

.faq-category-list .faq-category-item a {
	background-color: #faf9f7;
	border: 1px solid #e4ded8;
	border-radius: 10px;
	font-size: 20px;
	display: block;
	padding: 35px;
	color: #7a624b;
	transition: .2s all ease;
	line-height: 1.4em;
	font-weight: 700;
}

.faq-category-list .faq-category-item a:hover {
	background-color: #F1ECE8;
}

/* Banner */
.home-banner {
	width: calc(100% - 160px);
    max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.category-page-banner {
	margin-top: 80px;
}

.register-banner {
	margin: 0 auto;
	width: 100%;
    max-width: 1200px;
}

.register-banner img {
	width: 100%;
	transition: 0.2s all ease;
}

.register-banner img:hover {
	opacity: 0.8;
}

.register-banner img.mb-banner {
	display: none;
}

/* Breadcrumb */
.breadcrumb {
	padding: 13px 0;
	background-color: #f9f9f9;
}

.breadcrumb .breadcrumb__list {
	width: calc(100% - 32px);
	max-width: 1080px;
	margin: auto;
}

.breadcrumb .breadcrumb__item {
	padding-right: 20px;
    margin-right: 20px;
	white-space: nowrap;
	font-size: 14px;
}

.breadcrumb .breadcrumb__item a {
	color: #7a7a7c;
	font-weight: 400;
	transition: 0.2s all ease;
}

.breadcrumb .breadcrumb__item:hover a {
	text-decoration: underline;
	color: #F17C27;
}

.breadcrumb .breadcrumb__item::after {
	border-top: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
}

.breadcrumb .breadcrumb__item::before {
	content: "";
    position: absolute;
    right: -9px;
	top: 50%;
	height: 20px;
	width: 20px;
	background-color: #e9e9e9;
	transform: translateY(-50%);
	border-radius: 20px;
}
.breadcrumb .breadcrumb__item:last-child:hover,
.breadcrumb .breadcrumb__item:last-child {
	padding-right: 0;
	margin-right: 0;
	white-space: normal;
	color: #7a7a7c;
    font-weight: 400;
}

.breadcrumb .breadcrumb__item:last-child:hover a {
	color: #7a7a7c;
}

.breadcrumb .breadcrumb__item:last-child a {
    text-decoration: none;
    pointer-events: none;
}

.breadcrumb .breadcrumb__item:last-child::before,
.breadcrumb .breadcrumb__item:last-child::after {
	display: none;
}

.pc_breadcrumb {
	margin-bottom: 36px;
}

.pc_breadcrumb .breadcrumb {
	background-color: transparent;
	padding: 0;
}

.pc_breadcrumb .breadcrumb .container {
	padding: 0;
	width: 100%;
}

.pc_breadcrumb .breadcrumb .breadcrumb__list {
	width: 100%;
}

/* Main */
.l-wrapper {
	width: auto;
	display: flex;
	gap: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
	max-width: 100%;
}

.l-sidebar {
	margin-top: 8px;
	width: 100%;
	max-width: 350px;
}

.l-sidebar,
.l-main {
	padding: 0;
}

/* Pagination */
.pagination {
    margin-top: 36px;
    margin-bottom: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination span.page-numbers,
.pagination a.page-numbers {
	position: relative;
	height: 26px;
	width: 26px;
	padding: 0;
	line-height: 24px;
	border: 0;
	background-color: transparent;
	color: #7a624b;
	margin: 0 5px;
	border-radius: 26px;
	font-size: 14px;
	transition: 0.2s all ease;
}

.pagination a.page-numbers:hover {
	color: #F17C27;
	text-decoration: underline;
    font-weight: 700;
}

.pagination span.page-numbers.dots {
	margin: 0;
	line-height: 30px;
}

.pagination span.current {
	background-color: #f1ece8;
	color: #7a624b;
	font-weight: 700;
}

.pagination a.page-numbers.next,
.pagination a.page-numbers.prev {
	font-size: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	border-radius: 26px;
	text-align: center;
	transition: 0.2s all ease;
}

.pagination a.page-numbers.next:hover,
.pagination a.page-numbers.prev:hover {
	background-color: transparent;
}

.pagination a.page-numbers.prev::before,
.pagination a.page-numbers.next::before {
	width: 8px;
	height: 8px;
	color: #a28264;
}

.pagination a.page-numbers.next::before {
	right: 16px;
	margin-top: -4px;
	border-width: 2px;
}

.pagination a.page-numbers.prev::before {
	left: 16px;
	margin-top: -4px;
	border-width: 2px;
}

.pagination a.page-numbers.prev:hover::before,
.pagination a.page-numbers.next:hover::before {
	color: #F17C27;
}

/* Sidebar */
.widget {
	margin-bottom: 80px;
}

.widget .heading {
	position: relative;
    margin-bottom: 34px;
	padding: 0;
	overflow: unset;
}

.widget .heading::after {
	display: none;
}

.widget .heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 38px;
    border-radius: 4px;
    background-color: #a28264;
}

.widget .heading span {
    color: #252628;
    font-weight: 600;
    font-size: 26px;
    padding-left: 16px;
}

.widget .search-box form {
	position: relative;
    width: 100%;
}

.widget .search-box form input {
    border: solid 1px #bdbebf;
    border-radius: 8px;
    width: 100%;
    height: 60px;
    outline: none;
    text-indent: 60px;
}

.widget .search-box form input::placeholder {
  color: #d3d4d4;
  font-weight: 400;
  letter-spacing: 0.1rem;
  opacity: 1;
}

.widget .search-box form button {
    position: absolute;
    border: 0;
    padding: 0;
    background-color: transparent;
    left: 26px;
    top: 50%;
    transform: translateY(-40%);
    cursor: pointer;
}


/* Fixed btn */
.sp-fixed-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 36px 0;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0px 8px 16px 0px #00000014, 0px 1px 4px 0px #00000014;
	z-index: 1000;
	transition: 0.23s all ease;
}

.sp-fixed-btn.hide {
	bottom: -122px;
}

.sp-fixed-btn .btn {
	display: block;
	padding: 17px;
	max-width: 284px;
	margin: auto;
}

/* Footer */
footer {
	font-family: "Inter", "Noto Sans JP", serif;
	color: #252628;
	text-align: center;
	background-color: #f6f2ef;
	padding: 48px 0;
	letter-spacing: 0;
}

footer .footer-logo {
	margin-bottom: 24px;
	line-height: 0;
}

footer .footer-logo img {
	width: 147px;
	height: auto;
}

footer .footer-nav .footer__wrap {
	margin-bottom: 16px;
	font-size: 12px;
}

footer .footer-nav .footer__wrap p {
	font-weight: 700;
	color: #25262899;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 14px;
}

footer .footer-nav .footer__wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 2;
}

footer .footer-nav .footer__wrap ul li {
	position: relative;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 6px;
}

footer .footer-nav .footer__wrap ul li:hover a {
	text-decoration: underline;
}

footer .footer-nav .footer__wrap ul li a {
	padding-left: 1px;
	padding-right: 1px;
	font-weight: 400;
	color: #25262899;
}

footer .footer-nav .footer__wrap ul li:last-child::before {
	display: none;
}

footer .footer-nav .footer__wrap ul li::before {
	content: "｜";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	color: #25262899;
	opacity: 0.9;
}

footer .footer-nav .footer__wrap ul li svg {
	width: 12px;
	height: 12px;
	margin-bottom: -2px;
	margin-left: -1px;
}

footer .footer-nav .footer__wrap ul li:last-child {
	border-right: 0;
}

footer .footer-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

footer .footer-icon .japhic-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

footer .footer-icon img {
    width: 52px;
    height: 80px;
}

footer .footer-icon p {
	text-align: left;
	font-size: 1.2rem;
	color: #25262899;
	line-height: 2em;
	font-weight: 400;
}

footer .copyright {
	margin-top: 24px;
	color: rgba(37, 38, 40, 0.6);
	font-size: 1.2rem;
	font-weight: 400;
}

footer .copyright p {
	line-height: 2em;
}


#scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 10000;
    padding: 10px 14px;
    background-color: #A28264;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, visibility 0.3s ease;
	display: none!important;
}


/* Responsive */
@media only screen and (min-width: 799px) and (max-width: 1011px) {
	.container {
		width: calc(100% - 80px);
	}

	#search_box {
		width: calc(100% - 80px);
	}

	.home-banner {
		width: calc(100% - 80px);
	}
}

@media(max-width: 980px) {
	.l-wrapper {
		gap: 40px;
	}

	.l-sidebar {
		max-width: 320px;
	}
}

@media(max-width: 798px) {
	.container {
		width: calc(100% - 32px);
		padding: 0;
	}

	.siteTitle {
		padding-left: 0;
		padding-right: 0;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	header.l-header {
		height: 72px;
	}

	#spacing.sticky {
		height: 72px;
	}

	#home_faqs {
		margin-bottom: 56px;
	}

	#home_faqs .faq-list {
		display: block;
	}

	#home_faqs .faq-list .faq-item {
		margin-bottom: 20px;
	}

	#home_faqs .faq-list .faq-item:last-child {
		margin-bottom: 0;
	}

	#home_faq_categories {
		margin-bottom: 56px;
	}

	#home_faq_categories .faq-category-list {
		display: block;
	}

	#home_faq_categories .faq-category-list .faq-category-item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	#home_faq_categories .faq-category-list .faq-category-item:last-child {
		margin-bottom: 0;
	}

	.breadcrumb__item {
		display: unset;
		padding-left: 0;
	}

	/* footer .footer-icon {
		display: block;
	}

	footer .footer-icon .ssl-logo {
		margin-top: 20px;
	} */

	.l-wrapper {
		display: block;
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.l-sidebar, .l-main {
		width: 100%;
		max-width: 100%;
	}

	.l-sidebar {
		margin-top: 60px;
	}

	.widget .heading span,
	.section-heading span {
		font-size: 22px;
	}

	.widget .heading::before,
	.section-heading::before {
		height: 34px;
		width: 4px;
	}

	.breadcrumb .breadcrumb__list,
	.pc_breadcrumb .breadcrumb .breadcrumb__list {
		display: block;
		width: 100%;
	}

	#search_box {
		width: 100%;
		border-radius: 0;
		margin-top: 0;
		margin-bottom: 56px;
	}

	.home-banner {
		width: calc(100% - 32px);
		margin-bottom: 56px;
	}

	img.pc-banner {
		display: none;
	}

	img.mb-banner {
		display: block!important;
		width: 100%;
	}

	#search_box {
		position: relative;
		padding: 0;
		height: 202px;
	}

	#search_box .search-form {
		position: absolute;
		width: 100%;
		max-width: calc(100% - 32px);
		left: 16px;
		bottom: 32px;
	}

	#search_box .search-form form {
		max-width: unset;
	}

	#search_box .search-form form input {
		height: 42px;
		text-indent: 50px;
	}

	#search_box .search-form form button {
		left: 20px;
	}

	#search_box .icon-right,
	#search_box .icon-left {
		position: absolute;
		width: 85px;
		height: 100px;
		left: 16px;
		bottom: 74px;
	}

	#search_box .icon-right {
		width: 73px;
		height: 110px;
		left: unset;
		right: 30px;
	}

	#search_box .icon-left img,
	#search_box .icon-left img {
		width: 100%;
		height: 100%;
	}

	.widget {
		margin-bottom: 56px;
	}

	.single-post-banner,
	.category-page-banner {
		display: none;
	}
}

@media(max-width: 767px) {
	.siteTitle__sub {
		display: block;
	}
}

@media(max-width: 580px) {
	#search_box form {
		max-width: unset;
	}

	.widget .search-box form input,
	#search_box form input {
		height: 50px;
		text-indent: 50px;
	}

	.widget .search-box form button,
	#search_box form button {
		left: 20px;
	}

	.breadcrumb .breadcrumb__item a {
		font-size: 12px;
	}

	br.mb-br {
		display: block;
	}

	#search_box .search-form span {
		position: absolute;
		font-size: 20px;
		width: 140px;
		left: 50%;
		margin-left: -70px;
		bottom: 24px;
		line-height: 1.6;
	}
}

@media(max-width: 640px) {
	#mobile_nav_panel .close-nav-btn {
		max-width: 380px;
		padding: 10px 0;
		margin: 0 auto;
	}
}

@media(max-width: 380px) {
	footer .footer-nav .footer__wrap ul li {
		font-size: 11px;
	}

	#search_box span {
		font-size: 24px;
		margin-bottom: 34px;
		line-height: 1.4em;
	}

	.vote-section span.heading {
		font-size: 14px;
		line-height: 1.4em;
	}

	.siteTitle {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	header.l-header {
        height: 64px;
    }

	.siteTitle__logo {
		max-height: 32px;
	}

	.siteTitle__img {
		max-height: 32px;
	}

	.siteTitle__sub {
		margin-left: 24px;
		line-height: 32px;
	}
}

@media(max-width: 360px) {
	footer .footer-nav .footer__wrap ul li {
		font-size: 9.5px;
	}
}