@charset "UTF-8";
/****************** 共通 ******************/


body {
	font-size: 14px;
	line-height:0;
	width: 100%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333;
}




a {
	text-decoration:none;
}


/*styl:Position*/
.textCenter {
	text-align: center;
}
.textLeft {
	text-align:left
}
.textRight {
	text-align:right
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatReset {
	clear: both;
}
.floatAndTextRight {
	float: right;
	text-align:right
}
.floatImgLeft {
	float: left;
	padding-right: 5px;
}



.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.margin15 {
	margin: 15px;
}
.margin20 {
	margin: 20px;
}
.margin25 {
	margin: 25px;
}

.margin5df {
	margin: 0 5px 5px 5px;
}
.margin10df {
	margin: 0 10px 10px 10px;
}
.margin15df {
	margin: 0 15px 15px 15px;
}
.margin20df {
	margin: 0 20px 20px 20px;
}
.margin25df {
	margin: 0 25px 25px 25px;
}




.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding25 {
	padding: 25px;
}

.padding30 {
	padding: 30px;
}

.padding40 {
	padding: 40px;
}

.padding50 {
	padding: 50px;
}

.paddingTop5 {
	padding-top: 5px;
}
.paddingTop10 {
	padding-top: 10px;
}
.paddingTop15 {
	padding-top: 15px;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingTop25 {
	padding-top: 25px;
}
.paddingTop30 {
	padding-top: 30px;
}

.paddingTop40 {
	padding-top: 40px;
}

.paddingTop50 {
	padding-top: 50px;
}



.paddingBottom5 {
	padding-bottom: 5px;
}
.paddingBottom10 {
	padding-bottom: 10px;
}
.paddingBottom15 {
	padding-bottom: 15px;
}
.paddingBottom20 {
	padding-bottom: 20px;
}
.paddingRight5 {
	padding-right: 5px;
}
.paddingRight7 {
	padding-right: 7px;
}

.paddingRight10 {
	padding-right: 10px;
}
.paddingRight25 {
	padding-right: 25px;
}
.paddingLeftRight10 {
	padding-left: 10px;
	padding-right: 10px;
}
.paddingTopRight5 {
	padding-top: 5px;
	padding-right: 5px;
}
.paddingTopRight10 {
	padding-top: 10px;
	padding-right: 10px;
}
.paddingTopBottom10 {
	padding-bottom: 10px;
	padding-top: 10px;
}
.paddingTop25Bottom10 {
	padding-bottom: 10px;
	padding-top: 25px;
}

.padding5df {
	padding: 0 5px 5px 5px;
}
.padding10df {
	padding: 0 10px 10px 10px;
}
.padding15df {
	padding: 0 15px 15px 15px;
}
.padding20df {
	padding: 0 20px 20px 20px;
}
.padding25df {
	padding: 0 25px 25px 25px;
}

/*style:text*/
.fontSize60 {
	font-size: 60%;
	line-height: 120%;
}
.fontSize70 {
	font-size: 70%;
	line-height: 123%;
}
.fontSize80 {
	font-size: 80%;
	line-height: 125%;
}
.fontSize90 {
	font-size: 90%;
	line-height: 128%;
}
.fontSize100 {
	font-size: 100%;
	line-height: 130%;
}

.fontSize110 {
	font-size: 110%;
	line-height: 130%;
}

sup{
font-size: 60%;
    height: 0;
    line-height: 1;
    vertical-align: top;
    _vertical-align: bottom;
    position: relative;
    bottom: -0.5ex;
}




h1 {
	font-weight:normal; 
}

h2 {
	font-weight:normal; 
}

/****************** 共通ここまで ******************/
/* ------- ポップアップ------- */
.popup-bin {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:100;
}

.container {
	border-radius: 3px;      
	-webkit-border-radius: 3px;     
	-moz-border-radius: 3px;  
	margin:30% 5%;
	background:#fff;
	padding:16px;
	z-index:110;
}

.attentiontext_container {
	border-radius: 3px;      
	-webkit-border-radius: 3px;     
	-moz-border-radius: 3px;  
	margin:10% auto;
	background:#fff;
	width:80%;
	padding:0;
	z-index:110;
}

/* ------- ポップアップここまで ------- */




 
/* ------------------------------------------------------------
   ナビゲーション
   ------------------------------------------------------------ */

.drawer-nav{position:fixed;z-index:102;top:0;overflow:hidden;height:100%;line-height:0;}

.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}

.drawer-menu{margin:0;padding:0;list-style:none;line-height:0;}


.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color: rgba(98,98,98,1);}

.drawer-open .drawer-overlay{display:block}

.drawer-hamburger{position:fixed;z-index:104;top:10px;display:block;box-sizing:content-box;width:20px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:translateZ(0);transform:translateZ(0);border:0;outline:0;height: 20px;}

.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);transition:top .6s cubic-bezier(.19,1,.22,1)}

.drawer--top.drawer-open .drawer-nav{top:0}

.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:15px; width:11px;}


.headerstyle{position:fixed;z-index:103;top:0;display:block;box-sizing:content-box;width:100%;height:40px; background:#FFF;
	box-shadow:0px 1px 3px 1px #d0d0d0;
	-moz-box-shadow:0px 1px 3px 1px #d0d0d0;
	-webkit-box-shadow:0px 1px 3px 1px #d0d0d0;}

.headertext{position: absolute;top:10px; left: 10px;}



.close{position:absolute;z-index:1000; top:0;}

/*    ナビゲーションアイコン */

.drawer-hamburger-icon {
  height: 20px;
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width:14px;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #ffa332;
}

/*    三つのラインの一番上の位地 */
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -4px;
  left: 0;
  content: ' ';
}

/*    三つのラインの一番↓の位地 */
.drawer-hamburger-icon:after {
  top: 4px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  ナビゲーションの css*/
#sp_menu{
	padding:44px 0 0 0;
	line-height:1em;
}


#sp_menu ul{
	padding:22px 0 0 0;
}


#sp_menu li{
	margin:0 20px;
	padding:20px;
	line-height:1em;
	border-top:1px dotted #FFF;
	height:50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

#sp_menu li:nth-child(1) {
	border-top:0px;
	border-bottom:1px dotted #FFF;
}

#sp_menu li:nth-child(2) {
	border-top:0px;
	margin:0 20px 0 50px;
	font-size:100%;
}
#sp_menu li:nth-child(3) {
	margin:0 20px 0 50px;
	font-size:100%;
}
#sp_menu li:nth-child(4) {
	margin:0 20px 0 50px;
	font-size:100%;
}
#sp_menu li:nth-child(5) {
	margin:0 20px 0 50px;
	font-size:100%;
}



#sp_menu li:nth-child(9) {
	border-bottom:0;
text-align:center;
}

#sp_menu h2{
	font-size:14px;
	font-weight:bold; 
}

#sp_menu h3{
	font-size:12px;
	font-weight:nomal; 
}

#sp_menu a{
	color:#FFF;
}


/* ------------------------------------------------------------
   ナビゲーションここまで
   ------------------------------------------------------------ */



/* ------------------------------------------------------------
/* メディア 
   ------------------------------------------------------------ */





@media screen and (min-width: 800px){

.max1000{
	max-width: 1260px;
	margin:0 auto;
}

.max1000pa{
	max-width: 1260px;
	margin:0 auto;
	padding:10%  15% ;
}


 .inner_mini{
	max-width: 500px;
	margin:auto;
	clear:both;
}


.sp{
      display: none;
}



/* ------------------------------------------------------------
   SDES追加用
   ------------------------------------------------------------ */

/* 商品一覧エリアの背景 */
.item-list {
	margin: 5% 0 5% 0 ; 
}
/* クリアフィックス */
.item-list ul:after {
content: "";
clear: both;
display: block;
}
/* 商品一覧のリストの設定 */
.item-list ul li {
width: 49%;
display: block;
float: left;
list-style-type: none;
text-align: center;
line-height:0;
}




.item-list ul li:nth-child(1) {
	margin: 0 2% 0 0 ;
	}

.item-list ul li p{
line-height:0;
}


/* 商品一覧エリアの背景 */
.item-list-inner {
	margin: 0 0 5% 0 ; 
}
/* クリアフィックス */
.item-list-inner ul:after {
content: "";
clear: both;
display: block;
}
/* 商品一覧のリストの設定 */
.item-list-inner ul li {
width: 49%;
display: block;
float: left;
list-style-type: none;
text-align: center;
line-height:0;
}


.item-list-inner ul li:nth-child(1) {
	margin: 0 2% 0 0 ;
	}

.item-list-inner ul li p{
line-height:0;
}

.contents{
	margin:0 auto;
}


.contents h1{
	padding:5% 0 0 0;
}


.contents h2{
	padding:7% 0 7% 0;
	font-size:130%;
	text-align:center;
	letter-spacing:0.1em;
}

.contents h3{
	width:38%;
	margin:5% auto;
}

.contents h4{
	width:30%;
	margin:7% auto 5% auto;
}

.contents p.text{
	line-height:1.5em;
}

.wdp3em{
	margin:0 15% 10%  15% ;
}

.bgcolor{
	background: #f6f2f2;
}


.domain{
	border-bottom:dotted 1px #434343;
}

.morearrow{
	margin:0 auto;
	width:5%;
	padding:0 0 5% 0;
}


.contact{
	width:50%;
	margin:5% auto;
}

.footer{
	background: #ffa333;
	line-height:1em;
color:#FFF;
}

.footer a{
color:#FFF;
}


.fma{
	padding:5%;
}

.space {
padding: 27% 0 0 0;
}

/**more**/
.grad-wrap {
  position: relative;
	line-height:1em;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
 	position: absolute;
	z-index:3;
	width:5%;
	padding:0 4% 0 0;
	margin: auto;
	left: 0;
	right: 0;
}
.grad-trigger::after {
	content: url(../img/common/more.png); /*クリック前のボタンのラベル*/
	display: inline-block;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}

.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 80px; /*隠した後の高さ*/
	padding:10% 0 0 0;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(246,242,242,0) 0%, rgba(246,242,242,0.9) 50%, rgba(246,242,242,0.9) 50%, #f6f2f2 100%);
  background: linear-gradient(top, rgba(246,242,242,0) 0%, rgba(246,242,242,0.9) 50%, rgba(246,242,242,0.9) 50%, #f6f2f2 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
	content: url(../img/common/close.png); /*クリック後にボタンのラベルを変える*/
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}


/**more**/




}






@media screen and (max-width: 800px){

.pc{
      display: none;
}


.max1000pa{
	max-width: 1260px;
	margin:0 auto;
	padding:15%  2% ;
}

/* ------------------------------------------------------------
   SDES追加用
   ------------------------------------------------------------ */

/* 商品一覧エリアの背景 */
.item-list {
	margin: 5% 0 5% 0 ; 
}
/* クリアフィックス */
.item-list ul:after {
content: "";
clear: both;
display: block;
}
/* 商品一覧のリストの設定 */
.item-list ul li {
width: 100%;
display: block;
clear: both;
list-style-type: none;
text-align: center;
line-height:0;
}




.item-list ul li:nth-child(1) {
	margin: 0 2% 2% 0 ;
	}

.item-list ul li p{
line-height:0;
}


/* 商品一覧エリアの背景 */
.item-list-inner {
	margin: 0 0 5% 0 ; 
}
/* クリアフィックス */
.item-list-inner ul:after {
content: "";
clear: both;
display: block;
}
/* 商品一覧のリストの設定 */
.item-list-inner ul li {
width: 100%;
display: block;
clear: both;
list-style-type: none;
text-align: center;
line-height:0;
}


.item-list-inner ul li:nth-child(1) {
	margin: 0 0 2% 0 ;
	}

.item-list-inner ul li p{
line-height:0;
}

.contents{
	margin:0 auto;
}


.contents h1{
	padding:15% 0 0 0;
}


.contents h2{
	padding:7% 0 7% 0;
	font-size:100%;
	text-align:left;
	letter-spacing:0.01em;
	line-height:1.7em;
	font-weight:bold;
}

.contents h3{
	width:80%;
	margin:3% auto;
}

.contents h4{
	width:55%;
	margin:10% auto;
}

.contents p.text{
	line-height:1.5em;
}

.wdp3em{
	margin:0 2% 15%  2% ;
}

.bgcolor{
	background: #f6f2f2;
}


.domain{
	border-bottom:dotted 1px #434343;
}

.morearrow{
	margin:0 auto;
	width:10%;
	padding:0 0 5% 0;
}


.contact{
	width:80%;
	margin:5% auto;
}

.footer{
	background: #ffa333;
	line-height:1em;
color:#FFF;
}

.footer a{
color:#FFF;
}


.fma{
	padding:5%;
}

.space {
padding: 60px 0 0 0;
}


/**more**/
.grad-wrap {
  position: relative;
	line-height:1em;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
 	position: absolute;
	z-index:3;
	width:5%;
	padding:0 15% 0 0;
	margin: auto;
	left: 0;
	right: 0;
}
.grad-trigger::after {
	content: url(../img/common/more.png); /*クリック前のボタンのラベル*/
	display: inline-block;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}

.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 80px; /*隠した後の高さ*/
	padding:20% 0 0 0;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(246,242,242,0) 0%, rgba(246,242,242,0.9) 50%, rgba(246,242,242,0.9) 50%, #f6f2f2 100%);
  background: linear-gradient(top, rgba(246,242,242,0) 0%, rgba(246,242,242,0.9) 50%, rgba(246,242,242,0.9) 50%, #f6f2f2 100%);
}
.grad-trigger.is-show {
  bottom: -2em;
}
.grad-trigger.is-show::after {
	content: url(../img/common/close.png); /*クリック後にボタンのラベルを変える*/
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(0.7);
	transform: scale(0.7)
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}


/**more**/


}


/* ------------------------------------------------------------
/* メディア ここまで
   ------------------------------------------------------------ */



/* ------------------------------------------------------------
/* PC用ヘッダー
-----------------------------------------------------------------*/

.pc_header{
	position: fixed;
	display: block;
	top:0;
	width:100%;
	height:60px;
	background: #FFF;
	box-shadow:0px 1px 3px 1px #d0d0d0;
	-moz-box-shadow:0px 1px 3px 1px #d0d0d0;
	-webkit-box-shadow:0px 1px 3px 1px #d0d0d0;
	z-index:9999;
}

.pc_header_logo{
	left:10px;
	top:13px;
	position: absolute;
	z-index:9999;
}

.pc_menu {
	right:0px;
	top:12px;
	position: absolute;
	z-index:9999;
}

.pc_menu p.text{
	float: left;
	font-weight:bold;
	font-family: 'Arimo', sans-serif;
	padding:11px 30px 0 0;
	line-height:1em;
	letter-spacing: 0.05em;
}

.pc_menu p.images{
	float: left;
	font-weight:bold;
	font-family: 'Arimo', sans-serif;
	padding:0 10px 0 0;
	line-height:1em;
	letter-spacing: 0.05em;
}


.pc_menu p a{
	color:#ffa333;
	text-decoration:none;
}



.positop{
	position: fixed;
	display: block;
}




#acMenu dt{
	line-height:1em;
	}
#acMenu dt{
	cursor:pointer;
	}
#acMenu dd{
	display:none;
	}


#page-top {
	z-index:10000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}


.snsiconeimg{
width:40px;
}


.w100{
width:100%;
}



.w80px{
width:80px;
}



.w50px{
width:50px;
}


.w120px{
width:120px;
}


