.library {
	padding-top: 104px;
}

.library .section__title {
	margin-bottom: 40px;
}

.library .section__title__img {
	width: 141px;
}

.library .section__headline::after {
	bottom: -24px;
}

.intro {
	margin-top: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 2;
	letter-spacing: .04em;
	opacity: .9;
	margin-bottom: 60px;
}

.library .section__note {
	margin-top: -12px;
	letter-spacing: 1.6px;
}

.link__insta {
    margin: 24px auto 48px;
	text-align: center;
}
.link__insta a {
	padding: 10px;
}
.link__insta a:hover svg {
	fill: #a38238;
}
.link__insta a:hover span {
	color: #a38238;
}
.link__insta span {
	font-size: 23px;
	color: #48322a;
	letter-spacing: 0em;
	margin-left: 12px;
	vertical-align: middle;
	transition: .3s;
	-webkit-transition: .3s;
}
.link__insta svg {
    width: 25px;
    height: 25px;
    fill: #48322a;
	transition: .3s;
	-webkit-transition: .3s;
}


.select {
	margin-bottom: 75px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.select__box {
	margin: 0 28px;
	width: 250px;
	display: inline-block;
	box-sizing: border-box;
}

.select__box select {
	display: none;
}

.select__case {
	position: relative;
}

.select__area {
	padding: 16px 18px 16px 35px;
	font-size: 12.5px;
	text-align: center;
	letter-spacing: .08em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	cursor: pointer;
	border-bottom: 1px solid #000;
	background: url(../images/admin/arrow.gif) no-repeat center left 8px;
	background-size: auto 11px;
}

.selectList {
	padding: 22px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: translateY(24px);
	transition: opacity .5s cubic-bezier(0.23, 1, 0.32, 1),
				transform .5s cubic-bezier(0.23, 1, 0.32, 1),
				visibility .5s cubic-bezier(0.23, 1, 0.32, 1);
	background: rgba(246,246,246,.95);
}

.selectList:after {
  content: '';
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 11px;
}

.selectList a:hover {
	opacity: .6;
}

.spread .selectList {
	top: 50px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.selectList__item {
	font-size: 12px;
	cursor: pointer;
}

.selectList__item a {
	padding: 8px 10px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lbList {
	margin: 0 auto 67px;
	position: relative;
	text-align: center;
}

.library .libraryList__item {
	padding: 0 30px;
	margin: 0 auto 58px;
	width: 250px;
	display: inline-block;
}

.loaded.library .libraryList__item {
  	position: absolute;
}

.library .libraryList__item a {
	display: block;
}

.lbList__img {
	position: relative;
}

.lbList__img img {
	width: 100%;
}

.lb__box {
	margin-top: 20px;
	text-align: left;
}

.num {
	margin-right: 5px;
	margin-top: -42px;
	font-size: 56px;
	float: right;
	position: relative;
	z-index: 2;
}

.library .library__area {
	font-size: 10px;
	letter-spacing: .05em;
}

.library .library__inir {
	font-size: 26px;
}

.lb__area {
	margin-bottom: 8px;
	font-size: 11px;
	letter-spacing: .05em;
}

.lb__inir {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: .03em;
	text-align: justify;
}


@media all and (min-width: 1550px) {
	.lbList {
		width: 1550px;
	}
}

@media all and (min-width: 1240px) and (max-width: 1549px) {
	.lbList {
		width: 1240px;
	}
}

@media all and (min-width: 930px) and (max-width: 1239px) {
	.lbList {
		width: 930px;
	}
}

@media all and (min-width: 768) and (max-width: 929px) {
	.lbList {
		width: 100%;
	}

	.lbList__item {
		width: 50%;
		box-sizing: border-box;
	}
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.libraryDetail {
    padding-top: 104px;
}

.libraryDetail .section__title.lb__top {
	margin-bottom: 47px;
}

.libraryDetail .lb__top .section__headline::after {
	bottom: -23px;
}

.libraryDetail .lb__top .section__headline {
	margin-bottom: 52px;
}

.libraryDetail .lb__top .section__note {
	letter-spacing: .3px;
}

.video {
	margin: 0 auto 60px;
	width: 980px;
	position: relative;
}

.video__box {
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.video__over {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.video__over:before {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	opacity: .35;
	content: "";
	background: #000;
}

.video__over:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	border-left: 13px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
}

.video__over img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ipad .video:after {
	display: none;
}

.photo {
	margin: 0 auto 30px;
	width: 980px;
}

.photo div {
	margin-bottom: 58px;
}

.toLb {
	margin-bottom: 147px;
}

.libraryDetail .section__title.lb__top2 {
	margin-bottom: 18px;
}

.libraryDetail .section__title.lb__top2 .section__title__word {
	margin-bottom: 15px;
}


.lib .section__headline {
	margin-bottom: 80px;
}
.library__inir {
	font-size: 24px;
	line-height: 1;
	letter-spacing: .2em;
	margin-left: .2em;
}

/*------------------------------------------------------------
	pagePath 2022.05
------------------------------------------------------------*/
.library #pagePath li,
.libraryDetail #pagePath li{
    color: #000 !important;
}
.library #pagePath li a,
.libraryDetail #pagePath li a{
    color: #000 !important;
}
.library #pagePath li + span,
.libraryDetail #pagePath li + span{
    color: #000 !important;
}
.library #pagePath,
.libraryDetail #pagePath{
    padding-top: 0 !important;
}

.ctabtn {
	margin-bottom: 58px;
    text-align: center;
}
.ctabtn a {
	display: inline-block;
    padding: 26px 30px;
    width: auto;
    background: #48322a;
    color: #fff;
    font-weight: bold;
}
.ctabtn_bnr {
	text-align: center;
	margin-bottom: 100px;
}