@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child 20250710
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:      1.2.8
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/

body {
	background: #f5f5f5 !important;
}

/*base*/
.content pre {
	white-space: pre-wrap ;
	border-left:none;
	color: #191919;
}


/*----------header----------------*/

header {
	position: relative;
	padding: 0;
}

.l-header {
	background: #000;
	height: 87px;
}

@media screen and (max-width: 767px) {
	header.l-header {
		position: sticky;
		top: 0;
		z-index: 1000;
		height: 90px;
	};
}

.l-header .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	gap: 0 32px;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.l-header .container {
		height: 58px;
	}
}

/*logo*/
.siteTitle {
	margin: 0;
	width: 242px;
	height: auto;
}
.siteTitle__logo {
	height:26px;
	max-height:26px;
}
.siteTitle__link {
	height:26px;
}
.siteTitle__img {
	max-height: 26px;
}

.l-header .container .site_sub {
	color: #fff;
	display: inline-block;
	padding: 0;
	width: 280px;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.l-header .container .site_sub {
		display: none;
	}
}

.siteTitle__main #top {
	width: 214px;
	height: 23px;
}

/*サイトリンク*/
.header_site {
	position: absolute;
	right: 40px;
	top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
}

@media screen and (max-width: 767px) {
	.header_site {
		display: none;
	}
}

.header_site .header_site__link {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
	color: #fff;
	background: transparent;
	height: 57px;
	padding: 0;
}

.header_site .header_site__cta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 186px;
	height: 57px;
	background: linear-gradient(276.14deg, #FFCA00 0.86%, #FF5812 20.27%, #FF0063 40.71%, #DD02D2 62.16%, #1A00FF 103.02%);
	border-radius: 4px;
	color: #fff;
	transition: 1s;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
}

@media screen and (max-width: 767px) {
	.header_site__cta {
		display: flex;
		justify-content: center;
		align-items: center;
		background: linear-gradient(276.14deg, #FFCA00 0.86%, #FF5812 20.27%, #FF0063 40.71%, #DD02D2 62.16%, #1A00FF 103.02%);
		color: #fff;
		transition: 1s;
		font-weight: 600;
		font-size: 14px;
		line-height: 130%;
		text-align: center;
		letter-spacing: 0.05em;
		width: 100%;
		height: 32px;
	}
}

.header_site .header_site__cta:hover {
	opacity: 0.7;
}

/*-----グロナビ--------*/
#extra__menu {
	background: #FFF;
}
.globalNavi {
	padding: 14px 0 0;
}

.globalNavi .globalNavi__list li a {
	position: relative;
	overflow: hidden;
	color:#4b4b4b;
}
.globalNavi .globalNavi__list li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -16px;
    background: #040918;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.globalNavi__list .menu-item {
	margin-bottom: 14px;
}
.globalNavi__list .page_item,
.globalNavi__list .menu-item {
	border-left:0;
}

.globalNavi__list li.current-post-parent a:after,
.globalNavi__list li.current-menu-item a:after, 
.globalNavi .globalNavi__list li a:hover:after {
	bottom:-8px;
}

.globalNavi__list .current-menu-item a,
.globalNavi__list .current-menu-item a:hover,
.globalNavi .globalNavi__list li a,
.globalNavi .globalNavi__list li a:hover {
	font-weight: normal;
	color:#4b4b4b;
}

@media screen and (max-width: 767px) {
.globalNavi {
	padding: 14px 0 ;
}
}

/*メイン3記事*/
.key {
	background:#f2f1f0;
	padding: 32px 0;
}
.key__list {
	max-width: 1100px;
	width:100%;
	margin:0 auto;
}

.key__list .key-wrap {
	height: auto;
	width:30%;
	max-height: fit-content;
	background: #FFF;
	box-shadow: 0px 3px 10px 8px rgba(0,0,0,0.05)
}

.key__item::before {
	content: none;
}

.key__item.key-wrap-second {
	margin: 0 20px;
}

.key__item {
	max-height: 200px;
	overflow: auto;
}

.key__link:hover h2 {
	color: #c9a303;
}

h2.key__title {
	position: static;
	color:#4b4b4b;
	padding:24px;
	font-size: 15px;
	font-weight: bold;
}


.key__item a:hover h2 {
    opacity: 0.7;
    transition: all 0.5s;
}


.key__item:hover::before {
	opacity:1;
}

.key__title {
	font-weight:normal;
	font-size:17px;
	line-height:1.5em;
 text-shadow:none;
	margin:0;
	padding:20px;
}
@media screen and (max-width: 767px) {
.key__item {
	width: 100vw;
}
}


/*      記事一覧         */
h4.ttl__new {
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.archiveItem {
	width:100%;
}
.eyecatch {
	width:35%;
	float: left;
	margin-right:24px;
}
.eyecatch__cat {
	display: inline;
	background: #FFF !important;
	position: static;
	text-shadow: none;
}
.eyecatch__cat a {
	color:#c9a303;
	display: inline;
	padding: 10px 16px 10px 0;
}
.heading.heading-archive {
	overflow: hidden;
}
.archiveItem h2.heading.heading-archive a:hover {
	color: #c9a303;
}

.eyecatch__cat a::before {
	content: none;
}
span.eyecatch__cat {
	background:rgba(255,186,0,0.8);
	top:16px;
	left:0;
	padding:8px 16px;
	text-shadow:none;
	display:inline-table;
}
span.eyecatch__cat a {
	display:inline;
	padding:0;
}
h2.heading.heading-archive a {
		transition: all 0.5s;
}
h2.heading.heading-archive a:hover {
	color: #0052a8;
}

.archiveItem__text {
	color:#555;
}

@media screen and (max-width: 767px) {
.eyecatch.eyecatch-archive {
	margin-right: 16px;
}
span.eyecatch__cat {
	top:8px;
	padding:6px;
}
.eyecatch__cat a {
	padding:10px 6px 10px 0;
}
}


/**********サイドバー****************/

/*ランキング*/
.l-sidebar {
	width: 30%;
    padding: 60px 0 60px 2.5%;
}

.l-sidebar h2.heading.heading-widget {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding:14px 16px;
	border-radius: 4px;
	background: #040918;
	margin-bottom: 30px;
}
.l-sidebar h2.heading.heading-widget:before,
.l-sidebar h2.heading.heading-widget:after {
	content: none;
}
.l-sidebar .eyecatch.eyecatch-widget {
	margin-right: 16px;
	margin-bottom: 4px;
}
.l-sidebar .rankListWidget__item:after {
	content:"";
	display: block;
	clear: both;
}

.rankListWidget__item:nth-child(1):before,
.rankListWidget__item:nth-child(2):before,
.rankListWidget__item:nth-child(3):before,
.rankListWidget__item:nth-child(4):before,
.rankListWidget__item:nth-child(5):before {
	background: none;
	color:#000000;
	font-size:26px;
	font-family:"Osaka";
	font-style: italic; 
	font-weight: normal;
	margin-top:-16px;
}

.l-sidebar .dateList.dateList-widget {
	display: none;
}

.l-sidebar .rankListWidget__title a:hover {
	color: #c9a303;
}

@media screen and (max-width: 767px) {
.l-sidebar {
	padding:60px 10px;
	width: 100%;
}
}

/*----------フッター---------------*/
.widgetFoot {
	display: block;
}
.widgetFoot__contents {
	width:50%;
}
.t-light footer.l-footer {
	border-top:none;
	background:#fafafa;

}

div.pagetop.u-txtShdw {
	background: #414242;
	margin:0;
	float:right;
	height:42px;
	border-radius: 0;
	text-shadow: none;
	line-height: 52px;
}

div.pagetop::before {
	top:10px;
}

footer .footer_link {
	padding-top: 56px;
}
footer .footer_link h2.ttl {
	font-size:18px;
	margin-bottom:8px;
}
.footer_link ul li {
	display: inline-block;
	border-top:none;
	padding: 0;
	padding-right:12px;
	margin-right:12px;
	border-right:1px solid #333333;
}
.footer_link ul li:before {
	content: none;
}
.footer_link ul li:last-child {
	border-right: none;
}

.footer_link ul li a:hover {
	color:#c9a303;
}

.copySns {
	border-top:none;
	text-align: right;
	margin-top:0;
	padding:0 0 16px;
}
.copySns__copy {
	width: 100%;
	font-size: 12px;
	color:#bbbaba;
}

@media screen and (max-width: 767px) {
.widgetFoot__contents {
	clear: both;
	width:100%;
}

footer .footer_link {
	padding-top:24px;
}
.widget.widget-foot:last-child {
    margin-bottom: 0px;
}
.copySns {
	padding: 0 0 16px;
}

.footer_link ul li {
	display: block;
	border-top:1px solid #333;
	border-right: none;
	margin:0;
}
.footer_link ul li a {
	display: block;
	padding: 16px;
}
}

/*記事ページ*/

.l-wrapper.single .l-main {
	padding-top:0;
} 

@media only screen and (max-width: 767px) {
.l-wrapper.single .l-main {
	padding-top:20px;
} 
}

.content {
	line-height: 2.0em;
}


.content ul li, .content ol li {
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
.content ul li, .content ol li {
	font-size: 1.4rem;
}
}


main .content h2 {
	border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: .5em;
    border-left:none;
}
main .content h2:first-letter {
	font-size:2.6rem;
	color:#191919;
	padding-bottom:0;
	border-bottom:none;
}



main .content h3 {
	border-left: 2px solid #000;
	border-right: none;
	border-top: none;
	border-bottom: none;
    padding: .5em;
}

@media only screen and (max-width: 767px) {
main .content {
	margin-top:0;
}
main .content h2 {
    padding:16px;
}
main .content h2:first-letter {
    font-size:2.2rem;
}
}

.l-main .content a:hover {
	text-decoration: underline !important;
	border-bottom: none;
}

h3.related__title a:hover {
	color: #c9a303;
	text-decoration: none;
}
h2.heading.heading-archive a:hover {
	color: #c9a303;
}

/*カテゴリの最新記事*/
.heading.heading-primary .heading__bg {
	border-radius: 0px;
	margin-right: 10px
}

@media only screen and (max-width: 767px) {
.heading.heading-primary .heading__bg {
	padding:4px 8px;
	margin-right:6px;
}
}

.l-main {
	width: calc(100% - 280px);

	padding: 0 2%;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

@media only screen and (max-width: 767px) {
	.l-main {
		padding-top: 40px;
		width: 100%;
	}
}


.l-sidebar {
	width: 280px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.l-sidebar {
		display: none;
	}
}

.sidebar__box {
	margin-bottom: 40px;
}
.sidebar__box:has(.categoryCardBox__list) {
	margin-bottom: 25px;
}

.sidebar__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #292524;
	margin-bottom: 20px;
}

/* 検索フォーム */
.searchBox__form {
	display: flex;
	align-items: center;
	gap: 0 8px;
}

@media screen and (max-width: 767px) {
	.searchBox__form {
		width: 310px;
		margin: 0 auto;
	}
}

.searchBox__container {
	width: 100%;
	height: 48px;
	background: #fff;
	border-radius: 4px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 11px;
	padding: 12px 20px;
}

@media screen and (max-width: 767px) {
	.searchBox__container {
		background: #f5f5f5;
	}
}

.searchBox__input {
	position: relative;
	padding: 0;	
	width: 100%;
	height: auto;
	padding-bottom: 7px;
	border-bottom:  solid 1px #000;
}

.searchBox__input::placeholder {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #A0A0A0;
}

/* カテゴリ */
.categoryCardBox__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.categoryCardBox__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 7px;
	width: 115px;
	height: 115px;
	background: #292929;
	border-radius: 4px;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.categoryCardBox__card {
		padding: 0 7px;
		width: 150px;
		height: 90px;
	}
}

.categoryCardBox__card:hover {
	background: #383838;
	width: 116px;
	height: 116px;
}

@media screen and (max-width: 767px) {
	.categoryCardBox__card:hover {
		width: 150px;
		height: 90px;
	}
}

.categoryCardBox__title {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
	text-align: left;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.categoryCardBox__title {
		font-size: 14px;
	}
}

.categoryCardBox__text {
	color: #d8d8d8;
	font-style: normal;
	font-weight: 600;
	font-size: 11px;
	line-height: 16px;
}

.categoryCardBox__text.--small {
	font-size: 10px;
}

/* 人気の記事 */
.rankingBox {
	background: transparent;
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}

.rankingBox__list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
	height: auto;
}

.rankingBox__item {
	display: flex;
	align-items: flex-start;
	padding: 6px;
	gap: 6px;

	width: 280px;
	height: 100px;

	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;

	/* inside auto layout */
	flex: none;
	order: 4;
	flex-grow: 0;
}

.rankingBox__item:before { 
	background: #000;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	top: -1px;
	left: -1px;
	font-weight: 600;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	z-index: 1;
}

.rankingBox__item:nth-child(1):before {
    background: #a67f32;
}

.rankingBox__item:nth-child(2):before {
    background: #abb3ae;
}

.rankingBox__item:nth-child(3):before {
    background: #613e00;
}

.rankingBox__link {
	display: flex;
	justify-content: flex-start;
	gap: 0 6px;
}

.rankingBox__img {
	width: 96px;
	height: 54px;
	object-fit: cover;
	flex-shrink: 0;
	padding-top: 4px;
}

.rankingBox__categoryText {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2px 8px;
	background: #000;

	font-weight: 600;
	font-size: 12px;
	line-height: 175%;

	color: #fff;
	margin-bottom: 4px;
}

.rankingBox__title {
	font-weight: 600;
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.05em;

	background: transparent;
	color: #000;

	width: 172px;
	min-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* 人気のタグ */
.tagBox {
	margin-bottom: 40px;
}

.tagBox__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tagBox__item {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px 8px;
	height: 21px;
	border: 1px solid #1A00FF;
	border-radius: 17px;
}

.tagBox__link {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.02em;
}


/* 記事詳細の独自カスタマイズ */
.fvImage img {
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.fvImage img {
		height: 100%;
	}
}

.fvText__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}

.fvText__category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	background: #000;

	font-weight: 600;
	font-size: 13px;
	line-height: 175%;

	color: #fff;
}

.fvText__date {
	color: #000000;
	font-weight: 400;
	font-size: 13px;
	line-height: 175%;
	text-align: right;
}

.fvText__title {
	color: #000;
	font-weight: 600;
	font-size: 30px;
	line-height: 150%;
	font-feature-settings: 'palt' on;
	margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
	.fvText__title {
		font-size: 24px;
	}
}

.content .fvText__tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
}

.content .fvText__tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px 8px;
	
	border: 1px solid #3636DB;
	border-radius: 17px;
	
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.02em;
}

.content .fvText__tag::before {
	content: "";
}

.content .outline {
	border: 1px solid #3636db;
	padding: 53px 100px;
}

@media screen and (max-width: 767px) {
	.content .outline {
		padding: 20px;
	}
}

.content .outline .outline__switch {
	display: none;
}

.content .outline .outline__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.content .outline .outline__item {
	padding: 5px 0 5px 25px;
}

.content .outline a.outline__link {
	position: relative;
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
}

.content .outline a.outline__link::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 100%;
	border-radius: 1px;
	background-color:#3636db;
	position:absolute;
	top: -2px;
	left: -10px;
}

.content .outline .outline__number {
	display: none;
}

.l-main .content h2 {
	border: none;
	position: relative;
	padding: 0 0 0 8px;
	margin-bottom: 40px;
}

.l-main .content h2::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 100%;
	border-radius: 2px;
	background-color:#3636db;
	position:absolute;
	top: -2px;
	left: -10px;
}

.l-main .content h3 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.l-main .content h2 {
		margin-bottom: 20px;
		padding: 0 0 0 24px;
	}
	
	.l-main .content h2::after {
		left: 4px;
	}
	
	.l-main .content h3 {
		margin-bottom: 8px;
	}
}	

.archive {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-left: 0;
}

.sbArticleCard {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0;
	gap: 16px;

	width: 260px;
	height: 400px;

	background: #fff;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	transition: 0.3s;
}

@media screen and (max-width: 767px) {
	.archive {
		flex-direction: column;
		align-items: center;
	}
}

.sbArticleCard:hover {
	transform:scale(1.01, 1.01);
}

.sbArticleCard__img {
	object-fit: cover;
}

.sbArticleCard__container {
	padding: 0;
}

.sbArticleCard__content {
	padding: 16px;
}

.sbArticleCard__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.sbArticleCard__category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	background: #383838;

	font-weight: 600;
	font-size: 13px;
	line-height: 175%;

	color: #fff;
}

.sbArticleCard__date {
	color: #000000;
	font-weight: 400;
	font-size: 13px;
	line-height: 175%;
	text-align: right;
}

.sbArticleCard__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	min-height: 100px;
	color: #000;
}

.sbArticleCard__tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	overflow: hidden;
	height: 85px;;
}

.sbArticleCard__tag {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px 8px;
	
	border: 1px solid #3636DB;
	border-radius: 17px;
	
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 175%;
	letter-spacing: 0.02em;
}

/* 関連記事 */
.related {
	border: none;
	background: #f5f5f5;
	padding: 80px 0 138px;
}

@media screen and (max-width: 767px) {
	.related {
		padding: 40px 0 0 16px;
	}
}

.related__container {
	max-width: 1140px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.related__container {
		overflow-x: auto;
		width: 100%;
	}
}

.related__list {
	display: flex;
	gap: 0 20px;
}

.related__list .related__item {
	padding: 0;
}

.enTitle {
	font-family: 'Avenir';
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.03em;
	color: #3636db;
	margin-bottom: 8px;
}

.jaTitle {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 40px;
}

/* ハンバーガーメニュー */
.breadcrumb {
	background: transparent;
	margin-top: 80px;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: calc(100% - 20px);
		margin: 0;
		padding: 10px 0;
	}
}

.breadcrumb .breadcrumb__list .breadcrumb__item {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	font-feature-settings: 'palt' on;
}

@media screen and (max-width: 767px) {
	.breadcrumb {
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

.breadcrumb .breadcrumb__list .breadcrumb__item::after {
	border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.breadcrumb .breadcrumb__list .breadcrumb__item:last-child::after {
	display: none;
}

.l-wrapper {
	width: 1140px;
	max-width: 100%;
}
.l-wrapper:not(.single) {
	margin-bottom: 80px;
}

.home__section {
}

.home__title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px;

	color: #3636db;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.home__title {
		align-items: flex-end;
	}
}

.home__subTitle {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.home__list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 0 20px;
	overflow-x: auto;
	margin-bottom: 16px;
}

.home__list::-webkit-scrollbar {
	display: none;
}

.home__list .sbArticleCard {
	min-width: 260px;
	flex: 0 0 260px;
}

.home__more {
	margin-left: auto;
	margin-right: 0;
}

.home__link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
	color: #000;
}

.home__more .home__icon.--fill {
	display: none;
}

.home__more:hover {
	color: #3636db;
}

.home__more:hover .home__icon {
	display: none;
}

.home__more:hover .home__icon.--fill {
	display: inline-block;
}


/* ナビゲーション */
.sbNavigation {
	position: absolute;
	bottom: -44px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0 auto;
	gap: 40px;

	width: 1070px;
	height: 88px;
	left: calc(50% - 1070px/2);

	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 59px;
}

.sbNavigation__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 40px;
	list-style: none;
}

.sbNavigation__item {
	position: relative;
	display: block;
}

.sbNavigation__title {
	color: #3636db;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
}

.sbNavigation__text {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom: 8px;
}

.sbNavigation__icon {
	position: absolute;
	display: block;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.sbNavigation__link:hover .sbNavigation__text {
	color: #7b7b7b;
}

.sbNavigation__link:hover .sbNavigation__icon {
	bottom: -8px;
}

/* CTA */
.sbCta {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 100px;
	padding: 80px 0 82px;
}

.sbCta.-home {
	background-image: url('assets/images/bg-cta.png');
}

.sbCta.-home:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 212px;
	background-color: #000;
}

@media screen and (max-width: 767px) {
	.sbCta {
		padding: 0 0 42px;
	}

	.sbCta.-home:before  {
		height: 0;
		background-color: #fff;
	}
}

.sbScene {
	width: 1106px;
	height: 415px;
	margin: 0 auto;
	background-image: url('assets/images/bg-contact-pc-2.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px 135px;
	margin-bottom: 40px;
}

.sbScene.-home {
	width: 874px;
	height: 415px;
	margin: 0 auto;
	background-image: url('assets/images/bg-contact-pc.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 45px 135px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.sbScene {
		width: 100%;
		background-image: url('assets/images/bg-contact-sp.png');
		height: 415px;
		padding: 45px 10px;
		margin: 0;
	}

	.sbScene.-home {
		width: 100%;
		background-image: url('assets/images/bg-contact-sp.png');
		height: 415px;
		padding: 45px 10px;
		margin: 0;
	}
}

.sbScene__subTitle {
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}

.sbScene__title {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 25px;
}

.sbScene__list {
	list-style: none;
	margin: 0 auto 25px;
}

.sbScene__item {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 8px;
	background-image: url('assets/images/check-icon.svg');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 24px;
}

.sbScene__text {
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.sbAboutContact {
	display: flex;
	justify-content: center;
	gap: 20px 100px;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 4px;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.25));
	padding: 52px 68px;
	max-width: 1106px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.sbAboutContact {
		filter: none;
		max-width: 100%;
		padding: 58px 0 0;
	}
}

.sbAbout {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.sbAbout__title {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 8px;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto 20px;
}

.sbAbout__subTitle {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 16px;
}

.sbAbout__text {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
	.sbAbout__text {
		width: calc(100% - 32px);
		max-width: 350px;
	}

	.sbAboutContact .sbAbout__client {
		width: 100%;
		max-width: 350px;
		height: auto;
	}
}

.sbContact {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 33px;
}

@media screen and (max-width: 767px) {
	.sbContact {
		box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
		margin-top: 40px;
		padding: 40px 13px;
	}
}

.sbContact__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000;
	margin-bottom: 42px;
}

.sbContact__text {
	color: #000;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-bottom: 42px;
}

.sbContact__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px 24px;
}

@media screen and (max-width: 767px) {
	.sbContact__actions {
		flex-direction: column;
		width: 100%;
	}
}

.sbContact__inquiry {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	background: #3636db;
	width: 185px;
	height: 49px;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
	z-index: 0;
}

.sbContact__inquiry:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(276.14deg, #FFCA00 0.86%, #FF5812 20.27%, #FF0063 40.71%, #DD02D2 62.16%, #1A00FF 103.02%);
	transition: .3s;
	z-index: -1;
}

.sbContact__inquiry:hover::before {
	width: 100%;
}

.sbContact__inquiry:hover {
	font-size: 15px;
}

.sbContact__inquiry:hover .sbContact__icon {
	margin-left: 6px;
}

.sbContact__download {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	width: 173px;
	height: 49px;
	background: #fff;
	border: 2px solid #000000;
	border-radius: 4px;
	color: #000;
	font-weight: 700;
	font-size: 14px;
	line-height: 175%;
}

.sbContact__download:hover {
	font-size: 15px;
}

.sbContact__download:hover .sbContact__icon {
	margin-left: 6px;
}

@media screen and (max-width: 767px) {
	.sbContact__inquiry {
		width: 100%;
	}

	.sbContact__download {
		width: 100%;
	}
}

/** フッター */
footer.l-footer {
	position: relative;
	background: #000;
}

footer.l-footer .container {
	max-width: 1169px;
	height: 100%;
	padding: 80px 0;
}

@media screen and (max-width: 767px) {
	footer.l-footer .container {
		padding: 40px 20px 45px;
	}
}

.l-footer .container .sales_brain_footer {
	padding: 0;
}

.sales_brain_footer .footer__table {
	width: 100%;
	max-width: 932px;
}

.sales_brain_footer .footer__cell {
    display: table-cell;
    vertical-align: top;
    padding: 0 70px 0 0;
}

@media screen and (max-width: 767px) {
	.sales_brain_footer .footer__cell {
		display: block;
		padding: 0;
	}
}

.sales_brain_footer .footer__cell.-logo {
    padding: 0 150px 0 0;
}

@media screen and (max-width: 767px) {
	.sales_brain_footer .footer__cell {
		padding: 0;
	}

	.sales_brain_footer .footer__links {
		padding-bottom: 16px;
	}

	.sales_brain_footer .-category .footer__links {
		padding-bottom: 40px;
	}
}

.sales_brain_footer .footer__cell:last-child {
	padding: 0;
}

.sales_brain_footer .footer__links li a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}

.sales_brain_footer .footer__links li a.footer__link {
	color: #7b7b7b;
	font-weight: 600;
}

.sales_brain_footer .footer__links li a.footer__link span {
	color: #fff;
	font-size: 16px;
}

.sales_brain_footer .footer__copyright {
	width: 100%;
	font-size: 12px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
}

.sbPageTop {
	position: absolute;
	right: 135px;
	top: 80px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	border: solid 1px #fff;
}

@media screen and (max-width: 767px) {
	.sbPageTop {
		right: 24px;
		top: 40px;
		width: 60px;
		height: 60px;
	}
}

.footer__sp-logo {
	display: block;
	margin: 20px auto 40px;
}

/* カルーセルスライダー */
.sbSliderBox {
	position: relative;
	width: 100%;
	height: 698px;
	background: #000;
	padding: 0;
	margin-bottom: 100px;
}

.sbSliderContainer {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 70px 0 0;
}

.sbSlider {
	display: flex;
	gap: 0 100px;
	transition: transform 0.5s ease;
	padding: 0;
}

.sbSlide {
	flex: 0 0 60%;
	margin: 0 -5%;
	transition: all 0.5s ease;
	opacity: 0.5;
	transform: scale(0.8);
	max-width: 772px;
}

.sbSlide.active {
	opacity: 1;
	transform: scale(1);
}
.sbSlide img {
	width: 100%;
	height: auto;
	transition: filter 0.5s ease;
}
.sbSlide:not(.active) img {
	filter: blur(3px);
}
.sbSliderNav {
	text-align: center;
	margin-top: 20px;
}
.sbSliderNav button {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background-color: #6b6b6b;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.sbSliderNav button.active {
	background-color: #fff;
}

.sbSlider__box {
	position: absolute;
	width: 471px;
	height: 172px;
	background: #fff;
	box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.27);
	border-radius: 4px;
	top: 436px;
	left: 10%;
}

.sbSlider__container {
	padding: 13px 16px;
}

.sbSlider__cell {
	display: none;
	opacity: 0;
	transition: all 0.5s ease;
}

.sbSlider__cell.active {
	display: block;
}

.sbSlider__box:has(.sbSlider__cell.active.invisible) {
	opacity: 0;
}

.sbSlider__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 175%;
	margin-bottom: 16px;
}

.sbSlider__category {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 175%;
}

.sbSlider__title {
	color: #000;
	font-weight: 600;
	font-size: 22px;
	line-height: 150%;
	margin-bottom: 16px;	
}

/** SP の FV */
.sbFirstView {
	position: relative;
	width: 100%;
	background: #000;
}

.sbFirstView__container {
	padding: 40px 0;
}

.sbFirstView__title {
	color: #b6b6b6;
	font-weight: 600;
	font-size: 16px;
	line-height: 175%;
	text-align: center;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
	margin-bottom: 16px;
}

.sbFirstView__slider {
	width: 100%;
}

.sbFirstView__slider .sbArticleCard__tagList {
	display: none;
}

.sbFirstView .slick-track { 
	display: flex; 
	align-items: center; 
}

.sbFirstView .slick-slide {
	width: 280px !important;
	margin: 0 auto;
}

.sbFirstView .slick-dots {
	bottom: -40px;
}

.sbFirstView .slick-dots li {
	margin: 0;
}

.sbFirstView .slick-dots li button:before {
	font-size: 10px;
}

.sbFirstView .slick-dots li button:before {
    color: #6b6b6b !important;
}
.sbFirstView .slick-dots li.slick-active button:before {
    color:#e7e5e4 !important;
}

.sbFirstView .sbArticleCard.-blur {
	filter: blur(2px);
	transition: all 0.3s ease;
}

.sbFirstView__box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	padding: 40px;
}

.sbFirstView__search {
	margin-top: 30px;
}

.bottomBox {
	background: #f5f5f5;
	padding: 40px 16px 0;
}

.bottomBox.-top {
	padding: 0 16px;
}

.bottomBox.-bottom {
	padding: 20px 16px 40px;
}

.bottomBox.pb-40 {
	padding-bottom: 40px;
}


.bottomBox__title {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 175%;
	margin-bottom: 16px;
}

.bottomBox .rankingBox__item {
	width: 100%;
}

.bottomBox .rankingBox__item .rankingBox__img {
	width: 132px;
	height: 74px;
}

.bottomBox .rankingBox__item .rankingBox__title {
	width: 100%;
}

/* メニュー */
.menu__box {
	margin-bottom: 20px;
}

.menu__box .searchBox__form {
	width: 100%;
	height: auto;
}

.menu__box .searchBox__container {
	padding: 16px 8px;
}

.menu__box .menu__box-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 8px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 175%;
	letter-spacing: 0.05em;
	font-feature-settings: 'palt' on;
	margin-bottom: 20px;
}

.menu__box .categoryCardBox__list {
	justify-content: flex-start;
}

.menu__box .categoryCardBox__card {
	padding: 0 7px;
    width: 120px;
    height: 90px;
	border: solid 1px #fff;
}

.menu__box .tagBox__link {
	color: #fff;
}

.pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
}

.flex-sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.flex-sp {
		display: flex !important;
	}
}

.cell-pc {
	display: table-cell !important;
}

@media screen and (max-width: 767px) {
	.cell-pc {
		display: none !important;
	}
}

.bp-over-1100 {
	display: block;
}

@media screen and (max-width: 1100px) {
	.bp-over-1100 {
		display: none;
	}
}

.bp-under-1100 {
	display: none;
}

@media screen and (max-width: 1100px) {
	.bp-under-1100 {
		display: block;
	}
}
