@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,600,700&display=swap');

/* common
***********************************************/
.fs-l-main {
  max-width: 100%;
  padding: 0;
  margin-top: 24px;
}
.fs-l-pageMain {
  max-width: 100%;
}
.fs-c-heading--page{
	display: none;
}
@media screen and (max-width:768px){
	.fs-l-main{
		margin-top: 0;
	}
}

/* common_item
***********************************************/
.night_grass_led {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	word-wrap: break-word;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
@media screen and (min-width:768px){
	.night_grass_led{
		min-width: 1300px;
	}
}
.night_grass_led img{
	border: none;
	vertical-align: bottom;
}
@media screen and (max-width:768px){
	.night_grass_led img{
		width: 100%;
	}
}
.night_grass_led a{
	transition: opacity 0.3s ease 0s;
}
.night_grass_led a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.night_grass_led dl,
.night_grass_led dt,
.night_grass_led dd,
.night_grass_led ul{
	margin: 0;
	padding: 0;
}
.night_grass_led .pc{
	display: block;
}
.night_grass_led .sp{
	display: none;
}
@media screen and (max-width:768px){
	.night_grass_led .pc{
		display: none;
	}
	.night_grass_led .sp{
		display: block;
	}
}
.night_grass_led h3,
.night_grass_led h4,
.night_grass_led h5,
.night_grass_led strong{
	font-weight: 700;
}

/* MV
***********************************************/
.night_grass_led .mv {
	position: relative;
	text-align: center;
	background-color: #000;
}
.night_grass_led .mv .imgWrap{
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.night_grass_led .mv h2 img{
	max-width: inherit;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.night_grass_led .mvLead {
	background-color: #000;
}
.night_grass_led .mvLead .l_inner{
	background: url("https://miruus.itembox.design/item/images/night_grass_led/mv_bg.jpg") bottom right no-repeat;
	padding: 60px 0 50px;
}
.night_grass_led .mvLead li{
	color: #fff;
	font-size: 20px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.night_grass_led .mvLead li:last-of-type{
	margin-bottom: 0;
}
.night_grass_led .mvLead li::before{
	content: "";
	background: url("https://miruus.itembox.design/item/images/night_grass_led/icon_check.png") center center / 50px 50px no-repeat;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.night_grass_led .mvLead h4{
	color: #fff;
	font-size: 26px;
	text-align: left;
	margin-bottom: 25px;
}
.night_grass_led .mvLead h3{
	color: #000;
	font-size: 30px;
	background-color: #ffec66;
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.night_grass_led .mvLead h3::before{
	content: "";
	background: #000;
	height: calc(tan(60deg) * 34px / 3);
	width: 34px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
@media screen and (max-width:768px){
	.night_grass_led .mv .imgWrap{
		width: 100%;
	}
	.night_grass_led .mv h2 img{
		left: 0;
		margin-left: 0;
	}
	.night_grass_led .mv h2 img.pc{
		display: none;
	}
	.night_grass_led .mv h2 img.sp{
		display: block;
	}
	.night_grass_led .mvLead .l_inner{
		background: none;
		padding: 30px 0 0;
	}
	.night_grass_led .mvLead h4{
		font-size: 17px;
		text-align: center;
	}
	.night_grass_led .mvLead li{
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 2px;
	}
	.night_grass_led .mvLead li::before{
		background-size: 45px 45px;
		width: 40px;
		height: 40px;
		margin-right: 5px;
	}
	.night_grass_led .mvLead li span{
		width: calc(100% - 45px);
	}
	.night_grass_led .mvLead h3{
		font-size: 21px;
		height: 85px;
	}
	.night_grass_led .mvLead h3::before{
		height: calc(tan(60deg) * 24px / 3);
		width: 24px;
	}
}

/* l_contents
***********************************************/
.night_grass_led .l_contents{
	padding-bottom: 100px;
}
@media screen and (max-width:768px){
	.night_grass_led .l_contents{
		padding-bottom: 40px;
	}
}

/* l_inner
***********************************************/
.night_grass_led .l_inner{
	width: 1300px;
	margin: 0 auto;
}
.night_grass_led .l_inner.border{
	border-bottom: 1px solid #ddd;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width:768px){
	.night_grass_led .l_inner{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* video
***********************************************/
.night_grass_led .video{
	margin: 70px auto 0;
}
.night_grass_led .video h4{
	font-size: 20px;
	margin-bottom: 35px;
}
@media screen and (max-width:768px){
	.night_grass_led .video{
		margin: 45px 20px 50px;
	}
	.night_grass_led .videoInner{
		position: relative;
		width: 90%;
		padding-top: 56.5%;
		margin: auto;
	}
	.night_grass_led .video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.night_grass_led .video h4{
		font-size: 15px;
		margin-bottom: 20px;
	}
}

/* btnBuy
***********************************************/
.night_grass_led .btnBuy {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background-color: #000;
	border-radius: 5px;
	width: 200px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
}
@media screen and (max-width:768px){
	.night_grass_led .btnBuy {
		font-size: 18px;
		width: 150px;
		height: 50px;
		margin: 25px auto 0;
	}
}

/* bnrAll
***********************************************/
.night_grass_led .bnrAll{
	background-color: #000;
	margin: 120px auto 0;
	position: relative;
}
.night_grass_led .bnrAll img{
	max-width: inherit;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
@media screen and (max-width:768px){
	.night_grass_led .bnrAll{
		margin: 50px auto 0;
	}
	.night_grass_led .bnrAll img{
		max-width: 100%;
		left: 0;
		margin-left: 0;
	}
}

/* fbox
***********************************************/
.night_grass_led .fbox .l_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 70px;
}
.night_grass_led .fbox .right{
	order: 1;
}
.night_grass_led .fbox .l_h{
	width: 610px;
}
.night_grass_led .fbox .l_h h3{
	font-size: 26px;
	text-align: left;
	margin-bottom: 30px;
}
.night_grass_led .fbox .l_h p{
	text-align: left;
	font-size: 17px;
	line-height: 34px;
}
.night_grass_led .fbox .l_h p strong{
	font-size: 18px;
	background: linear-gradient(transparent 75%, #ffec66 75%);
}
.night_grass_led .fbox .l_h p small{
	font-size: 14px;
}
.night_grass_led .fbox .cap{
	font-size: 15px;
	font-weight: 400;
	background-color: #f6f6f6;
	padding: 20px 0;
	margin-top: 60px;
	width: 100%;
	order: 3;
}
.night_grass_led .fbox .l_h ul{
	border: 2px solid #ddd;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
	padding: 15px 20px;
}
.night_grass_led .fbox .l_h li{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin-right: 40px;
	display: flex;
	align-items: center;
}
.night_grass_led .fbox .l_h li:last-of-type{
	margin-right: 0;
}
@media screen and (max-width:768px){
	.night_grass_led .fbox .l_inner{
		margin-top: 40px;
	}
	.night_grass_led .l_inner.border{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}
	.night_grass_led .fbox .l_h h3{
		font-size: 18px;
		text-align: center;
		margin-bottom: 25px;
	}
	.night_grass_led .fbox .l_h p{
		font-size: 15px;
		line-height: 1.8;
	}
	.night_grass_led .fbox .l_h p strong{
		font-size: 15px;
	}
	.night_grass_led .fbox .l_h ul{
		padding: 13px 16px;
		margin-top: 20px;
	}
	.night_grass_led .fbox .l_h li{
		font-size: 13px;
		margin-right: 20px;
	}
	.night_grass_led .fbox .l_h + .photo{
		margin-top: 30px;
	}
	.night_grass_led .fbox .right{
		order: inherit;
	}
	.night_grass_led .fbox .cap{
		font-size: 13px;
		padding: 15px;
		margin-top: 30px;
	}
}

.night_grass_led .table1 li::before{
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 10px;
	display: block;
}
.night_grass_led .table1 li:nth-of-type(1)::before{
	background-color: #ffc400;
}
.night_grass_led .table1 li:nth-of-type(2)::before{
	background-color: #f6e79c;
}
.night_grass_led .table1 li:nth-of-type(3)::before{
	background-color: #e9e9e9;
}
.night_grass_led .table2 li::before{
	content: "";
	width: 20px;
	height: 2px;
	margin-right: 10px;
	display: block;
}
.night_grass_led .table2 li:nth-of-type(1)::before{
	background-color: #c09c00;
	height: 4px;
}
.night_grass_led .table2 li:nth-of-type(2)::before{
	background-color: #ef94bb;
}
.night_grass_led .table2 li:nth-of-type(3)::before{
	background-color: #0081e2;
}
.night_grass_led .table2 li:nth-of-type(4)::before{
	background-color: #797979;
}
.night_grass_led .fbox .photoL{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px){
	.night_grass_led .fbox .photoL{
		display: block;
	}
	.night_grass_led .fbox .photoL img{
		margin-bottom: 15px;
	}
	.night_grass_led .fbox .photoL img:last-of-type{
		margin-bottom: 0;
	}
}

/* l_contents black
***********************************************/
.night_grass_led .l_contents.black{
	color: #fff;
	background-color: #0e0f0f;
	padding: 80px 0;
}
.night_grass_led .l_contents.black h3{
	color: #ffec66;
	font-size: 26px;
	margin-bottom: 35px;
}
.night_grass_led .l_contents.black p{
	font-size: 17px;
	line-height: 34px;
}
.night_grass_led .l_contents.black ul{
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.night_grass_led .l_contents.black ul img{
	width: 300px;
}
.night_grass_led .l_contents.black .photoC{
	position: relative;
}
.night_grass_led .l_contents.black .txt{
	font-size: 17px;
	font-weight: 600;
	border: 1px solid #5e5e5e;
	width: 270px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -16px;
}
@media screen and (max-width:768px){
	.night_grass_led .l_contents.black{
		padding: 40px 0;
	}
	.night_grass_led .l_contents.black h3{
		font-size: 17px;
		margin-bottom: 25px;
	}
	.night_grass_led .l_contents.black p{
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
	.night_grass_led .l_contents.black ul{
		margin: 25px auto 0;
		flex-wrap: wrap;
	}
	.night_grass_led .l_contents.black li{
		width: 47%;
		margin-bottom: 15px;
	}
	.night_grass_led .l_contents.black ul img{
		width: 85%;
	}
	.night_grass_led .l_contents.black .photoC{
		position: relative;
	}
	.night_grass_led .l_contents.black .txt{
		font-size: 13px;
		width: 100%;
		margin-top: -12px;
	}
}

/* l_contents yellow
***********************************************/
.night_grass_led .l_contents.yellow{
	background-color: #ffec66;
	padding: 80px 0;
}
.night_grass_led .l_contents.yellow h3{
	font-size: 40px;
}
.night_grass_led .l_contents.yellow h3 span{
	font-size: 22px;
	font-weight: 700;
	display: flex;
    align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.night_grass_led .l_contents.yellow h3 span:before,
.night_grass_led .l_contents.yellow h3 span:after {
    content: "";
    height: 1px;
    width: 70px;
    background-color: #000;
}
.night_grass_led .l_contents.yellow h3 span:before {
    margin-right: 1rem;
}
.night_grass_led .l_contents.yellow h3 span:after {
    margin-left: 1rem;
}
.night_grass_led .navi{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px auto;
}
.night_grass_led .navi li:first-of-type{
	margin-right: 60px;
}
.night_grass_led .navi li a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.night_grass_led .navi li a:hover{
	text-decoration: none;
}
.night_grass_led .navi li .photoC{
	
}
.night_grass_led .navi li .txt{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	background-color: #000;
	width: 420px;
	height: 100px;
	padding: 0 28px;
	display: flex;
	align-items: center;
	position: relative;
}
.night_grass_led .navi li .txt::after{
	content: "";
	background: url("https://miruus.itembox.design/item/images/night_grass_led/icon_down.png") center center / 25px 25px no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto;
}
@media screen and (max-width:768px){
	.night_grass_led .l_contents.yellow{
		padding: 40px 0;
	}
	.night_grass_led .l_contents.yellow h3{
		font-size: 25px;
	}
	.night_grass_led .l_contents.yellow h3 span{
		font-size: 17px;
		margin-top: 10px;
	}
	.night_grass_led .l_contents.yellow h3 span:before,
	.night_grass_led .l_contents.yellow h3 span:after {
		width: 40px;
	}
	.night_grass_led .navi{
		margin: 30px auto 40px;
		display: block;
	}
	.night_grass_led .navi li{
		background-color: #000;
	}
	.night_grass_led .navi li:first-of-type{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.night_grass_led .navi li .photoC{
		width: 36%;
	}
	.night_grass_led .navi li .txt{
		font-size: 14px;
		width: 64%;
		height: 60px;
		padding: 0 15px;
	}
	.night_grass_led .navi li .txt::after{
		background-size: 20px 20px;
		width: 20px;
		height: 20px;
		right: 15px;
	}
}

/* itemWrap
***********************************************/
.night_grass_led .itemWrap{
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
}
.night_grass_led .itemWrap + .itemWrap{
	margin-top: 40px;
}
.night_grass_led .l_st{
	color: #fff;
	background-color: #000;
	padding: 50px 0 100px;
}
.night_grass_led .l_st h4{
	font-size: 30px;
	margin-bottom: 18px;
}
.night_grass_led .l_st p{
	font-size: 17px;
}
.night_grass_led .l_st p strong{
	font-size: 20px;
}
.night_grass_led .itemPhotoL{
	margin: -70px auto 0;
	width: 600px;
}
.night_grass_led .itemPhotoL + p{
	font-size: 16px;
	margin-top: 15px;
}
.night_grass_led .itemTmp{
	display: flex;
	justify-content: space-between;
	width: 1040px;
	margin: 50px auto 0;
}
.night_grass_led .itemTmp li{
	width: 330px;
}
.night_grass_led .itemTmp .photoS img{
	
}
.night_grass_led .itemTmp p{
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	margin-top: 15px;
}
.night_grass_led .itemS{
	display: flex;
	justify-content: center;
	border-top: 1px solid #ddd;
	width: 1200px;
	margin: 50px auto 0;
	padding-top: 20px;
}
.night_grass_led .itemS p{
	font-size: 16px;
	font-weight: bold;
}
.night_grass_led .itemS li:first-of-type{
	margin-right: 60px;
}
.night_grass_led .itemBuy{
	background-color: #f6f6f6;
	padding: 60px 0 55px;
	margin-top: 60px;
}
.night_grass_led .itemBuy a,
.night_grass_led .itemBuy p{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.night_grass_led .itemWrap{
		border-radius: 10px;
	}
	.night_grass_led .itemWrap + .itemWrap{
		margin-top: 20px;
	}
	.night_grass_led .l_st{
		padding: 30px 0 60px;
	}
	.night_grass_led .l_st h4{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.night_grass_led .l_st p{
		font-size: 15px;
		padding: 0 5%;
	}
	.night_grass_led .l_st p strong{
		font-size: 15px;
	}
	.night_grass_led .itemPhotoL{
		margin: -35px auto 0;
		width: 90%;
	}
	.night_grass_led .itemPhotoL + p{
		font-size: 13px;
		text-align: left;
		margin-top: 15px;
		padding: 0 5%;
	}
	.night_grass_led .itemTmp{
		flex-wrap: wrap;
		width: 90%;
		margin: 20px auto -15px;
	}
	.night_grass_led .itemTmp li{
		width: 47%;
		margin-bottom: 15px;
	}
	.night_grass_led .itemTmp .photoS img{

	}
	.night_grass_led .itemTmp p{
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.8;
	}
	.night_grass_led .itemS{
		width: 90%;
		margin: 25px auto 0;
		padding-top: 20px;
	}
	.night_grass_led .itemS p{
		font-size: 13px;
	}
	.night_grass_led .itemS li:first-of-type{
		margin-right: 20px;
	}
	.night_grass_led .itemBuy{
		padding: 30px 0;
		margin-top: 30px;
	}
	.night_grass_led .itemBuy a,
	.night_grass_led .itemBuy p{
		font-size: 15px;
	}
}

/* 
***********************************************/

