@charset "UTF-8";

body	
{
line-height: 1.7;
font-family: "Noto Sans JP", serif;
font-size: 18px;
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: 10px;
		padding-bottom: 10px;
		background-color: #ffffff;
}

.header-site h1 a	
{
		color: #000000;
		text-decoration: none;
}

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

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

.about_electori 
{
		float: right;
		width: 200px;
		color: #333333;
		font-size: 12px;
		text-decoration: none;
		line-height: 3.0;
}

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

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

.navi:after	
{
		clear: both;
}

.contents p {
	font-size: 0.96rem;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 40px;
}

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

.contents li::marker {
color: #eeeeee;
}

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

/*左右の矢印の色を変える*/
.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: 640px;
  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: auto;
position: relative;
clip-path: inset(0);
margin: 5px 0 20px 0;
}

.list-tit {
  font-weight: bold;
  margin: 0;
  padding: .5em;
  text-align: center;
}
.list-tit span {
  background: linear-gradient(transparent 50%, #fffd3e 50%);
  padding: 0 6px;
}
.list-box {
  border-radius: 5px;
  box-shadow: 0 0 10px 1px #d7d7d7;
  padding: 1em;
}
.list-design {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 .5em;
  width: initial;
}
.list-design li {
  border-bottom: 1px dashed #b9b9b9;
  padding: .5em 0;
}



/* ##### 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-top 
{
	    display: flex;
	    justify-content: space-evenly; 
	    flex-direction: row;
	    flex-wrap: wrap;	    
			padding: 0 0 0 0;
}

.flex-item-top 
{
	    color: #44444;
	    width: 18%;
	    position:relative;
 text-align:center;
  padding:20px 0;
			
}

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

.flex-box-top img 
{
		width: 100%;
		border: 1px solid #dddddd;
		border-radius: 1cm;
}

.flex-box-top span 
{
display: block;
font-size: 0.7rem;
}


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

.flex-item-half 
{
	    color: #444444;
	    width: 49%;
	    position:relative;			
}

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

.flex-box-half img 
{
		width: 100%;
		border: 1px solid #dddddd;

}

.flex-box 
{
	    display: flex;
	    justify-content: space-evenly; 
	    flex-direction: row;
	    flex-wrap: wrap;	    
			padding: 0 10px 0 10px;
}

.flex-item 
{
	    color: #44444;
	    width: 15%;
	    position:relative;
}

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

.flex-box img 
{
		width: 100%;
		border: 1px solid #dddddd;
		border-radius: 1cm;
}

.flex-box2 
{
	    display: flex;
	    justify-content: space-evenly; 
	    flex-direction: row;
	    flex-wrap: wrap;	    
			padding: 0 10px 0 10px;
}

.flex-item2 
{
	    color: #44444;
	    width: 20%;
	    position:relative;
}

.flex-box2 img 
{
		height: 300px;
}

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

.cart {
	color: #ffffff;
	font-weight: bold;
}

.lead_img {
		padding-top: 20px;
		color: #ffffff;
}

.lead_img a {
		padding-top: 20px;
		color: #ffffff;
}


.lead_img a:visited {
		padding-top: 20px;
		color: #ffffff;
}
	
.lead {
	font-size: 18px;
	line-height: 2.0;
}

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

.container_topimg
{
	margin: 0 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: 1.3rem;
		font-weight: bold;
}

.container_1140px h3
{
	margin-top: 50px;
	font-size: 1.15rem;
}	


.notice {
	display: block;
	color: crimson;
	background-color: antiquewhite;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 表 */

.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: #263646;
}

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

.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, .copyright, .container_1140px
{
		padding-left: 10px;
		padding-right: 10px;
}


@media (max-width: 767px)
{			

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

body {font-size: 16px;}

.info ul li {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	list-style: square;
}

.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） ##### */

.about_electori 
{
		display: none;
}

.future{
	display: none;
}

.lead_img {
	display: none;
}

.fixed-background {
  min-height: 60vh;
  background-attachment: scroll ;
  background-size: cover;
  background-position: center;
}

.brand_logo img{
	padding-top: 10px;
	width: auto;
	height: 50px;
}

.category {
	display: block;
	font-size: 14px;
	background-color: rgb(85, 85, 85);
	color: rgb(255, 255, 255);
	padding: 10px 15px 10px 15px;
		
}


/* ##### ナビメニュー（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） ##### */


.catch {
		margin: 0;
		font-size: 10px;
		position: absolute;
		bottom: 0%;
		left: 5%;
		padding: 0px;
		background-color: rgba(255,255,255,0.7);
}
.flex-box-top span 
{
display: none;
}

}


@media (min-width: 768px)

/* ##### ナビメニュー（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-inner	{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;

}

}