@charset "UTF-8";
/* --------------------------------------------------
		lc
-------------------------------------------------- */
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-VariableFont_wdth,wght.ttf') format('TrueType'),
}
#lc {
	line-height: 1.75em;
	letter-spacing: 0.05em;
}
#lc .lp-layoutRole{
	overflow:visible;
}
#lc img {
	display: block;
	width: 100%;
}
#lc .divisions .main-content {
	background: #ebebeb;
}
#lc .main-content {
	font-size: 1.4rem;
}
.open-mainimg {
    animation-name: open-mainimg ;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes open-mainimg {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes open-secondimg{ 
    0% {
      opacity:0; } 
    100% {
      opacity:1; } } 
  .open-secondimg { 
    animation-name: open-secondimg ; 
    animation-duration: 3s;
    animation-fill-mode: both;
	animation-delay:2s;  
}
.scroll-box {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll-box.is-active {
	transform: translateY(0);
	opacity: 1.0;
  }
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}

#lc .main-content .top-h2{
	margin : 30px auto 0px;
	font-size: 1.8rem;
	line-height: 3.6rem;
	font-weight: 700;
	text-align: center;
}
#lc .main-content .area{
	margin-left: 25px;
	margin-right: 25px;
}
#lc .area p {
	margin: 0px 0 15px;
}
#lc .area h3 {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
}
#lc .area h3 .en{
    font-family: 'Roboto', sans-serif;
	font-weight: 100;
    font-size: 3.58rem;
	padding: 0 30px 5px 30px;
	border-bottom: solid 1px #d7d7d7;
}
#lc .area h3 .jp{
	margin-top: 18px;
	display: block;
	color: #9a9a9a;
}
#lc .area video{
	width: 100%;
	margin-top: 15px;
}
#lc .area2 h4 {
	font-size: 1.85rem;
	margin-bottom: 5px;
	font-weight: 500;
}
#lc .area2 h4 .en{
    font-family: 'Roboto', sans-serif;
	font-weight: 700;
    font-size: 1.85rem;
	color: #b9b9b9;
	padding-right: 5px;
}
#lc .area2 .features-box {
	margin: 10px 0 30px;
}
#lc .area2 .features-box:last-of-type {
	margin-bottom: 0;
}
#lc .area2 p {
	margin: 15px 0 20px;
}
#lc .area2 p:last-of-type {
	margin-bottom: 0px;
}
#lc .area .photo-2{
    display: flex;
	justify-content: space-between;
}
#lc .area2 .photo-2 img{
	width: calc(50% - 6px);
}
#lc .area .lc-illustration{
	margin: 0 auto;
	width: 95%;
}
#lc .area3 h4,#lc .area4 h4 {
	font-size: 1.65rem;
	background: #d7d7d7;
	padding: 2px 10px;
	text-align: center;
	margin-bottom: 5px;
}
#lc .area3 .photo-4{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px 10px;
}
#lc .area3 .photo-4 figure{
	width: calc(50% - 5px);
	margin-bottom: 20px;
}
#lc .area3 .photo-4 img{
	height: auto;
}
#lc figcaption {
	text-align: center;
}
#lc .area3 .photo-2{
	margin-bottom: 20px;
	gap: 0 10px;
}
#lc .area3 .photo-2 figure img{
	aspect-ratio: 17 / 7;
	height: auto;
}
#lc .area3 .photo-2 .diamond{
	width: calc(50% - 5px);
	line-height: 2rem;
}
#lc .link-box {
	margin: 30px 0;
}
#lc .link-box a{
	cursor: pointer;
	width: 280px;
	position: relative;
	display: block;
	border: 2px solid #000000;
	color: #000;
	font-weight: 700;
	text-align: center;
	padding: 11px 0;
	margin: 0 auto;
	border-radius: 100px;
	transition: background-color .2s ease, color .2s ease;
	font-size: 1.6rem;
	background: #FFF;
	color: #000;
}
#lc .link-box a span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
#lc .link-box a span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	opacity: 0;
transition: opacity .2s ease;
}
#lc .color-request span {
	background: url(img/icon_color_black.svg) no-repeat left center;
}
#lc .color-request span:before {
	background: url(img/icon_color.svg) no-repeat left center;
}
#lc .made-link span {
	background: url(img/icon_made_black.svg) no-repeat left center;
}
#lc .made-link span:before {
	background: url(img/icon_made.svg) no-repeat left center;
}
#lc .case-link span {
	background: url(img/icon_case_black.svg) no-repeat left center;
}
#lc .case-link span:before {
	background: url(img/icon_case.svg) no-repeat left center;
}
#lc .area3 .photo-4-2{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px 12px;
}
#lc .area3 .photo-4-2-box{
	width: calc(50% - 6px);
	margin-bottom: 20px;
}
#lc .area3 .photo-4-2-inbox{
    display: flex;
	justify-content: space-between;
	gap: 0px 10px;
}
#lc .area3 .photo-4-2-inbox figure img{
	height: auto;
}
#lc .area3 .color-specs{
	width: 100%;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
#lc .area3 .color-specs th,#lc .area3 .color-specs td{
	padding: 8px 10px;
	text-align: center;
	border-right: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
}
#lc .area3 .color-specs th{
	background: #f3f3f3;
	vertical-align: middle;
}
#lc .area3 .color-specs td{
	background: #FFF;
}
#lc .area4 .photo-4{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0px 12px;
}
#lc .area4 .photo-4 .item-box{
	width: calc(50% - 6px);
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 15px 20px 0;
}
#lc .area4 .item-box h5{
	text-align: center;
	margin-bottom: 20px;
}
#lc .area4 .item-box h5 span{
	background: linear-gradient(transparent 70%, #d7d7d7 30%);
	padding: 0 5px;
}
#lc .area4 .photo-4 .item-box figure{
	margin-bottom: 15px;
}
#lc .item-link a {
	position: relative;
	display: block;
	border: 2px solid #000000;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	padding: 3px 0;
	margin: 0 auto 30px;
	border-radius: 100px;
	background-color: #000000;
	transition: background-color .2s ease,
				color .2s ease;
}
#lc .area4 .item-box2{
	background: #f5f5f5;
	margin-bottom: 20px;
}
#lc .area4 .tenban{
	padding:25px 30px ;
}
#lc .area4 .tenban dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#lc .area4 .tenban dt,#lc .area4 .tenban dd{
	margin-bottom:15px;
}
#lc .area4 .tenban dt{
	margin-right: 15px;
}
#lc .area4 .tenban dd{
	width: 250px;
}
#lc .area4 .tenban .item-link a {
	width: 50%;
	margin-bottom: 0;
}
#lc .area4 .tenban2{
	padding:25px 50px ;
}
#lc .area4 .att{
	padding:20px 15px ;
}
#lc .area4 .att h5 {
	text-align: center;
	margin-bottom: 15px;
}
#lc .area4 .att h5 span{
	position: relative;
	display: inline-block;
	padding:5px 0 5px 30px;
	font-size: 1.65rem;
}
#lc .area4 .att h5 span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 100%;
	background: url('img/att-icon.png') no-repeat left center;
	background-size: 26px 24px;
}
#lc .area4 .att .att-side{
	margin-bottom: 20px;
}
#lc .area4 .att .att-ng{
	width: 80%;
	margin: 0 auto 10px;
}
#lc .area5 .case-img{
	position: relative;
	margin-top: 60px;
	z-index: 1;
}
#lc .area5 .case-slick {
	width: 92%;
	margin: 0 auto;
}
#lc .area5 .case-img .case-icon{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	width: 80px;
	height: 80px;
	z-index: 2;
	margin: auto;
}
#lc .area5 .case-slick h4{
	text-align: center;
	margin: 20px 0;
	font-size: 1.68rem;
}
#lc .area5 .case-slick h4 span{
	background: linear-gradient(transparent 70%, #d7d7d7 30%);
	padding: 0 5px;
}
#lc .area5 .case-item{
	background: #FFF;
	padding: 2px 10px;
	margin: 0 0 2px;
}
#lc .area5 .lc-case-img{
	margin: 0 auto 15px;
	width: 75%;
}
#lc .area5 .item-link a {
    width: 50%;
    margin: 30px auto 50px;
}
#lc .area5 .case-slick .slick-arrow {
    position: absolute;
    z-index: 10;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
    background-color: #000000;
    font-size: 0;
    border-radius: 50% 50%;
    cursor: pointer;
    transition: opacity .2s ease;
}
#lc .area5 .case-slick .slick-next:before {
    left: calc(50% - 4px);
    transform: rotate(135deg);
}
#lc .area5 .case-slick .slick-prev:before {
    left: calc(50% - 4px);
    transform: rotate(-45deg);
}
#lc .area5 .case-slick .slick-arrow:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
}
#lc .area5 .case-slick .slick-next {
    right: -30px;
}
#lc .area5 .case-slick .slick-prev {
    left: -30px;
}
#lc .button-area {
	background: #000;
	padding: 30px 25px;
}
#lc .button-area h2{
	color: #FFF;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: center;
}
#lc .button-area h2 span{
	display: block;
	text-align: center;
}
#lc .button-area h2 img{
	width: 200px;
	margin: 15px auto;
}
#lc .button-area li{
	margin: 15px 0 0;
}

@media screen and (min-width: 769px) {
#lc .link-box a:hover {
	background-color: #000;
	color: #FFF;
}
#lc .link-box a:hover span:before {
	opacity: 1;
}
#lc .p-breadcrumbs{
	margin-top: 100px;
}
#lc .item-link a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
#lc .button-area a:hover {
	border: 2px solid #FFF;
}
#lc .divisions {
	display: flex;
}
#lc .divisions .main-content {
	width: 480px;
}
#lc .divisions .left-img-area {
	width: calc((100% - 480px)*.5);
}
#lc .divisions .left-img-area-box {
	position: sticky;
	top: 110px;
	width: 100%;
	margin-top: 854px;
}
#lc .divisions .left-img-area-box img {
	height: calc(100svh - 220px);
	box-sizing: border-box;
	object-fit: cover;
}
#lc .divisions .right-menu-area {
	width: calc((100% - 480px)*.5);
	position: sticky;
}
#lc .divisions .right-menu-area nav {
	position: sticky;
	top: 110px;
	height: calc(100svh - 220px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 100px;
}
#lc .divisions .right-menu-area nav li{
    font-family: 'Roboto', sans-serif;
	font-weight: 100;
    font-size: 2.8rem;
	padding: 0 0 40px;
	list-style: none;
}
#lc .main-content .head-visual{
	position: relative;
	width: 480px;
	height: auto;
	aspect-ratio: 9 / 16;
}
#lc .main-content .head-visual .head-top{
	position: absolute;
	right: 25px;
	top: 22px;
}
#lc .main-content .head-visual .head-top p {
	line-height: 0;
	letter-spacing: 0;
}
#lc .main-content .head-visual .head-top img{
	width: 319px;
}
#lc .main-content .head-visual .head-top h1{
	color: #FFF;
	font-size:1.76rem;
	margin-top: 15px;
}
#lc .main-content .head-visual h2{
	position: absolute;
	left: 25px;
	bottom: 25px;
}
#lc .main-content .head-visual h2 img{
	width: 432px;
}
#lc .button-area.footer-button {
	height: 110px;
	position: sticky;
	bottom:0;
	padding: 0;
}
#lc .button-area.footer-button h2{
	font-size: 1.2rem;
	text-align: left;
	margin: 0 15px ;
}
#lc .button-area.footer-button h2 span{
	display: inline;
	text-align: left;
}
#lc .button-area.footer-button h2 img{
	display: inline;
	width: 138px;
	margin: 0 15px;
	vertical-align: middle;
}
#lc .button-area.footer-button li{
	margin: 0 15px 0 0;
}
#lc .footer-button-in {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}
#lc .button-area.footer-button ul{
	display: flex;
}
#lc .footer-button-in .link-box {
	margin: 0;
}
#lc .footer-button-in .link-box a{
	width: 240px;
}
}
/*======================
           sp           
======================*/
@media screen and (max-width: 768px) {
	#lc .main-content .head-visual{
		position: relative;
	}
	#lc .main-content .head-visual .head-bg{
		height: calc(100svh - 70px);
		box-sizing: border-box;
		object-fit: cover;
	}
	#lc .main-content .head-visual .head-top{
		position: absolute;
		right: 10px;
		top: 15px;
	}
	#lc .main-content .head-visual .head-top p {
		line-height: 0;
		letter-spacing: 0;
		text-align: right;
	}
	#lc .main-content .head-visual .head-top img{
		width: 62vw;
		display: inline;
	}
	#lc .main-content .head-visual .head-top h1{
		color: #FFF;
		font-size:1.6rem;
		margin-top: 10px;
	}
	#lc .main-content .head-visual h2{
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 15px;
		width: 89vw;
	}
	#lc .main-content .top-h2{
		margin : 20px auto 0;
		font-size: 1.6rem;
	}
	#lc .main-content .area{
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
	#lc .area h3 {
		margin-top: 30px;
	}
	#lc .area2 h4 {
		font-size: 1.7rem;
	}
	#lc .area .lc-illustration {
		width: 100%;
	}
	#lc .area3 .photo-2 {
		display: inline;
	}
	#lc .area3 .photo-2 .diamond {
		width: 100%;
	}
	#lc .area3 .photo-2 p.diamond {
		margin-top: 15px;
	}
	#lc .area3 .photo-2 figure {
		margin-bottom: 15px;
	}
	#lc .area3 .photo-4-2 {
		display: inline;
	}
	#lc .area3 .photo-4-2-box {
		width: 100%;
		margin-bottom: 15px;
	}
	#lc .area4 .photo-4 {
		display: inline;
	}
	#lc .area4 .photo-4 .item-box {
		width: 100%;
		padding: 15px 35px;
	}
	#lc .area4 .tenban .item-link a {
		width: 100%;
	}
	#lc .area4 .tenban {
		padding: 20px 35px;
	}
	#lc .area4 .tenban2 {
		padding: 20px 35px;
	}
	#lc .area5 .case-slick {
		width: 100%;
	}
	#lc .area5 .case-img {
		margin-top: 30px;
	}
	#lc .area5 .case-img .case-icon {
		top: -30px;
		width: 60px;
		height: 60px;
	}
	#lc .area5 .item-link a {
		width: 80%;
	}
	#lc .area5 .case-slick .slick-next {
		right: -15px;
	}
	#lc .area5 .case-slick .slick-prev {
		left: -15px;
	}
}
	
 