/*----------------------------------------------------------------------------------------------------------------------------------
  全体項目↓
  ■基本となるスタイルです■
-----------------------------------------------------------------------------------------------------------------------------------*/





/*---------------------------------------------
  ■全体ルール
----------------------------------------------*/

* {
margin: 0;
padding: 0;
}
body {
	font-style: normal;
	font-size: 90%; 
	line-height: 170%;
	
font-family:"Noto Sans JP","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
	text-align:center;
	margin: 0;
	padding: 0px;
	color:#333;
	background:#fff;
}



/* img */
img {
	border: 0;
}

a{outline:none;}


img.nodisplay{
  display:none;
}


/*-------------------------------------------------
  ■リンクテキスト 
-------------------------------------------------*/
a:link {
	color:#333;
	text-decoration: none;
}

a:visited {
	color:#333;
	text-decoration: none;
}

a:hover, a:active {
	color:#666;
	text-decoration: underline;
}


/*-------------------------------------------------
  ■汎用パーツ
-------------------------------------------------*/
/*----------------------- 
  リード文
------------------------*/
p.read {
	font-size:100%;
	line-height:170%;
}


/*----------------------- 
  段落テキスト
------------------------*/
p {
	margin: 0;
	padding:0;
	font-size:100%;
	line-height:160%;
}




/*----------------------- 
  list
------------------------*/
ul,ol {
	list-style-type: none;
	margin:0;
	padding:0;
}

ul.disc {
	list-style-type:disc;
}

li {
	margin:0;
	padding:0;
}


/*-------------------------------------------------
  ■ベースレイアウト
-------------------------------------------------*/
/*----------------------- 
  Wrapper
------------------------*/
body #wrapper {
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	width: 100%;
	height:100%;
	background:#ebebeb url(/images/common/bg_01.jpg) repeat-x;
}
body#cont00 #wrapper{
}

body.home{
    width: 100%;
    height: 100%;
}
body.home #wrapper{
    height: calc(100vh - 63px);
    background: transparent;
	padding: 0 0 0 0;
}
body.home #header{
    background: #fff;
}

#wrapper_inner {
	margin:0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	min-height:600px;
	text-align: left;
}

body#cont00 #wrapper_inner {
	margin:0 auto;
	padding: 0 0 0 0;
	width: 1000px;
	min-height:100px;
	text-align: left;
}

/*----------------------- 
 header
------------------------*/
#header{
	margin:0;
	padding:0 0 23px 0;
	width:100%;
	height:55px;
}
#headerIn{
	margin:0 auto;
	padding:0;
	width:1000px;
	text-align:left;
}

#logo{
	float:left;
	width:40%;
	padding-top:28px;
}
#hmenuTop{
	float:right;
	margin:9px 0 7px 0;
	height:12px;
}
#hmenuBtm{
	float:right;
	width:562px;
	margin-left:0;
}
#hmenuTop li{
	float:left;
	margin-left:12px;
	line-height:100%;
}
#hmenuBtm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#hmenuBtm li{
	line-height: 100%;
}
#hmenuBtm li a{
	display: block;
	padding: 6px 12px;
	line-height: 100%;
	background:#000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: .1em;
}
#hmenuBtm li a:hover{
	background:#333;
	text-decoration: none;
}
#hmenuBtm li.active a{
	background:#555;
}

body#cont01 #header{
	margin:0;
	padding:0 0 23px 0;
	width:100%;
	height:55px;
}
body#cont01 #headerIn{
	padding:0;
	width:100%;
	min-width:879px;
	text-align:left;
}
body#cont01 #logo{
	float:left;
	width:382px;
	padding-top:28px;
	margin-left:20px;
}
body#cont01 #hRight{
	float:right;
	text-align:right;
	width:390px;
	margin-right:20px;
}
body#cont01 #hmenuTop{
	float:right;
	margin:9px 0 7px 0;
	height:12px;
	width:156px;
}
body#cont01 #hmenuBtm{
	float:right;
	width:462px;
}
body#cont01 #hmenuTop li{
	float:left;
	margin-left:12px;
	line-height:100%;
}
body#cont01 #hmenuBtm li{
	float:left;
	line-height:100%;
}




/*----------------------- 
 contentsArea
------------------------*/
#contents{
	margin:0 auto;
	width:900px;
	padding-top:20px
}

/*---left---*/

#leftSide{
	margin:0;
	padding:0;
	float:left;
	width:180px;
	text-align:left;
	min-height:1000px
}


/*sidelist*/
#sidelist{
	margin:0 0 10px 0;
}
#sideTitle{
	margin:0;
	padding:0;
}
#sidelist ul{
	background:#FFF;
	margin:0;
	padding:0;
	border-bottom:2px solid #e7008d;
}
#sidelist li{
	background:url(http://envy.chank.jp/images/side/line_list.gif) repeat-x left bottom;
	line-height:100%;
	margin:0;
	font-size:90%;
	font-weight:bold;
}
#sidelist li.lastList{
	background:none;
	line-height:100%;
	margin:0;
	font-size:90%;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#sidelist li a:link,#sidelist li a:visited{
	color:#000;
	line-height:100%;
	font-family: 'Ropa Sans', sans-serif;
	padding:10px;
	display:block;
	letter-spacing:0.1em;
}
#sidelist li a:hover,#sidelist li a:active{
	color:#ff009c;
	line-height:100%;
	font-family: 'Ropa Sans', sans-serif;
	padding:10px;
	display:block;
	text-decoration:none;
	letter-spacing:0.1em;
}


#sidelist li.inList a:link,#sidelist li.inList a:visited{
	color:#555;
	line-height:100%;
	font-family: 'Ropa Sans', sans-serif;
	padding:4px 10px 3px 16px;
	display:block;
	letter-spacing:0.1em;
	background:url(http://envy.chank.jp/images/side/arrow.gif) no-repeat 10px 7px;
	font-weight:normal;
	font-size:90%;
}
#sidelist li.inList a:hover,#sidelist li.inList a:active{
	color:#ff009c;
	line-height:100%;
	font-family: 'Ropa Sans', sans-serif;
	padding:4px 10px 3px 16px;
	display:block;
	letter-spacing:0.1em;
	background:url(http://envy.chank.jp/images/side/arrow.gif) no-repeat 10px 7px;
	font-weight:normal;
	font-size:90%;
}


#sideSearch{
	margin:0 0 10px 0;
}
#searchBox{
	background:#afafaf;
	padding:11px
}
.searchInput{
	width:110px;
	height:12px;
	padding:5px;
	border:none
}
.searchL{
	float:left;
}
.searchR{
	float:right;
}



#sideBana{
	margin:0 0 10px 0;
}
#sideBana a:hover img{
	opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=70);	/*IE8以下*/
}


#sideIcon{
	margin:0 0 10px 0;
}
#sideIcon li{
	float:left;
	margin-right:10px;
}
#sideIcon li a img{
	opacity:1;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=100);	/*IE8以下*/
}
#sideIcon li a:hover img{
	opacity:0.7;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=70);	/*IE8以下*/
}

/*---メイン---*/
#mainCont{
	padding:0;
	width:680px;
	text-align:left;
	float:right;
}

#mainCont .mainTitle{
	margin-bottom:10px;
}

#topinformation{
	float:left;
}
#topBanaArea{
	float:right;
	padding-top:27px;
}

#topBanaArea01{
	margin-bottom:15px;
}



#pickupArea,
#newArrivalArea{
	margin-top:30px;
}

.pdtList{
	float:left;
	margin:0 20px 10px 0;
	width:155px;
}
.rightBox{
	margin:0 0 10px 0;
}

.pdtListPh{
	width:155px;
	height:155px;
	overflow:hidden;
	margin-bottom:6px;
	background-color:#fff;
	text-align:center;
}
.pdtListPh img{
	margin:0 auto 0 auto;
}
.pdtListtxt{
	font-size:80%;
	line-height:130%;
	color:#FFF;
}
.pdtListtxt .price{
	font-weight:bold;
}



/*----------------------- 
 pnkz
------------------------*/
.pnkz{
	margin:0 0 22px 0;
	padding: 0;
	border-top:1px solid #ff83cf;
	border-bottom:1px solid #920059;
	border-left:1px solid #ff83cf;
	border-right:1px solid #920059;
	background:#e5008c;
}
.pnkzIn{
	margin:0 auto;
	padding: 10px 0 8px 6px;
	width: 680px;
	text-align: left;
}
.pnkzIn li{
	float:left;
	display:block;
	padding:0 8px 0 8px;
	font-size:10px;
	line-height:100%;
	color:#666;
	background:url(http://envy.chank.jp/images/common/arrowpnkz1.gif) no-repeat left;
}
.pnkzIn li.sec{
}
.pnkzIn li.now{
	background:url(http://envy.chank.jp/images/common/arrowpnkz2.gif) no-repeat left;
}
.pnkzIn li a{
	color:fff;
	text-decoration:none;
}



.listNavi{
	margin:0 0 15px 0;
	padding: 10px 0 8px 6px;
	border-top:1px solid #ff83cf;
	border-bottom:1px solid #920059;
	border-left:1px solid #ff83cf;
	border-right:1px solid #920059;
	background:#e5008c;
}
.listNaviL{
	float:left;
	font-size:10px;
	line-height:100%;
	color:#fff;
}
.listNaviR{
	float:right;
	font-size:10px;
	line-height:100%;
	color:#fff;
}
.listNaviL li a,.listNaviR li a{
	color:fff;
	text-decoration:none;
}

/*----------------------- 
  footer
------------------------*/
.pgtopBox{
	margin:20px auto 0 auto;
	padding:0;
	width: 900px;
	text-align:right;
}


#footer{
	width:100%;
	background:url(/images/footer/foot_bg.png) repeat-x;
}
#footerIn{
	margin:0 auto;
	padding:23px 0 20px 0;
	width: 1000px;
	text-align: left;
}


body#cont01 #footerIn{
	margin:0 auto;
	padding:23px 0 20px 0;
	width:100%;
	text-align: left;
}
body#cont01 #footerIn #copy{
	padding:0 0 0 20px;
	text-align: left;
}

/*----------------------- 
  margin
------------------------*/
/* margin top */
.mgT3 {
	margin-top: 3px;
}

.mgT5 {
	margin-top: 5px;
}

.mgT10 {
	margin-top: 10px;
}

.mgT15 {
	margin-top: 15px;
}

.mgT20 {
	margin-top: 20px;
}

.mgT25 {
	margin-top: 25px;
}

.mgT30 {
	margin-top: 30px;
}

/* margin bottom */
.mgB5 {
	margin-bottom: 5px;
}

.mgB7 {
	margin-bottom: 7px;
}

.mgB8 {
	margin-bottom: 8px;
}

.mgB10 {
	margin-bottom: 10px;
}

.mgB15 {
	margin-bottom: 15px;
}

.mgB20 {
	margin-bottom: 20px;
}

.mgB25 {
	margin-bottom: 25px;
}

.mgB30 {
	margin-bottom: 30px;
}

.mgB40 {
	margin-bottom: 40px;
}

.mgB50 {
	margin-bottom: 50px;
}

.mgB60 {
	margin-bottom: 60px;
}

.mgB70 {
	margin-bottom: 70px;
}

/* margin right */
.mgR5 {
	margin-right: 5px;
}

.mgR7 {
	margin-right: 7px;
}

.mgR10 {
	margin-right: 10px;
}

.mgR11 {
	margin-right: 11px;
}

.mgR15 {
	margin-right: 15px;
}

.mgR20 {
	margin-right: 20px;
}

/* margin left */
.mgL5 {
	margin-left: 5px;
}

.mgL7 {
	margin-left: 7px;
}

.mgL10 {
	margin-left: 10px;
}

.mgL15 {
	margin-left: 15px;
}

.mgL20 {
	margin-left: 20px;
}
.mgL25 {
	margin-left: 25px;
}


.pdL10 {
	margin-left: 10p;
}

/*----------------------- 
  section box
------------------------*/
.section {
	padding: 0;
}

.box01 {
	padding: 0;
}


/*----------------------- 
  floatbox
------------------------*/
.boxL {
	float:left;
}

.boxR {
	float:right;
}


/*----------------------- 
  右より
------------------------*/
.alignR{
	text-align:right;
}
.alignL{
	text-align:right;
}
.alignC{
	text-align:center;
}
.alignCIn{
	margin:0 auto;
}
/*----------------------- 
  width
------------------------*/
.w21{
	width:21px;
}
.w73 {
	width:73px;
}
.w130 {
	width:130px;
}
.w135 {
	width:135px;
}
.w140 {
	width:140px;
}

.w141 {
	width:141px;
}

.w158 {
	width:158px;
}

.w170 {
	width:170px;
}
.w195 {
	width:195px;
}
.w200 {
	width:200px;
}

.w206 {
	width:206px;
}

.w213 {
	width:213px;
}

.w230 {
	width:230px;
}
.w240 {
	width:240px;
}

.w250 {
	width:250px;
}

.w270 {
	width:270px;
}

.w285 {
	width:285px;
}

.w295{
	width:295px;
}
.w300 {
	width:300px;
}

.w310 {
	width:310px;
}

.w315 {
	width:315px;
}

.w330 {
	width:330px;
}

.w367 {
	width:367px;
}

.w370 {
	width:370px;
}

.w382 {
	width:382px;
}

.w399 {
	width:399px;
}

.w405 {
	width:405px;
}

.w404 {
	width:404px;
}

.w410 {
	width:410px;
}

.w420 {
	width:420px;
}

.w440 {
	width:440px;
}
.w450 {
	width:450px;
}

.w456 {
	width:456px;
}

.w470 {
	width:470px;
}

.w515 {
	width:515px;
}

.w540 {
	width:540px;
}

.w560 {
	width:560px;
	border:1px solid #999;
}

.w600 {
	width:560px;
}

.w640 {
	width:640px;
}


/*-----------------------------------
  表組み01用
------------------------------------*/
.chart01 {
	padding: 0;
}

.chart01Br {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

.chart01 td {
	font-size: 90%;
	line-height: 140%;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	margin: 0;
	padding: 6px 9px;	
}

.chart0102 {
	padding: 0;
}

.chart0102Br {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.chart0102 td {
	font-size: 90%;
	line-height: 140%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 6px 9px;	
}

/* ------// 背景色 //------ */
/* 背景（white） */
.cBgW01 {
	background-color: #fff;
}

/* 背景（gray） */
.cBgG01 {
	background-color: #e7e7e7;
}
/* 背景（gray） */
.cBgG02 {
	background-color: #f3f3f3;
}

/* 背景（dark blue） */
.cBgDB01 {
	background-color: #008bd5;
}
/* 背景（blud） */
.cBgB01 {
	background-color: #e1f1fa;
}
/* 背景（blud） */
.cBgB02 {
	background-color: #f1faff;
}

	
/* ------// テキスト //------ */
/* グレー */
.cTxtWc{
	color: #fff;
	text-align: center;
}
.cTxtW{
	color: #fff;
	text-align: left;
}
.cTxtG {
	color: #333;
	text-align: left;
}

.cTxtGB {
	font-weight: bold;
	color: #333;
	text-align: left;
}

.cTxtGc {
	color: #333;
	text-align: center;
}

.cTxtGBc {
	font-weight: bold;
	color: #333;
	text-align: center;
}

.cTxtGr {
	color: #333;
	text-align: right;
}

.cTxtGBr {
	font-weight: bold;
	color: #333;
	text-align: right;
}
/*-----------------------------------
  表組み02用
------------------------------------*/
.chart02 {
	padding: 0;
}

/* ------// テキスト //------ */
.c2Txt01 {
	font-size: 90%;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 6px 0 6px 3px;
	vertical-align: top;
}

.c2Txt02 {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #005eb5;
	margin: 0px;
	padding: 6px 0 6px 3px;
	vertical-align: top;
}

.c2Txt02 img {
	margin: 0 5px -2px 2px;
	padding: 0;
}

/* 背景（blue） */
.bgB02 {
	background-color: #ccc;
}
.bgB03 {
	background-color: #999;
}

/*-----------------------------------
  表組み04用
------------------------------------*/
.chart04 table {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
}

.chart04 table,.chart0402 table {
	font-size: 90%;
	line-height: 140%;
	vertical-align: top;
}

.chart04 table td.lineDot{
	background-image: url(http://envy.chank.jp/images/line/line01.gif);
	background-repeat: repeat-x;
}

.chart04 table td.head{
	color: #666;
	font-weight:bold;
	padding:5px 10px 5px 5px;
}
.chart04 table td.headc{
	color: #666;
	font-weight:bold;
	padding:5px 10px 5px 5px;
	text-align:center;
}

.chart04 table td.body{
	padding:5px;
}
.chart04 table td.head2{
	color: #666;
	font-weight:bold;
	padding:5px 10px 5px 5px;
	background:#eee;
	text-align:center;
}

.chart04 table td.body2{
	padding:5px;
	background:#eee;
	text-align:center;
}

/*-----------------------------------
  表組み05用
------------------------------------*/
.chart05 table {
	border-bottom:#fff 1px solid;
}

.chart05 table {
	font-size: 90%;
	line-height: 140%;
	vertical-align: top;
}

.chart05 table tr td {
	background-color:#e3e3e3;
	padding:5px;
	border-bottom:#000 1px solid;
}

.chart05 table tr.odd td {
	background-color:#f2f2f2;
	padding:5px;
	border-bottom:#000 1px solid;
}


/* ------// テキスト //------ */
.txtB {
	font-weight: bold;
}
.txtS {
	font-size:80%;
}


/*-背景：グレー-*/
.bgG01 {
	background-color: #f7f7f7;
}

.bgG02 {
	background-color: #333333;
}

.bgG03 {
	background-color: #D6D6D6;
}
.bgG04 {
	background-color: #4e96bd;
}
.bgDot {
	background:url(http://envy.chank.jp/images/line/lineG01.gif) repeat-x;
	border-bottom:none;
}






/*========Clearfix=========*/
.clearfix:after{
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow: hidden; 
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




#contents:after,
#headerIn:after,
#hmenuTop ul:after,
#scroll-pane li:after,
#scroll-pane2 li:after,
#scroll-pane3 li:after,
.information ul li:after,
#galleryArea:after,
#updateArea ul li:after,
#profileArea:after{
 height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}

#contents,
#headerIn,
#hmenuTop ul,
#scroll-pane li,
#scroll-pane2 li,
#scroll-pane3 li,
.information ul li,
#galleryArea,
#updateArea ul li,
#profileArea{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow: hidden; 
}

/* Hides from IE-mac */
* html #contents,
* html #headerIn,
* html #hmenuTop ul,
* html #scroll-pane li,
* html #scroll-pane2 li,
* html #scroll-pane3 li,
* html .information ul li,
* html #galleryArea,
* html #updateArea ul li,
* html #profileArea{ height: 1%; }

#contents,
#headerIn,
#hmenuTop ul,
#scroll-pane li,
#scroll-pane2 li,
#scroll-pane3 li,
.information ul li,
#galleryArea,
#updateArea ul li,
#profileArea{ display: block; }
/* End hide from IE-mac */

/*----------------------------------------------------------------------------------------------------------------------------------
  パーツデザイン↓
  ■パーツごとのスタイルを下記に追加してください。■
-----------------------------------------------------------------------------------------------------------------------------------*/

/*----------------------- 
  タイトル
------------------------*/
h1, h2, h3, h4, h5, h6  {  
    font-size: 100%;  
}
/*---h1---*/

h1{
	font-size:1.0em;
	font-weight:normal;
	margin:0;
	padding:0;
}

/*---h2---*/

h2{
	line-height:24px;
	font-size:18px;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
	color:#FFF;
	font-family: 'Ropa Sans', sans-serif;
	letter-spacing:1px;

}

/*---h3---*/

h3{
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	padding:0;
	margin:0 0 7px 0;
}

/*---h3---*/

h4{
	font-size:110%;
	line-height:100%;
	font-weight:normal;
	padding:0;
	margin:0 0 18px 0;
}

/*----------------------- 
  リンク
------------------------*/
.textLink img{
	margin:0 4px -1px 0;
}



/* Infomation - jScrollPane
-------------------------------------------------------------- */

#scroll-pane,#scroll-pane2,#scroll-pane3{
margin:12px 0 0 0;
overflow: auto;
background:#fff;
padding: 0 0 0 0;
}
#scroll-pane,#scroll-pane3{
width: 100%;
height: 228px;
}
#scroll-pane2{
width: 100%;
height: 455px;
}
#scroll-pane  li,#scroll-pane3  li{
width: 100%;
overflow: hidden;
color: #333;
font-size:80%;
line-height:160%;
margin: 0 0 0 0;
padding: 6px 0 5px 0;
list-style-type: none;
list-style-position: inside;
}
#scroll-pane2 li{
width: 100%;
overflow: hidden;
color: #333;
font-size:80%;
line-height:160%;
margin: 0 0 13px 0;
padding: 0 0 0 0;
list-style-type: none;
list-style-position: inside;
}
#scroll-pane  li,#scroll-pane3  li{
	border-top:1px dotted #333;
}
#scroll-pane  li.lastList,#scroll-pane3  li.lastList{
	border-bottom:1px dotted #333;
}


/* Scroll-Area */
.jspContainer{
overflow: hidden;
position: relative;
}
.jspPane{
position: absolute;
}
.jspVerticalBar{
position: absolute;
top: 0;
right: 0;
width: 15px;
height: 100%;
}
.jspCap{
display: none;
}
.jspTrack{
position: absolute;
width: 15px;
background-color: #cccccc;
}
.jspDrag{
background: #9f9f9f;
position: absolute;
width: 15px;
top: 0;
left: 0;
cursor: move;
}

/*----------------------------------------------------------------------------------------------------------------------------------
  トップページ
-----------------------------------------------------------------------------------------------------------------------------------*/
#promotion{
	width:100%;
    position: absolute;
    top:70px;
    left: 0;
    height: calc(100% - 70px);
    z-index: -1;
}
#promotionIn{
	margin:0 auto;
	width:100%;
	background-color:#FFF;
	padding:0;
    height: 100%;
}
.slideshow{
	width:100%;
    height: 100%;
	overflow:hidden;
	text-align:center;
}
.slideImg{
	width:100%;
    height: 100%;
	text-align:center;
}

.slideImg img {
	margin:0 auto;
	height: auto;
	width: 100%;
}

.topBoxL{
	float: left;
	width:49%;
}
.topBoxR{
	float: right;
	width:49%;
}

.topUpdate{
	margin-top:18px;
	padding:10px 9px 9px 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.topBlog{
	padding:10px 9px 9px 10px;
	margin-top:18px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.topInfo{
	padding:10px 9px 9px 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.topInsta{
	padding:10px 9px 9px 10px;
	margin-bottom:18px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.topTwi{
	padding:10px 9px 9px 10px;
	margin-bottom:18px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.topTwi .instaBox{
	border: 1px solid #eee;
}


.topBoxTitle{
	float:left;
}
.topBoxBtn{
	float:right;
}


.date,.txt{
	float:left;
}
.date{
	width:73px
}
.txt{
	width:303px
}

.infoImg{
	float:left;
	width:150px;
}
.infoTxt{
	float:left;
	width:366px;
	margin-left:10px;
}
.infoTitle{
	background:#f1f1f1;
	padding:5px 4px 3px 7px;
	margin-bottom:8px;
	border-top:1px solid #CCC;
}
.infoTxt img{
	margin-top:5px;
}


.instaBox{
	margin-top: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------
  商品一覧
-----------------------------------------------------------------------------------------------------------------------------------*/
.pageTitle{
	margin-bottom:10px;
}

.information{
	float:left;
	width:680px;
	padding:10px 9px 0 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.information ul{
margin:0 0 0 0;
background:#fff;
padding: 0 0 0 0;
width: 680px;
}
.information ul li{
width: 100%;
color: #333;
font-size:80%;
line-height:160%;
margin: 0 0 20px 0;
padding: 0 0 0 0;
list-style-type: none;
list-style-position: inside;
}
.information ul li .infoImg{
	float:left;
	width:150px;
	margin-right:10px;
}
.information ul li .infoTxt{
	float:left;
	width:680px;
	margin-left:0px;
}


.informtionRight{
	float:right;
	width:291px;
}
.informtionRtitle{
	margin-bottom:12px;
}

.informtionRbox{
	width:290px;
	padding:10px 9px 1px 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
}
.informtionRbox li{
	font-size:80% !important;
	line-height:100% !important;
	background:url(/images/common/arrow01.gif) no-repeat 0 3px;
	padding-left:6px;
	margin-bottom:9px;
}


#galleryArea{
	padding: 0 0 0 20px;
	min-width:852px;
}
#galleryAreaIn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.galleryBox{
	padding:0;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin:0 0 10px 0;
	width:193px;
	height:auto;
	transition: opacity .2s ease-in-out;
	opacity: 1;
	
}
.galleryBox a{
	display: block;
	padding: 4px;
}
#galleryArea .lastList{
	margin:0 0 10px 0 !important;
}
.galleryBox img{
	width:100%;
	height:auto;
}


#updateArea{
	float:left;
	width:580px;
	padding:10px 9px 0 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
#updateArea ul{
margin:0 0 0 0;
background:#fff;
padding: 0 0 0 0;
width: 580px;
}
#updateArea ul li{
width: 100%;
color: #333;
font-size:80%;
line-height:160%;
margin: 0 0 13px 0;
padding: 0 0 0 0;
list-style-type: none;
list-style-position: inside;
}


#updateArea .date{
	width:73px
}
#updateArea .txt{
	width:482px
}
#updateArea li{
padding:10px 0 10px 0 !important;
margin:0 !important
}



#updateArea li{
	border-bottom:1px dotted #333 !important;
}
#updateArea li.lastList{
	border-bottom:none !important;
}


#profileArea{
	width:980px;
	margin: 0 auto;
	
	padding:10px 9px 9px 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	
	display: flex;
	justify-content: space-between;
}

#profileArea #profilePh{
	background:url(/profile/images/profile3.jpg?v=00001) no-repeat center center;
	background-size: cover;
	width:588px;
}
#profileArea #profileTxt{
	margin:15px 10px 0 20px ;
	font-family: 'Noto Serif JP', serif;
	line-height: 140%;
	width:400px;
}
#profileArea #profileTxt .profileTxt1{
	margin-bottom: 6px;
	font-size: 12px;
}
#profileArea #profileTxt .profileTxt2{
	margin-bottom: 8px;
	font-size: 24px;
}
#profileArea #profileTxt .profileTxt3{
	margin-bottom: 20px;
	font-size: 10px;
}
#profileArea #profileTxt .profileTxt4{
	margin-bottom: 10px;
	font-size: 12px;
}
#profileArea #profileTxt .profileTxt5{
	margin-bottom: 10px;
	font-size: 10px;
}
#profileArea #profileTxt .profileTxt5 span{
	display: block;
	font-weight: bold;
}
#profileArea #profileTxt .profileTxt5 ul{
	display: flex;
	flex-wrap: wrap;
}
#profileArea #profileTxt .profileTxt5 li{
	padding: 0 0 5px 0;
	line-height: 100%;
}
#profileArea #profileTxt .profileTxt5 li::after{
	content: "/";
	display: inline-block;
	padding: 0 5px 0 5px;
}
#profileArea #profileTxt .profileTxt5 li:nth-last-of-type(1)::after{
	display: none;
}
#profileArea #profileTxt .profileTxt6{
	margin-bottom: 10px;
	font-size: 10px;
}
#profileArea #profileTxt .profileTxt6 span{
	display: block;
	font-weight: bold;
}
#profileArea #profileTxt .profileTxt6 ul{
}
#profileArea #profileTxt .profileTxt6 li{
	padding: 0 0 5px 1em;
	line-height: 130%;
	text-indent: -1em;
}
#profileArea #profileTxt .profileTxt6 li::before{
	content: "・";
	width: 1em;
	display: inline;
}
#profileArea #profileTxt .profileTxt6 li.year{
	font-weight: bold;
}
#profileArea #profileTxt .profileTxt6 li.year::before{
	content: "";
}





#profileArea #profileBtn{
	margin-top:16px;
	vertical-align:middle;
}
#profileArea #profileBtn img{
	margin-right:10px;
}


#contactArea{
	width:830px;
	padding:10px 9px 9px 10px;
	background-color:#FFF;
	border-right:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin: 0 auto;
}
#contactArea table{
	margin:0 auto;
}

#contactArea table td{
	padding-bottom:10px;
	font-size:80%;
	vertical-align:top;
}
.hissu{
	color:#900;
}
.inputName{
	border:none;
	background:#eee;
	width:150px;
	padding:5px;
}
.inputMail{
	border:none;
	background:#eee;
	width:150px;
	padding:5px;
}
.inputSubject{
	border:none;
	background:#eee;
	width:300px;
	padding:5px;
}
.inputMessage{
	border:none;
	background:#eee;
	width:300px;
	height:300px;
	padding:5px;
}
.inputsubmit{
	text-align:center;
}
.inputsubmit submit{
	background:#666;
}

.contactCatch{
	padding:40px 0 40px 0;
	margin-bottom:40px;
	background:#f3f3f3;
	font-size:80%;
	text-align:center;
}


.topGravity{
	width:49%;
	background: #000 url(../../images/top/bg_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 20px;
	
}
.topGravity ul{
	margin: 0;
	padding: 80px 0 20px 0;
	text-align: center;
}
.topGravity ul li{
	display: inline-block;
	width:44%;
	margin: 0 10px;
}
.topGravity ul li a{
	display: block;
	background: #000;
	box-shadow:0 0 10px rgba(255,255,255,0.2)
}
.topGravity ul li a img{
	width:100%;
	height: auto;
}
.topGravity ul li a:hover{
	background: #000;
	box-shadow:0 0 10px rgba(255,255,255,0.4)
}




.topQotn{
	width:49%;
	background: #a4005f url(../../images/top/qot_bg.jpg) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 20px;
	
}
.topQotn ul{
	margin: 0;
	padding: 80px 0 20px 0;
	text-align: center;
}
.topQotn ul li{
	display: inline-block;
	width:44%;
	margin: 0 10px;
}
.topQotn ul li a{
	display: block;
	background: #000;
	box-shadow:0 0 10px rgba(255,255,255,0.2)
}
.topQotn ul li a img{
	width:100%;
	height: auto;
}
.topQotn ul li a:hover{
	background: #000;
	box-shadow:0 0 10px rgba(255,255,255,0.4)
}


.topBana{
	display: flex;
	justify-content: space-between;
	width:calc(70% + 9px);
	margin: 0 auto;
    
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50% , 0)
}

.spMenu{
	display: none;
}
.viewPC{
	display: block;
}
.viewSP{
	display: none;
}


@media screen and (max-width: 640px) {
/*ここにスマホ用スタイルを記述*/

	.spMenu{
		display: block;
	}
	.viewPC{
		display: none;
	}
	.viewSP{
		display: block;
	}


	/* toggle-panel */
	#panel-btn {
		display: inline-block;
		position:absolute;
		width:24px;
		height: 24px;
		margin: 0 0 0;
		top:5px;
		right:5px;
		cursor:pointer;
		z-index:3500;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 2px;
		margin: 0 0 0 -12px;
		background: #000000;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 2px;
		margin-left: -12px;
		background: #000000;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -6px;
	}
	#panel-btn-icon:after {
		margin-top: 4px;
	}

	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#panel-btn .iconName{
		display: block;
		position: absolute;
		bottom: -7px;
		left: 0px;
		background: url(../../images/header/menu.png) no-repeat 0 0;
		background-size: 24px auto;
		font-size: 3px;
		line-height: 100%;
		text-indent: -9999px;
		width:24px;
		height: 7px;
		transition: .3s;
	}
	#panel-btn .iconName.close{
		background: url(../../images/header/close.png) no-repeat 0 0;
		background-size: 24px auto;
	}


	#panel {
		display: none;
		margin: 0;
		padding: 40px 50px 40px 50px ;
		background: url(../../images/header/menu_bg.png);
		text-align: left;
		position:absolute;
		top:35px;
		right:0;
		color:#fff;
		z-index:3501;
	}
	#panel nav ul{
		margin:0;
		padding:0;
		line-height:100%;
	}
	#panel nav ul li{
		margin:0 0 40px 0;
		padding:0;
		line-height:100%;
		font-size:16px;
		letter-spacing: 0.1em;
		text-align: center;
		font-family: 'Source Serif Pro', serif;
		position: relative;
	}
	#panel nav ul li ::after{
		display: block;
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		width: 20px;
		height: 1px;
		margin-left: -10px;
		background: #fff;
	}
	#panel nav ul li:nth-last-child(1){
		margin:0 0 0 0;
	}
	#panel nav ul li:nth-last-child(1) ::after{
		display: none;
	}

	#panel nav ul li a{
		color:#FFF;
		text-decoration:none;
	}
	#panel nav ul li a:hover{
		color:#6f9f78;
	}


	body #wrapper {
		margin: 0 0 0 0;
		padding: 42px 0 30px 0;
	}
	body#cont00 #wrapper,body#cont01 #wrapper{
		padding: 52px 0 30px 0;
	}	
    body.home{
        width: 100%;
        height: 100%;
    }
    body#cont01.home #wrapper{
        height: calc(100% - 63px);
        background: transparent;
        padding: 0 0 0 0 !important;
    }
    body.home #header{
        background: #fff;
    }

    
    
	#wrapper_inner {
		width: 96%;
	}

	body#cont00 #wrapper_inner {
		width: 96%;
	}

	#header,body#cont01 #header{
		margin:0;
		padding:0 0 12px 0;
		width:100%;
		height:30px;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 1000;
		box-shadow: 0 0 4px rgba(0,0,0,0.1)
	}
	
	#headerIn,body#cont01 #headerIn{
		margin:0 auto;
		width:96%;
	}

	#logo,body#cont01 #logo{
		float:left;
		width:55%;
		padding-top:15px;
		padding-left: 10px;
	}
	#logo img{
		width:200px;
		height: auto;
	}

	#hmenuTop{
		display: none;
	}
	#hmenuBtm{
		display: none;
	}

    
#promotion{
	width:100%;
    position: absolute;
    top:40px;
    left: 0;
    height: calc(100% - 40px);
    z-index: -1;
}
#promotionIn{
	margin:0 auto;
	width:100%;
	background-color:#FFF;
	padding:0;
    height: 100%;
}
	
	.slideshow{
		width:100%;
		height:inherit;
		overflow:hidden;
		text-align:center;
	}
	.slideImg{
		width:100%;
		text-align:center;
	}

	.slideImg img {
		margin: auto;
		height: auto;
		width: 100%;
	}


	.topGravity{
		width:100%;
		background: #000 url(../../images/top/bg_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		margin-bottom: 10px;

	}
	.topGravity ul{
		margin: 0;
		padding: 40px 0 4px 0;
		text-align: center;
	}
	.topGravity ul li{
		display: inline-block;
		width:40%;
		margin: 0 10px;
	}
	.topGravity ul li a{
		display: block;
		background: #000;
		box-shadow:0 0 10px rgba(255,255,255,0.2)
	}
	.topGravity ul li a img{
		width:100%;
		height: auto;
	}
	.topGravity ul li a:hover{
		background: #000;
		box-shadow:0 0 10px rgba(255,255,255,0.4)
	}




	.topQotn{
		width:100%;
		background: #a4005f url(../../images/top/qot_bg.jpg) no-repeat center top;
		background-size: 100% auto;
		margin-bottom: 5px;

	}
	.topQotn ul{
		margin: 0;
		padding: 40px 0 4px 0;
		text-align: center;
	}
	.topQotn ul li{
		display: inline-block;
		width:40%;
		margin: 0 10px;
	}
	.topQotn ul li a{
		display: block;
		background: #000;
		box-shadow:0 0 10px rgba(255,255,255,0.2)
	}
	.topQotn ul li a img{
		width:100%;
		height: auto;
	}
	.topQotn ul li a:hover{
		background: #000;
		box-shadow:0 0 10px rgba(255,255,255,0.4)
	}


	.topBana{
		display: block;
		width:calc(92% + 9px);
		margin: 0 auto;
        bottom: 55x;
	}

	.topBoxL{
		float:none;
		width:100%;
	}
	.topBoxR{
		float: none;
		width:100%;
	}
	.topUpdate{
		float:none;
		width:92%;
		margin: 0 auto 10px;
	}
	.topBlog{
		float:none;
		width:92%;
		margin: 0 auto 10px;
	}
	.topInfo{
		float:none;
		width:92%;
		margin: 0 auto 10px;
	}
	.topInsta{
		float:none;
		width:92%;
		margin: 0 auto 10px;
	}
	.topTwi{
		float:none;
		width:92%;
		margin: 0 auto 10px;
	}
	.topTwi .instaBox{
		border: 1px solid #eee;
	}
	#footer{
		width:100%;
		margin-top:0;
		background:url(/images/footer/foot_bg.png) repeat-x;
	}
	#footerIn{
		margin:0 auto;
		padding:23px 0 20px 0;
		width: 90%;
		text-align: left;
	}
	body.home #footer{
        position: absolute;
        bottom: 0;
        left: 0;
	}

	#galleryArea{
		padding: 0 0 0 0;
		min-width:97%;width: 97%;
		margin: 0 auto;
		
	}
	#galleryAreaIn{
	}
	.galleryBox{
		width:48%;
	}
	.galleryBox img{
		width:100%;
		height:auto;
	}


	


	.information{
		float:none;
		width:88%;
		padding: 10px 2% 0 2%;
		margin: 0 auto 30px;
	}
	.information ul{
		margin:0 0 0 0;
		background:#fff;
		padding: 0 0 0 0;
		width: 100%;
	}
	.information ul li{
		width: 100%;
		color: #333;
		font-size:80%;
		line-height:160%;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
		list-style-type: none;
		list-style-position: inside;
	}
	.information ul li .infoImg{
		float:left;
		width:25%;
		margin-right:10px;
	}
	.information ul li .infoImg img{
		width:100%;
		height: auto;
	}
	.information ul li .infoTxt{
		float:left;
		width:75%;
		margin-left:0px;
	}


	.informtionRight{
		float:none;
		width:92%;
		margin: 0 auto;
	}
	.informtionRtitle{
		margin-bottom:12px;
	}

	.informtionRbox{
		width:96%;
		padding:10px 2% 1px 2%;
		background-color:#FFF;
		border-right:1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
		margin-bottom:10px;
	}
	.informtionRbox li{
		font-size:80% !important;
		line-height:100% !important;
		background:url(/images/common/arrow01.gif) no-repeat 0 3px;
		padding-left:6px;
		margin-bottom:9px;
	}

	
	




	#profileArea{
		width:calc(100% - 19px);
		margin: 0 auto;

		padding:10px 9px 9px 10px;
		background-color:#FFF;
		border-right:1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;

		display: block;
		justify-content: space-between;
	}

	#profileArea #profilePh{
		background:url(/profile/images/profile3.jpg?=0002) no-repeat center bottom;
		background-size: cover;
		width:100%;
		height: 90vw;
	}
	#profileArea #profileTxt{
		margin:15px 10px 0 10px ;
		font-family: 'Noto Serif JP', serif;
		line-height: 140%;
		width:calc(100% - 20px);
	}



	#profileArea #profileBtn{
		margin-top:16px;
		vertical-align:middle;
		width:92%;
		margin: 20px auto 20px;
	}
	#profileArea #profileBtn img{
		margin-right:10px;
	}


	#contactArea{
		float:none;
		width:92%;
		padding:10px 2% 9px 2%;
		background-color:#FFF;
		border-right:1px solid #d9d9d9;
		border-bottom:1px solid #d9d9d9;
		margin: 0 auto;
	}	
	.contactCatch{
	 padding: 20px 0 20px 0;
		margin-bottom: 20px;
		background: #f3f3f3;
		font-size: 80%;
		text-align: center;
	}
	#contactArea table{
		margin:0 auto;
		width: 100%;
	}

	#contactArea table td{
		display: block;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	.inputName{
		width:150px;
		padding:5px;
	}
	.inputMail{
		width:150px;
		padding:5px;
	}
	.inputSubject{
		width:90%;
		padding:5px 1%;
	}
	.inputMessage{
		border:none;
		background:#eee;
		width:98%;
		height:100px;
		padding:5px 1%;
	}
}

