@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Quicksand:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP"),
    local("Noto Sans JP"),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

/************************************************
 共通設定
************************************************ */
body {
  color: #666;
  /*font-family:  'Noto Sans JP', sans-serif,Verdana, Arial, Helvetica, sans-serif;*/
  font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","YuGothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  background-color: #fff;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

body * {
  box-sizing: border-box;
}
body.popup {
   padding-top: 0px;
}

.pcstyle{
	display:block !important;
}
.spstyle{
	display:none !important;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
	body.popup {
	    padding-top: 0px;
	}

  body img {
    width: 100%;
    height: auto;
  }
  body img.cvtag {
    width: auto;
  }

	.pcstyle{
		display:none !important;
	}
	.spstyle{
		display:block !important;
	}

}

select {
  border: solid 1px #ccc;
}

.picture {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
}

/*写真*/
.frame_outer {
  display: block;
  /*max-width: 1100px;*/
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
  /*width: 98%;*/
}

#container {
  display: block;
  overflow: hidden;
  /*max-width: 1100px;*/
	width:100%;
  margin:140px auto 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
#container_top{
  display: block;
  overflow: hidden;
  max-width: 100;
	width:100%;
  margin:140px auto 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.w960{
	max-width: 1100px;
	width:100%;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
  #container {
    width: 100%;
		margin-top: 18px;
  }
	#container_top{
	  margin:18px auto 0;
	  /*margin:115px auto 0;*/
	}

}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}

.clear {
  clear: both;
}

.visible-sm {
  display: none;
}

.visible-lg {
  display: inherit;
}

@media only screen and (max-width: 768px) {
  .visible-sm {
    display: inherit;
  }

  .visible-lg {
    display: none;
  }
}

/* ==============================================
 カラム指定
=============================================== */
/* ヘッダーとフッターの上下 [注意]ブロック移動時はbloc.css内で調整が必要 */
#topcolumn, #bottomcolumn, #footerbottomcolumn {
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

#rightcolumn {
  display: block;
  float: left;
  width: 250px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 60px auto;
  padding: 0;
}

#one_maincolumn {
  margin: 0 auto;
	/*max-width: 1100px;*/
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#two_maincolumn_left {
  display: block;
  float: left;
  width: 710px;
  margin: 0 0 60px 0;
  padding: 0;
  text-align: left;
  overflow: visible;
}

#undercolumn {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#undercolumn_shopping {
	width: 96%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
#undercolumn_shopping h2{
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#rightcolumn .ml35 {
  display: block;
  overflow: hidden;
  width: 215px;
  margin-left: 35px;
}

#rightcolumn * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.pankuzu{
	text-align:left;
	padding:15px 0 40px 10px;
	font-size:12px;
	max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.pankuzu a{
	color:#666 !important;
}
.list_itemArea{
    max-width: 1100px;
		width:100%;
    margin: 0 auto 110px;
}
.list_itemArea .product_form{
	/*border-bottom:1px solid #ddd;*/
	margin-bottom:40px;
	width:28.3333%;
	float:left;
	margin:0 2.5% 40px;
}
.list_itemArea .list_itemArea_Inner{

}
.list_itemArea h3{
	text-align:left;
}
.list_itemArea h3 a{
	color:#666;
	font-size: 16px;
  font-weight: 400;
	line-height: 22px;
}
.list_itemArea .listcomment{
	font-size: 12px;
}
#page_navi_bottom{
	clear: both;
}
@media only screen and (max-width: 768px) {
	.pankuzu{
		text-align:left;
		padding:5px 0 20px 10px;
		font-size:10px;
	}
	.pankuzu a{
		font-size:10px;
	}
	.list_itemArea h2{
		font-size: 20px !important;
	  margin-bottom: 25px !important;
	}
	.list_itemArea .product_form{
		width:100%;
		float:none;
		margin:0 0 20px;
	}
	.list_itemArea .product_form:nth-child(3n){
		margin-right:0;
	}
	.list_itemArea h3 a{
		font-size: 14px;
		line-height: 20px;
	}
	.list_itemArea .listcomment{
		font-size: 10px;
	}

  #topcolumn, #bottomcolumn, #footerbottomcolumn {
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  #rightcolumn {
    width: 100%;
    float: none;
    margin: 30px 0;
  }

  #one_maincolumn {
    margin: 0 auto;
    width: 94%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #one_maincolumn .cvarea {
		height: 0;
	}
  #one_maincolumn .cvarea img{
		width:auto;
	}
  #two_maincolumn_left {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
  }

  #undercolumn {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
	#undercolumn #payment_form_body input[type='text']{
		width:85%;
		margin-bottom:5px;
	}

	#undercolumn_shopping h2{
	  font-size: 18px;
	}
	#undercolumn_shopping .information img{
		width: auto;
	}
	#undercolumn_shopping .btn_area img{
		width: auto;
	}
  #rightcolumn .ml35 {
    width: 100%;
    margin-left: 0;
  }

  #home_right_banner ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #home_right_banner ul li {
    width: 49%;
  }
}

/* ==============================================
 ユーティリティ
=============================================== */
/* リンク指定
----------------------------------------------- */
a:link,
a:visited {
  color: #6e60ad;
  text-decoration: none;
	 border:none;
  outline:none;
}

a:link:hover,
a[href]:hover {
  color: #6e60ad;
  text-decoration: underline;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  line-height: 150%;
}

.sale_price {
  /*color: #f00;*/
}

.normal_price {
  font-size: 90%;
}

.point {
  color: #f00;
  font-weight: bold;
}
.chusyaku{
		margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #fac03d;
    width: 133px;
    border-radius: 5px;
    text-align: center;
    float: right;
}
.user_name {
  font-weight: bold;
}

.recommend_level {
  color: #ecbd00;
}

.attention {
  color: #f00;
}

.attentionSt {
  color: #f00;
  font-weight: bold;
}

.st {
  font-weight: bold;
}

.mini {
  font-size: 90%;
}

.bld {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt25 {
  margin-top: 25px;
}

.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
}

/* 行揃え
----------------------------------------------- */
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.pricetd em {
  font-weight: bold;
}

/* フォーム
----------------------------------------------- */
input[type='text'],
input[type='password'],
.select {
  border: solid 1px #ccc;
  padding: 2px;
}

.box40 {
  width: 40px;
}

.box60 {
  width: 60px;
}

.box100 {
  width: 100px;
}

.box120 {
  width: 120px;
}

.box140 {
  width: 140px;
}

.box145 {
  width: 145px;
}

.box150 {
  width: 150px;
}

.box240 {
  width: 240px;
}

.box300 {
  width: 300px;
}

.box320 {
  width: 320px;
}

.box350 {
  width: 350px;
}

.box380 {
  width: 380px;
}

/* フォームが縦に重なり合う場合に併用する余白 */
.top {
  margin-bottom: 5px;
}

.ng_top {
  margin-bottom: 0 !important;
}

/* タイトル
----------------------------------------------- */
h2.title {
  margin-bottom: 60px;
  padding: 8px;
	font-size: 30px;
  letter-spacing: 5px;
	font-weight: 400;
}
h2.carttitle {
  margin-bottom: 35px;
  padding: 8px;
	font-size: 30px;
  letter-spacing: 5px;
	font-weight: 400;
}

#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3,
#undercolumn_login .login_area h3,
#undercolumn_shopping h3,
#mypagecolumn h3,
#undercolumn_cart h3 {
  margin: 0px;
  padding: 8px;
  color: #453514;
  /*background: url("../img/images/bg_localtitle.png") repeat-x left bottom;*/
  background-color: #7a6caf;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
}

div#undercolumn_login .login_area h4 {
  padding-left: 15px;
  background: url("../img/icon/ico_arrow_05.gif") no-repeat left;
}

.page_tti_style{
		text-align: center;
    padding-bottom: 40px;
    letter-spacing: .05em;
    background-color: #f6f3ff;
	  background: url("/u/packages/default/img/common/subttl_bg.jpg") no-repeat;
    background-size: cover;
}
.page_tti_style div{
		padding: 20px;
    width: 50%;
    margin: 0 auto;
    /*border: 10px solid #fff;*/
}
.page_tti_style h1{
	font-family: 'Roboto', sans-serif;
  font-weight: 300;
	font-size: 47px;
}
.page_tti_style p{
  font-size:17px;
  font-weight: 300;
}
.page_tti_style p.ttl_pankuzu{
  font-size:12px;
  font-weight:100;
	text-align:left;
	max-width:1080px;
	width:100%;
	padding-top:10px;
	margin:0 auto 10px !important;
}
.page_tti_style p.ttl_pankuzu a{
	font-color:#666;
}
@media only screen and (max-width: 768px) {
	.page_tti_style{
	    padding: 0px 10px 15px;
			width: 108%;
    	margin-left: -4%;
	}
	.page_tti_style div{
		padding: 10px;
    width: 100%;
    margin: 5px auto 0;
	}
	.page_tti_style h1{
		font-size: 30px;
	}
	.page_tti_style p{
	  font-size:12px;
	}
	.page_tti_style p.ttl_pankuzu{
	  font-size:10px;
		padding-top:2px;
    padding-left: 30px;
		margin:0 auto 0px !important;
	}

}
@media only screen and (max-width: 700px) {
	.page_tti_style p.ttl_pankuzu{
	  font-size:10px;
		padding-top:2px;
    padding-left: 20px;
		margin:0 auto 0px !important;
	}
}
/* ==============================================
 ヘッダー
=============================================== */
/* レイアウト
----------------------------------------------- */
#header_wrap {
    height: 140px;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    margin: 0 auto;
		top:0;
    left: 0;
    right: 0;
		transition: .3s;
		border-bottom: 1px dotted #ddd;
}
.header_wrap_smaller{
    height: 105px !important;
		top:0 !important;
}

#header {
  display: block;
  /*overflow: hidden;*/
  width: 1080px;
  margin: 25px auto 0 auto;
  text-align: left;
	transition: .3s;
position: relative;
}
.header_smaller{
  margin-top: 15px !important;
	transition: .3s;
}
#header_pcmenu{
	clear: both;
  max-width: 1100px;
  padding-top: 25px;
	font-size:13px;
}
.header_pcmenu_smaller{
  padding-top: 10px !important;
}

#header:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#header .logo {
  display: block;
  overflow: hidden;
  float: left;
  width: 300px;
  padding-top: 10px;
  text-align: left;
}

#header .logo img {
  display: block;
	width:100%;
}

#header .logo h2 {
  display: block;
  padding-top: 5px;
  color: #926ee5;
  font-weight: normal;
}

#header .headerMenu {
  display: block;
  float: left;
  width: 780px;
  font-size: small;
	position: relative;
}

#header .headerMenu .headerMenuCell {
  font-size: 13px;
}

#header .headerMenu .headerMenuCell:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#header .headerMenu .headerMenuCell .fontSize {
  display: block;
  overflow: hidden;
  float: left;
  width: 189px;
  text-align: left;
}

#header .headerMenu .headerMenuCell .fontSize:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#header .headerMenu .headerMenuCell .fontSize a {
  margin-left: 4px;
}

#header .headerMenu .headerMenuCell .menuArea {
  display: block;
  overflow: hidden;
  float: right;
  text-align: right;
}

#header .headerMenu .headerMenuCell .menuArea a:link {
  color: #666;
  text-decoration: none;
}

#header .headerMenu .headerMenuCell .menuArea a:visited {
  color: #666;
  text-decoration: none;
}

#header .headerMenu .headerMenuCell .menuArea a:hover {
  color: #66c;
}

#header .headerMenu .headerMenuCell .menuArea a {
	display: inline-block;
  margin-left: 18px;
}

#header .headerMenu .headerMenuCell .menuArea a.login {
  background: url(../img/images/icon_login.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 35px;
}

#header .headerMenu .headerMenuCell .menuArea a.logout {
  background: url(../img/images/icon_logout.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 30px;
}

#header .headerMenu .headerMenuCell .menuArea a.mypage {
  background: url(../img/images/icon_mypage.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 30px;
}

#header .headerMenu .headerMenuCell .menuArea a.submit {
  background: url(../img/images/icon_submit.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 36px;
}

#header .headerMenu .headerMenuCell .menuArea a.guide {
  background: url(../img/images/icon_guide.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 30px;
}

#header .headerMenu .headerMenuCell .menuArea a.sitemap {
  background: url(../img/images/icon_sitemap.gif) no-repeat left center;
	padding: 3px 0 3px 36px;
}

#header .headerMenu .headerMenuCell .menuArea a.cart {
  background: url(../img/images/icon_cart.png) no-repeat left center;
	background-size: contain;
	padding: 3px 0 3px 40px;
}

#header .headerMenu .headerMenuCell .menuArea .itemNum {
  position: absolute;
  top: 7px;
  right: 96px;
  background: #9f9f9f;
  color: #fff;
  border-radius: 8px;
  content: " ";
  display: block;
  font-size: 11px;
  height: 14px;
  line-height: 12px;
  min-width: 12px;
  padding: 1px 2px 2px 4px;
  overflow-y: hidden;
  text-align: center;
  font-family: arial sans-serif;
}

#header .headerMenu .cartCell {
  margin: 24px 0;
  text-align: right;
}

#header .headerMenu .cartCell span {
  padding-left: 8px;
}

#header .headerMenu .cartCell img {
  padding-right: 4px;
  vertical-align: middle;
}
#header .headerMenu .cartin {
  margin: 0px 0 10px;
  text-align: right;
}

#header .headerMenu .cartin span {
  padding-left: 8px;
}

#header .headerMenu .cartin img {
  padding-right: 4px;
  vertical-align: middle;
}

#head_search{
	display: none;
}
#customer{
	display: none;
}

@media only screen and (max-width: 1100px) {
	#header {
	  width: 100%;
		padding:0 20px;
	}
	#header .logo {
	    width: 20%;
	}
	#header .headerMenu {
	    width: 75%;
	}
}
@media only screen and (max-width: 768px) {
	#header_wrap {
	    height: auto;
	}
  #header {
    width: 100%;
    margin: 0;
    height: 68px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 100;
		padding:0;
    border-bottom: 1px solid #ddd;
  }

  #header:after {}

  #header .head {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 1000;
  }

  #header .logo {
    width: 120px;
    padding-top: 0;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 70;
  }

  #header .headerMenu {
    width: 100%;
    float: none;
    position: absolute;
    background: #fff;
    z-index: 10;
    top: 50px;
    left: 0;
  }

  #header .spheader {
    position: absolute;
    width: 100%;
    top: 35px;
  }

  #header .spheader .search {
    position: absolute;
    width: 16px;
    top: -10px;
    z-index: 10;
    left: 40px;
  }

  #header .spheader .right {
    position: absolute;
    right: 25px;
    top: -12px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header .spheader .right div {
    margin: 0 7px;
  }
  #header .spheader .right div.mypage{
    width:18px;
  }
  #header .spheader .right div.cart{
    width:25px;
  }

  #header .spheader .right span.itemSpNum{
    position: absolute;
    top: -4px;
    right: 2px;
    background: #9f9f9f;
    color: #fff;
    border-radius: 8px;
    content: " ";
    display: block;
    font-size: 11px;
    height: 14px;
    line-height: 12px;
    min-width: 12px;
    padding: 1px 2px 2px 4px;
    overflow-y: hidden;
    text-align: center;
    font-family: arial sans-serif;
  }

  #header .hamburger {
    width: 20px;
    height: 15px;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 60;
  }

  #header .hamburger span {
    background: #666;
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #header .hamburger span:nth-child(1) {
    top: 0;
  }

  #header .hamburger span:nth-child(2) {
    top: 6px;
  }

  #header .hamburger span:nth-child(3) {
    bottom: 1px;
  }

  .is-active #header .hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
  }

  .is-active #header .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .is-active #header .hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  #header .spnav {
    padding: 60px 0 10px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    background: #fff;
    top: 0;
    left: -100vw;
    z-index: -1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .is-active #header .spnav {
    left: 0;
		top: 15px;
  }

  #header .spnav .spnavhead {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  #header .spnav .spnavhead li {
    width: 49%;
  }

  #header .spnav .spnavhead li a {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-radius: 2px;
  }

  #header .spnav .spnavhead li.nav_mypage a {
    border: 1px solid #7a6caf;
		color:#666;
  }

  #header .spnav .spnavhead li.nav_mypage a span {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
  }

  #header .spnav .spnavhead li.nav_mypage a span img {
    width: 12px;
    position: absolute;
    left: 0;
    top: 0;
  }

  #header .spnav .spnavhead li.nav_new a {
    border: 1px solid #7a6caf;
    background: #7a6caf;
    color: #fff;
  }

  #header .spnav .unordered {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #header .unordered .item {
    width: 100%;
    border-top: 1px solid #ddd;
  }
  #header .unordered .nolink {
		padding: 10px;
    font-size: 14px;
    background-color: #e8e1ff;
  }

  #header .unordered .item a {
    display: block;
    color: #666;
  }

  #header .unordered .item>a,
  #header .unordered .item .tab {
    font-size: 14px;
    padding: 10px;
    position: relative;
  }

  #header .unordered .item>a {}

  #header .unordered .item .tab {
    display: block;
  }

  #header .unordered .item>a::after,
  #header .unordered .item .tab::before,
  #header .unordered .item .tab::after {
    content: '';
    display: block;
    position: absolute;
  }

  #header .unordered .item>a::after {
    right: 20px;
    top: 16px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
  }

  #header .unordered .item>a.blank::after {
    width: 12px;
    height: 12px;
    background: url(/u/packages/default/img/images/icon_newwindow.svg) no-repeat center/contain;
    margin-left: 4px;
    border: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    right: 16px;
  }

  #header .unordered .item .tab::before,
  #header .unordered .item .tab::after {
    background: #999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  #header .unordered .item .tab::before {
    width: 13px;
    height: 1px;
    right: 16px;
    top: 50%;
  }

  #header .unordered .item .tab::after {
    width: 1px;
    height: 13px;
    top: 50%;
    right: 22px;
  }

  #header .unordered .item .tab.is-tap::before,
  #header .unordered .item .tab.is-tap::after {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }

  #header .unordered .item .tab.is-tap::after {
    opacity: 0;
  }

  #header .unordered .item .subunorderedWrap {
    display: none;
  }

  #header .unordered .item .subunordered {
    border-top: 1px dotted #ddd;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 10px;
  }
  #header .unordered .item .brandtop {
		background: #f7f7f7;
    padding: 10px 0 30px;
    text-align: center;
	}
  #header .unordered .item .brandtop a{
    background-color: #6e60ad;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
	}
  #header .unordered .item .brandtop a:hover{
    background-color: #fff;
    color: #6e60ad;
	}
  #header .unordered .item .subitem {
    width: 50%;
    padding: 10px;
  }

  #header .unordered .item .subitem a {
    font-size: 13px;
    line-height: 1.3;
  }

  #header .unordered .item .subitem>a {
    font-weight: bold;
  }

  #header .unordered .item .subitem_one {
    width: 100%;
    padding: 10px;
  }

  #header .unordered .item .subitem a {
    font-size: 13px;
    line-height: 1.3;
  }

  #header .unordered .typeunordered .typeitem {
    margin: 20px 0;
  }

  #header .unordered .typeunordered .typeitem a {
    position: relative;
    padding-left: 15px;
  }

  #header .unordered .typeunordered .typeitem a::before {
    content: '-';
    position: absolute;
    left: 3px;
    top: 0;
  }

  #header .subunordered-brand .#header .subunordered-brand {
    padding: 5px;
  }

  #header .subunordered-brand .img {
    margin-bottom: 5px;
  }
	.header_smaller {
	  height: 0 !important;
    margin-top: 0 !important;
	}
	.header_wrap_smaller {
	    height: 0 !important;
	    top: 0 !important;
	}
  #header .foot_snsarea {
    padding: 20px;
		background-color: #7a6caf;
  }
  #header .foot_snsarea ul{
    text-align:center;
  }
  #header .foot_snsarea ul img{
    width:30px;
  }
  #header .foot_area {
		background-color: #7a6caf;
  }
  #header .foot_area p{
		padding-bottom:20px;
		font-size:10px;
		text-align:center;
		color:#fff;
  }
  #header .foot_area p a{
		padding:0 20px;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		color:#666;
		font-size:14px;
		color:#fff;
  }
	#header_pcmenu{
	  display: none;
	}
	.pagenumber_area .cnt_change{
	  margin-top: 10px;
	}
	#head_search{
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px solid #ddd;

    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
		opacity:0;
	}
	#head_search.is-show{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
		opacity:1;
	}
	#head_search .searchform_sp{
		display: flex;
	}
	#head_search .searchform_sp input[type='text']{
		width: 90%;
		border-radius: 5px 0 0 5px;
	}
	#customer{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
		opacity:0;
	}
	#customer.is-show{
		opacity:1;
	}

}

#menu {
  display: block;
  margin: 0 auto 20px auto;
  text-align: left;
}

#menu:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#menu li {
  position: relative;
  float: left;
  height: 40px;
  z-index: 10;
}
#menu li a{
  color: #666;
}
#menu li a:hover{
  color: #926ee5;
  text-decoration: none;
}

#menu li.gmenu01 {
  width: 95px;
  padding-top: 10px;
}

#menu li.gmenu02 {
  width: 130px;
  padding-top: 10px;
}

#menu li.gmenu03 {
  width: 110px;
  padding-top: 10px;
}

#menu li.gmenu04 {
  width: 160px;
  padding-top: 10px;
}

#menu li.gmenu05 {
  width: 125px;
  padding-top: 10px;
}

#menu li.gmenu06 {
  width: 165px;
  padding-top: 10px;
}

#menu li.gmenu07 {
  width: 140px;
  padding-top: 10px;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  background: #fff;
  border-top: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
}

#menu li ul li {
  width: 200px;
  line-height: 30px;
  border-bottom: dotted 1px #ccc;
  text-indent: 17px;
  padding: 3px 0px 3px 10px;
}

#menu li ul li a {
  width: 100%;
  display: block;
	color:#666;
}

#menu li ul li a span {
  width: 100%;
  display: block;
  background: url(../img/images/gmenu/arrow_off.gif) no-repeat left center;
}

#menu li ul li a:link {
  color: #666;
  text-decoration: none;
}

#menu li ul li a:visited {
  color: #666;
  text-decoration: none;
}

#menu li ul li a:hover {
  color: #8585d6;
  text-decoration: none;
}

#menu li ul li a:hover span {
  background: url(../img/images/gmenu/arrow_off.gif) no-repeat left center;
}

#menu li ul li a:active {
  color: #8585d6;
  text-decoration: none;
}

#menu li.search {
  width: 255px;
  text-align: left;
	float:right;
}

#menu li.search #searchform1 input {
  vertical-align: middle;
  outline: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  top: 7px;
  left: 40px
}

#menu li.search #keywords1 {
  position: relative;
  top: 0 left: 0;
  width: 130px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  border: 2px solid #949493;
  border-right: 0;
  text-indent: 20px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#menu li.search #searchBtn1 {
  margin: 0 0 0 -20px;
  height: 26px;
  position: relative;
  left: 0px;
}

.indexSlideimageArea {
  display: block;
  width: 100%;
  /*height: 382px;*/
  z-index: 1;
  text-align: right;
  margin-bottom: 70px;
}

.indexSlideimageArea #slider3 {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
  box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
}

.indexSlideimageArea #slider3 li {
  display: block;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  z-index: 1;
	width: 100%;
}

.indexSlideimageArea #slider3 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.indexSlideimageArea #slider3 img {
  display: block;
  float: left;
  width: 100%;
}

.indexSlideimageArea #slider3-pager {
	padding: 30px 0 50px;
  clear: both;
  text-align: center;
}

.indexSlideimageArea #slider3-pager:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.indexSlideimageArea #slider3-pager li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.indexSlideimageArea #slider3-pager a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/images/index/marker.gif) no-repeat;
}

.indexSlideimageArea #slider3-pager .rslides_here a {
  background: url(../img/images/index/current.gif) no-repeat;
}

@media only screen and (max-width: 1100px) {
	#menu {
	    text-align: center;
	}
	#menu li.gmenu01 {
	    width: 11%;
	}
	#menu li.gmenu02 {
	    width: 11%;
	}
	#menu li.gmenu03 {
	    width: 11%;
	}
	#menu li.gmenu04 {
	    width: 11%;
	}
	#menu li.gmenu05 {
	    width: 11%;
	}
	#menu li.gmenu06 {
	    width: 11%;
	}
	#menu li.gmenu07 {
	    width: 11%;
	}
	#menu li.search {
	    width: 23%;
	}
}
@media only screen and (max-width: 768px) {
  .indexSlideimageArea {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
  }

  .indexSlideimageArea #slider3 {
    width: 100%;
    height: auto;
  }

  .indexSlideimageArea #slider3 li {
    width: 100%;
    height: auto;
  }

  .indexSlideimageArea #slider3 li:first-child {}

  .indexSlideimageArea #slider3 img {
    float: none;
    width: 100%;
    height: auto;
  }

  .indexSlideimageArea #slider3-pager {
    margin-top: 10px;
		padding: 0;
    float: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .indexSlideimageArea #slider3-pager:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .indexSlideimageArea #slider3-pager li {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .indexSlideimageArea #slider3-pager a {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/images/index/marker.gif) no-repeat;
  }

  .indexSlideimageArea #slider3-pager .rslides_here a {
    background: url(../img/images/index/current.gif) no-repeat;
  }
}

.indexQuadArea {
  display: block;
  overflow: hidden;
	max-width:1100px;
  width: 100%;
	margin:25px auto 110px;
  text-align: left;
	padding-top: 25px;
}

.indexQuadArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.indexQuadArea .cellArea {
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.indexQuadArea .cellArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.indexQuadArea .cellArea .noticeCell {
  width: 22%;
  margin-right: 4%;
  display: block;
	background-color: #f2f2f5;
}
.indexQuadArea .cellArea .noticeCell .textarea{
  padding: 20px;
}
.indexQuadArea .cellArea .noticeCell:nth-child(4n) {
  margin-right: 0;
}

.indexQuadArea .cellArea .noticeCell .imgarea {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  background: #fff;
  border: 1px solid #f2f2f5;
}

.indexQuadArea .cellArea .noticeCell .imgarea img {
  width: 100%;
}

.indexQuadArea .cellArea .noticeCell .imgarea a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.indexQuadArea .cellArea h3 {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.indexQuadArea .cellArea h3 a{
  color: #323232;
}

.indexQuadArea .cellArea p {
  display: block;
  margin: 0;
  text-align: left;
  min-height: 84px
}

@media only screen and (max-width: 1100px) {
	.indexQuadArea {
	  width: 96%;
	}
}
@media only screen and (max-width: 768px) {
  .indexQuadArea {
    width: 96%;
    margin-bottom: 60px;
    margin-top: 5px;
  }

  .indexQuadArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .indexQuadArea .cellArea {
  }

  .indexQuadArea .cellArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .indexQuadArea .cellArea .noticeCell {

  }

  .indexQuadArea .cellArea .noticeCell:nth-child(4n) {
    margin-right: 0;
  }

  .indexQuadArea .cellArea .noticeCell:nth-child(n+2) {
    margin-top: 10px;
  }

  .indexQuadArea .cellArea .noticeCell .imgarea {

  }

  .indexQuadArea .cellArea .noticeCell .imgarea img {
    padding: 0;
    border: 1px solid #f2f2f5;
  }

  .indexQuadArea .cellArea .noticeCell .imgarea a:hover img {}

	.indexQuadArea .cellArea .noticeCell .textarea {
    padding: 10px 20px;
	}
  .indexQuadArea .cellArea .textarea {
    display: table-cell;
    padding: 10px 20px 0;
    vertical-align: top;
  }

  .indexQuadArea .cellArea h3 {
    margin: 0 auto;
		padding-bottom: 10px;
    text-align: left;
  }

  .indexQuadArea .cellArea p {
    width: 100%;
    padding: 0;
    border-top: none;
    min-height: 0;
    line-height: 15px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .indexQuadArea {
    width: 96%;
    margin-bottom: 60px;
    margin-top: 5px;
  }

  .indexQuadArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .indexQuadArea .cellArea {
    display: block;
  }

  .indexQuadArea .cellArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .indexQuadArea .cellArea .noticeCell {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
    display: table;
  }

  .indexQuadArea .cellArea .noticeCell:nth-child(4n) {
    margin-right: 0;
  }

  .indexQuadArea .cellArea .noticeCell:nth-child(n+2) {
    margin-top: 10px;
  }

  .indexQuadArea .cellArea .noticeCell .imgarea {
    width: 35%;
    margin: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    display: table-cell;
    vertical-align: top;
  }

  .indexQuadArea .cellArea .noticeCell .imgarea img {
    padding: 0;
    border: 1px solid #f2f2f5;
  }

  .indexQuadArea .cellArea .noticeCell .imgarea a:hover img {}

	.indexQuadArea .cellArea .noticeCell .textarea {
    padding: 10px 20px 0;
	}
  .indexQuadArea .cellArea .textarea {
    display: table-cell;
    padding: 10px 20px 0;
    vertical-align: top;
  }

  .indexQuadArea .cellArea h3 {
    margin: 0 auto;
		padding-bottom: 10px;
    text-align: left;
  }

  .indexQuadArea .cellArea p {
    width: 100%;
    padding: 0;
    border-top: none;
    min-height: 0;
    line-height: 15px;
    font-size: 10px;
  }
}

.titleArea {
  margin: 0 0 15px 0;
  position: relative;
}

.titleArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.pickupbrand{
	margin-top:85px;
}
.titleArea h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
}

.titleArea h2 .en {
  color: #323232;
  font-size: 1em;
}

.titleArea h2 .ja {
  font-size: 0.4em;
  margin-left: 15px;
}

.titleArea h2 .ja-o {
  font-size: 0.5em;
  color: #926de5;
}

.titleArea .iconarea {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*.titleArea .iconarea img { margin-left: 10px;}*/
.titleArea .iconarea .blueBg {
  display: inline-block;
  background: #efeffa;
  padding: 5px 25px 5px 15px;
  position: relative;
}

.titleArea .iconarea .blueBg::after {
  border-top: 1px solid #926ee5;
  border-right: 1px solid #926ee5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  top: 11px;
  right: 15px;
}

@media only screen and (max-width: 768px) {
  .titleArea {
    display: block;
    width: 96%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-bottom: 0;
  }

  .titleArea:after {}

  .titleArea h2 {
    font-size: 24px;
    padding: 0 0 0 7px;
    margin: 0;
  }

  .titleArea h2 .en {
    font-weight: 400;
  }

  .titleArea h2 .ja {
    font-size: 0.4em;
    margin-left: 6px;
  }

  .titleArea h2 .ja-o {
    font-size: 0.6em;
    padding: 5px 0;
    display: inline-block;
  }

  .titleArea p {
		font-size: 11px;
    text-align: center;
    margin-top: 5px;
  }

  .titleArea .iconarea {
    bottom: 3px;
  }

  .titleArea .iconarea a {
    display: inline-block;
  }

  .titleArea .iconarea a img {
    width: 20px;
  }

  .titleArea .iconarea .blueBg {
    padding: 3px 15px 3px 10px;
    font-size: 10px;
  }

  .titleArea .iconarea .blueBg::after {
    width: 5px;
    height: 5px;
    top: 11px;
    right: 5px;
  }
	.pickupbrand{
		margin-top:40px;
	}

}

.brandArea {
  max-width: 1100px;
  margin: 45px auto 120px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brandArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.brandArea .bCell {
  padding: 10px 0 45px;
  display: block;
  width: 50%;
}
.brandArea .bCell:nth-child(odd){
  padding-right: 25px;
}
.brandArea .bCell:nth-child(2n){
  padding-left: 25px;
}

.brandArea .bCell h3 {
  display: block;
  width: 100%;
  margin: -10px auto 10px;
  text-align: left;
}
.brandArea .bCell h3.brandline {
	margin-top:20px;
}
.brandArea .bCell h3 a{
  color:#323232;
	font-size: 17px;
}
.brandArea .bCell h4 {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: initial;
  line-height: 25px;
}
.brandArea .bCell h4 a{
  color:#666;
}

.brandArea .bCell .imgarea a img {
  width: 100%;
  height: auto;
}

.brandArea .brandArea_card {
  padding: 10px;
  display: block;
  width: 50%;
}

.brandArea .brandArea_card h3 {
  margin-top: 5px;
}
.brandArea .archive_btn{
    margin-top: 30px;
    text-align: center;
    clear: both;
    width: 100%;
}
.brandArea .archive_btn a{
  text-align: center;
  padding: 10px 30px;
  border: 1px solid #666;
  border-radius: 10px;
	color:#666;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
.brandArea .archive_btn a:hover{
	text-decoration: none;
	color:#fff;
	background-color:#6e60ad;
}
@media only screen and (max-width: 1100px) {
	.brandArea {
	    width: 96%;
	}
}
@media only screen and (max-width: 768px) {
  .brandArea {
    width: 96%;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 0;
  }

  .brandArea .bCell h3 {
    line-height: 1.3;
  }

  .brandArea .bCell .imgarea a {
    text-align: center;
    display: block;
  }

  .brandArea .bCell .imgarea a img {
    width: 100%;
    height: 19vw;
  }

  .brandArea .brandArea_card h3 {
    margin-top: 5px;
  }

  .brandArea .brandArea_card a {
    display: block;
    text-align: center;
  }
	.brandArea .bCell:nth-child(odd) {
	  padding: 10px;
    margin-bottom: 40px;
	}
	.brandArea .bCell:nth-child(2n) {
	  padding: 10px;
    margin-bottom: 40px;
	}
}

@media only screen and (max-width: 500px) {
  .brandArea {
    padding: 5px 0;
  }

  .brandArea .bCell {
    padding: 5px;
    display: block;
    width: 100%;
  }

  .brandArea .brandArea_card {
    padding: 10px;
    width: 100%;
  }

  .brandArea .bCell h3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .brandArea .bCell .imgarea a img {
    width: 100%;
    height: auto;
  }
	.brandArea .bCell h4 {
	    font-size: 10px;
	}
}

/* tab */
.areaTabMenu {
  width: 100%;
  margin: 0;
  z-index: 10;
  position: relative;
  top: 1px;
  left: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.areaTabMenu a:link {
  color: #fff;
  text-decoration: none;
}

.areaTabMenu a:visited {
  color: #fff;
  text-decoration: none;
}

.areaTabMenu a:hover {
  color: #66c;
  text-decoration: none;
  background: #fff;
}

.areaTabMenu a:active {
  color: #fff;
  text-decoration: none;
}

.areaTabMenu a {
  display: block;
  overflow: hidden;
  width: 200px;
  margin-right: 10px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background: #8585d6;
  border-top: solid 1px #b2b2e5;
  border-left: solid 1px #b2b2e5;
  border-right: solid 1px #b2b2e5;
  border-bottom: solid 1px #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0.1em 0em 0em rgba(150, 150, 150, 0.6);
  box-shadow: 0.1em 0em 0em rgba(150, 150, 150, 0.6);
}

.areaTabMenu a.active {
  display: block;
  overflow: hidden;
  margin-right: 10px;
  padding: 5px 0;
  color: #66c;
  text-align: center;
  background: #fff;
  border: solid 1px #b2b2e5;
  border-bottom: solid 1px white;
}

.areaTabMenu a.active:link {
  color: #66c;
  text-decoration: none;
}

.areaTabMenu a.active:visited {
  color: #66c;
  text-decoration: none;
}

.areaTabMenu a.active:hover {
  color: #66c;
  text-decoration: none;
}

.areaTabMenu a.active:active {
  color: #66c;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .areaTabMenu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .areaTabMenu a {
    display: block;
    overflow: hidden;
    width: 33.3%;
    margin-right: 0;
    padding: 5px 0;
    font-size: 11px;
    line-height: 1.4;
  }

  .areaTabMenu a.active {
    display: block;
    overflow: hidden;
    margin-right: 0;
    padding: 5px 0;
    color: #66c;
    text-align: center;
    background: #fff;
    border: solid 1px #b2b2e5;
    border-bottom: solid 1px white;
  }

  .areaTabMenu a.active:link {
    color: #66c;
    text-decoration: none;
  }

  .areaTabMenu a.active:visited {
    color: #66c;
    text-decoration: none;
  }

  .areaTabMenu a.active:hover {
    color: #66c;
    text-decoration: none;
  }

  .areaTabMenu a.active:active {
    color: #66c;
    text-decoration: none;
  }
}

.newsArea{
    margin: 60px auto 110px;
    max-width: 1100px;
}
.areaTabDiv {
  width: 100%;
  z-index: 100;
  background: #fff;
  margin-bottom: 40px;
}

.areaTabDiv #areaTab_1 {
  display: block;
}

.areaTabDiv .motion {
  border-top: 1px solid #999;
}

.areaTabDiv .motion .newsLinkarea {
  display: block;
  padding: 35px 25px;
  font-size: small;
	border-bottom:1px solid #999;
}
.areaTabDiv .motion .newsLinkarea:hover {
  background-color:#eee;
}

.areaTabDiv .motion .newsLinkarea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.areaTabDiv .motion .newsLinkarea .date {
  display: table;
  width: 23%;
  float: left;
  text-align: right;
}
.areaTabDiv .motion .newsLinkarea .date p.cate{
		padding: 2px 20px;
    text-align: center;
    background-color: #7a6caf;
    color: #fff;
    border-radius: 6px;
    margin-right: 15px;
		font-size:12px;
    display: table-cell;
}
.areaTabDiv .motion .newsLinkarea .date p.newsdate{
		font-size:12px;
    display: table-cell;
}

.areaTabDiv .motion .newsLinkarea .title {
  display: block;
  width: 77%;
  float: left;
	text-align:left;
}

.areaTabDiv .motion .newsLinkarea .title a {
  display: block;
	font-size:16px;
	padding-right:20px;
	color:#666;
}
.areaTabDiv .motion .newsLinkarea .text {
  display: block;
  width: 100%;
  float: none;
	text-align:left;
	clear:both;
}

.areaTabDiv .motion .newsLinkarea .text a {
  display: block;
	color:#666;
}
.newsArea .archive_btn {
    margin-top: 30px;
    text-align: center;
    clear: both;
    width: 100%;
}
.newsArea .archive_btn a {
		text-align: center;
    padding: 10px 30px;
    border: 1px solid #666;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.newsArea .archive_btn a:hover {
		text-align: center;
    padding: 10px 30px;
    border: 1px solid #666;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
		background-color:#6e60ad;
		text-decoration: none;
}

@media only screen and (max-width: 1100px) {
	.newsArea {
	  width: 100%;
		margin: 30px auto 80px;
	}
}
@media only screen and (max-width: 768px) {
  .areaTabDiv .motion .newsLinkarea {
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
  }

  .areaTabDiv .motion .newsLinkarea .title {
    display: block;
    width: 70%;
    float: left;
  }

  .areaTabDiv .motion .newsLinkarea .title a {
    display: block;
    width: 100%;
    float: left;
		font-size:13px;
		padding-bottom: 10px;
		padding-right:0px;
  }
  .areaTabDiv .motion .newsLinkarea .text {
    display: block;
    width: 100%;
    float: none;
  }

  .areaTabDiv .motion .newsLinkarea .text a {
    display: block;
    width: 100%;
    float: none;
		font-size: 10px;
    line-height: 15px;
  }
	.areaTabDiv .motion .newsLinkarea .date {
	    display: block;
	    width: 30%;
	    float: left;
	    text-align: right;
	    font-size: 13px;
	}
	.areaTabDiv .motion .newsLinkarea .date p.cate{
		font-size: 10px;
    display: block;
    margin: 0 0 0 10px;
	}
	.areaTabDiv .motion .newsLinkarea .date p.newsdate{
    font-size: 12px;
    display: block;
    margin-top: 5px;
	}

	.areaTabDiv .motion .newsLinkarea .date span {
	    margin-right: 0;
	    font-size: 10px;
	}
}

.areaTabDiv_subpages {
  margin-bottom: 50px;
  width: 99.7%;
  z-index: 100;
/*
  border: solid 1px #b2b2e5;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
*/
  /*-webkit-box-shadow:  0.1em 0.1em 0.1em  rgba(150, 150, 150, 0.6); box-shadow:  0.1em 0.1em 0.1em  rgba(150, 150, 150, 0.6);*/
}

.areaTabDiv_subpages #areaTab_1 {
  display: block;
}

.areaTabDiv_subpages .motion {
  padding: 10px;
}

.areaTabDiv_subpages .motion p {
    display: block;
    margin-bottom: 10px;
    padding: 0 10px 15px;
    border-bottom: dotted 2px #ccc;
    font-size: small;
}

.areaTabDiv_subpages .motion p:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.areaTabDiv_subpages .motion p .date {
    display: block;
    text-align: left;
    padding-bottom: 10px;
		font-size: 16px;
    font-weight: bold;
}

.areaTabDiv_subpages .motion p .text {
    display: block;
    text-align: left;
}

@media only screen and (max-width: 768px) {
  .areaTabDiv_subpages {
    margin-bottom: 40px;
  }

  .areaTabDiv_subpages .motion p .text {
    width: 100%;
  }
	.pagenumber_area .change {
	    display: contents !important;
	}
	.pagenumber_area .change p {
    margin-bottom: 5px !important;
	}
}

.itemcatalogSlideimageArea {
  display: block;
  width: 1100px;
  height: auto;
  z-index: 1;
  text-align: right;
  margin-bottom: 35px;
}

.itemcatalogSlideimageArea #slider3 {
  display: block;
  position: relative;
  width: 1100px;
  height: auto;
  -webkit-box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
  box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
}

.itemcatalogSlideimageArea #slider3 li {
  display: block;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 1100px;
  height: auto;
  left: 0;
  top: 0;
  z-index: 1;
}

.itemcatalogSlideimageArea #slider3 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.itemcatalogSlideimageArea #slider3 img {
  display: block;
  float: left;
  width: 1100px;
  height: auto;
}

.itemcatalogSlideimageArea #slider3-pager {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 20px;
}

.itemcatalogSlideimageArea #slider3-pager:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.itemcatalogSlideimageArea #slider3-pager li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.itemcatalogSlideimageArea #slider3-pager a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/images/index/marker.gif) no-repeat;
}

.itemcatalogSlideimageArea #slider3-pager .rslides_here a {
  background: url(../img/images/index/current.gif) no-repeat;
}

@media only screen and (max-width: 768px) {

  .itemcatalogSlideimageArea,
  .itemcatalogSlideimageArea #slider3,
  .itemcatalogSlideimageArea #slider3 li,
  .itemcatalogSlideimageArea #slider3 img {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .itemcatalogSlideimageArea #slider3-pager {
    margin-top: 10px;
		padding: 0;
    float: none;
    display: inline-block;
  }
}

.itemcatalogSearchArea {
  display: block;
  max-width: 1100px;
  margin: 45px auto 100px;
  width: 100%;
}

.itemcatalogSearchArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.itemcatalogSearchArea .main {
  display: block;
  overflow: hidden;
  padding: 20px 0;
}

.itemcatalogSearchArea .main .cellArea {
  display: block;
  background: #fff;
}

.itemcatalogSearchArea .main .cellArea .bCell {
  float: left;
  display: block;
  overflow: hidden;
  width: 19%;
  line-height: 22px;
	background-color:#f2eddb;
  margin: 10px 1% 10px 0;
}
.itemcatalogSearchArea .main .cellArea .bCell:nth-child(5n){
	margin-right:0;
}
.itemcatalogSearchArea .main .cellArea .bCell a {
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 22px;
  padding: 10px 0;
  color: #666;
	transition: all 0.3s ease 0s;
}

.itemcatalogSearchArea .main .cellArea .bCell a:link {
  color: #666;
  text-decoration: none;
}

.itemcatalogSearchArea .main .cellArea .bCell a:visited {
  color: #666;
  text-decoration: none;
}

.itemcatalogSearchArea .main .cellArea .bCell a:hover {
  color: #fff;
  text-decoration: none;
	background-color:#6e60ad;
}

.itemcatalogBrandArea {
  display: block;
  width: 1100px;
  background: #efeffa;
  margin: 0 5px 50px 5px;
  text-align: left;
}

.itemcatalogBrandArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.itemcatalogBrandArea .main {
  display: block;
  overflow: hidden;
  width: 100%;
}

.itemcatalogBrandArea .main .cellArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background: #efeffa;
  padding: 10px;
}

.itemcatalogBrandArea .main .cellArea .bCell {
  padding: 10px;
  display: block;
  width: 33.3%;
}

.itemcatalogBrandArea .main .cellArea .bCell h3 {
  display: block;
  width: 100%;
  margin: 5px auto 0;
  text-align: center;
  color: #66c;
}

.itemcatalogBrandArea .main .cellArea .bCell img {
  width: 100%;
  height: 90px;
}

@media only screen and (max-width: 768px) {
  .itemcatalogBrandArea {
    width: 100%;
    margin: 0 0 50px;
  }
	.itemcatalogSearchArea {
	    display: block;
	    margin: 10px auto 50px;
	    width: 100%;
	}
  .itemcatalogBrandArea .main .cellArea .bCell {
    width: 50%;
  }

  .itemcatalogBrandArea .main .cellArea .bCell img {
    width: 100%;
    height: 16.5vw;
  }
	.itemcatalogSearchArea .main .cellArea .bCell {
	  width: 48%;
	  margin: 5px 1%;
	}
	.itemcatalogSearchArea .main .cellArea .bCell:nth-child(5n){
		margin-right:1%;
	}
	.itemcatalogSearchArea .main .cellArea .bCell a {
	  font-size: 12px;
	}

}

@media only screen and (max-width: 500px) {
  .itemcatalogBrandArea .main .cellArea {
    padding: 5px;
  }

  .itemcatalogBrandArea .main .cellArea .bCell {
    width: 100%;
    padding: 5px;
  }

  .itemcatalogBrandArea .main .cellArea .bCell img {
    width: 100%;
    height: 37.8vw;
  }
}

#mypagecolumn * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mypagecolumn .title{
	width:100%;
	padding:10px;
	color:#fff;
	background-color:#7a6caf;
	margin-bottom: 20px;
}
#mypagecolumn .rankarea {
  width: 100%;
  margin: 0px auto 50px auto;
  text-align: left;
}
#mypagecolumn .mypage_error_message{
	padding-bottom:20px;
}

#mypagecolumn .rankarea .dualcell {
  width: 100%;
  padding: 20px;
  text-align: left;
  background: url(../img/images/bg_dotline.png) repeat;
}

#mypagecolumn .rankarea .dualcell:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
#mypagecolumn .rankarea .dualcell .dualcell_inner{
  width: 400px;
  margin: 0 auto;
  text-align: left;
	box-sizing: unset;
}

#mypagecolumn .rankarea .dualcell .left {
  display: block;
  float: left;
  width: 128px;
  text-align: left;
}

#mypagecolumn .rankarea .dualcell .right {
  display: block;
  float: left;
  width: 272px;
  text-align: left;
  margin-top: 20px;
	font-size:20px;
}

#mypagecolumn .rankarea .dualcell .right p {
  display: block;
  padding: 40px 0px 0px 30px;
}

#mypagecolumn .messagearea {
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
  text-align: left;
}

#mypagecolumn .messagearea .main {
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: left;
}
#mypagecolumn .messagearea .my_point_area {
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
#mypagecolumn .bannerarea {
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 15px;
  text-align: center;
  background: url(../img/images/bg_dotline.png) repeat;
  border: dotted 1px #d5d4b6;
}

#mypagecolumn .bannerarea img {
  margin: 25px auto;
}

#mypagecolumn h3:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#mypagecolumn h3 .left {
  display: block;
  float: left;
  width: 70%;
  text-align: left;
}

#mypagecolumn h3 .right {
  display: block;
  float: left;
  width: 30%;
  text-align: right;
}

#mypagecolumn .messagearea .main_02 {
	background: url(../img/images/bg_dotline.png) repeat;
  margin: 0 auto;
  padding: 25px;
  text-align: left;
  width: 100%;
}

#mypagecolumn .messagearea .qpn {
  width: 100%;
  border-collapse: collapse;
  cellpadding: 0;
  cellspacing: 0;
  padding: 0;
  margin: 0;
}

#mypagecolumn .messagearea .qpn th {
  wdith: 33.3%;
  border: solid 1px #7a6caf;
  background: #e9e6f1;
	color: #7a6caf;
}

#mypagecolumn .messagearea .qpn td {
  wdith: 33.3%;
  border: solid 1px #7a6caf;
  background: #fff;
	padding: 15px 8px;
}

#mypagecolumn .btmmenuarea {
  width: 100%;
  overflow: hidden;
  margin: 30px auto 60px auto;
  text-align: left;
}

#mypagecolumn .btmmenuarea .main {
  width: 100%;
}

#mypagecolumn .btmmenuarea .main:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

#mypagecolumn .btmmenuarea .main ul {
  width: 100%;
}

#mypagecolumn .btmmenuarea .main li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: left;
  color: #fff;
}
#mypagecolumn .btmmenuarea .main li:nth-child(3n) {
  margin-right: 0;
}
#mypagecolumn .btmmenuarea .main li h4 {
  width: 100%;
  height: 60px;
  padding: 0;
  margin-bottom: 10px;
  line-height: 60px;
  background: #e4e4e4;
  text-align: center;
  color: #fff;
  border: none;
}

#mypagecolumn .btmmenuarea .main li p {
  width: 100%;
  color: #666;
	margin-bottom: 20px;
}

#mypagecolumn .btmmenuarea .main li a {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/images/footer_arrow.png) no-repeat 95% center;
}

#mypagecolumn .btmmenuarea .main li a:link {
  color: #666;
  text-decoration: none;
}

#mypagecolumn .btmmenuarea .main li a:visited {
  color: #666;
  text-decoration: none;
}

#mypagecolumn .btmmenuarea .main li a:hover {
  color: #66c;
  text-decoration: none;
}

#mypagecolumn .btmmenuarea .main li a:active {
  color: #666;
  text-decoration: none;
}
#mycontents_area .buy_history td:first-child {
	width: 130px;
}
#mycontents_area .buy_history td:nth-child(6) {
  max-width: 300px;
  text-align: left;
}
#mycontents_area .recommend_list td:first-child {
	width: 130px;
}
#mycontents_area .recommend_list td:nth-child(3) {
  max-width: 300px;
  text-align: left;
}
#mycontents_area .recommend_list td:nth-child(5) a{
    padding: 5px 10px;
    background-color: #7a6caf;
    color: #fff;
    border-radius: 5px;
		font-size: 12px;
}

@media only screen and (max-width: 768px) {
	#mypagecolumn .rankarea .dualcell .dualcell_inner {
	    width: 100%;
	}
	#mypagecolumn .rankarea .dualcell .left {
    float: none;
    width: 50%;
    margin: 0 auto;
	}
	#mypagecolumn .rankarea .dualcell .right {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
	}
	#mypagecolumn .rankarea .dualcell .right p {
	    display: block;
	    padding: 0 0 25px;
	}
	#mypagecolumn .messagearea .main_02 {
	    padding: 25px 5px;
	}
	#mypagecolumn .messagearea .qpn {
	    font-size: 12px;
	}
	#mypagecolumn .btmmenuarea {
	    padding: 0 5px;
	}
	#mypagecolumn .btmmenuarea .main li {
	    width: 48%;
	    margin-right: 1%;
	    margin-left: 1%;
	}
	#mypagecolumn .btmmenuarea .main li:nth-child(2n) {
	    width: 48%;
	    margin-left: 1%;
	    margin-right: 1%;
	}
	#mypagecolumn .btmmenuarea .main li:nth-child(3n) {
	    margin-left: 1%;
	    margin-right: 1%;
	}
	#mypagecolumn .btmmenuarea .main li h4 {
	    line-height: 30px;
	    height: 30px;
	    font-size: 12px;
			font-weight:100;
	}
	#mypagecolumn .btmmenuarea .main li a {
	    height: 30px;
	}
	#mypagecolumn .btmmenuarea .main li p {
		font-size: 10px;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 10px;
	}
	#mycontents_area .buy_history{
		width: 94%;
	}
  #mycontents_area .buy_history .thead {
    display: none;
  }
  #mycontents_area .buy_history tr {
    width: 100%;
  }
  #mycontents_area .buy_history td {
    display: block;
    text-align: right;
    width: 100%;
  }
  #mycontents_area .buy_history td img{
    width: 65px;
  }
  #mycontents_area .buy_history td:first-child {
		background: #a6a6a6;
    color: #fff;
    text-align: right;
    width: 100%;
		width:100%;
  }
  #mycontents_area .buy_history td:nth-child(6) {
		max-width:100%;
	}
  #mycontents_area .buy_history td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
	#mycontents_area .recommend_list{
		width: 94%;
	}
  #mycontents_area .recommend_list .thead {
    display: none;
  }
  #mycontents_area .recommend_list tr {
    width: 100%;
  }
  #mycontents_area .recommend_list td {
    display: block;
    text-align: right;
    width: 100%;
  }
  #mycontents_area .recommend_list td img{
    width: 65px;
  }
  #mycontents_area .recommend_list td:first-child {
		background: #a6a6a6;
    color: #fff;
    text-align: right;
    width: 100%;
		width:100%;
  }
  #mycontents_area .recommend_list td:nth-child(3) {
		max-width:100%;
	}
  #mycontents_area .recommend_list td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

}

.titleArea_trigger {
    display: block;
    width: 100%;
    margin: 0px 0 60px 0;
		text-align:center;
    padding-top: 15px;
}
.titleArea_trigger h2 .en{
	color: #323232;
  font-size: 1em;
}
.titleArea_trigger * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.titleArea_trigger:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.titleArea_trigger h2 {
		font-size: 36px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding-bottom: 10px;
}

.titleArea_trigger .iconarea_downarrow {
  float: right;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
}

.titleArea_trigger .iconarea_downarrow a {
  display: block;
  padding-right: 30px;
}

.titleArea_trigger .iconarea_downarrow a.trigger {
  background: url(../img/images/downarrow.png) no-repeat right center;
}

.titleArea_trigger .iconarea_downarrow a.trigger_on {
  background: url(../img/images/uparrow.png) no-repeat right center;
}

.titleArea_trigger .iconarea {
  float: right;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 35px;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 35px;
}

.titleArea_trigger .iconarea img {
  margin-left: 10px;
}

.titleArea_trigger .iconarea .whiteBg {
  background: #fff;
  color: #666;
  width: auto;
  padding: 2px 5px;
  margin: 0 10px;
  font-size: 12px;
}

.titleArea_trigger .iconarea .whiteBg a:link {
  color: #666;
  text-decoration: none;
}

.titleArea_trigger .iconarea .whiteBg a:visited {
  color: #666;
  text-decoration: none;
}

.titleArea_trigger .iconarea .whiteBg a:hover {
  color: #338c8c;
  text-decoration: none;
}

.brandtopimageArea {
  display: block;
  width: 100%;
}
.brand_pankuzu{
  width: 96%;
  max-width: 1100px;
	margin:10px auto 0;
	text-align:left;
}

.brandtopimageArea img{
  width: 100%;
}
.u_menu {
  display: block;
  width: 100%;
  background: #4a4846;
}

.u_menu ul,
.b_menu ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}

.u_menu ul li,
.b_menu ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.u_menu ul li a,
.b_menu ul li a {
  display: table;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  background: #4a4846;
  color: #fff;
  line-height: 1.2;
}

.u_menu ul li.currentPage a,
.u_menu ul li a:hover,
.b_menu ul li.currentPage a,
.b_menu ul li a:hover {
  background: #aaa9a9;
  text-decoration: none;
  color: #fff;
}

.u_menu ul li a span,
.b_menu ul li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.brandtopmenuArea ul.green_01 li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #338c8c;
}

.brandtopmenuArea ul.green_01 li a:link {
  color: #fff;
  text-decoration: none;
}

.brandtopmenuArea ul.green_01 li a:visited {
  color: #fff;
  text-decoration: none;
}

.brandtopmenuArea ul.green_01 li a:hover {
  color: #338c8c;
  text-decoration: none;
  background: #c0e6e6;
}

@media only screen and (max-width: 768px) {

  .brandtopmenuArea,
  .u_menu_wrap {
    width: 100%;
    overflow-y: auto;
  }

  .u_menu,
  .b_menu {
    width: 100%;
  }

  .u_menu ul,
  .b_menu ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .u_menu ul li,
  .b_menu ul li {
    width: 50%!important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
	.u_menu ul li,
  .b_menu ul li {
    height: 35px;
	}

  .u_menu ul li a,
  .b_menu ul li a {
    height: 34px;
  }

  .u_menu ul li a span,
  .b_menu ul li a span {
    font-size: 11px;
  }
	.u_menu ul li {
    border-bottom: 1px solid #aaa9a9;
	}
	.u_menu ul li:nth-child(2n-1) {
    border-right: 1px solid #aaa9a9;
	}
	.titleArea_trigger h2 {
	    font-size: 24px;
	    font-weight: normal;
	    line-height: 1;
	    text-align: center;
	    padding-bottom: 10px;
	}
	.brand_pankuzu{
		font-size:10px;
	}
	.brand_pankuzu a{
		font-size:10px;
	}

}

.brandnameArea {
  display: block;
  width: 100%;
  height: 30px;
  margin: 10px 0 20px 0;
  padding: 0;
  position: relative;
  top: 0px;
  left: 0;
}

.brandnameArea h2 {
  display: block;
  float: left;
  width: 900px;
  text-align: left;
  font-size: 22px;
}

.brandnameArea .icon {
  display: block;
  float: left;
  width: 60px;
  text-align: right;
  position: relative;
  top: -10px;
  left: 0;
}

.brandnameArea .iconimg {
  padding: 0 0 0 10px;
}

.branddetail {
		display: block;
    width: 96%;
    max-width: 1100px;
    height: auto;
    margin: 80px auto;
    line-height: 30px;
    padding: 30px;
    border: 10px solid #ededed;
}

.brandtop_itemlistArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1050px;
	width:96%;
	margin:0 auto 40px;
  margin-bottom: 115px;
}

.brandtop_itemlistArea .bCell {
  width: 225px;
  margin: 17px;
  position: relative;
  padding-bottom: 40px;
  font-family: Quicksand;
}

.brandtop_itemlistArea .bCell:nth-child(n+5) {
  margin-top: 30px;
}

.brandtop_itemlistArea .bCell .icon_iyaku span {
  font-size: 12px;
  background: #eee;
  padding: 2px 10px;
  display: inline-block;
  border-radius: 20px;
  margin: 5px 0;
}

.brandtop_itemlistArea .bCell .bnr {
}
.brandtop_itemlistArea .bCell .content .info_wrap .g_price{
	padding: 10px 0;
}
.brandtop_itemlistArea .bCell .content .info_wrap .g_price span.price{
  font-size: 18px;
}
.brandtop_itemlistArea .bCell .content a.cart {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8d8dda;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
}
.brandtop_itemlistArea .bCell .content a.cart:hover {
  color: #fff;
  text-decoration: none;
  opacity: .75
}
.brandtop_itemlistArea .bCell .content a.cart span {
  display: inline-block;
  padding-left: 22px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
    background-image: url(/u/packages/default/img/images/icon_spnav_cart-w.svg);
  /*background: url(/u/packages/default/img/images/icon_spnav_cart-w.svg) no-repeat center left /16px;*/
  font-size: 12px;
  letter-spacing: 0;
}
.brandtop_itemlistArea .bCell .imgarea {
		width: 225px;
    height: 225px;
}
.brandtop_itemlistArea .bCell .imgarea a img {
/*
  width: 225px;
  height: 225px;
*/
	width: 90%;
  margin-top: 10%;
}

.brandtop_itemlistArea .bCell .content a img {
  padding-top: 10px;
}

.brandtop_itemlistArea .bCell .content a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.brandtop_itemlistArea .bCell .content .name {
	padding: 25px 0 5px;
  font-size: 16px;
  min-height: 98px;
  text-align: left;
}
.brandtop_itemlistArea .bCell .imgarea .icon_iyaku{
	position: absolute;
}
.brandtop_itemlistArea .bCell .imgarea .icon_iyaku span{
	border-radius:0;
	margin:0;
	background: #8a8989;
  color: #fff;
}
.brand_food{
	max-width:1100px;
	width:96%;
	margin :0 auto;
}
.brand_food .brand_foot_ttl{
	margin:120px 0 50px;
}
.brand_food .brand_foot_ttl h3{
	font-size: 36px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.brand_food .brandbanner{
	margin-bottom:50px;
}
.brand_food .brandbanner img{
	width:100%;
}
.brand_food .brandsidemenu ul{
	display: -webkit-inline-box;
	background:none;
}
.brand_food .brandsidemenu{
	border:none;
}
.brand_food .brandsidemenu ul li{
	border:none;
}
.brand_food .brandsidemenu .qa{
  line-height: 90px;
  background-color: #F6F5F2;
	padding: 0 20px 0 10px;
}
.brand_food .brand_foot_news{
    margin-bottom: 50px;
    display: grid;
}
.brand_food .brand_foot_news .head{
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #7a6caf;
    color: #fff;
}
.brand_food .brand_foot_news .txt{

}
.brand_food .brand_foot_news .img{
    float: left;
}
.brand_food .brand_foot_news .ttl{
		float: left;
    text-align: left;
    padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .brandtop_itemlistArea {
    width: 96%;
    display: block;
    margin-bottom: 40px;
  }

  .brandtop_itemlistArea .bCell {
    width: 100%;
    display: table;
    margin: 20px 0 0 0;
    padding: 0;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
  }

  .brandtop_itemlistArea .bCell .imgarea,
  .brandtop_itemlistArea .bCell .content {
    display: table-cell;
    vertical-align: top;
  }

  .brandtop_itemlistArea .bCell .imgarea {
    width: 130px;
    height: auto;
    border: none;
  }
	.brandtop_itemlistArea .bCell .imgarea .icon_iyaku {
	    top: -10px;
	}
  .brandtop_itemlistArea .bCell .content {
    padding: 10px 10px 50px;
    position: relative;
  }

  .brandtop_itemlistArea .bCell .content a {
    position: relative;
    width: 133px;
    display: block;
  }
  .brandtop_itemlistArea .bCell .imgarea a img {
    width: 100%;
    height: auto;
		margin-top: 30px;
  }
  .brandtop_itemlistArea .bCell .content a.cart {
    margin-top: 10px;
    left: 10px;
    width: 90%;
    bottom: 10px;
  }
  .brandtop_itemlistArea .bCell .content .info_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brandtop_itemlistArea .bCell .content .info_wrap .price {
    font-size: 1.2em;
    display: inline-block;
    margin-top: 2px;
    margin-left: 5px;
  }
  .brandtop_itemlistArea .bCell .icon_iyaku span {
    font-size: 10px;
    padding: 0px 10px;
    border-radius: 20px;
    margin: 5px 0;
  }
	.branddetail {
			display: block;
	    width: 96%;
	    max-width: 1100px;
	    height: auto;
	    margin: 10px auto 40px;
	    line-height: 22px;
	    padding: 18px;
	    border: 1px solid #ededed;
	}
	.brand_food .brandsidemenu ul {
	    display: block;
	}
	.brand_food .brandsidemenu .qa {
      line-height: 20px;
	    padding: 15px 0px;
	}
	.brand_food .brandsidemenu ul li {
	    text-align: center;
			margin: 20px 0;
	}
	.brand_food .brandsidemenu ul li img{
	    width: auto;
	}
	.brand_food .brand_foot_news .ttl{
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 20px;
	}
	.brand_food .brand_foot_news {
	    margin-bottom: 35px;
	    display: grid;
	}
	.brand_food .brand_foot_ttl{
		margin:80px 0 50px;
	}
	.brand_food .brand_foot_ttl h3{
		font-size: 26px;
	  font-weight: normal;
	  line-height: 1;
	  text-align: center;
	}

}

@media only screen and (max-width: 360px) {
  .brandtop_itemlistArea .bCell .content .info_wrap {
    display: block;
  }
}

.onlineshopSlideimageArea {
  display: block;
  width: 700px;
  height: 360px;
  z-index: 1;
  text-align: right;
  margin-bottom: 20px;
}

.onlineshopSlideimageArea #slider3 {
  display: block;
  position: relative;
  width: 700px;
  height: 360px;
  -webkit-box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
  box-shadow: 3px 3px 3px rgba(000, 000, 000, 0.1);
}

.onlineshopSlideimageArea #slider3 li {
  display: block;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 700px;
  height: 360px;
  left: 0;
  top: 0;
  z-index: 1;
}

.onlineshopSlideimageArea #slider3 li:first-child {
  position: relative;
  display: block;
  float: left;
}

.onlineshopSlideimageArea #slider3 img {
  display: block;
  float: left;
  width: 700px;
  height: 360px;
}

.onlineshopSlideimageArea #slider3-pager {
  margin-top: 10px;
  float: right;
}

.onlineshopSlideimageArea #slider3-pager:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopSlideimageArea #slider3-pager li {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.onlineshopSlideimageArea #slider3-pager a {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/images/index/marker.gif) no-repeat;
}

.onlineshopSlideimageArea #slider3-pager .rslides_here a {
  background: url(../img/images/index/current.gif) no-repeat;
}

.areaTabDiv_onlineshoptop {
  clear: both;
  width: 99.7%;
  margin: 40px 0 20px 0;
  z-index: 100;
  border: solid 1px #66c;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0.1em 0.1em 0.1em rgba(150, 150, 150, 0.6);
  box-shadow: 0.1em 0.1em 0.1em rgba(150, 150, 150, 0.6);
}

.areaTabDiv_onlineshoptop #areaTab_1 {
  display: block;
}

.areaTabDiv_onlineshoptop .motion {
  padding: 10px;
}

.areaTabDiv_onlineshoptop .motion .dual {
  display: block;
  padding-bottom: 5px;
  font-size: small;
}

.areaTabDiv_onlineshoptop .motion .dual:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.areaTabDiv_onlineshoptop .motion .dual .cellleft {
  display: block;
  width: 50%;
  float: left;
  padding: 7px 15px;
  text-align: left;
  border-right: dotted 2px #66c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.areaTabDiv_onlineshoptop .motion .dual .cellright {
  display: block;
  width: 50%;
  float: left;
  padding: 7px 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.areaTabDiv_onlineshoptop .motion .dual .cellright img.brandtopimage {
  display: block;
  width: 145px;
  height: 145px;
}

.areaTabDiv_onlineshoptop .motion .dual .contain {
  display: block;
}

.areaTabDiv_onlineshoptop .motion .dual:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.areaTabDiv_onlineshoptop .motion .dual .contain .left {
  display: block;
  width: 155px;
  margin: 0 5px 0 0;
  float: left;
}

.areaTabDiv_onlineshoptop .motion .dual .contain .right {
  display: block;
  width: 145px;
  float: right;
}

.areaTabDiv_onlineshoptop .motion .dual .contain .right img {
  width: 145px;
  height: 145px;
}

.areaTabDiv_onlineshoptop .motion .dual .contain h3 {
  margin-bottom: 3px;
  font-size: large;
}

.areaTabDiv_onlineshoptop .motion .dual .contain span.date {
  padding: 3px;
  text-align: center;
  margin: auto;
  background-color: #faf8c3;
  border: dotted 1px #cacaca;
}

.areaTabDiv_onlineshoptop .motion .dual .contain p {
  padding-top: 8px;
  line-height: 1.2em;
}

.areaTabDiv_onlineshoptop .motion .dual h2.present span {
  padding-right: 30px;
  background: url(../img/images/icon/present.png) no-repeat right center;
}

.areaTabDiv_onlineshoptop .motion .dual h2.campaign span {
  padding-right: 30px;
  background: url(../img/images/icon/campaign.png) no-repeat right center;
}

.onlineshoptopbnrArea {
  display: block;
  width: 700px;
  height: 340px;
  text-align: right;
  margin-bottom: 20px;
}

.onlineshoptopbnrArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshoptopbnrArea .left {
  display: block;
  float: left;
  width: 340px;
  height: 340px;
  margin-right: 20px;
}

.onlineshoptopbnrArea .right {
  display: block;
  float: left;
  width: 340px;
  height: 340px;
}

.onlineshoptopbnrArea a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.onlineshopContent {
  display: block;
  width: 700px;
  text-align: left;
  margin-bottom: 20px;
}

.onlineshopContent .main {
  display: block;
  overflow: hidden;
  width: 700px;
}

.onlineshopContent .main .cellArea {
  display: block;
  width: 680px;
  margin: 10px 10px 20px 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}

.onlineshopContent .main .cellArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopContent .main .cellArea .img {
  display: block;
  float: left;
  width: 160px;
  margin: 0 14px 0 0;
}

.onlineshopContent .main .cellArea .txt {
  display: block;
  float: left;
  width: 506px;
  margin: 0;
}

.onlineshopContent .main .cellArea .date {
  display: block;
  float: left;
  width: 100px;
  margin: 0 14px 0 0;
}

.onlineshopContent .main .cellArea .news {
  display: block;
  float: left;
  width: 566px;
  margin: 0;
}

.onlineshopContent .list_carousel {
  display: block;
  overflow-x: hidden;
  width: 680px;
  margin: 10px auto 20px auto;
}

.onlineshopContent .list_carousel ul {
  width: 2840px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.onlineshopContent .list_carousel ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopContent .list_carousel li {
  display: block;
  float: left;
  width: 111px;
  min-height: 280px;
  padding: 0;
  margin: 10px 31px 10px 0px;
  display: block;
  float: left;
  font-size: small;
}

.onlineshopContent .list_carousel li .rankingtitle {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 5px;
}

.onlineshopContent .list_carousel li .rankingtitle img {
  vertical-align: middle;
  padding-right: 5px;
}

.onlineshopContent .list_carousel li h3 {
  font-size: small;
  height: 5em;
  overflow: hidden;
  line-height: 1em;
}

.onlineshopContent .list_carousel li p {
  font-size: small;
}

.onlineshopContent .list_carousel li p img {
  padding-top: 4px;
}

.onlineshopContent .list_carousel .prev {
  float: left;
}

.onlineshopContent .list_carousel .next {
  float: right;
}

.onlineshopContent .txtbnrArea {
  display: block;
  overflow: hidden;
  width: 700px;
}

.onlineshopContent .txtbnrArea ul {
  width: 712px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.onlineshopContent .txtbnrArea ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopContent .txtbnrArea li {
  float: left;
  display: block;
  overflow: hidden;
  width: 226px;
  height: 110px;
  padding: 0;
  margin: 10px 11px 10px 0px;
  text-align: center;
  line-height: 110px;
  background: #d9d9f2;
}

.onlineshopBrandArea {
  display: block;
  width: 960px;
  background: #efeffa;
  margin-bottom: 20px;
}

.onlineshopBrandArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopBrandArea .bCell {
  float: left;
  width: 140px;
  margin: 15px 10px;
  display: block;
}

.onlineshopBrandArea .bCell h3 {
  display: block;
  width: 100%;
  margin: 5px auto;
  text-align: center;
  color: #66c;
}

.onlineshop_itemlistArea {
  display: block;
  width: 700px;
}

.onlineshop_itemlistArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshop_itemlistArea .bCell {
  float: left;
  width: 140px;
  margin: 17px;
  display: block;
}

.onlineshop_itemlistArea .bCell .bnr {
  border: solid 1px #999;
}

.onlineshop_itemlistArea .bCell .imgarea a img {
  width: 100%;
  height: auto;
}

.onlineshop_itemlistArea .bCell p a img {
  padding-top: 10px;
}

.onlineshop_itemlistArea .bCell p a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.onlinetopbnrArea {
  margin-bottom: 20px;
}

.onlinetopbnrArea a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.onlineshopMainimageArea {
  display: block;
  width: 710px;
  height: 360px;
  z-index: 1;
  text-align: right;
  margin: 0 auto;
  text-align: center;
}

.onlineshopMainmenuArea {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 0 40px 0px;
  padding: 0;
}

.onlineshopMainmenuArea ul {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0;
}

.onlineshopMainmenuArea ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.onlineshopMainmenuArea ul li {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 142px;
  height: 50px;
  line-height: 40px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  background: #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.onlineshopMainmenuArea ul li a img {
  width: 142px;
  height: 52px;
}

.onlineshopMainmenuArea ul li a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.itemdetail_itemlistArea {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.itemdetail_itemlistArea .bCell {
  width: 20%;
  padding: 25px 17px 57px 17px;
  display: block;
  position: relative;
}

.itemdetail_itemlistArea .bCell .bnr {
  width: 130px;
}

.itemdetail_itemlistArea .bCell p a {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

.itemdetail_itemlistArea .bCell p a img {
  padding-top: 10px;
}

.itemdetail_itemlistArea .bCell p a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.itemdetail_itemlistArea .bCell .brandlineup_item{
	text-align:left;
  margin-top: 15px;
}
.itemdetail_itemlistArea .bCell .brandlineup_item .ttl{
	padding-bottom: 10px;
  min-height: 73px;
}
.itemdetail_itemlistArea .bCell .iyakubugaihin{
  position: absolute;
  font-size: 10px;
  background-color: #ddd;
  padding: 2px 0px;
  border-radius: 10px;
  left: 0px;
  top: 0;
}
.itemdetail_itemlistArea .bCell .brandlineup_item .iyakubugaihin span{
	padding:2px 10px;
	background-color:#ddd;
	border-radius: 10px;	
}
.itemdetail_itemlistArea .bCell .brandlineup_item .price{
	padding-bottom: 10px;
	text-align:right;
}
.itemdetail_itemlistArea .bCell .brandlineup_item .cart{
  margin-top: 20px;
}
.itemdetail_itemlistArea .bCell .brandlineup_item .cart img{
	width:100%;
}
@media only screen and (max-width: 768px) {
  .itemdetail_itemlistArea {
    width: 100%;
    margin-bottom: 40px;
  }

  .itemdetail_itemlistArea .bCell {
    width: 20%;
    padding: 20px 5px 45px 5px;
  }

  .itemdetail_itemlistArea .bCell .bnr {
    width: 100%;
    height: auto;
  }

  .itemdetail_itemlistArea .bCell p a img {
    padding-top: 10px;
  }

  .itemdetail_itemlistArea .bCell p a:hover img {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
	.itemdetail_itemlistArea .bCell .brandlineup_item .ttl{
    font-size: 12px;
	}
	.itemdetail_itemlistArea .bCell .iyakubugaihin{
		padding: 0;
		left: 5px;
	}
	.itemdetail_itemlistArea .bCell .iyakubugaihin span{
		font-size: 8px;
	}
}
@media only screen and (max-width: 700px) {
  .itemdetail_itemlistArea .bCell {
    width: 50%;
    padding: 20px 5px 45px 5px;
  }

}
.itemdetail_descriptionArea {
    float: right;
    width: 52%;
    margin: 50px 0;
    border: 20px solid #7a6caf;
    padding: 10px;
}

.itemdetail_descriptionArea div{
	text-align:left;
	line-height: 25px;
}

.itemdetail_descriptionArea .dual {
  padding: 10px;
}

.itemdetail_itemlistArea .bCell p a {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 5px;
}

.itemdetail_descriptionArea .dual h3 {
	font-size:18px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
	text-align:center;
}

@media only screen and (max-width: 768px) {
  .itemdetail_descriptionArea {
    width: 100%;
    margin: 20px 0;
		padding: 15px;
		border: 15px solid #7a6caf;
  }

  .itemdetail_descriptionArea .dual {
    padding: 0px;
  }

  .itemdetail_itemlistArea .bCell p a {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 5px;
  }

  .itemdetail_descriptionArea .dual h3 {
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }
}

.imageCell {
  width: 680px;
}

.imageCell:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.imageCell .txt {
  float: left;
  width: 490px;
  margin-right: 10px;
}

.imageCell .img {
  float: left;
  width: 180px;
  min-height: 150px;
  line-height: 150px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}

.itemdetail_descriptionAreaDual {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.itemdetail_descriptionAreaDual .maincell {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.itemdetail_descriptionAreaDual .maincell .descriptionArea {
  display: block;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  border: 20px solid #ddd;
}
.itemdetail_descriptionAreaDual .maincell .descriptionArea:nth-child(2n) {
	border-top: 0;
}
.itemdetail_descriptionAreaDual .maincell .descriptionArea .dual {
  padding: 10px;
  text-align: left;
}

.itemdetail_descriptionAreaDual .maincell .descriptionArea .dual h3 {
		font-size: 18px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .itemdetail_descriptionAreaDual {
    width: 100%;
  }

  .itemdetail_descriptionAreaDual .maincell {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .itemdetail_descriptionAreaDual .maincell .descriptionArea {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 0;
		padding: 15px;
		border: 15px solid #ddd;
  }

  .itemdetail_descriptionAreaDual .maincell .descriptionArea+.descriptionArea {
    margin-top: 0;
  }

  .itemdetail_descriptionAreaDual .maincell .descriptionArea .dual {
    padding: 0px;
    text-align: left;
  }

  .itemdetail_descriptionAreaDual .maincell .descriptionArea .dual h3 {
    margin-bottom: 10px;
  }
}

.branddescriptionArea {
    display: block;
    width: 100%;
    margin-bottom: 120px;
    margin-top: 60px;
    padding: 20px 0;
    text-align: left;
    line-height: 25px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.branddescriptionArea:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.branddescriptionArea .txt {
  float: left;
  display: block;
  width: 74.5%;
}

.branddescriptionArea .txt p {
  padding: 0 10px;
}

.branddescriptionArea .btn {
  float: left;
  display: inline-block;
  width: 25.5%;
  text-align: right;
}

.branddescriptionArea .btn a:link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.branddescriptionArea .btn a:visited {
  color: #fff;
  text-decoration: none;
}

.branddescriptionArea .btn a {
  color: #fff;
  margin-top: 20px;
  padding: 10px 15px;
  background: #7a6caf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #6b228f;
}

.branddescriptionArea .btn a:hover {
  color: #fff;
  background: #9393e0;
}

.branddescriptionArea .btn a span {
  padding: 3px 30px 3px 0;
  text-decoration: none;
  background: url(../img/images/btnarrow.png) no-repeat right center;
}

@media only screen and (max-width: 768px) {
  .branddescriptionArea {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 20px 0;
  }

  .branddescriptionArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }

  .branddescriptionArea .txt {
    float: none;
    display: block;
    width: 100%;
  }

  .branddescriptionArea .txt p {
    padding: 0 10px;
  }

  .branddescriptionArea .btn {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  .branddescriptionArea .btn a:link {}

  .branddescriptionArea .btn a {
    margin-top: 10px;
    width: 95%;
  }

  .branddescriptionArea .btn a span {
    padding: 3px 23px 3px 0;
    text-decoration: none;
    background: url(../img/images/btnarrow.png) no-repeat right center;
  }
}

/* ==============================================
 フッター
=============================================== */
.w950 {
  display: block;
  width: 950px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .w950 {
    width: 100%;
  }
}

#footer_wrap {
  padding: 80px 0 40px;
	background-color:#7a6caf;
}
.footer_main {
	width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer_main .logo{
	width: 55%;
	float: left;
}
.footer_main .logo img{
	width:37%;
	margin-top: 2.2vw;
}

.footer_sns {
    float: left;
    width: 13%;
    margin-right: 7%;
    margin-top: 7px;
}

.footer_sns_item {
	margin-bottom: 15px;
}

.footer_mainnav {
	float: left;
  width: 25%;
	border-top:1px solid #fff;
}
.footer_mainnav a{
  color: #fff;
}

.footer_sns_item a {

}

.footer_sns_item a:hover {
  opacity: .8;
}

.footer_sns_item a img {
  width: 30px;
}
.footernav_mainitem{
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: left;
}
.footernav_mainitem a{
	padding: 20px;
  display: block;
	color:#fff;
  background: url(../img/icon/foot_arrow.png) no-repeat right 20px center;
}
.footernav_mainitem a:hover{
	color:#fff;
  text-decoration: underline;
}
.footernav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	clear: both;
  padding-top: 60px;
}

.footernav_item {
  margin: 5px 10px 0;
}

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

.copyright {
  margin-top: 25px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #footer_wrap {
    padding: 30px 0 40px;
  }

	.footer_sns {
	  float: none;
	  width: 100%;
	  margin: 0;
		display: inline;
	}

  .footer_sns_item {
    margin: 5px 5px 0;
    display: inline-block;
  }

  .footernav_item_blank::after {
    content: '';
    display: inline-block;
    /* position: absolute; */
    width: 10px;
    height: 10px;
    background: url(/u/packages/default/img/images/icon_newwindow.svg);
    margin-left: 4px;
  }

  .footer_sns_item a {
    padding: 8px;
    width: 34px;
    height: 34px;
  }

  .footer_sns_item a img {
    width: 18px;
  }

  .footernav {
    padding-top: 15px;
	}

  .footernav_item {
    margin: 5px 10px 0;
    width: 90%;
  }

  .footernav_item a {
  }

  .copyright {
    font-size: 10px;
    margin-top: 30px;
    line-height: 1.5;
  }
	.footer_main .logo {
	    width: 100%;
	    float: none;
	}
	.footer_mainnav {
	    float: none;
	    width: 60%;
	    border-top: 1px solid #fff;
	    margin: 35px auto 25px;
	}
}

/* ==============================================
 パーツ
=============================================== */
/* ボタン
----------------------------------------------- */
.btn_area {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.btn_area li {
  padding-right: 10px;
  display: inline;
}
.shopping_btn_area{
	text-align:center;
}
.shopping_btn_area a:hover{
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  #undercolumn_entry .btn_area ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn_area li {
    padding: 0;
  }
	.shopping_btn_area img{
		width:auto;
	}

}
/* 完了メッセージ
----------------------------------------------- */
div#complete_area {
  margin-bottom: 65px;
}

div#complete_area .message,
div#undercolumn_entry .message {
  margin-bottom: 20px;
  line-height: 150%;
  font-weight: bold;
  font-size: 120%;
}
div#complete_area .complete_message {
  margin-bottom: 20px;
  line-height: 150%;
  font-weight: bold;
  font-size: 120%;
}

div#complete_area .shop_information {
  margin-top: 40px;
  padding: 20px 0 0 0;
  border-top: solid 1px #ccc;
}

div#complete_area .shop_information .name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 140%;
}
@media only screen and (max-width: 768px) {
	div#complete_area {
	  margin-bottom: 40px;
	}
	div#complete_area img{
		width:auto;
	}

	div#complete_area p{
	  text-align:left;
		margin:0 auto;
		width:92%;
	}
	div#complete_area .complete_message {
			line-height: 120%;
	    font-weight: bold;
	    font-size: 120%;
	    padding: 60px 10px 0;
	}

}
/* Tipsy
----------------------------------------------- */
.tipsy {
  padding: 5px;
  font-size: 10px;
  position: absolute;
  z-index: 100000;
}

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}

.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  background: url('../img/ajax/tipsy.gif') no-repeat top left;
  width: 9px;
  height: 5px;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}

.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}

.faqCell {
  margin: 35px auto 80px auto;
	max-width: 1100px;
}

.faqCell .faqUlCell {
	display: block;
  overflow: hidden;
  margin: 0 auto;
}

.faqCell .faqUlCell ul {
  width: 690px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faqCell .faqUlCell li {
  width: 335px;
  height: 60px;
  padding: 0;
  margin: 0 10px 10px 0;
  text-align: left;
  color: #fff;
  border: solid 1px #cccccb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.faqCell .faqUlCell li h4 {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border: none;
}

.faqCell .faqUlCell li p {
  width: 100%;
  color: #666;
}

.faqCell .faqUlCell li a {
  display: block;
  width: 100%;
  height: 58px;
  background: url(../img/images/footer_arrow.png), #f0ecff;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.faqCell .faqUlCell li a:link {
  color: #666;
  text-decoration: none;
}

.faqCell .faqUlCell li a:visited {
  color: #666;
  text-decoration: none;
}

.faqCell .faqUlCell li a:hover {
  color: #666;
  text-decoration: none;
  background: url(../img/images/footer_arrow.png), #e3dcff;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.faqCell .faqUlCell li a:active {
  color: #666;
  text-decoration: none;
}

.faqCell .infoArea {
  display: block;
  width: 80%;
	max-width:690px;
  padding: 30px;
  text-align: center;
  margin: 20px auto;
  background: #efefef;
  border: solid 1px #d5d4b6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.faqCell .infoArea h3 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #cacaca;
  margin-bottom: 20px;
}

.faqCell .infoArea h1 {
  font-size: larger;
  margin-bottom: 20px;
}

.faqCell .infoArea .css3button {
  color: #ffffff;
  padding: 10px 20px;
  background: #8b8bd8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #8b8bd8;
  -moz-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 0px rgba(255, 255, 255, 1);
  box-shadow:
    0px 1px 3px rgba(000, 000, 000, 0.5),
    inset 0px 0px 0px rgba(255, 255, 255, 1);
  text-shadow:
    0px -1px 0px rgba(000, 000, 000, 0.7),
    0px 1px 0px rgba(255, 255, 255, 0.3);
}

.faqCell .infoArea .css3button:link {
  color: #fff;
  text-decoration: none;
}

.faqCell .infoArea .css3button:visited {
  color: #fff;
  text-decoration: none;
}

.faqCell .infoArea .css3button:hover {
  color: #dbbffd;
  text-decoration: none;
}

.faqCell .infoArea .css3button:active {
  color: #fff;
  text-decoration: none;
}

.faqCell .faqTextCell {
  margin: 10px 15px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  padding: 0 20px;
	text-align: left;
}

.faqCell .faqTextCell .faq_question,
.faqCell .faqTextCell .faq_answer {
  display: table;
  width: 100%;
}

.faqCell .faqTextCell .faq_question {
  padding: 15px 30px 15px 0;
  cursor: pointer;
  position: relative;
}

.faqCell .faqTextCell .faq_question p,
.faqCell .faqTextCell .faq_answer p {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
}

.faqCell .faqTextCell .faq_answer {
  display: none;
  padding: 15px 0;
  border-top: 1px dashed #cacaca;
}

.faqCell .faqTextCell .faq_question p.icon,
.faqCell .faqTextCell .faq_answer p.icon {
  width: 20px;
}

.faqCell .faqTextCell .faq_question span,
.faqCell .faqTextCell .faq_answer span {
  font-size: 15px;
  color: #926ee5;
}

.faqCell .faqTextCell .faq_question::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.faqCell .faqTextCell .faq_question.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 768px) {
	#qacolumn .titleArea_trigger{
    margin: 0px 0 20px 0;
	}
	#qacolumn .titleArea_trigger h2{
		font-size:20px;
	}
  .faqCell {
    margin: 30px auto 40px auto;
  }

  .faqCell .faqUlCell {
    width: 100%;
    margin: 0;
  }

  .faqCell .faqUlCell ul {
    width: 90%;
    margin: 0 auto;
  }

  .faqCell .faqUlCell li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .faqCell .faqUlCell li+li {
    margin-top: 10px;
  }

  .faqCell .faqUlCell li h4 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
  }

  .faqCell .faqUlCell li p {
    width: 100%;
    color: #666;
  }

  .faqCell .faqUlCell li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: left;
  }

  .faqCell .infoArea {
    width: 90%;
    padding: 20px;
    text-align: left;
    margin: 10px auto;
  }

  .faqCell .infoArea h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .faqCell .infoArea h1 {
    font-size: larger;
    margin-bottom: 20px;
  }

  .faqCell .infoArea .css3button {
    color: #ffffff;
    padding: 10px 20px;
    background: #8b8bd8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #8b8bd8;
    -moz-box-shadow:
      0px 1px 3px rgba(000, 000, 000, 0.5),
      inset 0px 0px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow:
      0px 1px 3px rgba(000, 000, 000, 0.5),
      inset 0px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:
      0px 1px 3px rgba(000, 000, 000, 0.5),
      inset 0px 0px 0px rgba(255, 255, 255, 1);
    text-shadow:
      0px -1px 0px rgba(000, 000, 000, 0.7),
      0px 1px 0px rgba(255, 255, 255, 0.3);
  }

  .faqCell .infoArea .css3button:link {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: none;
  }

  .faqCell .infoArea .css3button:visited {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    box-shadow: none;
  }

  .faqCell .faqTextCell {
    margin: 5px 10px;
    padding: 0 10px;
  }

  .faqCell .faqTextCell .faq_question {
    padding: 10px 25px 10px 0;
  }

  .faqCell .faqTextCell .faq_question p,
  .faqCell .faqTextCell .faq_answer p {
    font-size: 13px;
  }

  .faqCell .faqTextCell .faq_answer {
    display: none;
    padding: 15px 0;
    border-top: 1px dashed #cacaca;
  }

  .faqCell .faqTextCell .faq_question p.icon,
  .faqCell .faqTextCell .faq_answer p.icon {
    width: 20px;
  }

  .faqCell .faqTextCell .faq_question span,
  .faqCell .faqTextCell .faq_answer span {
    font-size: 15px;
    color: #926ee5;
  }

  .faqCell .faqTextCell .faq_question::after {
    width: 7px;
    height: 7px;
    top: 50%;
    right: 5px;
  }
}

#header h1 {
  font-weight: normal;
  font-size: 80% !important;
}

@media only screen and (max-width: 768px) {
  #header h1 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) scale(0.7);
    z-index: 30;
  }
}

/*通常ボタン*/
.btn-normal,
a.btn-normal:link,
a.btn-normal:visited {
  margin-right: 5px;
  padding: 2px 10px;
  border: solid 1px #bcbecb;
  display: inline-block;
  color: #444757;
  background-image: url('../img/button/white-grad.png');
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #eee;
  font-weight: normal;
  font-size: 90%;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  /* CSS3 radius */
  border-radius: 5px;
  /* Safari, Chrome radius */
  -webkit-box-sizing: content-box;
  -webkit-border-radius: 5px;
  /* Firefox radius */
  -moz-border-radius: 5px;
  /* Safari, Chrome radius */
  -webkit-box-sizing: content-box;
  -webkit-border-radius: 5px;
  /* Firefox radius */
  -moz-border-radius: 5px;
}

a.btn-normal:active {
  background-image: url('../img/button/white-grad-active.png');
}

a.btn-normal:hover {
  border: solid 1px #d5d7df;
  color: #6d728b;
}

/* item
----------------------------------------------- */
.searchArea{
  max-width: 1100px;
  margin: 0 auto 100px;
	background-color:#f2f2f5;
	padding:90px 0;
}
.searchArea .itemUl {
  margin-top: 60px;
}

.searchArea .itemUl ul {
	width: 370px;
  margin: 0 auto;
}

.searchArea .itemUl ul li {
  margin-bottom: 10px;
}

.searchArea .itemUl ul li a {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/images/footer_arrow.png), #fff;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #6e60ad;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.searchArea .itemUl ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: url(../img/images/footer_arrow.png), #6e60ad;
  background-repeat: no-repeat;
  background-position: 95% center;
	transition:all .5s ease;
}
.searchArea .itemUl ul li:first-child a {
  display: block;
  width: 100%;
  height: 60px;
  background: url(../img/images/btn_search.png), #6e60ad;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.searchArea .itemUl ul li:first-child a:hover {
  color: #6e60ad;
  text-decoration: none;
  background: url(../img/images/btn_search.png), #fff;
  background-repeat: no-repeat;
  background-position: 95% center;
	transition:all .5s ease;
}

@media only screen and (max-width: 768px) {
	.searchArea {
    width: 100%;
		padding: 50px 0 20px;
		margin-bottom: 50px;
	}
  .searchArea .itemUl {
		width: 80%;
    margin: 0 auto 20px;
  }
	.searchArea .itemUl ul li:first-child a {
	  font-size: 12px;
	}

  .searchArea .itemUl ul li a {
	  font-size: 12px;
    width: 100%;
    height: auto;
    padding: 15px;
  }
	.searchArea .itemUl {
	  margin-top: 30px;
	}
	.searchArea .itemUl ul li:first-child a {
	  background-size: 18px;
	}
}

@media only screen and (max-width: 500px) {
  .searchArea .itemUl ul {
    display: block;
    width: 100%;
  }

  .searchArea .itemUl ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* recommended_new
----------------------------------------------- */
.recomendArea{
	/*background-color:#7a6caf;*/
	background-color:#f2f2f5;
	padding:90px 0;
	margin-bottom: 110px;
}

.recomendArea .titleArea{
	/*color:#fff;*/
}
.recomendArea .titleArea h2 .en{
	/*color:#fff;*/
}
.recomendArea .recommended_new {
  max-width: 1100px;
  margin: 75px auto 40px;
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: 65px;
}
.recomendArea .recommended_new_block {
  width: 48%;
  display: block;
	margin:10px 0;
	background-color:#fff;
	padding: 20px 20px 20px 0;
  background: url(../img/images/btn_recommend_arrow.png), #fff;
  background-repeat: no-repeat;
  background-position: right;
}

.recomendArea .recommended_new_block:nth-child(odd) {
	margin-right:2%;
}
.recomendArea .recommended_new_block:nth-child(2n) {
	margin-left:2%;
}
.recomendArea .recommended_new_block .img {
  display: block;
  width: 30%;
	float:left;
  text-align: center;
  margin: auto;
  background: #fff;
	border-right:1px solid #666;
	margin-right:15px;
}

.recomendArea .recommended_new_block .img img {
  width: 100%;
}
.recomendArea .recommended_new_block .content {

}
.recomendArea .recommended_new_block .content h3 {
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
  text-align: left;
  color: #666;
}

.recomendArea .recommended_new_block .content .text {
  display: block;
  margin: 0;
  padding: 20px 20px 0;
  text-align: left;
  color: #666;
}

.recomendArea .recommended_new_block .content .price {
  display: block;
  margin: 0;
  padding: 10px 0 5px;
  text-align: right;
  color: #666;
}
.recomendArea .archive_btn{
    margin-top: 30px;
    text-align: center;
    clear: both;
    width: 100%;
}
.recomendArea .archive_btn a{
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #666;
    border-radius: 10px;
    color: #666;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background-color: #fff;
}
.recomendArea .archive_btn a:hover{
	text-decoration: none;
	color:#fff;
	background-color:#6e60ad;
}
@media only screen and (max-width: 1100px) {
	.recomendArea .recommended_new {
	    width: 96%;
	}
}
@media only screen and (max-width: 768px) {
	.recomendArea {
	    padding: 50px 0;
	    margin-bottom: 50px;
	}
  .recomendArea .recommended_new {
    margin-bottom: 40px;
    margin-top: 35px;
  }

  .recomendArea .recommended_new_block {
    margin-right: 0;
    border-bottom: none;
		background-size: 25px;
  }
	.recomendArea .recommended_new_block:nth-child(odd) {
	}
  .recomendArea .recommended_new_block+.recommended_new_block {
  }

  .recomendArea .recommended_new_block .img {
		width: 30%;
    margin: 0;
    border: none;
    vertical-align: top;
  }

  .recomendArea .recommended_new_block .img img {
    padding-right: 10px;
  }

  .recomendArea .recommended_new_block .content {
    /* display: table-cell; */
    padding-right: 15px;
    width: 95%;
  }

  .recomendArea .recommended_new_block .content h3 {
    margin: 0 auto;
    text-align: left;
		padding-bottom: 5px;
  }

  .recomendArea .recommended_new_block .content .text {
    width: 100%;
    padding: 0;
    border-top: none;
    min-height: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .recomendArea .recommended_new_block .content .price {
    padding: 5px 0 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 700px) {
	.recomendArea {
	    padding: 50px 0;
	    margin-bottom: 50px;
	}
  .recomendArea .recommended_new {
    display: block;
    width: 96%;
    margin-bottom: 40px;
    margin-top: 35px;
  }

  .recomendArea .recommended_new_block {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
    display: table;
		background-size: 25px;
  }
	.recomendArea .recommended_new_block:nth-child(odd) {
    margin: 0;
	}
  .recomendArea .recommended_new_block+.recommended_new_block {
    margin-left: 0;
    margin-top: 10px;
  }

  .recomendArea .recommended_new_block .img {
		width: 30%;
    /* margin: 0; */
    /* margin-bottom: 0; */
    margin: 0;
    border: none;
    /* box-shadow: none; */
    /* display: table-cell; */
    vertical-align: top;
  }

  .recomendArea .recommended_new_block .img img {
    padding: 0;
  }

  .recomendArea .recommended_new_block .content {
    /* display: table-cell; */
    padding-right: 15px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    width: 70%;
    float: right;
    padding-left: 5%;
  }

  .recomendArea .recommended_new_block .content h3 {
    margin: 0 auto;
    text-align: left;
		padding-bottom: 5px;
  }

  .recomendArea .recommended_new_block .content .text {
    width: 100%;
    padding: 0;
    border-top: none;
    min-height: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .recomendArea .recommended_new_block .content .price {
    padding: 5px 0 0;
    font-size: 13px;
  }
}

/* mainnunner
----------------------------------------------- */
.mainnunner {
  margin-bottom: 40px;
}

.mainnunner ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainnunner li {
  width: 50%;
  padding: 3px;
}

.mainnunner li a {
  display: block;
}

/* CustomerSupport
----------------------------------------------- */
.CustomerArea {
	width:1100px;
	margin:60px auto 110px;
}
.CustomerArea .linkarea{
	float:left;
	width:48%;
}
.CustomerArea .linkarea ul{
	border-top:1px solid #666;
	width:100%;
	display: inline-table;
}
.CustomerArea .linkarea ul li{
	padding:30px 0;
	border-bottom:1px solid #666;
	text-align:center;
	width:50%;
  display: inline-block;
}
.CustomerArea .linkarea ul li:nth-child(odd){
  background: url(../img/icon/customer_arrow.png) no-repeat right 20px center;
	padding-right:20px;
	border-right:1px solid #666;
}
.CustomerArea .linkarea ul li:nth-child(2n){
  background: url(../img/icon/customer_arrow.png) no-repeat right 5px center;
	padding-left:20px;
}
.CustomerArea .linkarea ul li a{
	color:#666;
}

.CustomerArea .freedial_area{
    float: right;
    width: 48%;
    background-color: #f2f2f5;
    padding: 25px 20px;

}
.CustomerArea .freedial_area .freedial{
	font-size:18px;
  font-family: 'Roboto', sans-serif;
}
.CustomerArea .freedial_area .freedial span{
	color:#fff;
	background-color:#12a73b;
	padding:2px 15px;
	border-radius: 5px;
  margin-right: 15px;
	font-size:14px;
}
.CustomerArea .freedial_area .freedial img{
	height:22px;
	margin-right:5px;
  vertical-align: bottom;
}
.CustomerArea .freedial_area .contact_time{
	font-size:12px;
	padding:15px 0;
  font-family: 'Roboto', sans-serif;
}
.CustomerArea .freedial_area a{
	text-align:center;
	width:100%;
}
.CustomerArea .freedial_area a:hover{
	text-decoration: none;
}

.CustomerArea .freedial_area a p{
    text-align: center;
    width: 100%;
    background-color: #999;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0;
}
.CustomerArea .freedial_area a p:hover{
	text-decoration: none;
  background-color: #666;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
	.CustomerArea {
	    width: 96%;
	}
	.CustomerArea .freedial_area .freedial {
	    font-size: 14px;
	}
	.CustomerArea .freedial_area .contact_time {
	    font-size: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.CustomerArea {
		margin:60px auto 50px;
	}

	.CustomerArea .linkarea{
		float:none;
		width:100%;
    margin-bottom: 20px;
	}
	.CustomerArea .freedial_area {
		float:none;
		width:100%;
    background-color: #f2f2f5;
    padding: 25px 20px;
	}
	.CustomerArea .freedial_area .freedial span {
	    font-size: 10px;
	}
	.CustomerArea .freedial_area .freedial img {
	    height: 17px;
	    width: auto;
	    margin-right: 5px;
	    vertical-align: middle;
	}
	.CustomerArea .freedial_area .contact_time {
	    font-size: 10px;
	    padding-top: 5px;
	}
}

/* SNS関連
----------------------------------------------- */
.snsArea{
	max-width:1100px;
	width:100%;
	margin:45px auto 110px;
}
.sns-ol {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sns-ol .sns_title{
  font-family: 'Roboto', sans-serif;
	padding-bottom: 35px;
}
.sns-ol .title{
	color: #323232;
  font-size: 2rem;
	font-weight: 300;
  letter-spacing: .05em;
	padding:20px 0 0;
}
.sns-ol p{

}
.sns-ol img.sns_mark{
	width: 35px;
}
.sns-instagram {
	width: 33%;
	padding: 15px;
	margin-right:1%;
}
.sns-instagram .area{
  background: url(../img/images/bg_instagram.png);
	background-size: contain;
	padding: 14px 0;
}
.sns-twitter {
	width: 33%;
	padding: 15px;
}
.sns-twitter .area{
  background: url(../img/images/bg_twitter.png);
	background-size: contain;
	padding: 14px;

}
.sns-twitter .timeline-Widget{
	width:100%;
  padding: 5px;
}
.sns-facebook {
	width: 33%;
	padding: 15px;
	margin-right:1%;
}
.sns-facebook .area{
  background: url(../img/images/bg_facebook.png);
	background-size: contain;
	padding: 14px;

}

.sns-box-shadow {
	box-shadow: 3px 3px 2px 0px #eeeeee;
	-moz-box-shadow: 3px 3px 2px 0px #eeeeee;
	-webkit-box-shadow: 3px 3px 2px 0px #eeeeee;
}

h5.sns-name {
	margin-bottom: 10px;
}

h5.sns-name a {
	position: relative;
	padding-left: 30px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 20px;
	color: #fff;
}

.sns-instagram h5.sns-name a {
	color: #666;
}

h5.sns-name a:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.sns-instagram h5.sns-name a:hover {
	color: #666;
}

h5.sns-name a img {
	position: absolute;
  width: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

h2.fonsns-ttl {
	width: 80% !important;
	margin-top: 30px;
	margin-bottom: 10px;
}

.ml-ins {
	margin-left: 10px;
}

#instafeed {
  display: inline-table;
}

.simply-scroll-container {
}

.simply-scroll-clip {
}

.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#instafeed li {
  display: inline-block;
	padding: 0;
	margin: 0;
	width: 100px;
	height: 100px;
	list-style: none !important;
}

#instafeed li img {
	display: block;
	width:100%;
}

.table table td {
	vertical-align: top;
}
@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 768px) {
	.snsArea {
	    max-width: 1100px;
	    width: 100%;
	    margin: 0px auto 80px;
	}
	.sns-ol {
		display: table;
	}
	.sns-ol .title {
	    font-size: 24px;
	}
	.sns-ol p {
	    font-size: 11px;
	}
	.sns-twitter {
		width: 48%;
    padding: 5px;
		margin-top: 50px;
		margin-right:0;
		display: block;
	}

	.sns-facebook {
		width: 48%;
    padding: 5px;
		margin-top: 25px;
		margin-right:0;
		display: inline-grid;
	}
	
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe {
		width: 100%!important;
	}
	.sns-instagram {
	  width: 48%;
    padding: 5px;
	  margin-right: 0%;
		display: inline-grid;
	}
}
@media only screen and (max-width: 700px) {
	.sns-ol {
		display: block;
	}

	.sns-twitter {
		width: 100%;
    padding: 5px;
		margin-top: 25px;
	}

	.sns-facebook {
		width: 100%;
    padding: 5px;
		margin-top: 25px;
	}
	
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget iframe {
		width: 100%!important;
	}
	.sns-instagram {
	  width: 100%;
    padding: 5px;
	  margin-right: 1%;
	}

}
/* CONTENTS (home_right_banner)
----------------------------------------------- */
#home_right_banner{
    margin: 60px auto 110px;
    max-width: 1100px;
    width: 100%;
}
#home_right_banner ul{
	display: table;
}
#home_right_banner ul li{
    display: inline-block;
    width: 260px;
    height: auto;
    float: left;
    margin-right: 20px;
		margin-bottom:50px;
}
#home_right_banner ul li:nth-child(4n){
    margin-right: 0px;
}
#home_right_banner ul li img{
	width: 100%;
  height: auto;
	margin-bottom:10px;
}
#home_right_banner ul li a{

}
#home_right_banner ul li p{
    text-align: left;
    height: 40px;
    font-size: 13px;
}
@media only screen and (max-width: 1100px) {
	#home_right_banner {
	    width: 96%;
	}
	#home_right_banner ul li {
	    width: 30%;
	    margin-right: 5%;
	}
	#home_right_banner ul li:nth-child(3n) {
	    margin-right: 0px;
	}
	#home_right_banner ul li:nth-child(4n) {
	    margin-right: 5%;
	}
}
@media only screen and (max-width: 768px) {
	#home_right_banner {
	    margin: 40px auto 50px;
	}
	#home_right_banner ul li {
	  width: 49%;
	  margin-right: 0;
		margin-bottom: 15px;
	}
	#home_right_banner ul li:nth-child(3n) {
	  margin-right: 0;
	}
	#home_right_banner ul li:nth-child(4n) {
	    margin-right: 0;
	}

	#home_right_banner ul li:nth-child(odd) {
	  margin-right: 2%;
	}
	#home_right_banner ul li img {
	    margin-bottom: 5px;
	}
	#home_right_banner ul li p {
	   text-align: left;
	   font-size: 10px;
		line-height:15px;
	}
}

/* TOPIX
----------------------------------------------- */
.topix_area{

}
.topix_area .inner{

}
@media only screen and (max-width: 768px) {
	.topix_area .inner{
		width:94%;
	}

}
/* 洗顔のススメ
----------------------------------------------- */
.sengan_susume{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.sengan_susume .inner{
	width:100%;
	margin:0 auto;
}
.sengan_susume .mv_box{
	margin-bottom:50px;
}
.sengan_susume .mv_box .top-cap{
	border: 10px solid #f1f0ec;
  padding: 35px;
  line-height: 36px;
	font-size: 18px;
  margin: 30px 0;
}
.sengan_susume .mv_box img{
	width:100%;
}
.sengan_susume .susume_linkarea{
	margin-bottom: 50px;
}
.sengan_susume .susume_link{
    width: 29.3333%;
    margin: 10px 2%;
    float: left;
}
.sengan_susume .susume_link p{
    padding: 15px;
}
.sengan_susume .susume_link p:hover{
}
.sengan_susume .susume_link a{
  display: inline-block;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
	width: 100%;
}
.sengan_susume .susume_link a:hover{
	text-decoration: none;
	border: dotted 1px #FFF;
}
.sengan_susume .susume_link:nth-child(3n+1){

}
.sengan_susume .susume_inner{
	width:100%;
  margin-bottom: 30px;
}
.sengan_susume .susume_inner .susume_ttl{
		width: 100%;
    border-left: 10px solid #668ad8;
    padding: 25px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    margin-bottom: 40px;
    font-size: 23px;
}
.sengan_susume .susume_inner .susume_ttl span{
	font-size:13px;
}
.sengan_susume .susume_inner .susume_txt{
	text-align:left;
}
.sengan_susume .susume_inner .susume_item_area{
	width:100%;
  margin: 70px 0 100px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item{
		float: left;
    width: 21%;
    margin-bottom: 85px;
    margin: 2%;
    margin-bottom: 50px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item:nth-child(4n+1){
	clear: both;
}
.sengan_susume .susume_inner .susume_item_area .susume_item a{
	color: #666;
}
.sengan_susume .susume_inner .susume_item_area .susume_item a:hover{
	text-decoration: none;
	color: #7a6caf;
	opacity: 0.8;
}

.sengan_susume .susume_inner .susume_item_area .susume_item .item_name{
  font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_name span{
		font-size: 12px;
    background-color: #aaa;
    padding: 2px 6px;
    color: #fff;
    border-radius: 8px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_img{
    margin-bottom: 20px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_img img{
	width:100%;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_img img:hover{
	opacity: 0.8;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area{

}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area .item_txt{
    margin-bottom: 20px;
}
.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area .item_catch{
    background-color: #668ad8;
    border-radius: 8px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}
.sengan_susume .next_link{
    margin-bottom: 50px;
}
.sengan_susume .next_link .btn-brackets {
  display: inline-block;
  position: relative;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #000;
  transition: .4s;
}
.sengan_susume .next_link .btn-brackets:hover {
  color:#ff7f7f;
}
.sengan_susume .next_link .btn-brackets:before, .btn-brackets:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.sengan_susume .next_link .btn-brackets:before {
  border-left: solid 1px #ff7f7f;
  border-top: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  left: 0;
}
.sengan_susume .next_link .btn-brackets:after {
  content: '';
  border-top: solid 1px #ff7f7f;
  border-right: solid 1px #ff7f7f;
  border-bottom: solid 1px #ff7f7f;
  right: 0;
}
.sengan_susume .susume_inner .susume_brand_area{
	width:96%;
	max-width:960px;
	margin:0 auto 50px;
	padding-bottom:50px;
	border-bottom:3px dotted #d3cdb3
}
.sengan_susume .susume_inner .susume_brand_area .brand_txt{
	margin-bottom: 40px;
}
.sengan_susume .susume_inner .susume_brand_area .brand_txt span{
	font-size:12px;
}
.sengan_susume .susume_inner .susume_brand_area .brand_ttl{
	margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
}
.sengan_susume .susume_inner .susume_brand_area .brand_img{

}
.sengan_susume .susume_inner .susume_brand_area .brand_img img{
	width:100%;
}

@media only screen and (max-width: 768px) {
	.sengan_susume .inner {
	    width: 96%;
	    margin: 0 auto;
	}
	.sengan_susume .susume_inner {
	    width: 96%;
	    margin: 0 auto 30px;
	}
	.sengan_susume .mv_box .top-cap {
	    text-align: left;
	    border: 3px solid #f1f0ec;
	    padding: 20px;
	    line-height: 26px;
	    font-size: 14px;
	    margin: 10px;
	}
	.sengan_susume .mv_box {
	    margin-bottom: 30px;
	}
	.sengan_susume .susume_linkarea {
	    margin-bottom: 30px;
	    padding: 0 10px;
	}
	.sengan_susume .susume_link {
	    width: 46%;
	    margin: 10px 2%;
	    float: left;
	}
	.sengan_susume .susume_inner .susume_ttl {
	    width: 100%;
	    border-left: 10px solid #668ad8;
	    padding: 15px;
	    border-bottom: 1px dashed #ddd;
	    text-align: left;
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.sengan_susume .susume_inner .susume_txt {
	    text-align: left;
	    font-size: 12px;
	}
	.sengan_susume .susume_inner .susume_item_area {
	    width: 100%;
	    margin: 30px 0 15px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item {
	    float: left;
	    width: 46%;
	    margin: 2%;
	    margin-bottom: 50px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item:nth-child(4n+1) {
	    float: left;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item:nth-child(2n+1) {
	    clear: both;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item .item_name {
	    font-size: 14px;
	    line-height: 24px;
	    margin-bottom: 10px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item .item_name span {
	    font-size: 10px;
	    background-color: #aaa;
	    padding: 2px 6px;
	    color: #fff;
	    border-radius: 8px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area {
	    font-size: 12px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area .item_catch {
	    background-color: #668ad8;
	    border-radius: 8px;
	    color: #fff;
	    padding: 5px 10px;
	    font-size: 10px;
	    line-height: 14px;
	}
	.sengan_susume .susume_inner .susume_item_area .susume_item .item_txt_area .item_txt {
    margin-bottom: 10px;
    text-align: left;
    font-size: 10px;
	}
	.sengan_susume .next_link{
	    margin-bottom: 30px;
	}
	.sengan_susume .susume_inner .susume_brand_area .brand_txt {
	    margin-bottom: 30px;
	    text-align: left;
	}
	.sengan_susume .susume_inner .susume_brand_area .brand_ttl {
	    font-size: 18px;
	}
}
/* お薦め商品一覧
----------------------------------------------- */
.recommend .recommend_inner{
	width:96%;
	max-width:1100px;
	margin:50px auto 80px;
}
.recommend .recommend_inner .rec_area{
		width: 100%;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.recommend .recommend_inner .rec_area .rec_item{
	width:50%;
	float:left;
  padding: 40px;
}
.recommend .recommend_inner .rec_area .rec_item .picarea{
	width: 30%;
  float: left;
}
.recommend .recommend_inner .rec_area .rec_item .picarea img{
	width:100%;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area{
	width: 70%;
  float: right;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .ttl_area{
    width: 100%;
    margin-bottom: 10px;
    display: block;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .brandicon{
    width: 45%;
    max-width: 150px;
    float: right;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .brandicon img{
	width:100%;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .ttl_area .ttl{
    width: 100%;
    text-align: left;
    clear: both;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 15px;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .ttl_area .ttl a{
    text-decoration: underline;
}
.recommend .recommend_inner .rec_area .rec_item .dec_area .ttl_area .ttl a:hover{
    text-decoration: none;
}
.recommend .recommend_inner .rec_area .rec_item .txt_area{
		text-align: left;
    margin: 20px 0;
    clear: both;
    display: inline-block;
}
.recommend .recommend_inner .rec_area .rec_item .price{
		text-align: right;
    font-size: 20px;
    font-weight: bold;
}


@media only screen and (max-width: 768px) {
	.recommend .recommend_inner {
	    width: 100%;
	    max-width: 1100px;
	    margin: 20px auto;
	}
	.recommend .recommend_inner .rec_area {
	    width: 100%;
	    clear: both;
	    margin-bottom: 0;
	    display: inline-block;
	    border-bottom: none;
	    padding-bottom: 0;
	}
	.recommend .recommend_inner .rec_area .rec_item {
	    width: 100%;
	    float: none;
	    padding: 20px;
	}
	.recommend .recommend_inner .rec_area .rec_item .dec_area .ttl_area .ttl {
	    font-size: 16px;
	}

	.recommend .recommend_inner .rec_area .rec_item {
	    width: 100%;
	    float: none;
	    padding: 30px 10px;
	    border-bottom: 1px dashed #ddd;
	}
}
