@charset "UTF-8";
/* CSS Document */

/************************************************
lin.css 202505
************************************************ */
#lin{
	width: 100%;
	line-height: 1.6;
	margin: auto;
	/*background: #f7f7f7;*/
	font-family: "Noto Serif JP", serif;
}
#lin a{
	text-decoration: none;
	color: #333;
	font-weight: 500;
}
#lin a:hover{
	opacity: 0.7;
}
#lin img{
	max-width: 100%;
}
#lin .en{
	font-family: 'Arbutus Slab', serif;
	font-weight: 400;
	letter-spacing: .1em;
}
#lin .jp{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: .08em;
}

#lin .intro{
	background: #fff;
	margin: 0 auto 50px;
}
#lin .intro-main{
	position: relative;
}
#lin .intro-main img{
	width: 100%;
}
#lin .intro-main .main-txt{
	position: absolute;
	/*left: 40vw;
	bottom: 16%;*/
	left: 7.3vw;
	bottom: 44%;
	letter-spacing: .05em;
	text-align: center;
}
#lin .intro-main .main-txt span{
	/*display: block;*/
	font-size: 5vw;
	font-weight: 400;
	letter-spacing: .3em;
}
#lin .intro-ttl{
	width: 90%;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin: 60px auto 30px;
}
#lin .intro .intro-lead-txt{
	width: 92%;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto 20px;
	color: #333;
}
#lin .intro .intro-img{
	max-width: 800px;
	margin: 0 auto 30px;
}
#lin .intro .intro-txt{
	width: 92%;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	margin: 0 auto;
	color: #333;
}

#lin .topics{
	position: relative;
	width: 100%;
}
#lin .topics-table{
	/*height: 0;*/
	/*padding-top: 100%;*/ /* (画像の高さ / 画像の横幅) × 100 */
	background: url(../../images/unique/lin/table_bg.jpg) no-repeat left top;
	background-size: cover;
	margin: 0 auto 50px;
	aspect-ratio: 1.5 / 1;
}
#lin .topics-chair{
	/*height: 0;*/
	/*padding-top: 100%;*/ /* (画像の高さ / 画像の横幅) × 100 */
	background: url(../../images/unique/lin/chair_bg.jpg) no-repeat left top;
	background-size: cover;
	margin: 0 auto 50px;
	aspect-ratio: 1.5 / 1;
}
#lin .topics::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.20)
}
#lin .topics-inner{
	/*padding: 60px;*/
	margin: auto;
}
#lin .topics .topics-ttl{
	position: relative;
	top: 5vw;
	left: 5vw;
	width: 100%;
	margin: 0 auto 20px;
	color: #fff;
	z-index: 10;
}
#lin .topics .topics-ttl .en{
	display: block;
	font-size: 56px;
	font-family: 'Arbutus Slab', serif;
	font-weight: 400;
	letter-spacing: .1em;
	margin: 0 auto 10px;
}
#lin .topics .topics-ttl .jp{
	display: block;
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: .08em;
	margin: 0;
}
#lin .topics .topics-txt{
	position: absolute;
	bottom: 5vw;
	left: 5vw;
	font-size: 18px;
	letter-spacing: .08em;
	line-height: 1.8;
	margin: 0 auto;
	color: #fff;
	z-index: 10;
}

.section-box{
	width: 1150px;
	margin: 0 auto 60px;
}
.section-box:last-child{
	margin: 0 auto 20px;
}
.section-box .section-lead{
	margin: 40px auto;
}
.section-box .section-lead-ttl{
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
	letter-spacing: .05em;
	text-align: center;
	margin: 50px auto 30px;
}
.section-box .section-lead-txt{
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
}
.section-box .flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-box .flex-box .table-material{
	width: 30%;
}
.section-box .flex-box .table-material-p{
	text-align: center;
	margin: 0 auto 20px;
}
.section-box .flex-box .table-material-p .en{
	display: block;
	font-size: 23px;
	margin-bottom: 3px;
}
.section-box .flex-box .table-material-p .jp{
	display: block;
	font-size: 16px;
}

.variation-item{
	margin: 60px 0;
}
.variation-img{
	width: 48%;
}
.variation-box{
	width: 48%;
}
.variation-ttl{
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: center;
}
.variation-ttl span{
	font-size: 20px;
	display: block;
	margin-top: 10px;
}
.variation-ttl span::before{
	content: "-";
	padding-right: .5em;
}
.variation-ttl span::after{
	content: "-";
	padding-left: .5em;
}
.variation-txt{
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
.variation-item-img{
	width: 70%;
	margin: 0 auto;
}

.coordinate-item{
	width: 48%;
	margin: 40px auto 80px;
}
.coordinate-img{
	margin-bottom: 20px;
}
.coordinate-ttl{
	font-size: 30px;
	margin-bottom: 10px;
}
.coordinate-txt{
	font-size: 16px;
}

.point-item{
	/*align-items: center;*/
	margin-bottom: 60px;
}
.point-img{
	width: 48%;
}
.point-txt-box{
	width: 48%;
}
.point-ttl{
	font-size: 28px;
	margin-bottom: 10px;
}
.point-ttl-s{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.point-ttl-s::before{
	content: "・";
	margin-right: .1em;
}
.point-txt{
	font-size: 16px;
	margin-bottom: 10px;
}
.point-ol{
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 16px;
	/*padding-left: 1em;*/
	padding: 1em;
	margin: 20px auto 30px;
}
.point-ol li{
	margin-bottom: 10px;
}
.point-ol li:last-child{
	margin-bottom: 0;
}
.point-ol li::before{
	content: "✓";
	padding-right: .5em;
}
.point-ol li a.zoom::after{
	background: none;
}
.closing-box{
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
}
.closing-img{
	margin: 0 auto 40px;
}
.closing-txt{
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

.section-box .link-btn{
	width: 80%;
	font-size: 15px;
	padding: .4em 15px .4em;
	margin: 20px auto 0;
	background: #E3E3E3;
}
.section-box .variation-link .link-btn{
	width: 50%;
	margin: 20px auto;
}
.section-box .point-ol .link-btn{
	display: inline-block;
	width: auto;
	margin: 0 0 0 1em;
}
.closing-box .link-btn{
	font-size: 18px;
	padding: .8em 15px;
}
.section-box .link-btn a{
	display: block;
	text-align: center;
	margin: auto;
}
.section-box .link-btn a:before{
	content: ">";
	padding-right: .3em;
}
.section-box .point-ol .link-btn a:before{
	content: "→";
	padding-right: .3em;
}

.lity-wrap {
  top: 20%;
}
.lity-container{
	max-width: 40%!important;
}
.lity-content{
	max-width: 100%;
	margin: auto;
}

/* gsap */
.text-effect span{
	display: inline-block;
	opacity: 0;
	visibility: visible;
	transform: rotateY(90deg);
}

@media screen and (max-width: 896px){
	#lin{
		width: 100%;
	}
	#lin .intro{
		width: 100%;
		margin: 0 auto 40px;
	}
	.section-box{
		margin: 0 auto 40px;
	}
	.section-box:last-child{
		margin: 0 auto;
	}
	#lin .intro-main .main-txt{
		position: absolute;
		font-size: 16px;
		margin: 0;
	}
	#lin .intro-main .main-txt span{
		font-size: 40px;
	}
	#lin .intro{
		margin: 0 auto 50px;
	}

	#lin .intro-main .main-txt{
		position: absolute;
		/*left: 40vw;
		bottom: 16%;*/
		left: 7.3vw;
		bottom: 43.5%;
		letter-spacing: .05em;
		text-align: center;
	}
	#lin .intro-main .main-txt span{
		/*display: block;*/
		font-size: 5vw;
		font-weight: 400;
		letter-spacing: .3em;
	}
	#lin .intro-ttl{
		font-size: 28px;
		margin: 40px auto 30px;
	}
	#lin .intro .intro-lead-txt{
		width: 92%;
		font-size: 18px;
		line-height: 1.8;
		text-align: center;
		margin: 0 auto 20px;
		color: #333;
	}
	#lin .intro .intro-img{
		max-width: 500px;
		margin: 0 auto 30px;
	}
	#lin .intro .intro-txt{
		width: 92%;
		font-size: 14px;
	}

	#lin .topics{
		position: relative;
		width: 100%;
	}
	#lin .topics-table{
		/*height: 0;*/
		/*padding-top: 100%;*/ /* (画像の高さ / 画像の横幅) × 100 */
		background: url(../../images/unique/lin/table_bg.jpg) no-repeat left top;
		background-size: cover;
		margin: 0 auto 50px;
		aspect-ratio: 1.5 / 1;
	}
	#lin .topics-chair{
		/*height: 0;*/
		/*padding-top: 100%;*/ /* (画像の高さ / 画像の横幅) × 100 */
		background: url(../../images/unique/lin/chair_bg.jpg) no-repeat left top;
		background-size: cover;
		margin: 0 auto 50px;
		aspect-ratio: 1.5 / 1;
	}
	#lin .topics .topics-ttl{
		width: 90%;
		position: relative;
		top: 5vw;
		left: 1vw;
	}
	#lin .topics .topics-ttl .en{
		font-size: 40px;
		display: inline-block;
	}
	#lin .topics .topics-ttl .jp{
		font-size: 18px;
	}
	#lin .topics .topics-txt{
		font-size: 14px;
	}
	.section-box{
		width: 90%;
		margin: 0 auto 40px;
	}
	.section-box:last-child{
		margin: 0 auto 20px;
	}
	.section-box .section-lead{
		margin: 40px auto;
	}
	.section-box .section-lead-ttl{
		font-size: 23px;
		margin: 40px auto 30px;
	}
	.section-box .section-lead-txt{
		font-size: 14px;
	}
	.section-box .flex-box .table-material{
		width: 30%;
	}
	.section-box .flex-box .table-material-p{
		text-align: center;
		margin: 0 auto 20px;
	}
	.section-box .flex-box .table-material-p .en{
		font-size: 20px;
	}
	.section-box .flex-box .table-material-p .jp{
		font-size: 14px;
	}
	.variation-item{
		margin: 40px 0;
	}
	.variation-ttl{
		font-size: 20px;
		margin: 0 0 20px;
	}
	.variation-ttl span{
		font-size: 18px;
	}
	.variation-txt{
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}
	.variation-item-img{
		width: 70%;
		margin: 0 auto;
	}
	.coordinate-item{
		margin: 30px auto 40px;
	}
	.coordinate-img{
		margin-bottom: 20px;
	}
	.coordinate-ttl{
		font-size: 23px;
		margin-bottom: 10px;
	}
	.coordinate-txt{
		font-size: 14px;
	}
	.point-item{
		margin-bottom: 60px;
	}
	.point-img{
		width: 48%;
	}
	.point-txt-box{
		width: 48%;
	}
	.point-ttl{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.point-ttl-s{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.point-txt{
		font-size: 14px;
	}
	.point-ol{
		font-size: 15px;
		margin: 20px auto 30px;
	}

	.closing-box{
		position: relative;
		width: 100%;
		margin: 0 auto 40px;
	}
	.closing-img{
		margin: 0 auto 40px;
	}
	.closing-txt{
		font-size: 14px;
		margin-bottom: 40px;
	}

	.section-box .link-btn{
		width: 90%;
		font-size: 14px;
	}
	.section-box .variation-link .link-btn{
		margin: 20px auto;
	}
	.closing-box .link-btn{
		font-size: 18px;
	}
	
	.lity-wrap {
		top: 0;
	}
	.lity-container{
		max-width: 90%!important;
	}
	
}

@media screen and (max-width: 568px){
	#lin .intro-main .main-txt{
		position: absolute;
		left: 15%;
		bottom: 41.8%;
		font-size: 4vw;
	}
	#lin .intro-main .main-txt span{
		font-size: 8vw;
		letter-spacing: .3em;
	}
	#lin .intro-ttl{
		font-size: 5vw;
		margin: 40px auto 30px;
	}
	#lin .intro .intro-lead-txt{
		width: 92%;
		font-size: 3.6vw;
	}
	#lin .intro .intro-img{
		max-width: 500px;
		margin: 0 auto 30px;
	}
	#lin .intro .intro-txt{
		font-size: 3.6vw;
		text-align: left;
	}

	#lin .topics{
		position: relative;
		width: 100%;
	}
	#lin .topics-table{
		background: url(../../images/unique/lin/table_bg_sp.jpg) no-repeat left top;
		background-size: cover;
		margin: 0 auto 50px;
		aspect-ratio: 1 / 1.25;
	}
	#lin .topics-chair{
		background: url(../../images/unique/lin/chair_bg_sp.jpg) no-repeat left top;
		background-size: cover;
		margin: 0 auto 50px;
		aspect-ratio: 1 / 1.25;
	}
	#lin .topics .topics-ttl{
		width: 90%;
		position: relative;
		top: 6vw;
		left: 1vw;
	}
	#lin .topics .topics-ttl .en{
		font-size: 8vw;
	}
	#lin .topics .topics-ttl .jp{
		font-size: 4vw;
	}
	#lin .topics .topics-txt{
		font-size: 3.4vw;
	}
	.section-box{
		width: 90%;
		margin: 0 auto 40px;
	}
	.section-box:last-child{
		margin: 0 auto 20px;
	}
	.section-box .section-lead{
		margin: 30px auto 20px;
	}
	.section-box .section-lead-ttl{
		font-size: 5.6vw;
		line-height: 1.4;
		margin: 30px auto 10px;
	}
	.section-box .section-lead-txt{
		font-size: 3.6vw;
	}
	
	.section-box .flex-box .table-material{
		width: 100%;
		margin-bottom: 40px;
	}
	.section-box .flex-box .table-material:last-child{
		margin-bottom: 0;
	}
	.section-box .flex-box .table-material-p{
		margin: 0 auto 10px;
	}
	.section-box .flex-box .table-material-p .en{
		font-size: 6vw;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.section-box .flex-box .table-material-p .jp{
		font-size: 3.6vw;
	}
	.variation-item{
		margin: 30px 0;
	}
	.variation-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.variation-box {
		width: 100%;
	}
	.variation-ttl{
		font-size: 5vw;
		margin: 0;
	}
	.variation-ttl span{
		font-size: 3.8vw;
	}
	.variation-txt{
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}
	.variation-item-img{
		width: 90%;
		margin: 0 auto;
	}
	.coordinate-item{
		width: 100%;
		margin: 0 auto 40px;
	}
	.coordinate-img{
		margin-bottom: 20px;
	}
	.coordinate-ttl{
		font-size: 6vw;
		margin-bottom: 10px;
	}
	.coordinate-txt{
		font-size: 3.6vw;
		margin: 0;
	}
	.flex-box.point-item{
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}
	.point-item{
		margin-bottom: 20px;
	}
	.point-img{
		width: 100%;
		margin-bottom: 20px;
	}
	.texture-box .point-img{
		margin-top: 12vw;
	}
	.point-txt-box{
		width: 100%;
	}
	.point-ttl{
		position: absolute;
		top: -8vw;
		left: 0;
		right: 0;
		font-size: 5.3vw;
		text-align: center;
		margin-top: 9vw;
	}
	.point-ttl-s{
		font-size: 4.5vw;
	}
	.point-txt{
		font-size: 3.6vw;
		margin-bottom: 20px;
	}
	.point-ol{
		font-size: 3.6vw;
		margin: 0 auto 30px;
	}

	.closing-box{
		width: 100%;
		margin: 0 auto 30px;
	}
	.closing-img{
		margin: 0 auto 30px;
	}
	.closing-txt{
		width: 90%;
		font-size: 3.6vw;
		margin: 0 auto;
	}

	.section-box .link-btn{
		font-size: 3.4vw;
	}
	.section-box .variation-link .link-btn{
		margin: 20px auto;
	}
	.closing-box .link-btn{
		width: 90%;
		font-size: 4vw;
		margin: 30px auto 0;
	}
}