@charset "UTF-8";

body	
{
line-height: 1.7;
font-family: "Noto Sans JP", serif;
font-size: 16px;
font-weight: 400;
font-style: normal;
}

/* ##### スマホ用ナビメニュー ##### */

body#page01 ul li#li01 a,body#page02 ul li#li02 a,body#page03 ul li#li03 a,body#page04 ul li#li04 a,body#page05 ul li#li05 a,body#page06 ul li#li06 a,body#page07 ul li#li07 a	
{
color: #ffffff;
background:#263646;
}

/* ##### 上に戻るボタン ##### */

.pagetop 
{
display: none;
position: fixed;
bottom: 30px;
right: 55px;
z-index:100;
}

.pagetop a 
{
display: block;
width: 50px;
height: 50px;
background-color: #555555;
opacity: 0.6;
border-radius: 50px;
text-align: center;
color: #ffffff;
font-size: 24px;
text-decoration: none;
line-height: 50px;
}

/* ##### ヘッダー ##### */

.header-site	
{
padding-top: 0px;
padding-bottom: 0px;

}

.header-site
{
display: flex;
justify-content: space-between;
align-items: center;
}


/* ##### エレクトリ ##### */

.brand-logo img {
width: 100px;
}

.about_electori {
font-size: 12px;
line-height: 2.5;

}

.about_electori img {
width: 150px;
}


/* ##### ナビメニュー ##### */

.navi	
{
border-top: solid 1px #263646;
border-bottom: solid 0px #263646;
margin-top: 0px;
margin-bottom: 5px;
}

.navi:after	
{
clear: both;
}

.contents
{
color: #666666;
}

.contents p {
margin-top: 40px;
margin-bottom: 40px;
}

.contents ul li {
font-size: 0.9rem;
}

.contents th
{
background-color: #eeeeee;
}

.lead {
font-weight:bolder;
}

.remote
{
max-width: 800px;
margin: 0 auto 0 auto;
}

.app
{
font-size: 0.9rem;
display: inline-block;
background-color: khaki;
padding: 10px;
border-radius: 30px;
}

.app a:hover
{
color: #fff;
}

.mic img
{
max-width: 100% ;
}

/* ##### トップバナー表示 ##### */

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
right: 20px;
z-index: 99;
}
.slick-prev {
left: 15px;
z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
color: #fff;
}

/*スライド画像の横幅可変*/
img {
max-width: 100%;
height: auto;
}

/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
border: none solid red;
}

/* レイアウトのためのスタイル */

.comingsoon {
text-align: center;
padding-top: 400px;
padding-bottom: 400px;
}

/* 複数の商品画像を表示切り替え */

.main-img img {	
display: block;	
height: auto;
width: 100%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.sub-img {
display: flex;
justify-content: space-between;
margin-top: 10px;
}

.sub-img div {
padding: 0 5px;

}

.sub-img img {
cursor: pointer;
width: 100%;
}

/* スクロール時に背景画像を固定 */

.fiximg {
height: 500px;
position: relative;
clip-path: inset(0);
}

.fiximg img {
object-fit: cover;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}

.background_gray {
padding: 10px 0px 0px 0px;
background-color: #d9d9d9;
margin-bottom: 40px;
}

.subheading {
display: block;
line-height: 1.0;
font-weight: bold;
}

/* ##### Youtube用 ##### */

.iframe-wrap 
{
position: relative;
width: 100%;
padding-top: 56.25%;
overflow:auto; 
-webkit-overflow-scrolling:touch;
margin-bottom: 10px;
}

.iframe-wrap iframe 
{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:none;
display:block;
}

/* ##### フレックスボックス（レイアウトモジュール） ##### */

.flex-box 
{
display: flex;
justify-content: space-between; 		
flex-direction: row;
flex-wrap: wrap;	    
}

.flex-item 
{
color: #44444;
width: 48%;
position:relative;
margin-bottom: 40px;
}

.flex-item a
{
color: #444444;	
text-decoration: none;
} 

.flex-box img 
{
width: 100%;
}


/* ##### コンテンツ ##### */

.container_1140px {
color: #444444;
margin: 30px auto 0 auto;
max-width: 1140px;
}

.container_1140px h2	
{
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: solid 1px #cccccc;
font-size: clamp(18px, 1vw, 24px);
font-weight: bold;
}

.notice {
display: block;
background-color: antiquewhite;
text-align: center;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}

/* 表 */

.contents th,td {
border: solid 1px #dddddd;  /* 枠線指定 */
padding: 10px;      /* 余白指定 */
font-size: 14px;
color: #666666;
text-align: center;
font-weight: normal;
}

.contents table th, table td {
border: solid 1px #eeeeee;
}

.contents table {
border-collapse:  collapse; /* セルの線を重ねる */
max-width:  100%;               /* 幅指定 */
table-layout: fixed;        /* セルの幅計算指定 */
}

/* ##### 著作権 ##### */

.copyright p	
{
margin: 0;
color: #ffffff;
font-size: 12px;
text-align: center;
}

.copyright a	
{
color: #ffffff;
text-decoration: none;
}

.copyright a:visited	
{
color: #ffffff;
text-decoration: none;
}

.copyright a:hover	
{
text-decoration: none;
}

/* ##### フッター ##### */

.footer	
{
margin-top: 30px;
padding-top: 20px;
padding-bottom: 100px;
background-color: rgb(99, 99, 99);
}

/* ##### スライド ##### */

.viewer {
margin: 0 auto;
width: 900px;
height: 341px;
text-align: left;
overflow: hidden;
}

.viewer ul {
width: 900px;
height: 341px;
text-align: left;
overflow: hidden;
position: relative;
}

.viewer ul li {
top: 0;
left: 0;
width: 900px;
height: 341px;
display: none;
position: absolute;
}

/* ##### 各要素のパディング ##### */

.header-site, .container_1140px, .copyright, .dm_container
{
padding-left: 10px;
padding-right: 10px;
}


@media (max-width: 767px)
{			

/* ##### 上に戻るボタン（max-width: 767px） ##### */

body {font-size: 16px;}

.pagetop 
{
bottom: 10px;
right: 10px;
}

.pagetop a 
{
display: block;
width: 50px;
height: 50px;
background-color: #555555;
border-radius: 50px;
text-align: center;
color: #ffffff;
font-size: 24px;
text-decoration: none;
line-height: 50px;
}

/* ##### ヘッダー（max-width: 767px） ##### */

.header-site	
{
padding-top: 5px;
}

.header-site h1	
{
font-size: 10px;
}

/* ##### エレクトリ（max-width: 767px） ##### */

.brand-logo 
{
display: none;
}

.about_electori
{
padding-bottom: 10px;
}


/* ##### ナビメニュー（max-width: 767px） ##### */



.navi	
{
background-color: #ffffff;
margin-bottom: 0px;
}

#menubtn	
{
padding: 8px 15px;
border: solid 1px #aaaaaa;
border-radius: 5px;
background-color: #ffffff;
position: absolute;
top: 15px;
right: 10px;
cursor: pointer;
}

#menubtn:hover	
{
background-color: #dddddd;
}

#menubtn:focus	
{
outline: none;
}

#menu	
{
display: none;
}

.menu ul 
{
margin: 0;
padding: 0;
list-style: none;
}

.menu li a	
{
display: block;
padding: 5px;
color: #000000;
font-size: 14px;
text-decoration: none;
}

.menu li a:hover	
{
background-color: #eeeeee;
}

/* ##### フレックスボックス（max-width: 767px） ##### */

.flex-item 
{
width: 100%;
}

}



@media (min-width: 0px)

/* ##### ナビメニュー（min-width: 768px） ##### */

{			

#menubtn	
{
display: none;
}

#menu	
{
display: block !important;
}

.menu ul 
{
margin: 0;
padding: 0;
list-style: none;
}

.menu li a	
{
display: block;
padding: 10px 15px;
color: #000000;
font-size: 14px;
text-decoration: none;
}

.menu li a:hover	
{
background-color: #eeeeee;
opacity: 0.8;
}

.menu ul:after	
{
content: "";
display: block;
clear: both;
}

.menu li	
{
float: left;
width: auto;
}

}


/* ##### 1140px以上 ##### */

@media (min-width: 1140px)

{
.navi-inner, .header-site	{
width: 1140px;
margin-left: auto;
margin-right: auto;

}

}