@charset "utf-8";
/**動画周り**/
#top_movie{ width: 100%; z-index: 0; display: block; overflow: hidden; position: relative; aspect-ratio: 16 / 9; }
#top_movie video{
	width: 100vw;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*min-width: 1500px;*/
}

#top_movie #volswitch{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 3rem;
	height: 2rem;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(/assets/img/s_off.png);
	background-position: left top;
	background-size: 100% auto;
	cursor: pointer;
}


#top_movie #volswitch.swith_on{	background-image: url(/assets/img/s_on.png);}


#top_movie .mov_onnews{
position: absolute;
left: 20px;
bottom: 20px;
background-color: rgba(0,0,0,0.3);
padding:1.5em 1em;
z-index: 99;
color: rgba(255,255,255,1.00);
border-radius: 0.25em;
}
#top_movie .mov_onnews a{display: block;}
#top_movie .mov_onnews:before {
    content: "NEWS";
    display: inline-block;
    background-color: rgba(212,0,3,1.00);
    font-size: 65%;
    padding: 0.5em 1em;
    position: absolute;
    top: -1em;
    margin: auto;
    left: 0;
    right: 0;
    width: 80px;
    text-align: center;
}

/**動画周りここまで**/

/**AVODA取り扱い**/
#sect_avoda{background-color: #000;display: flex;align-items: center;padding: 0; gap:4%;}
#sect_avoda .avoda_club{aspect-ratio: 1 / 1; width: 20%;min-width: 180px;max-width: 340px;}
#sect_avoda .avoda_club img{object-fit: cover;width: 100%;}
#sect_avoda .avoda_txt{flex: 1;color: #fff;text-align:center;display: flex;flex-direction: column;align-items: center;font-size:clamp(0.75rem, 1.75vw, 1.25rem);gap:2em;padding:2em 0;}
#sect_avoda .avoda_txt img{width: 14em;}
/**AVODA取り扱いここまで**/

/**緊急ニュース**/
#sect_emergnews{background-color: #DCDCDC; padding: 40px 0;}
#sect_emergnews .emerg_mid{display: block; font-size: 125%; padding-bottom: 1em;}
/**緊急ニュースここまで**/


/**セクション別トップ新製品**/
#sect_topnewitem{
	text-align: left;
	position: relative;
	overflow-y: hidden;
	color: #FFFFFF;
}
#sect_topnewitem .w1200{
	position: relative;
	z-index: 200;
}
#sect_topnewitem:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#sect_topnewitem.ca-01p:after{
    background-image: url(../../../../assets/img/index/new_item_ca01.png);
	background-repeat: no-repeat;
	background-position: right -60px;
	background-size: auto 150%;
}

#sect_topnewitem.ca-01p:before{
    background-image: url(../../../../assets/img/index/new_item_ca01BG.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}

#sect_topnewitem.wd-01:after{
    background-image: url(../../../../assets/img/index/new_item_wd01.png);
	background-repeat: no-repeat;
	background-position: calc(60% - 0px) 0;
	background-size: auto 150%;
}

#sect_topnewitem.wd-01:before{
    background-image: url(../../../../assets/img/index/new_item_wd01BG.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}

#sect_topnewitem.utr:after{
    background-image: url(../../../../assets/img/index/new_item_utr.png);
	background-repeat: no-repeat;
	background-position: calc(60% - 0px) 0;
	background-size: auto 150%;
}

#sect_topnewitem.utr:before{
    background-image: url(../../../../assets/img/index/new_item_utrBG.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}
#sect_topnewitem.celeste:before{
    background-image: url(../../../../assets/img/index/new_item_celesteBG.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}
#sect_topnewitem.celeste-fw:before{
    background-image: url(../../../../assets/img/index/new_item_celesteFW_BG.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}
#sect_topnewitem.cielo:before{
    background-image: url("../../../../assets/img/index/new_item_cielo24.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 100%;	/*display:none;*/
}
#sect_topnewitem:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#sect_topnewitem .item_photo{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
#sect_topnewitem h3.mid_title{
	font-size: 1.75em;
	text-align: left;
}

#sect_topnewitem h3.mid_title:before{
	content: "NEW";
	display: inline-block;
	font-family: 'Orbitron', sans-serif;
	background-color: #8F0D0F;
	font-size: 0.6em;
	vertical-align: super;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#sect_topnewitem h3.mid_title em{
	display: inline-block;
	font-size: 1.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#sect_topnewitem .about_txt{
	display: block;
	max-width: none;
}
#sect_topnewitem .about_txt strong{
	font-size: 1.5rem;
	display: block;
	font-weight: normal;
	line-height: 2em;
}
#sect_topnewitem .box_btn{
	text-align: left;
}
#sect_topnewitem a[class*="comm_btn"]{
	min-width: 300px;
}
#sect_topnewitem a[class*="comm_btn"]:nth-of-type(1){
	margin-right: 1em;
} 

/**セクション別トップ新製品**/
#sect_toprecomitem{	text-align: left; color: #FFFFFF; padding: 0;	background-repeat: repeat-x; background-position: center top; background-size: auto 100%; /*display:none;*/}
#sect_toprecomitem.wd-01{ background-image: url(../../../../assets/img/index/new_item_wd01BG.png);}
#sect_toprecomitem.utr{ background-image: url(../../../../assets/img/index/new_item_utrBG.png);}
#sect_toprecomitem.rosso{background-image: url(../../../../assets/img/index/new_item_rossoBG.png);background-size: cover;}
#sect_toprecomitem.nero{background-image: url(../../../../assets/img/index/new_item_neroBG.png);background-size: cover;}
#sect_toprecomitem.nerorossoFW{background-image: url(../../../../assets/img/index/new_item_nero-rossoFWBG.png);background-size: cover;}
#sect_toprecomitem.celeste{background-image: url("../../../../assets/img/index/new_item_celesteBG.png");background-size: cover;}
#sect_toprecomitem.celesteFW{background-image: url("../../../../assets/img/index/new_item_celesteFW_BG.png");background-size: cover;}
#sect_toprecomitem.cielo{background-image: url("../../../../assets/img/index/new_item_cielo24_BG.png");background-size: cover;}
#sect_toprecomitem .w900{ }
#sect_toprecomitem ul[class*="col"]{ }
#sect_toprecomitem ul[class*="col"]>*:first-child{ padding: 3em 0;}
#sect_toprecomitem ul[class*="col"]>*{margin-bottom: 0;}
#sect_toprecomitem ul[class*="col"]>* img{width: 100%; height: auto;}
#sect_toprecomitem h3.mid_title{ font-size: 1.75em; text-align: left;}
#sect_toprecomitem h3.mid_title:before{
	content: "NEW";
	display: inline-block;
	font-family: 'Orbitron', sans-serif;
	background-color: #8F0D0F;
	font-size: 0.6em;
	vertical-align: super;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#sect_toprecomitem h3.mid_title em{
	display: inline-block;
	font-size: 1.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#sect_toprecomitem .about_txt{
	display: block;
	max-width: none;
}
#sect_toprecomitem .about_txt strong{
	font-size: 1.5rem;
	display: block;
	font-weight: normal;
	line-height: 1.5em;
    padding-bottom: 1em;
}
#sect_toprecomitem .box_btn{
	text-align: left;
}
#sect_toprecomitem a[class*="comm_btn"]{
	min-width: 300px;
}
#sect_toprecomitem a[class*="comm_btn"] + a[class*="comm_btn"]{
	margin-left: 1em;
} 

/**セクション別トップインフォ**/
#sect_toppowerpush{
text-align: left;
padding: 0;
background-repeat: repeat-x;
background-position: center center;
background-size: cover; /*display:none;*/
background-color: #fff;
color: #353535;
}
#sect_toppowerpush.info_indoor{ /*background-image: url("../../../../assets/img/index/new_info_indoorBG.png");*/}
#sect_toppowerpush .w900{ }
#sect_toppowerpush ul[class*="col"]{ align-items: stretch;}
#sect_toppowerpush ul[class*="col"]>*:last-child{padding: 4em 0;}
#sect_toppowerpush ul[class*="col"]>li.photo_only{
background-image: url(../../../../assets/img/index/new_info_indoor.png);
background-repeat: repeat;
background-position: right center;
background-size: auto 100%;
}
#sect_toppowerpush ul[class*="col"]>*{margin-bottom: 0;}
#sect_toppowerpush ul[class*="col"]>* img{width: auto; height: 100%;}
#sect_toppowerpush h3.mid_title{ font-size: 1.75em; text-align: left; }
#sect_toppowerpush h3.mid_title:before{
}

#sect_toppowerpush h3.mid_title em{
	display: inline-block;
	font-size: 1.5em;
	margin-right: 0.5em;
}
#sect_toppowerpush .about_txt{
	display: block;
	max-width: none;
}
#sect_toppowerpush .about_txt strong{
	font-size: 1.5rem;
	display: block;
	font-weight: normal;
	line-height: 2em;
}
#sect_toppowerpush .box_btn{
	text-align: left;
}
#sect_toppowerpush a[class*="comm_btn"]{
min-width: 300px;
}
#sect_toppowerpush a[class*="comm_btn"] + a[class*="comm_btn"]{
	margin-left: 1em;
} 






@media screen and (max-width: 1000px) {
#sect_topnewitem:after{
	background-position: right 0px;
	background-size: auto 100%;
}
#sect_topnewitem a[class*="comm_btn"]{
	min-width: auto;
	width: 300px;
	display: block;
}
#sect_topnewitem a[class*="comm_btn"]:nth-of-type(1){
	margin-right: auto;
	margin-bottom: 1em;
} 
#sect_topnewitem h3.mid_title span{
	display: block;
}
}

/* ##### responsive ##### */
@media screen and (max-width: 767px) {
    /* == slides == */
#top_movie{aspect-ratio: 1 / 1;}
#top_movie video {
	width: auto;
	height: 100%;
	max-width: initial;
}
#top_movie #volswitch{
	right: 10px;
	bottom: 10px;
}

#top_movie .mov_onnews{
position: absolute;
left: 10px;
bottom: 10px;
margin: auto;
padding: 1em;
max-width: calc(100% - 80px);
font-size: 90%;
}
#top_movie .mov_onnews:before{ padding: 0.25em 0.5em 0.5em 0.5em; margin-bottom: 0.5em;}
#top_movie .mov_onnews a{display: block;}

/**AVODA取り扱い**/
#sect_avoda{flex-wrap: wrap;gap:0 1.25rem;justify-content: right;}
#sect_avoda .avoda_club{order:1; width:45%;min-width:initial;max-width:initial;}
#sect_avoda .avoda_club img{}
#sect_avoda .avoda_txt{width: 100%;flex: initial;font-size:3.5vw;padding: 3em 0;}
#sect_avoda .avoda_txt img{width:45vw;}
/**AVODA取り扱いここまで**/

/**緊急ニュース**/
#sect_emergnews{ padding: 20px 0; font-size: 12px;}
#sect_emergnews .emerg_mid{}
/**緊急ニュースここまで**/

/**セクション別トップ新製品**/
#sect_topnewitem{
	text-align: center;
	padding-bottom: 100vw;
}
#sect_topnewitem:after{

}
#sect_topnewitem.ca-01p:after{
	background-position: left bottom;
	background-size: 100% auto;
}

#sect_topnewitem.ca-01p:before{

}
#sect_topnewitem.wd-01:after{
	background-position: left bottom;
	background-size: 100% auto;
}

#sect_topnewitem.wd-01:before{

}

#sect_topnewitem h3.mid_title{
	text-align: center;
}
#sect_topnewitem h3.mid_title:before{
	display: block;
	font-size: 0.6em;
	vertical-align: baseline;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
#sect_topnewitem h3.mid_title em{
	display: inline-block;
}

#sect_topnewitem .box_btn{
	margin-bottom: 2em;
}
#sect_topnewitem a[class*="comm_btn"]{
	min-width: auto;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sect_topnewitem a[class*="comm_btn"]:nth-of-type(1){} 


/**セクション別トップ新製品**/
#sect_toprecomitem{	text-align: center;}
#sect_toprecomitem ul[class*="col"]>*:first-child{ padding: 4em 0 2em 0;}
#sect_toprecomitem h3.mid_title{ text-align: center;}
#sect_toprecomitem h3.mid_title:before{
	display: block;
	font-size: 0.6em;
	vertical-align: baseline;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
#sect_toprecomitem h3.mid_title em{	display: inline-block;}
#sect_toprecomitem .about_txt strong{font-size: 1.2em; text-align: left;}
#sect_toprecomitem .box_btn{ margin-bottom: 2em;}
#sect_toprecomitem a[class*="comm_btn"]{ min-width: auto; width: 80%;	display: block;	margin-left: auto; margin-right: auto;}
#sect_toprecomitem a[class*="comm_btn"] + a[class*="comm_btn"]{margin-left: 0;}
#sect_toprecomitem ul[class*="col"]>* img{width: 100vw; margin: 0 calc(50% - 50vw);}

/**セクション別トップインフォ*/
#sect_toppowerpush{	text-align: center;}
#sect_toppowerpush ul[class*="col"]>*:last-child{ padding: 4em 0 2em 0;}
#sect_toppowerpush h3.mid_title{ text-align: center; font-size: 1.5em;}
#sect_toppowerpush h3.mid_title:before{
	display: block;
	font-size: 0.6em;
	vertical-align: baseline;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#sect_toppowerpush h3.mid_title em{
	display: inline-block;
}
#sect_toppowerpush ul[class*="col"] {
    margin-top: 2em;
}
#sect_toppowerpush ul[class*="col"]>li.photo_only{
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 45vw;
}
#sect_toppowerpush .box_btn{
	margin-bottom: 2em;
}
#sect_toppowerpush a[class*="comm_btn"]{
	min-width: auto;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sect_toppowerpush a[class*="comm_btn"] + a[class*="comm_btn"]{
	margin-left: 0;
} 

}
