@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

ライブラリー

------------------------------------------------------------ */

/* ページタイトル上書き
---------------------------------------------- */
@media only screen and (min-width:1025px) and (max-width:1500px) {
	.pagettl_inner h2 {
		font-size: calc((100vw - 15px - 20px) / 1500 * 40);
	}

	.pagettl_inner h2 .sub {
		font-size: initial;
	}
}

/* 共通
---------------------------------------------- */
.visually-hidden {
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
}

.err {
	display: none;
}

.is-invalid~.err {
	display: block;
}

/*
---------------------------------------------- */
.lead {
	max-width: 840px;
	margin: 0 auto 80px;
}
.lead .note{
	font-size: 1.3rem;
	margin-top: 1em;
}

.libraryContents {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.libraryList {
	width: calc(100%/1100*764);
}

.libraryList .item {
	border: 1px solid #CCCCCC;
	padding: 28px 32px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.libraryList .item:not(:last-of-type) {
	margin-bottom: 24px;
}

.libraryList .item .item-inner {
	width: calc(100%/700*432);
}

.libraryList .item .item-inner h4 {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-weight: 500;
}

.libraryList .item .item-inner .desc {
	font-size: 1.4rem;
}

.libraryList .item .item-inner .btn_viewmore {
	margin-top: 2rem;
}

.libraryList .item .item-inner .btn_viewmore a {
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 6px 20px 7px 44px;
}

.libraryList .item .item-inner .btn_viewmore a:hover {
	padding: 6px 44px 7px 20px;
}

.libraryList .item .item-inner .btn_viewmore a .arrow {
	width: 32px;
	height: 32px;
	border-radius: 32px;
}

.libraryList .item .item-inner .btn_viewmore a:hover .arrow {
	transform: translate3d(144px, 0, 0);
}

.libraryList .item figure {
	width: calc(100%/700*240);
	padding-top: calc(100%/700*176);
	overflow: hidden;
	position: relative;
}

.libraryList .item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	margin: auto;
}

/* サイド
---------------------------------------------- */
.librarySide {
	width: calc(100%/1100*296);
}

.librarySide .librarySide-inner {
	background: #F6F6F6;
	padding: 24px calc(100%/296*24);
}

/*--検索--*/
.librarySide-inner .search {
	margin-bottom: 32px;
	position: relative;
}

.librarySide-inner .search::after {
	content: "";
	display: block;
	background: url(../img/ico_search01.png) no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	pointer-events: none;
	position: absolute;
	top: 16px;
	right: 16px;
}

.librarySide-inner .search input {
	appearance: none;
	border: 1px solid #CCCCCC;
	padding: 15px 38px 15px 20px;
	width: 100%;
	outline: none;
	font-size: 1.6rem;
}

.librarySide-inner .search input::-webkit-input-placeholder {
	font-size: 1.4rem;
	color: #A5A5A5;
}

.librarySide-inner .search input::-moz-placeholder {
	font-size: 1.4rem;
	color: #A5A5A5;
}

.librarySide-inner .search input::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #A5A5A5;
}

.librarySide-inner .search input::placeholder {
	font-size: 1.4rem;
	color: #A5A5A5;
}

/*--フィルター--*/
.filter-head {
	margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-desc {
	font-weight: 500;
}

.filter-btn {
	display: none;
}

.filter-inner {
	display: block;
}

.filter-clear {
	display: inline-block;
	color: #DB0202;
	cursor: pointer;
}

.filter-clear:hover {
	opacity: 0.7;
}

.filter-item:not(:last-of-type) {
	margin-bottom: 40px;
}

.filter-cat {
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CCC;
	line-height: 1.6;
}

.filter-value:not(:last-of-type) {
	margin-bottom: 12px;
}

.filter-value {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-value .num {
	color: #999999;
	font-size: 1.2rem;
	line-height: 1.3;
}

.filter-value .check {
	font-size: 1.5rem;
	position: relative;
}

.filter-value .check input[type="checkbox"] {
	position: relative;
}

.filter-value .check input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	background: url(../img/ico_checkbox02.jpg) no-repeat 0 1px;
	background-size: 20px;
	padding: 0 0 0 32px;
	line-height: 21px;
	cursor: pointer;
}

.filter-value .check input[type="checkbox"]:checked+label {
	background: url(../img/ico_checkbox02_on.jpg) no-repeat 0 1px;
	background-size: 20px;
}

.filter-value .check input[type="checkbox"]+label:hover,
.filter-value .checkinput[type="checkbox"]:focus+label {
	color: #7A7A7A;
}

/* ページネーション
---------------------------------------------- */
.libraryList .pagenavi {
	line-height: 1.2;
	padding-top: 40px;
	margin-bottom: -5px;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.libraryList .pagenavi span,
.libraryList .pagenavi a {
	margin: 0 4px 5px;
	font-family: "Roboto";
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.libraryList .pagenavi span {
	background: #CF0040;
	color: #FFF;
}

.libraryList .pagenavi a {
	background: #EAEBEC;
	color: #2E3649;
}

.libraryList .pagenavi a:hover {
	background: #2E3649;
	color: #FFF;
}

.libraryList .pagenavi .pages {
	display: none;
}

.libraryList .pagenavi .extend {
	font-weight: normal;
	background: none;
	border: none;
	color: #A9A496;
	padding: 0;
}

.libraryList .pagenavi .first,
.libraryList .pagenavi .previouspostslink,
.libraryList .pagenavi .nextpostslink,
.libraryList .pagenavi .last {
	font-size: 0;
	background-size: 36px !important;
}

.libraryList .pagenavi .first {
	background: #EAEBEC url("../img/ico_arrow_first01.png") no-repeat center;
}

.libraryList .pagenavi .previouspostslink {
	background: #EAEBEC url("../img/ico_arrow_prev01.png") no-repeat center;
}

.libraryList .pagenavi .nextpostslink {
	background: #EAEBEC url("../img/ico_arrow_next01.png") no-repeat center;
}

.libraryList .pagenavi .last {
	background: #EAEBEC url("../img/ico_arrow_last01.png") no-repeat center;
}

.libraryList .pagenavi .first:hover {
	background: #2E3649 url("../img/ico_arrow_first02.png") no-repeat center;
}

.libraryList .pagenavi .previouspostslink:hover {
	background: #2E3649 url("../img/ico_arrow_prev02.png") no-repeat center;
}

.libraryList .pagenavi .nextpostslink:hover {
	background: #2E3649 url("../img/ico_arrow_next02.png") no-repeat center;
}

.libraryList .pagenavi .last:hover {
	background: #2E3649 url("../img/ico_arrow_last02.png") no-repeat center;
}

/* ポップアップ
---------------------------------------------- */
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	background: rgba(0, 0, 0, 0.4);
}

.modal__container {
	width: 100%;
	min-height: 100%;
	max-height: 100vh;
	display: flex;
	justify-content: center;
	padding: 70px 20px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.modal__contents {
	background: #FFF;
	width: 100%;
	max-width: 880px;
	height: 100%;
	padding: 72px 0 56px;
	position: relative;
}

.modallibrary {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.modallibrary-ttl {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 32px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.modallibrary-ttl figure {
	width: calc(100%/640*120);
	padding-top: calc(100%/640*88);
	overflow: hidden;
	position: relative;
}

.modallibrary-ttl figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	margin: auto;
}

.modallibrary-ttl p {
	font-weight: 500;
	flex: 1;
}

.modallibrary-contents .lead01 {
	text-align: center;
	margin-bottom: 10px;
}

.modallibrary-contents .lead01 a {
	text-decoration: underline;
	display: inline-block;
	color: #1F1F1F;
}

.modallibrary-contents .lead01 a:after {
	content: "";
	display: inline-block;
	background: url(../img/ico_tab02.png) no-repeat 0 0;
	background-size: contain;
	width: 13px;
	height: 13px;
	margin: 0 10px 0 5px;
}

.modallibrary-contents .lead01 a:hover {
	text-decoration: none;
}

.modallibrary-contents .lead02 {
	text-align: center;
	margin-bottom: 22px;
}

.modallibrary-contents table {
	width: 100%;
}

.modallibrary-contents table th,
.modallibrary-contents table td {
	padding: 10px 0;
}

.modallibrary-contents table th {
	padding-right: 12px;
	width: 172px;
	font-size: 1.5rem;
}

.modallibrary-contents table th div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.modallibrary-contents table th div .must {
	color: #DB0202;
	border: 1px solid #DB0202;
	padding: 9px 8px;
	line-height: 0;
	font-weight: 500;
	font-size: 1.2rem;
	border-radius: 19px;
}

.modallibrary-contents table td input {
	appearance: none;
	background: #F7F7F7;
	border: 1px solid #AFAFAF;
	width: 100%;
	padding: 15px 20px;
	outline: none;
	font-size: 1.6rem;
	border-radius: 0;
}

.modallibrary-contents table td input::-webkit-input-placeholder {
	font-size: 1.5rem;
	color: #ADADAD;
}

.modallibrary-contents table td input::-moz-placeholder {
	font-size: 1.5rem;
	color: #ADADAD;
}

.modallibrary-contents table td input::-ms-input-placeholder {
	font-size: 1.5rem;
	color: #ADADAD;
}

.modallibrary-contents table td input::placeholder {
	font-size: 1.5rem;
	color: #ADADAD;
}

.modallibrary-contents table td .err {
	margin-top: 3px;
	color: #DB0202;
	line-height: 1.5;
	font-size: 1.3rem;
}

.modallibrary-contents .btn_viewmore {
	text-align: center;
	margin-top: 40px;
}

.modallibrary-contents .btn_viewmore a {
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 6px 20px 7px 44px;
}

.modallibrary-contents .btn_viewmore a:hover {
	padding: 6px 44px 7px 20px;
}

.modallibrary-contents .btn_viewmore a .arrow {
	width: 32px;
	height: 32px;
	border-radius: 32px;
}

.modallibrary-contents .btn_viewmore a:hover .arrow {
	transform: translate3d(144px, 0, 0);
}

.modal__close {
	width: 24px;
	height: 24px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 0;
}

.modal__close:hover {
	opacity: 0.7;
}

.modal__close img {
	width: 100%;
	height: auto;
}

/* アニメーション
---------------------------------------------- */
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

@media only screen and (min-width:768px) {
	.filter-inner {
		display: block !important;
	}
}


@media only screen and (max-width:767px) {
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	ライブラリー

	------------------------------------------------------------ */

	/* ページタイトル上書き
	---------------------------------------------- */
	.pagettl_inner h2 {
		font-size: calc((100vw - 60px) / 315 * 26);
	}

	/*
	---------------------------------------------- */
	.lead {
		text-align: left;
		margin-bottom: 56px;
	}
	.lead .note{
		font-size: 1.2rem;
		margin-top: 1em;
	}
	.libraryContents {
		flex-direction: column-reverse;
		gap: 40px;
	}

	.libraryList {
		width: 100%;
	}

	.libraryList .item {
		padding: 20px;
		flex-direction: column-reverse;
		gap: 12px;
	}

	.libraryList .item .item-inner {
		width: 100%;
	}

	.libraryList .item figure {
		width: 100%;
		padding-top: calc(100%/275*120);
	}

	/* サイド
	---------------------------------------------- */
	.librarySide {
		width: 100%;
	}

	.librarySide .librarySide-inner {
		position: unset;
		padding: 20px;
	}

	/*--検索--*/
	.librarySide-inner .search {
		margin-bottom: 20px;
	}

	/*--フィルター--*/
	.filter-head {
		margin-bottom: 0;
	}

	.filter-desc {
		display: none;
	}

	.filter-btn {
		display: block;
		line-height: 1.6;
		font-weight: 500;
		background: #FFF;
		padding: 4px 16px;
		border: 1px solid #CCCCCC;
		cursor: pointer;
	}

	.filter-inner {
		display: none;
	}

	.filter-inner>div {
		margin-top: 32px;
	}

	/* ポップアップ
	---------------------------------------------- */
	.modal__container {
		padding: 20px;
	}

	.modal__contents {
		padding: 20px 20px 32px;
	}

	.modallibrary-ttl {
		padding-bottom: 20px;
		margin-bottom: 20px;
		gap: 12px;
	}

	.modallibrary-ttl figure {
		width: calc(100%/295*120);
		padding-top: calc(100%/295*88);
	}

	.modallibrary-contents .lead01 {
		text-align: left;
		margin-bottom: 8px;
	}

	.modallibrary-contents .lead01 a:after {
		margin: 0 10px 0 5px;
	}

	.modallibrary-contents .lead01 a:hover {
		text-decoration: none;
	}

	.modallibrary-contents .lead02 {
		text-align: left;
		margin-bottom: 20px;
	}

	.modallibrary-contents table th,
	.modallibrary-contents table td {
		padding: 0;
		display: block;
	}

	.modallibrary-contents table th {
		padding-right: 0;
		padding-bottom: 4px;
		width: 100%;
	}

	.modallibrary-contents table td {
		padding-bottom: 12px;
	}

	.modallibrary-contents table td input {
		padding: 13.5px 16px;
	}

	.modallibrary-contents table td input::-webkit-input-placeholder {
		font-size: 1.4rem;
	}

	.modallibrary-contents table td input::-moz-placeholder {
		font-size: 1.4rem;
	}

	.modallibrary-contents table td input::-ms-input-placeholder {
		font-size: 1.4rem;
	}

	.modallibrary-contents table td input::placeholder {
		font-size: 1.4rem;
	}

	.modallibrary-contents .btn_viewmore {
		margin-top: 12px;
	}

	.modal__close {
		width: 16px;
		height: 16px;
		top: 8px;
		right: 8px;
	}

}