@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Author: kobayashi-dw
	Author URI: https://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.showroom_slide {
	width: calc(100% - 160px);
	height: 350px;
	padding: 0px 80px;
	margin: 0px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("http://leftec.pro/2026_leftec.pro/wp-content/uploads/2026/04/showroom_slide01.jpg") no-repeat bottom center;
	background-size: cover;
}

.showroom_slide::after {
	padding: 0px;
	margin: 0px;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#000 0%, transparent 15%), radial-gradient(#000 0%, transparent 15%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.showroom_slide p span {
	width: calc(100% - 0px);
	position: relative;
	top: 70%;
	left: 0px;
	color: #fff;
	font-size: 40px;
	line-height: 1.3;
	text-align: left;
	letter-spacing: 0.1em;
	z-index: 2;
	transition: 1s;
	opacity: 0;
	display: block;
}

.showroom_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.showroom_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.showroom_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.showroom_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}

.showroom_sbox01 {
	width: 100%;
	margin: 0px;
	margin-bottom: -180px;
	padding: 0px;
	text-align: center;
}

.showroom_sbox01_2 {
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: right;
}

.showroom_title18 {
	width: calc(100% - 0px);
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	font-size: 18pt;
	line-height: 1.7;
	text-align: center;
}

.showroom_calendar_box {
	width: calc(100% - 100px);
	margin: 0;
	margin-bottom: 50px;
	padding: 50px;
	color: #000;
}




/*  loopSlider
--------------------------------------------- */
.loopSliderWrap2 {
    top: 0;
    left: 0;
	height: 170px;
    position: absolute;
}
 
.loopSlider2 {
	margin: 0 0;
	width: calc(100%  - 40px);
	height: 170px;
	margin-left: 20px;
	margin-right: 20px;
    text-align: left;
	position: relative;
	overflow: hidden;
}
 
.loopSlider2 ul {
	height: 170px;
    float: left;
	display:flex;
    width:max-content;
}
 
.loopSlider2 ul li {
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
	flex:none;
}

.loopSlider2 img{
    width:170px;
    height:170px;
    object-fit:cover;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap2:after {
    content: "";
    display: none;
    clear: none;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.showroom_slide {
	width: calc(100% - 40px);
	height: 200px;
	padding: 0px 20px;
}
	
.showroom_slide p span {
	font-size: 30px;
	line-height: 1.3;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
	
.showroom_sbox01 {
	width: 100%;
	margin: 0px;
	margin-bottom: -50px;
	padding: 0px;
	text-align: center;
}
	
.showroom_sbox01_2 {
	width: calc(100% - 200px);
	margin: 0px;
	margin-left: 200px;
	margin-bottom: 30px;
	padding: 0px;
	text-align: right;
}
	
.showroom_title18 {
	width: calc(100% - 0px);
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	font-size: 16pt;
	line-height: 1.7;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
	
}