@charset "UTF-8";

body	
{
		margin: 0;
		font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
		background: linear-gradient(#ffffff, ffffff);
}

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

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

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

.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;
		font-family: 'Open Sans', sans-serif;
}

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

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

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

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

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

.navi:after	
{
		clear: both;
}

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

/*左右の矢印の色を変える*/
.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%;
    max-height: auto;
}


/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
  border: none solid red;
}
/* レイアウトのためのスタイル */
.container {
  margin: 0px auto 0;
  max-width: 600px;
}
.main-img {
  height: auto;
  width: 100%;
}
.main-img img {
  height: auto;
  width: 100%;
}
.sub-img {
  display: flex;
  margin-top: 10px;
}

.sub-img li {
	list-style: none;	
	margin-right: 2%;
	width: calc(96% / 3);
}

.sub-img li:nth-child(3n) {
  margin-right: 0;
}

.sub-img li img {
  border: 2px solid transparent;
  transition: border .5s;
}

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

.variable_top_banner 
{
		max-width: 100%;
		margin-bottom: 4vmin;
}

.flex_Box{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content: center;
    -ms-flex-align: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   align-items: center;
   margin: auto;
   margin-bottom: 10px;

}

.flex_img img{
    max-width: 370px;
    text-align: center;
}


/* ##### 製品情報 ##### */

.padding_40px {


	padding: 40px;
}


.contents h1 {
	margin-top: 100px;}

.scm-title {
	font-size: 30px;
	text-align: center;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.scm-type {
	font-size: 16px;
	color: #fff;
	background-color: #aaaaaa;
	text-align: center;
	padding: 20px;
}

.product_info
{
	display: block;
	font-size: 11px;
	text-align: right;
	}

.width_max300{
	max-width: 600px;
}

table {
margin: 0 auto 0 auto;
}	
.red
{
	font-size: 14px;
	color: red;
	padding: 20px;
}	

hr {
	border-width: 0 0 2px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: auto;
	margin-top: 50px;
	margin-bottom: 50px;
  }

.flex-box2 {

	display: flex;
	justify-content: start; 
	flex-direction: row;
	flex-wrap: wrap;
	
}

.lifestyle video {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}

.info
{
	font-size: 12px;
}

.info a
{
	color: 1d3994;
}

/* ##### オプション品 ##### */

.option img
{
	max-width: 200px;
}

/* ##### 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;
}

/* ##### 文字を中央配置 ##### */


.center a
{
		color: #444444;
}

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

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

.flex-box:before 
{
		content: "";
		display: block;
		width: 20vmin;
		order: 1;	
}

.flex-box:after 
{
		content: "";
		display: block;
		width: 20vmin;
}

.flex-item 
{
	    color:  #44444;
	    width: 20vmin;
	    position:relative;
}

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

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

.flex-item span {
		font-size: 9px;
		left: 50%;
		transform: translate(-50%);
		bottom: 5%;
}

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






.top {
		position: relative;
		max-width: 500px;
}


.catch {
		margin: 0;
		font-size: 12px;
		position: absolute;
		bottom: 50%;
		left: 35%;
		padding: 0px;
		background-color: rgba(255,255,255,0.7);
}

.label_top{
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
}

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

.contents	
{
		font-size: clamp(14px, 1vw, 16px);
		color: #666666;
		letter-spacing: .05em;
		line-height: 1.6em;
}

.contents h1	
{
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: clamp(30px, 1vw, 40px);
		font-family: 'Open Sans', sans-serif;
}

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

.contents h3	
{
		margin-top: 40px;
		margin-bottom: 40px;
		padding-left: 20px;
		border-left: dotted 5px #cccccc;
		font-size: clamp(16px, 1vw, 18px);
		font-weight: normal
}

.contents p	
{
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 0px;
}

.contents div	
{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
}

.contents a
{
		text-decoration: none;
}


.dot a
{
		color: #333333;
		border-bottom: dotted;
		border-width: 1px;
}


.contents ul li {
		list-style: none;
		margin-left: 0;

		margin: 10px;
		line-height: 1.5;
}

.contents ul {
	padding-left: 0;
}


/* ##### サムネイル画像に小さい文字 ##### */

.tn_img_inline {
		display: inline-block;
		font-size: 12px;
}

.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;        /* セルの幅計算指定 */
}

.gray {
	background-color: #eeeeee;
}

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

.copyright p	
{
		margin: 0;
		color: #666666;
		font-size: 12px;
		border-top: solid 1px #dddddd;
		text-align: center;
}

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

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

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

.footer	
{
		margin-top: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #dddddd;
}

.logo_60th {	
	margin-left: auto;
	margin-right: auto;
	width: 180px;
}

.doc_60th {	
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
}

.headline {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	padding-bottom: 20px;
}

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

.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, .navi, .contents, .copyright	
{
		padding-left: 15px;
		padding-right: 15px;
}


@media (max-width: 767px)
{			

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

.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: 20px;
}

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

.about_electori 
{
		display: none;
}

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

.contents h1 {
font-size: 16px;}


/* ##### ナビメニュー（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: 45vmin;
}

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

}


@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, .contents, .header-site-inner	{
		width: 1140px;
		margin-left: auto;
		margin-right: auto;

}

}