@charset "UTF-8";
/** clearfix **/
.clearFix:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix,
.clearfix {
  min-height: 1px;
}

* html .clearFix {
  height: 1px;
}

/**      common        **/
html, body, div, p {
  font-family: 'HelveticaNeue', Helvetica, Arial, 'Open Sans', "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo,sans-serif;
  font-size: 12px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

html {
  background: #322222;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #111;
  position: relative;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h3 {
  font-size: 16px;
}

h6 {
  font-size: 10px;
}

small {
  font-size: 10px;
}

a {
  text-decoration: none;
  color: #1c1c1c;
  transition: color 0.1s linear;
}

li {
  list-style: none;
}

input, select {
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

input:-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

mark {
  background: transparent;
  font-style: normal;
}

#bodyBox {
  width: 100%;
  overflow-x: hidden;
}

/*
 * Header
 */
#globalHeader {
  width: 100%;
  /* fallback */
  background-color: #322222;
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #433030, #322222);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #433030, #322222);
  /* IE 10 */
  background: -ms-linear-gradient(top, #433030, #322222);
  height: 72px;
  clear: both;
  position: relative;
}

#globalHeaderLeft {
  padding: 14px 0 16px 24px;
  float: left;
}

#globalHeaderLeft h1 {
  float: left;
}

#globalHeaderLeft h1 img {
  height: auto;
  width: 150px;
}

.globalHeader_body {
  margin: 20px 0 0 0;
}

.globalHeader_items {
  float: left;
  margin: 0 0 0 38px;
}

.globalHeader_items a {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
}

.globalHeader_items a:hover {
  color: #666;
}

span.genericon.genericon-cart {
  line-height: 1rem;
  padding-right: .3rem;
}

span.genericon.genericon-external {
  line-height: .9;
  padding-right: .3em;
}

#globalHeaderRight {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #fff;
  padding: 15px 25px 20px 0;
  letter-spacing: 0px;
}

#globalHeaderRight mark {
  color: #cccc99;
  font-weight: bold;
  margin: 0 0 0 5px;
}

#globalHeaderRight ul li {
  float: right;
}

#globalHeaderRight ul li.text a {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  padding: 0 18px;
  border-left: 1px solid #fff;
}

#globalHeaderRight ul li.text a:hover {
  color: #666;
  font-size: 13px;
}

.toggleMenu {
  position: relative;
}

.toggleMenu_title {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.submenu {
  width: 139px;
  height: 198px;
  position: absolute;
  top: 15px;
  left: -50px;
  background: url(./img/float_menu_bgi.png) no-repeat;
  padding: 20px 10px;
  z-index: 9999;
  display: none;
}

.toggleMenu_body.submenu li {
  float: none;
  margin: 0;
}

.toggleMenu_body.submenu li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 13px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #1c1c1c;
}

.toggleMenu_body a:hover {
  background: #e2e2e2;
}

#floatMenu {
  left: 250px;
}

#shopsMenu {
  left: 340px;
}

#shopsMenu li a, #floatMenu li a {
  font-size: 14px;
  display: block;
  padding: 13px 10px;
}

#shopsMenu li a:hover, #floatMenu li a:hover {
  background: #e2e2e2;
}

#headerCartBottom {
  margin: 14px 0 0;
  position: relative;
}

#headerCart {
  position: absolute;
  top: 0;
  right: 82px;
  width: 310px;
}

#headerCartButton a {
  display: block;
  background: #fff url(./img/icon_cart.png) no-repeat 6px center;
  color: #000;
  padding: 0 20px 0 35px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  font-weight: bold;
  /* -webkit-border-radius: 4px; */
  /* -moz-border-radius: 4px; */
  /* border-radius: 4px; */
  behavior: url(/PIE.htc);
}

#headerCartBottom a:hover {
  opacity: 0.7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#snsLink {
  position: absolute;
  top: 0;
  right: 0;
}

#snsLink li {
  display: block;
  float: right;
  margin: 0 0 0 8px;
}

#keyVisual {
  width: 100%;
}

#keyVisualMain {
  width: 100%;
  min-width: 990px;
  height: auto;
  /* overflow: hidden; */
}

#keyVisualBox {
  position: relative;
}

#keyVisualBox a {
  position: absolute;
  top: 0;
  left: 0;
}

#keyVisualBox img {
  height: auto;
}

#keyVisualThumbnail {
  display: none;
  position: absolute;
}

#slideThumbnail0 {
  border: 3px solid #000;
}

#keyVisualThumbnail img {
  margin: 0 10px;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

#brandsBar {
  position: absolute;
  width: 100%;
  height: 65px;
  background: rgba(237, 237, 237, 0.5);
  top: 80px;
  clear: both;
}

#brandsBar li {
  height: 65px;
  line-height: 65px;
  float: left;
  margin: 0 35px 0 20px;
}

#brandsBar li img {
  vertical-align: middle;
}

#brandsBar ul#snsLink {
  float: right;
  margin: 0 25px 0 0;
}

#brandsBar ul#snsLink li {
  margin: 0 5px;
}

#bannerBar {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: -2px 0 0;
}

#banners {
  position: absolute;
  min-width: 200%;
  height: 200px;
  left: 0px;
}

#toLeft {
  position: absolute;
  top: 85px;
  left: 10px;
  cursor: pointer;
}

#toRight {
  position: absolute;
  right: 10px;
  top: 85px;
  cursor: pointer;
}

#toLeft:hover, #toRight:hover {
  opacity: 0.7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#toAllListButton {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 0 35px 0 0;
  background: url(./img/arrow_right2.png) no-repeat right center;
}

/**
		Footer
**/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#footerBrands {
  clear: both;
}

#footerBrands ul {
  overflow: hidden;
}

#footerBrands ul li {
  /*float: left;*/
  display: inline-block;
  padding: 0 30px;
}

.footerBrandsother li {
  height: 40px;
}

#footerBrands .footerBrandsonlinestore li {
  float: none;
}

#footerBrands .footerBrandsonlinestore li a {
  width: 160px;
  display: block;
  margin: 0 auto;
}

#footerBrands .footerBrandsonlinestore li a img {
  width: 130px;
  height: auto;
}

/*
#footerBrands ul li img {
	height: 100%;
	width: auto;
}
*/
#footerBrands ul li img {
  height: 100%;
  width: auto;
  transition: opacity 0.2s linear;
}

#footerLinks {
  /* fallback */
  background-color: #322222;
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #433030, #322222);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #433030, #322222);
  /* IE 10 */
  background: -ms-linear-gradient(top, #433030, #322222);
  padding: 12px 0 0;
  color: #fff;
  text-align: center;
}

#footerLinks nav {
  padding: 15px 0;
}

#footerLinks nav ul li {
  display: inline-block;
  margin: 1.35rem 2rem;
}

footer nav ul li a {
  font-size: 12px;
  color: #fff;
}

footer nav ul li a:hover {
  font-size: 12px;
}

footer small {
  display: block;
}

#copy {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: .9em;
  letter-spacing: .05em;
  line-height: 14px;
}

/*
#kurihara-link {
	display: block;
    padding: 1.8em 0;
}
*/
#kurihara-link img {
  height: auto;
  width: 150px;
}

#description {
  margin: 20px 0;
  line-height: 18px;
  color: #fff;
}

.footer-social-link {
  margin: .3em 0 21px 0;
}

.footer-social-link li {
  display: inline-block;
  margin: 0 15px 0;
  font-size: 1.2rem;
}

.footer-social-link li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.footer-social-link span {
  margin-right: 0.3em;
}

/**
 *	breadcrumb
**/
.breadcrumbs span {
  color: #1c1c1c;
  font-size: 12px;
  padding: 0 .5em;
  line-height: 1.6;
}

.breadcrumbs span:first-child {
  padding-left: 0;
}

.breadcrumbs span a span {
  color: #999;
  font-size: 12px;
  padding-right: 0;
}

/**
			上へ戻る
	**/
/*
#toTop {
	cursor: pointer;
	position: fixed;
	bottom: 24px;
	right: 24px;
	display: none;
}
*/
#toTop {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 8%;
  bottom: 60px;
  z-index: 99;
  background: #000;
  opacity: .6;
  width: 60px;
  height: 60px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#toTop img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 20px;
}

/**
			content
	**/
#contentWrap {
  /*    width: 960px;
	*/
  margin: 49px auto 100px;
  clear: both;
}

/**
			Side
	**/
#side {
  width: 200px;
  float: left;
  margin: 0 40px 100px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e9e9e9;
}

#side div.spacer {
  height: 56px;
  background: url(./img/line.jpg) center no-repeat;
  clear: both;
}

#side h4 {
  padding: 0 0 13px 15px;
  font-size: 19px;
}

#side h4.sideTopMenu {
  margin: 0 0 10px;
  border-bottom: 1px solid #e9e9e9;
}

#side h4.sideTopMenu a {
  font-size: 16px;
}

#side li {
  font-size: 12px;
}

#searchArea select {
  width: 200px;
  height: 34px;
  font-size: 12px;
  margin: 0 0 14px;
  padding: 0 10px;
  height: auto\9;
  padding: 10px\9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #FFFFFF;
}

#searchArea input.txt {
  width: 178px;
  height: 30px;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  margin: 0 0 16px;
  border-radius: 4px;
  padding: 0 10px;
}

#searchArea input.button {
  width: 80px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #1c1c1c;
  border: none;
  -webkit-box-shadow: 0 2px 0 #999;
  -moz-box-shadow: 0 2px 0 #999;
  box-shadow: 0 2px 0 #999;
  cursor: pointer;
}

#searchArea input.button:hover {
  opacity: 0.7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#brands h4, #size h4, #color h4 {
  border-bottom: 1px solid #e9e9e9;
}

#brands ul li, #size ul li, #sex ul li {
  border-bottom: 1px dotted #e9e9e9;
  padding: 10px 0 10px 10px;
}

#type h4 {
  border-bottom: 1px solid #e9e9e9;
}

#type h5 {
  padding: 12px 0 13px 15px;
}

#type ul {
  margin: 0 0 4px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #e9e9e9;
}

#type ul li {
  padding: 9px 0 5px 15px;
}

#type h5.marginBottom {
  margin: 0 0 4px 0;
}

#type h5.borderBottom {
  padding: 12px 0 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}

#color ul {
  margin: 4px 0 0 15px;
}

#color ul li {
  width: 24px;
  height: 24px;
  float: left;
  margin: 13px 13px 0 0;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
  cursor: pointer;
}

#color ul li#black {
  background: black;
}

#color ul li#gray {
  background: gray;
}

#color ul li#white {
  background: white;
  border: 1px solid #999;
  width: 22px;
  height: 22px;
}

#color ul li#red {
  background: red;
}

#color ul li#orange {
  background: orange;
}

#color ul li#yellow {
  background: yellow;
}

#color ul li#green {
  background: green;
}

#color ul li#blue {
  background: blue;
}

#color ul li#purple {
  background: purple;
}

#color ul li#brown {
  background: brown;
}

#color ul li#assort {
  background: #ccc;
}

#color ul li#navy {
  background: navy;
}

#color ul li#colorOther {
  width: 98px;
  background: transparent;
}

#color ul li#colorOther a {
  width: 98px;
  height: 15px;
}

/**
			Main content
	**/
#content {
  width: 100%;
  margin: 0 0 100px;
}

#content div.spacer {
  height: 45px;
  clear: both;
}

#importantNotification {
  color: #1c1c1c;
  font-size: 13px;
  padding: 0 0 17px 25px;
  margin: 0 0 5px 0;
}

#importantNotification span {
  color: #C00;
  font-size: 12px;
  font-weight: bold;
}

#topicsF1 {
  width: 670px;
  min-height: 145px;
  float: left;
  margin: 0 34px 0 0;
  letter-spacing: 0px;
  background: #f3f3f3;
  padding: 20px 25px;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

#topicsF1 article {
  padding: 20px 0 5px;
}

#topicsF1 article time {
  margin: 0 20px 10px 0;
  display: block;
  float: left;
  font-size: 14px;
}

#topicsF1 article p {
  font-size: 13px;
  line-height: 1.3em;
}

/**
	fase2
	**/
#topics, #blog {
  position: relative;
}

#newstopics .more {
  display: block;
  padding: 0 20px 0 0;
  background: url(./img/arrow_right2.png) no-repeat right center;
  text-align: right;
}

#topics .more {
  right: 40px;
}

#newstopics .more a {
  color: #1c1c1c;
}

#newstopics h3 {
  margin: 0 0 60px;
}

#newstopics article {
  height: 60px;
  margin: 0 0 20px;
}

#topics {
  width: 320px;
  float: left;
  padding: 0 40px 0 0;
  border-right: 1px solid #e9e9e9;
  letter-spacing: 0px;
  /*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
  behavior: url(/PIE.htc);
}

#topics article {
  cursor: pointer;
}

#topics article img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
  /*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
  behavior: url(/PIE.htc);
}

#topics article time {
  margin: 0 0 10px 0;
  display: inline-block;
  font-size: 12px;
  color: #999;
}

#topics article p {
  font-size: 12px;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog {
  width: 320px;
  float: right;
  /*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
  behavior: url(/PIE.htc);
}

#blog article {
  cursor: pointer;
}

#blog article img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
  /*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
  behavior: url(/PIE.htc);
}

#blog article time {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 12px;
  color: #999;
}

#topics article .shop, #blog article .shop {
  display: inline-block;
  font-size: 12px;
  color: #000;
}

#blog article p {
  font-size: 12px;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainContent h2, #windowcolumn h2 {
  /*font-family: 'HelveticaNeue-CondensedBlack';*/
  font-size: 30px;
  margin: 0 0 62px 0;
}

#detailLeft h4, #windowcolumn h4 {
  margin: 16px 0 0 0;
  font-size: 14px;
}

#mainContent h4 {
  margin: 16px 0 0 0;
  font-size: 11px;
  font-weight: normal;
}

#mainContent h5, #detailLeft h5, #windowcolumn h5 {
  margin: 8px 0 0 0;
  height: 45px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.3em;
}

#mainContent p, #mainContent section {
  font-size: 15px;
  line-height: 25px;
}

#mainContent p a {
  color: #0c75b2;
  text-decoration: underline;
}

#mainContent p.leader {
  padding: 0 0 37px;
  margin: 0 0 32px;
  border-bottom: dotted #ccc 1px;
}

#mainContent section.sentence {
  margin: 0 0 61px;
}

#mainContent section.sentence p {
  margin: 25px 0 0;
}

#mainContent section.bottomBorder {
  padding: 0 0 65px;
  margin: 0 0 30px;
  border-bottom: dotted #ccc 1px;
}

#careItems {
  margin: 53px 0;
  clear: both;
}

#careItems article.items {
  margin: 0 28px 0 0;
}

#careItems article.items p {
  margin: 10px 0 0;
  line-height: 1.9em;
  font-size: 11px;
}

#careItems article.items p mark {
  font-weight: normal;
  font-size: 14px;
}

#itemBox {
  float: right;
  margin: 0 0 0 50px;
}

#itemBox h5 {
  margin: 22px 0 0;
  height: 1.5em;
}

#mainContent div.spacer {
  height: 10px;
  clear: both;
}

article.items {
  width: 120px;
  height: 345px;
  float: left;
  margin: 0 30px 30px 0;
}

article.items img {
  width: 120px;
  height: 120px;
}

article.items p.price {
  font-size: 13px;
  line-height: 1.7em;
  font-weight: bold;
}

article.items p.price del {
  color: #999999;
}

article.items p.price del span {
  color: #999999;
}

article.items p.price ins {
  background: transparent;
}

article.items p.stock {
  color: #ce2c6d;
  font-weight: bold;
}

article.items p.timeSale span {
  color: #ce2c6d;
  font-weight: bold;
}

article.items p.timeSale ins {
  color: #ce2c6d;
  font-weight: bold;
  text-decoration: underline;
  background-color: #fff;
}

article.items p.timeSaleTitle {
  text-align: center;
  background-color: #ce2c6d;
}

article.items p.timeSaleTitle span {
  color: #fff;
}

article.itemImages {
  width: 120px;
  height: 150px;
  float: left;
  margin: 0 20px 0 0;
}

article.itemImages img {
  width: 120px;
  height: 120px;
}

article.itemsLast {
  margin: 0;
}

#pageNaviList a.basicButton {
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 2px;
  border: 1px solid #e9e9e9;
}

#pageNaviList strong {
  display: inline-block;
  padding: 10px 15px;
  margin: 20px 2px;
  background: #efefef;
  border: 1px solid #e9e9e9;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  /*-webkit-box-shadow: 0 2px 0 #949494;
	-moz-box-shadow: 0 2px 0 #949494;
	box-shadow: 0 2px 0 #949494;*/
  behavior: url(/PIE.htc);
}

#pageNaviList a#naviPrev {
  padding: 10px 15px 10px 35px;
  background: url(./img/arrow_left2.png) no-repeat 10px center;
  border: 1px solid #e9e9e9;
}

#pageNaviList a#naviNext {
  padding: 10px 35px 10px 15px;
  background: url(./img/arrow_right2.png) no-repeat 70px center;
  border: 1px solid #e9e9e9;
}

#mainContentBoxes {
  clear: both;
  height: 324px;
}

#mainContent div#leftBox {
  width: 300px;
  height: 274px;
  padding: 16px 25px;
  float: left;
  background: #E2E2E2;
}

#mainContent div#rightBox {
  width: 300px;
  height: 96px;
  padding: 105px 25px;
  float: right;
  background: #F3F3F3;
  text-align: center;
}

#mainContent #COLLABORATIONBox h3, #mainContent #FEATUREBox h3, #mainContent #KAORINOMORIKYOUGYOUBox h3, #topicsBox h3 {
  padding: 0 0 10px;
}

#mainContent #COLLABORATIONBox section, #mainContent #FEATUREBox section, #mainContent #KAORINOMORIKYOUGYOUBox section, #topicsBox section {
  margin: 0 0 50px;
}

#topicsBox section time {
  color: #A2A2A2;
}

#topicsFooter {
  /*    width: 720px;
	min-width: 720px;
	*/
  border-top: 1px dotted #e9e9e9;
  padding: 12px 0 0;
}

a#newer {
  font-size: .85em;
  line-height: 1.6;
  padding: 0 1.2em 0 0;
  width: 45%;
  text-align: right;
  float: right;
  background: url(./img/arrow_right2.png) no-repeat right center;
}

a#older {
  font-size: .85em;
  line-height: 1.6;
  padding: 0 0 0 1.2em;
  width: 45%;
  text-align: left;
  float: left;
  background: url(./img/arrow_left2.png) no-repeat left center;
}

#searchOptions {
  background: #F3F3F3;
  padding: 30px 25px 3px;
  font-size: 12px;
}

#searchOptions table {
  width: 100%;
}

#searchOptions table th {
  width: 120px;
  height: 40px;
  text-align: left;
  font-weight: normal;
}

#searchItemsNumber {
  text-align: right;
  letter-spacing: 0;
  margin: 15px 0 50px;
}

/**
			ログインページ
	**/
#loginForm dt {
  font-size: 14px;
  margin: 8px 0 0;
  font-weight: bold;
}

#loginForm dd {
  font-size: 13px;
}

#loginForm input.txt {
  height: 31px;
  width: 260px;
  margin: 15px 0 17px;
  padding: 1px 20px;
  border: 1px solid #999;
}

#loginButton {
  width: 135px;
  height: 48px;
  margin: 23px auto 0;
  font-size: 14px;
}

#joinMember {
  width: 150px;
  height: 1em;
  margin: 19px auto 0;
  padding: 17px 0;
  font-size: 14px;
}

/**
			商品個別ページ
	**/
#cartbtn_dynamic {
  padding: 19px 15px;
}

#detailLeft {
  width: 560px;
  /*min-height:1890px;*/
  float: left;
  margin-bottom: 80px;
}

#detailLeft div.spacer {
  clear: both;
  height: 15px;
}

#detailLeft p {
  font-size: 12px;
  margin: 33px 0 15px 0;
}

#detailLeft article.items p {
  margin: 2px 0;
}

#detailLeft article.items p.timeSaleTitle {
  line-height: 22px;
}

#detailLeft article.items p.timeSale ins {
  font-size: 1.2em;
}

#mainImageWrap {
  text-align: center;
}

#mainImage {
  width: 500px;
}

.subImg, #bransLink {
  cursor: pointer;
}

#subImagesUnder {
  clear: both;
  height: 140px;
}

#detailRight {
  width: 360px;
  /*min-height:1890px;*/
  float: right;
  margin-bottom: 80px;
}

#detailRight .itemTop {
  min-height: 500px;
  height: 500px\9;
  overflow: visible;
  margin-bottom: 60px;
}

#detailRight h2 {
  margin: 16px 0 0 0;
  font-size: 23px;
}

#detailRight h3 {
  margin: 24px 0 0 0;
  font-size: 16px;
}

#detailRight h4 {
  font-size: 16px;
}

#detailRight h5 {
  margin: 48px 0 26px 0;
  font-size: 14px;
}

#detailRight a.blue {
  text-decoration: underline;
  color: #0c75b2;
  font-weight: bold;
}

#detailRight p#price {
  margin: 40px 0 0 0;
  font-size: 27px;
  font-weight: bold;
}

#detailRight p#price span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}

#detailRight #timeSale {
  margin-top: 10px;
  color: #ce2c6d;
}

#detailRight #timeSale .detailTimeSale {
  font-size: 22px;
}

#detailRight #timeSale .detailTimeSalePrice {
  margin: 10px 0;
  font-weight: bold;
  font-size: 27px;
}

#detailRight #timeSale .detailTimeSalePrice span {
  font-size: 14px;
}

#detailRight #timeSale .detailTimeSaleTimeLeft {
  font-size: 14px;
}

#detailRight div#addCartArea {
  margin: 50px 0 40px 0;
  padding: 42px 0 42px;
  background: #ffffff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

#detailRight dl {
  clear: both;
}

#detailRight dt {
  min-width: 105px;
  font-weight: bold;
  float: left;
  padding: 8px 0;
  letter-spacing: 0;
}

#detailRight dd select {
  width: 200px;
  height: 34px;
  font-size: 12px;
  margin: 0 0 17px;
  padding: 0 10px;
  height: auto\9;
  padding: 10px\9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #ffffff;
}

#detailRight dd input.txt {
  width: 68px;
  height: 30px;
  height: auto\9;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  margin: 0 0 24px;
  padding: 10px\9;
  border-radius: 4px;
  text-align: center;
}

#detailRight .importantButton, #detailRight .moderateButton {
  text-align: left;
  font-size: 15px;
  height: 1em;
  padding: 19px 0 18px 130px;
  background-repeat: no-repeat;
}

#detailRight .importantButton {
  background-image: url(./img/icon_cartW.png);
  background-position: 65px 13px;
}

#detailRight .moderateButton {
  margin: 9px 0 0 0;
  background-image: url(./img/icon_heart.png);
  background-position: 68px 16px;
}

#detailRight p.small {
  font-size: 11px;
  line-height: 1.8em;
  margin: 16px 0 2px 0;
}

#commentArea div {
  margin: 24px 0 35px 0;
  font-size: 13px;
  line-height: 24px;
}

#detailRight li {
  padding: 7px 0 13px 0;
}

table#qualityTable, table#sizeTable {
  width: 360px;
}

table#qualityTable {
  border-collapse: separate;
  border-spacing: 0 13px;
}

table#qualityTable th {
  font-weight: normal;
  text-align: left;
  width: 90px;
}

table#qualityTable td {
  padding: 0 0 0 20px;
  margin: 10px 0;
  border-left: 1px solid #1c1c1c;
}

table#sizeTable th {
  font-weight: normal;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table#sizeTable td {
  padding: 15px 10px 12px 35px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/**
			コンテンツページ
	**/
#howToEri {
  clear: both;
  height: 228px;
  margin: 65px 0 40px;
}

#howToEri li {
  float: left;
  width: 140px;
  margin: 0 40px 0 0;
}

#howToCare {
  clear: both;
  margin: 65px 0 40px;
}

#howToCare li {
  float: left;
  width: 195px;
  height: 280px;
  margin: 0 67px 20px 0;
  text-align: center;
}

#howToCare li p {
  text-align: left;
}

#howToCare li img {
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

#howToCare li.itemsLast {
  margin: 0;
}

section.caption {
  float: right;
  width: 520px;
}

section.caption div.title {
  line-height: 20px;
}

section.caption div.title mark {
  font-size: 28px;
  margin: 0 10px 0 0;
}

section.caption div.body {
  background: #F3F3F3;
  padding: 10px 15px;
  margin: 5px 0 0 0;
}

#imagesBox img {
  margin: 0 25px 0 0;
}

#privacy p {
  margin: 0 0 30px 0;
}

#privacy footer {
  margin: 70px 0 0;
  width: auto;
  text-align: left;
}

#rulesBox {
  background: #F3F3F3;
  padding: 20px 30px;
  height: 325px;
  width: 660px;
  margin: 40px 0 20px;
  overflow-y: scroll;
}

#buttons {
  margin: 0 auto;
  width: 460px;
}

#buttons li {
  float: left;
  margin: 0 15px;
}

#agreementYes {
  width: 260px;
  height: 1em;
  margin: 19px auto 0;
  padding: 17px 0;
  font-size: 14px;
}

#agreementNo {
  width: 140px;
  height: 1em;
  margin: 19px auto 0;
  padding: 17px 0;
  font-size: 14px;
}

#backTo {
  padding: 1px 0 0 20px;
  font-weight: bold;
  background: url(./img/arrow_left2.png) no-repeat left top;
  font-size: 13px;
  line-height: 14px;
}

table#lows {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}

table#lows tr {
  border-bottom: 1px solid #e9e9e9;
}

table#lows th {
  height: 80px;
  min-width: 170px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

table#lows td {
  vertical-align: middle;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.5em;
}

table#lows td input.txt {
  height: 31px;
  margin: 15px 0 17px;
  padding: 1px 20px;
  border: 1px solid #999;
}

/**
			カート
	**/
#cartBox div#btnArea {
  margin: 85px 120px 85px 0;
}

#cartBox div#btnArea .goPrv {
  margin: 16px 0;
  padding: 1px 0 0 20px;
  width: 100px;
  background: url(./img/arrow_left2.png) no-repeat left center;
  font-size: 13px;
  line-height: 14px;
  float: left;
  border: 0;
  cursor: pointer;
}

#cartBox div#btnArea .noPrv {
  margin: 16px 0;
  width: 120px;
  float: left;
}

#cartBox div#btnArea input.button {
  height: 48px;
  margin: 0 auto;
  padding: 0 30px;
  font-size: 14px;
  cursor: pointer;
}

#cartBox select {
  height: 31px;
  margin: 7px 10px 7px;
  padding: 1px 20px;
  height: auto\9;
  padding: 10px\9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #e2e2e2;
}

#cartBox textarea.userMessage {
  width: 680px;
  height: 140px;
  border: 15px solid #f3f3f3;
}

#cartBox span.price {
  font-weight: bold;
  color: #ce2c6d;
}

#cartBox span.totalPrice {
  font-weight: bold;
}

#cartBox table {
  width: 100%;
  margin: 0 0 10px;
}

#cartBox table th {
  background: #e2e2e2;
  vertical-align: middle;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 10px;
}

#cartBox table td {
  background: #f8f8f8;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  padding: 30px 10px;
  vertical-align: middle;
}

#cartBox table td.total {
  padding: 10px 10px;
}

#cartBox table td.txt {
  padding: 20px 10px;
}

#cartBox a.basicButton {
  display: inline-block;
  padding: 10px 10px;
}

#completeArea p {
  margin: 0 0 30px;
}

#completeArea a.importantButton {
  width: 260px;
  height: 1em;
  margin: 19px auto 0;
  padding: 17px 0;
  font-size: 14px;
}

#mynaviMypage ul {
  border-bottom: 2px solid #bfbfbf;
  background: #e2e2e2;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

#mynaviMypage ul li {
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  font-weight: bold;
}

#mynaviMypage ul li.last {
  border-bottom: 0;
}

/**
			rank
	**/
#rankingView, #rankingSale {
  position: relative;
}

#rankingView {
  display: none;
}

#rankingView article, #rankingSale article {
  position: relative;
}

#rankingView article div, #rankingSale article div {
  width: 51px;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 5px;
}

#rank1 div {
  background: url(../img/ranking/rank1.png) no-repeat;
}

#rank2 div {
  background: url(../img/ranking/rank2.png) no-repeat;
}

#rank3 div {
  background: url(../img/ranking/rank3.png) no-repeat;
}

#rank4 div {
  background: url(../img/ranking/rank4.png) no-repeat;
}

#rank5 div {
  background: url(../img/ranking/rank5.png) no-repeat;
}

.rankTab {
  width: 162px;
  height: 26px;
  position: absolute;
  top: 55px;
  right: 0px;
}

.rankTab li {
  display: block;
  float: left;
  padding: 5px 17px;
  font-weight: bold;
  cursor: pointer;
}

#rankingView li.tabView, #rankingSale li.tabSale {
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
  cursor: default;
}

#rankingView li.tabSale, #rankingSale li.tabView {
  color: #1c1c1c;
  border: 1px solid #efefef;
}

/**
			popup
	**/
#windowcolumn input.txt {
  height: 31px;
  margin: 15px 0 17px;
  padding: 1px 20px;
  border: 1px solid #999;
}

#windowcolumn {
  line-height: 2em;
}

/**
			common
	**/
table#inTable {
  border: 0;
  background: transparent;
}

table#inTable td {
  border: 0;
  background: transparent;
}

table#dotted {
  width: 100%;
  border-top: 1px solid #e9e9e9;
}

table#dotted tr {
  border-bottom: 1px solid #e9e9e9;
}

table#dotted th {
  height: 80px;
  min-width: 170px;
  padding: 0 20px;
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

table#dotted td {
  vertical-align: middle;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.5em;
}

table#dotted td input {
  height: 31px;
  margin: 7px 0 7px;
  padding: 1px 10px;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

table#dotted td textarea {
  padding: 10px;
  font-size: 13px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}

table#dotted td input.txt {
  border: 1px solid #999;
}

table#dotted td select {
  height: 31px;
  margin: 7px 0 7px;
  padding: 1px 20px;
  height: auto\9;
  padding: 10px\9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background: #fff;
}

table#dotted td p {
  margin: 0 0 7px;
  line-height: 1em;
}

table#dotted td a.basicButton {
  width: 110px;
  font-size: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
  cursor: pointer;
}

table#dotted td a.blue {
  color: #0c75b2;
  letter-spacing: 0;
}

/**
			Common
	**/
.marginBottom34 {
  margin-bottom: 34px;
}

.marginBottom40 {
  margin-bottom: 40px;
}

.marginBottom60 {
  margin-bottom: 60px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop36 {
  margin-top: 36px;
}

.marginTop55 {
  margin-top: 55px;
}

.marginTop92 {
  margin-top: 92px;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.attention {
  color: #ce2c6d;
}

.gray {
  color: #666;
}

.clearfix {
  clear: both;
}

.radius {
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

.border {
  border-top: 1px solid #e9e9e9;
  padding-top: 60px;
}

.grayBox {
  font-size: 14px;
  background: #f3f3f3;
  padding: 20px 25px;
  margin: 0 0 25px;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

.redBox {
  display: inline;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  background: #ce2c6d;
  padding: 5px 10px;
  margin: 0 10px;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  behavior: url(/PIE.htc);
}

.box45 {
  width: 45px;
}

.box50 {
  width: 50px;
}

.box60 {
  width: 60px;
}

.box120 {
  width: 120px;
}

.box380 {
  width: 380px;
}

/**
			Buttons
	**/
.basicButton {
  display: block;
  text-align: center;
  padding: 5px 0;
  /*background: #e2e2e2;*/
  letter-spacing: 0px;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  /*-webkit-box-shadow: 0 2px 0 #bfbfbf;
	-moz-box-shadow: 0 2px 0 #bfbfbf;
	box-shadow: 0 2px 0 #bfbfbf;*/
  behavior: url(/PIE.htc);
}

#pageNaviList a:hover {
  opacity: 0.7;
  behavior: url(/PIE.htc);
}

.importantButton {
  display: block;
  text-align: center;
  padding: 5px 0;
  background: #790311;
  letter-spacing: 0px;
  border: 0;
  color: #fff;
  font-weight: bold;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  -webkit-box-shadow: 0 2px 0 #2F0006;
  -moz-box-shadow: 0 2px 0 #2F0006;
  box-shadow: 0 2px 0 #2F0006;
  behavior: url(/PIE.htc);
}

.moderateButton {
  display: block;
  text-align: center;
  padding: 5px 0;
  background: #bc976f;
  letter-spacing: 0px;
  border: 0;
  color: #fff;
  font-weight: bold;
  /* -webkit-border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* border-radius: 6px; */
  -webkit-box-shadow: 0 2px 0 #846e64;
  -moz-box-shadow: 0 2px 0 #846e64;
  box-shadow: 0 2px 0 #846e64;
  behavior: url(/PIE.htc);
}

#brandsFooterBanner {
  text-align: center;
}

div.postContent, #mainContent #COLLABORATIONBox .postContent p, #mainContent #KAORINOMORIKYOUGYOUBox .postContent p, #mainContent #FEATUREBox .postContent p, #mainContent #topicsBox .postContent p {
  min-height: 25px;
  font-size: 12px;
}

.asset-more-link {
  background: url(./img/arrow_right2.png) no-repeat right center;
  padding: 0 15px 0 0;
}

/**
	* MAP関連
	*/
.wrapper_map .main .buttons, .headingMap, .mapBody, .mapArea {
  width: 100%;
  max-width: 600px;
  min-width: 280px;
  margin: 0 auto;
}

.wrapper_map {
  background: #322222;
  padding: 50px 0 40px 0;
  min-width: 320px;
  margin: 0 auto;
}

.wrapper_map .main {
  background: #fff;
  padding: 60px 20px;
  min-width: 280px;
  font-size: 1.2em;
}

.wrapper_map .main .buttons {
  display: block;
  text-align: center;
}

.wrapper_map .main .buttons_maps {
  display: inline-block;
  margin-left: 10%;
}

.wrapper_map .main .buttons_maps:first-child {
  margin: 0;
}

.wrapper_map .main .buttons_maps a {
  padding: 15px;
  display: inline-block;
  border: 2px solid #ddd;
  font-size: 14px;
  color: #322222;
  width: 80px;
}

.wrapper_map .mapBody .shops_list img {
  width: 50px;
}

.shop_list_page .sub_title {
  margin-bottom: 32px;
}

.headingMap {
  margin-bottom: 30px;
}

.headingMap h1 {
  font-weight: normal;
}

.headingMap_icon_override {
  background: url("./img/map_logos.png") no-repeat top left;
  font-size: 0;
  padding: 12px 52px;
  background-size: 97px;
  margin-right: 30px;
}

.headingMap_icon_kaorinomori {
  background: url("./img/map_logos2.png") no-repeat top left;
  font-size: 0;
  padding: 22px 52px;
  background-size: 24px;
  margin-right: 30px;
}

.mapBody {
  margin-bottom: 30px;
}

.topics_items, .top-topics_items, .staffBlog_items, .top-blog_items, .list_items, .shops_item, .shopData_items, .mapBody {
  display: table;
  margin-bottom: 20px;
}

.topics_items a, .top-topics_items a, .staffBlog_items a, .top-blog_items a, .list_items a, .shops_item a, .shopData_items a, .mapBody a {
  color: #000;
  width: 100%;
  display: table;
}

.topics_items a:hover img, .top-topics_items a:hover img, .staffBlog_items a:hover img, .top-blog_items a:hover img, .list_items a:hover img, .shops_item a:hover img, .shopData_items a:hover img, .mapBody a:hover img, .topics_items a:hover dl, .top-topics_items a:hover dl, .staffBlog_items a:hover dl, .top-blog_items a:hover dl, .list_items a:hover dl, .shops_item a:hover dl, .shopData_items a:hover dl, .mapBody a:hover dl {
  opacity: 0.7;
}

.topics_items a img, .top-topics_items a img, .staffBlog_items a img, .top-blog_items a img, .list_items a img, .shops_item a img, .shopData_items a img, .mapBody a img {
  display: table-cell;
  vertical-align: top;
}

.topics_items dl, .top-topics_items dl, .staffBlog_items dl, .top-blog_items dl, .list_items dl, .shops_item dl, .shopData_items dl, .mapBody dl {
  display: table-cell;
  vertical-align: top;
}

.topics_items dl dt, .top-topics_items dl dt, .staffBlog_items dl dt, .top-blog_items dl dt, .list_items dl dt, .shops_item dl dt, .shopData_items dl dt, .mapBody dl dt {
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.3em;
}

.topics_items dl dt time, .top-topics_items dl dt time, .staffBlog_items dl dt time, .top-blog_items dl dt time, .list_items dl dt time, .shops_item dl dt time, .shopData_items dl dt time, .mapBody dl dt time {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  color: #666;
  line-height: 0.8;
  margin-bottom: 8px;
}

.topics_items dl dd, .top-topics_items dl dd, .staffBlog_items dl dd, .top-blog_items dl dd, .list_items dl dd, .shops_item dl dd, .shopData_items dl dd, .mapBody dl dd {
  font-size: 1.25em;
  line-height: 1.8em;
}

.mapBody .shops_item a, .mapBody a {
  min-width: 120px;
  display: inline-block;
}

.mapBody .shops_item a img, .mapBody a img {
  max-width: 200px;
  width: 100%;
}

.mapBody .shops_item dl, .mapBody dl {
  width: 80%;
  padding-left: 15px;
}

.mapBody .shops_item dl dt, .mapBody dl dt {
  margin-bottom: 10px;
}

.mapBody .shops_item dl dd, .mapBody dl dd {
  font-size: 0.9em;
  line-height: 1.5em;
}

.mapBody .shops_list .shops_list-more li {
  width: 50px;
  display: inline-block;
}

.mapBody .shops_list .shops_list-more li:first-child {
  margin-right: 1.3em;
}

.mapBody .shops_list .shops_list-more a {
  padding-top: 3px;
}

.mapBody .shops_list .shops_list-more img {
  width: 50px;
}

.mapBody .shops_list .shops_list-tel {
  margin-bottom: 5px;
}

.mapBody .shops_list .shops_list-bh {
  margin-bottom: 5px;
}

.mapArea {
  height: 500px;
  margin-bottom: 30px;
}

.u-gray {
  background-color: #f9f9f9 !important;
}

.u-mgb_m {
  margin-bottom: 20px;
}

#mainContent .announcement {
  margin: 25px 0;
}

#mainContent .announcement p {
  font-size: 0.9em;
  margin-bottom: 8px;
}

.inlineContents {
  display: none;
  overflow: hidden;
}

.inline_item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.inline_item img {
  width: 100%;
}

#cboxCurrent {
  display: none !important;
}

#cboxPrevious {
  background: url(./img/img_arrow_left.png) no-repeat top left;
  background-position: 0 -2px;
  background-size: 32px 32px;
  text-indent: 25px;
  width: 90px;
  font-size: 14px;
  margin-top: 5px;
  bottom: auto;
  outline: none;
}

#cboxNext {
  left: 105px;
  background: url(./img/img_arrow_right.png) no-repeat top right;
  background-size: 32px 32px;
  background-position: 100% -2px;
  text-indent: -26px;
  width: 65px;
  font-size: 14px;
  margin-top: 5px;
  bottom: auto;
  outline: none;
}

#cboxClose {
  background: url(./img/img_close.png) no-repeat 0px 0px;
  background-size: 25px 25px;
}

#cboxClose {
  outline: none;
}

#cboxPrevious:hover {
  background-position: 0 -2px;
}

#cboxNext:hover {
  background-position: 100% -2px;
}

/*lightbox custmize */
#prevLink {
  display: none !important;
}

#nextLink {
  display: none !important;
}

#numberDisplay {
  display: none !important;
}

#imageData #bottomNavClose img {
  display: none;
}

#imageData #bottomNavClose {
  background: url(./img/img_close.png) no-repeat 0px 0px;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
}

.brandsCollection .col1 img {
  width: 240px;
}

.brandsCollection .col2 img {
  width: 480px;
}

.brandsCollection .col4 img {
  width: 960px;
}

.productList .items {
  display: inline-block;
  width: 120px;
  margin: 0 25px 30px 0;
  vertical-align: text-top;
  margin-bottom: 140px;
  position: relative;
}

.items.itemsLast {
  margin-right: 0;
}

.itemImg {
  margin-bottom: 16px;
  display: block;
}

.itemImg img {
  width: 120px;
  height: 120px;
}

.itemName {
  font-size: 11px;
  margin: 0 0 25px;
  line-height: 1.5;
}

.brandName {
  display: block;
  margin: 0 0 8px;
}

.itemPrice {
  font-weight: bold;
  font-size: 15px;
}

.itemStock {
  color: #ce2c6d;
  font-weight: bold;
  margin-top: 10px;
}

.correctionBefore {
  color: #999999;
  display: block;
  margin-bottom: 10px;
}

.itemNum {
  width: 51px;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 5px;
}

.sidebunerArea {
  margin-bottom: -15px;
}

.sidebunerArea__items {
  margin-bottom: 15px;
}

.sidebunerArea__items a {
  display: block;
}

/**/
#snsLink {
  display: none;
}

#headerCart {
  right: 0;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#concept {
  position: relative;
  width: 100%;
  table-layout: fixed;
  vertical-align: middle;
}

#concept_body {
  position: absolute;
  top: 15%;
  left: 25%;
  text-align: center;
  width: 50%;
}

#concept_body p {
  margin: 7% 0;
  line-height: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.top_concept {
  width: 960px;
}

.top_concept_textinner {
  padding: 0px 5px;
}

#wideContent {
  /*    width: 960px;
	*/
  margin: 0 auto;
  clear: both;
}

/*  #contsList article{
	height: 172px;
	width: 172px;
	margin: 0 74px 30px;
	float: left;
}
#contsList article img{
	width: 172px;
	height: 172px;
}
#contsList h3{
	margin: 0 0 50px 0;
	text-align: center;
}
#contsList article time {
	color: #A2A2A2;
}
#contsList article p.title {
	margin-top: 5px;
	font-size:0.9em;
	line-height: 1.5em;
}
#contsList p.more {
	margin-top: 15px;
	text-align: right;
}*/
#brandTopics {
  letter-spacing: 0px;
  margin: 0 auto 95px;
  width: 100%;
  max-width: 960px;
}

#brandBlog {
  float: right;
  padding: 0 0 0 45px;
}

#brandsShops, #brandsInsta {
  text-align: center;
}

#brandShopsLead section {
  float: left;
  width: 460px;
  padding: 0 20px 0 0;
  margin: 0 0 60px 0;
}

#brandShopsLead section img.brandShopsL {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 25px 0 0;
}

#brandShopsLead section p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 225px;
}

#brandShopsLead section p.name {
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
}

#brandShopsLead section p.addr {
  cursor: pointer;
}

#brandShopsLead section p.bh {
  font-size: 11px;
  line-height: 2.5em;
}

#brandShopsLead section p.more {
  margin-top: 1em;
  width: 55px;
}

#brandShopsLead section p.more img {
  width: 100%;
}

#brandShopsLead section p.links {
  margin-top: 10px;
  width: 164px;
}

#brandShopsLead section p.links img {
  width: 100%;
}

#brandsShopList {
  position: relative;
}

#brandsShopList section {
  float: left;
  width: 220px;
  height: 85px;
  padding: 0 20px 0 0;
  margin: 0 0 10px;
}

#brandsShopList section img.brandShopsS {
  float: left;
  width: 90px;
  height: 67px;
  margin: 0 10px 0 0;
}

#brandsShopList section p {
  text-align: left;
  line-height: 1.4em;
  padding: 0 0 0 100px;
}

#brandsShopList section p.name {
  font-weight: bold;
  font-size: 12px;
}

#brandsShopList section p.zip {
  display: none;
}

#brandsShopList section p.addr {
  font-size: 10px;
  cursor: pointer;
}

#brandsShopList section p.addr span.longAddr {
  display: none;
}

#brandsShopList section p.tel {
  font-size: 10px;
}

#brandsShopList section p.bh {
  display: none;
}

#brandsShopList section p.more img {
  width: 45px;
}

#brandsCollection {
  clear: both;
  margin: 90px auto;
  padding-top: 30px;
  max-width: 960px;
}

#brandsCollection img {
  vertical-align: text-bottom;
}

#brandsCollection table td {
  vertical-align: bottom;
  height: 154px;
}

#brandsCollection table td img {
  margin: 0;
  vertical-align: text-bottom;
  transition: opacity 0.2s linear;
}

#brandsCollaborationInBottom {
  padding: 20px 0;
  clear: both;
  text-align: right;
}

.collectionWidthF {
  width: 960px;
}

.collectionWidthH {
  width: 480px;
}

.collectionWidthQ {
  width: 240px;
}

.collectionHeightW {
  height: 308px;
}

h3.index_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.0em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.index_title_sub {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  /*margin-bottom: 2.2em;*/
  margin-bottom: 40px;
  color: #444;
}

h3.sub_title {
  font-family: 'Open Sans',sans-serif;
  font-size: 2rem;
  font-weight: 800;
  /*text-transform:uppercase*/
}

h3.sub_title.sub_title_shopinfo {
  margin-bottom: 40px;
}

.upper {
  text-transform: uppercase;
}

h3.sub_title span {
  font-size: .55em !important;
  color: #444;
  padding-left: .2em;
}

.content_in {
  margin: 0 auto;
  max-width: 960px;
}

.footerBrandsBox {
  border-top: 1px solid #f0f0f0;
  padding: 1.8em 0 0 0;
}

.footerBrandsBox:first-child {
  padding: 1.0em 0;
}

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

.content_in {
  min-height: 1px;
}

* html .content_in {
  height: 1px;
}

.breadcrumbs {
  padding: .4em 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.content-area {
  float: right;
  width: 720px;
}

.content-side {
  float: left;
  width: 200px;
}

.header_backnum select {
  width: 200px;
  height: 26px;
  font-size: 12px;
  border: 0;
  padding: 0 10px;
  border-bottom: 2px solid #bfbfbf;
  background: #e2e2e2;
}

.toggleMenu dl:hover dd {
  display: block;
}

.wp-pagenavi span, .wp-pagenavi a {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/**/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.top_topics_blog p.title {
  font-weight: bold;
}

#snsLink {
  display: none;
}

#headerCart {
  right: 0;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#concept {
  position: relative;
  width: 100%;
  /*    min-width: 850px;
	*/
  table-layout: fixed;
  vertical-align: middle;
}

#concept_img {
  /*    min-width: 850px;
	*/
  width: 100%;
}

#concept_body {
  position: absolute;
  top: 15%;
  left: 25%;
  text-align: center;
  width: 50%;
}

#concept_body p {
  margin: 7% 0;
  line-height: 2em;
  text-align: justify;
  text-justify: distribute-all-lines;
}

#wideContent {
  /*    width: 960px;
	*/
  margin: 0 auto 100px;
  clear: both;
}

#brandBlog {
  float: right;
  padding: 0 0 0 45px;
}

#brandShopsLead section {
  float: left;
  width: 460px;
  padding: 0 20px 0 0;
  margin: 0 0 60px 0;
}

#brandShopsLead section img.brandShopsL {
  float: left;
  width: 200px;
  height: 150px;
  margin: 0 25px 0 0;
}

#brandShopsLead section p {
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}

#brandShopsLead section p.name {
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0;
}

#brandShopsLead section p.addr {
  cursor: pointer;
}

#brandShopsLead section p.bh {
  font-size: 11px;
  line-height: 2.5em;
}

#brandShopsLead section p.more a + a {
  margin-left: 15px;
}

#brandsShopList {
  position: relative;
}

#brandsShopList section {
  float: left;
  width: 220px;
  height: 85px;
  padding: 0 20px 0 0;
  margin: 0 0 10px;
}

#brandsShopList section img.brandShopsS {
  float: left;
  width: 90px;
  height: 67px;
  margin: 0 10px 0 0;
}

#brandsShopList section p {
  text-align: left;
  line-height: 1.4em;
  padding: 0 0 0 100px;
}

#brandsShopList section p.name {
  font-weight: bold;
  font-size: 12px;
}

#brandsShopList section p.zip {
  display: none;
}

#brandsShopList section p.addr {
  font-size: 10px;
  cursor: pointer;
}

#brandsShopList section p.addr span.longAddr {
  display: none;
}

#brandsShopList section p.tel {
  font-size: 10px;
}

#brandsShopList section p.bh {
  display: none;
}

#brandsShopList section p.more img {
  width: 45px;
}

#brandShopsLead section p.more a, #brandsShopList section p.more a {
  display: inline-block;
  vertical-align: middle;
}

#brandsShopList section p.more a + a {
  margin-left: 10px;
}

.boxSmall a {
  display: block;
}

#brandsCollaborationInBottom {
  padding: 20px 0;
  clear: both;
  text-align: right;
}

.newBusiness {
  margin: 70px 0 50px 0;
}

.newBusiness p, .newBusiness dl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #70615a;
  font-weight: bold;
}

.newBusiness img.nb_key {
  width: 100%;
  height: auto;
}

.collectionWidthF {
  width: 960px;
}

.collectionWidthH {
  width: 480px;
}

.collectionWidthQ {
  width: 240px;
}

.collectionHeightW {
  height: 308px;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.header_online_contact {
  float: right;
  margin-top: 15px;
}

.header_online_contact li {
  float: left;
  margin-right: 20px;
}

.header_online_contact li a, .header_online_contact li a img {
  width: 40px;
  height: 40px;
}

.header_online_contact li a img {
  opacity: 0.8;
}

#brandsShops strong, #brandsInsta strong {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 1.5em;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#brandsShops a.shop_link {
  font-size: 1.2em;
}

#mainContent .shop_list header p {
  font-size: 0.7em;
  padding: 0em 0.5em;
  float: left;
  margin-right: 0.5em;
  background: #F0F0F0;
}

#mainContent .shop_list_large h2 {
  font-size: 1.2em;
  display: block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-bottom: 30px;
}

.shop_list_large {
  border-bottom: 1px solid #ddd;
}

section, #topicsBox section.shop_list_large {
  /* margin: 0 0 50px; */
}

.shop_list h3 {
  font-size: 1em;
}

#mainContent img {
  max-width: 100%;
  height: auto;
}

.tile_post_area, .topics_tile_post_area {
  overflow: hidden;
}

.wp-pagenavi {
  /*padding-top: 1.5em;*/
  text-align: center;
  margin-bottom: 1.5em;
}

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

.wp-pagenavi {
  min-height: 1px;
  margin-top: 50px;
}

* html .wp-pagenavi {
  height: 1px;
}

.wp-pagenavi span, .wp-pagenavi a {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 0.3em 0.6em;
  font-weight: bold;
  letter-spacing: .05em;
}

.current, .wp-pagenavi a:hover {
  background: #333;
  border: 1px solid #333;
  color: #FFF;
  font-weight: bold;
}

.wp-pagenavi a {
  border: 1px solid #f0f0f0;
  background: #FFF;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.sharedaddy {
  margin-top: 40px;
}

.sns_btn_area {
  margin-top: 40px;
  overflow: hidden;
}

.sns_btn {
  float: left;
  margin-right: 10px;
}

.facebook span {
  vertical-align: top !important;
}

/**/
.entryList {
  line-height: 1.5em;
}

.entryList h1 {
  color: #E73A6D;
}

.entryList blockquote {
  background: #F4F4F4;
  padding: 0.2em 0.5em;
  display: inline-block;
}

.entryList blockquote p {
  margin-bottom: 0;
}

.entryList table {
  border-top: 1px dotted #ddd;
  width: 100%;
}

.entryList table tr th, .entryList table tr td {
  padding: 1em 1em;
}

.entryList table tr th {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  font-size: 0.9em;
}

.entryList table tr td {
  border-bottom: 1px dotted #ddd;
  font-size: 0.9em;
}

.entryList ol, .entryList ul {
  margin-left: 2em;
}

.entryList ol, .entryList ul.shop_area_link {
  margin-left: 0em;
  margin-bottom: 3em;
}

#shop_area_kyusyu {
  border: none;
}

a:focus {
  outline: none;
}

.entryList p, .entryList blockquote, .entryList h1, .entryList h2, .entryList table, .entryList ol, .entryList ul {
  margin-bottom: 1em;
}

.recruit_note {
  background: #f9f9f9;
  padding: 0.5em 1em;
}

#brandsShops {
  max-width: 960px;
  margin: 0 auto;
}

.shop_link {
  background: #322222;
  text-decoration: none;
  color: #FFF;
  padding: 1em 2em;
  display: block;
  width: 35%;
  margin: 0 auto;
}

#brandsInsta {
  max-width: 960px;
  padding-bottom: 100px;
  margin: 0 auto 100px;
}

#brandsInsta span.genericon.genericon-instagram {
  font-size: .85em;
  line-height: 1.2em;
  padding-right: .3em;
}

.insta_area {
  /*margin-top: 40px;*/
  margin-bottom: 0;
}

.insta_area section a img {
  width: 100%;
  height: auto;
}

#mainContent #topicsBox .shop_list .postContent p {
  font-size: 0.9em;
  line-height: 2em;
}

#mainContent p a.shop_map {
  background: #322222 url(./img/shop_map.png) no-repeat 4px center;
  background-size: 14px;
  color: #FFF;
  padding: 2px 10px 2px 20px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}

#mainContent p a.shop_blog {
  background: #322222 url(./img/shop_blog.png) no-repeat 4px center;
  background-size: 14px;
  color: #FFF;
  padding: 2px 10px 2px 20px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  text-decoration: none;
}

.wp-pagenavi span.extend {
  display: none;
}

.shop_single .shop_blog {
  margin-top: 1em;
}

.blog_linkBox .attachment-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.blog_linkBox span {
  /*background: #000;*/
}

.collabo_linkBox .attachment-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.collabo_linkBox span {
  background: #000;
}

.topics_tile_post_area span {
  background: #000;
}

/*960px以上*/
@media screen and (min-width: 961px) {
  div#content.category_page {
    margin-bottom: 70px;
  }
  #brandsCollectionSp {
    display: none;
  }
  .globalHeader_body {
    position: absolute;
    top: 10px;
    left: 170px;
  }
  .globalHeader_body {
    margin: 20px 0 0 0;
  }
  .globalHeader_items {
    float: left;
    margin: 0 0 0 28px;
  }
  .globalHeader_items a {
    font-weight: bold;
    color: #fff;
  }
  .globalHeader_items a:hover {
    color: #9797a1;
  }
}

/*960px以下*/
@media screen and (max-width: 960px) {
  .top_concept {
    width: 100%;
  }
  #brandsCollectionPc {
    display: none;
  }
  .colllection {
    margin: 60px 0;
  }
  .colllection a:hover {
    cursor: pointer;
  }
  .colllection a:hover img {
    opacity: 0.7;
  }
  .colllection_body.colllection_body-arth .col1-1 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-arth .col2-1 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-arth .col2-2 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-headstar .col1-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-headstar .col2-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-headstar .col2-2 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col1-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col2-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col2-2 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-kaorinomori .col1-1 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomori .col2-1 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomori .col2-2 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col1-1 {
    background-color: #eaebed;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col2-1 {
    background-color: #eaebed;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col2-2 {
    background-color: #eaebed;
  }
  .collaboration_body {
    padding: 0 5%;
    text-align: center;
  }
  .collaboration_desc {
    margin-bottom: 25px;
    color: #293647;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
  }
  .collaboration_buner {
    min-width: 290px;
    margin-bottom: 20px;
  }
  .collaboration_buner img {
    width: 100%;
  }
  .rows {
    width: 100%;
    list-style: none;
    display: table;
  }
  .col2-1, .col2-2 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background: #cbc6ae;
  }
  .col2-1 a, .col2-2 a {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .col2-1 img, .col2-2 img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  .col3-1, .col3-2, .col3-3 {
    width: 31.3%;
    float: left;
    margin: 0 3% 0 0;
    vertical-align: top;
  }
  .col3-1 img, .col3-2 img, .col3-3 img {
    width: 100%;
    margin: 0;
    vertical-align: text-bottom;
  }
  .col1-1 {
    width: 100%;
    background: #cbc6ae;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .col1-1 img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: text-bottom;
  }
  .col3-3 {
    margin: 0;
    width: 31.4%;
  }
  .globalHeader_body, #wideContent {
    width: 100%;
  }
  .globalHeader_body {
    margin-top: 0;
    overflow: hidden;
  }
  .globalHeader_body li {
    margin: 0;
    float: left;
    width: 16%;
    text-align: center;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    font-size: 0.8em;
  }
  .globalHeader_body li:last-child, .globalHeader_body li.globalHeader_items_top_last {
    border-right: none;
    width: 18%;
  }
  .globalHeader_body li a {
    background: #ede7db;
    color: #322222;
    font-weight: normal;
    font-size: 0.9em;
    padding: 5px 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  span.genericon.genericon-cart {
    line-height: 3.3rem;
  }
  span.genericon.genericon-external {
    line-height: 3.4rem;
  }
  .globalHeader_items_coll span {
    display: block;
  }
  .globalHeader_body li.globalHeader_items_coll a {
    padding-top: 10px;
    height: 35px;
  }
  .globalHeader_body li.globalHeader_items_coll a {
    line-height: 1.5em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .blog_linkBox span {
    background: #000;
  }
}

@media screen and (min-width: 768px) {
  .header_content_link {
    position: relative;
  }
  .header_sns_btn {
    position: absolute;
    top: -5px;
    right: 20px;
  }
  ul.header_sns_btn {
    float: right;
  }
  ul.header_sns_btn li {
    float: left;
    margin: 0 5px;
  }
  ul.header_sns_btn li a {
    font-weight: bold;
    display: block;
    height: 26px;
  }
  .sp_content_img, #concept_sp_img {
    display: none;
  }
  .footerBrandsother {
    /*width: 365px;*/
    margin: 0 auto;
  }
  #footerBrands {
    width: 100%;
  }
  footer nav {
    /*    width: 920px;
		*/
    margin: 0 auto;
  }
  #concept_img {
    /*    min-width: 850px;
		*/
    width: 100%;
  }
  #keyVisual img {
    width: 100%;
    /*    min-width: 850px;
		*/
  }
  #contsList article img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
  }
  #contsList article time {
    color: #A2A2A2;
  }
  #contsList article p.title {
    margin-top: 5px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  #contsList p.more, #brandsInsta p.more, #brandsCollaboration p.more {
    font-size: 1.0em;
    font-weight: bold;
    float: right;
    padding: 8px 10px;
    border: 1px solid #f0f0f0;
    vertical-align: middle;
    height: 1.0em;
    line-height: 1.0em;
    letter-spacing: .02em;
  }
  #brandsCollaboration p.more {
    border-color: #666;
    margin-right: 40px;
  }
  #contsList p.more:hover, #brandsInsta p.more:hover, #brandsCollaboration p.more:hover {
    background-color: #f0f0f0;
  }
  #brandsCollaboration p.more {
    margin-bottom: 50px;
  }
  #mainContent .shop_list h3 {
    border-bottom: none;
    margin: 0;
  }
  .shop_list {
    width: 48%;
  }
  #mainContent #topicsBox .shop_list {
    margin: 0 2% 40px 0;
    display: inline-block;
    vertical-align: top;
  }
  .shop_list_area:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .shop_list_area {
    min-height: 1px;
  }
  .shop_list_area ul {
    margin-left: 0;
    overflow: hidden;
    font-size: 0;
  }
  * html .shop_list_area {
    height: 1px;
    /*\*/
    /*/
		height: auto;
		overflow: hidden;
		/**/
  }
  .shop_list header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .shop_list header {
    min-height: 1px;
  }
  * html .shop_list header {
    height: 1px;
    /*\*/
    /*/
		height: auto;
		overflow: hidden;
		/**/
  }
  #mainContent .shop_single h3 {
    margin: 0 0 10px 0;
  }
  #shop_map {
    margin-top: 40px;
  }
  #brands > h5 {
    margin: 20px 0 5px 14px;
  }
  .side_link {
    margin: 40px 0 0 0;
  }
  #topicsFooter {
    margin-top: 40px;
    width: 100%;
  }
  .top_topics {
    /* margin-bottom: 95px; */
  }
  .top_topics_blog article {
    margin-bottom: 20px;
    overflow: hidden;
    height: 80px;
  }
  .top_topics_blog .sp_excerpt {
    font-size: 0.7em !important;
  }
  .top_topics_blog p.title, .top_topics_blog .sp_excerpt {
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newBusiness {
    max-width: 960px;
    box-sizing: border-box;
    margin-bottom: 120px;
  }
  .newBusiness img.nb_name {
    width: 36%;
    height: auto;
    display: block;
    margin: 60px auto;
  }
  .newBusiness p, .newBusiness dl {
    font-size: 1.1em;
    float: left;
    width: 50%;
  }
  .newBusiness .newBusiness_concept {
    margin-top: 45px;
  }
  .newBusiness p {
    display: block;
    width: 80%;
    margin: 0 10% 70px;
    line-height: 2.0;
    text-align: center;
  }
  .newBusiness dl {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5em;
  }
  .newBusiness dl dt {
    margin-bottom: 20px;
  }
  .newBusiness dl dd {
    margin-bottom: 10px;
  }
  #brandsCollaborationInTop section.topBox {
    /*margin: 0 10px 20px;*/
    padding: 30px 0 0;
    background: transparent;
    width: 26%;
    float: left;
    height: 140px;
  }
  #brandsCollaborationInTop section.topBox p {
    margin: 20px 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.33em;
    line-height: 1.5em;
  }
  .topBox a img {
    width: 96%;
    height: auto;
  }
  #brandsCollaborationInTop section.boxLarge {
    width: 70%;
    float: right;
    margin-bottom: 30px;
    /*margin: 0 10px 20px;*/
  }
  #brandsCollaborationInTop section.boxLarge img {
    width: 100%;
    height: auto;
  }
  #brandsCollaborationInTop {
    padding: 50px 40px 0;
    clear: both;
  }
  #brandsCollaboration {
    background: #F3F3F3;
    margin: 120px 0 0 0;
  }
  #brandsCollaborationInTop section {
    /*    margin: 0 10px;
		*/
    background: #fff;
    float: left;
  }
  #brandsCollaborationInTop section img {
    vertical-align: text-bottom;
  }
  #brandsCollaborationInTop section.boxSmall {
    /*padding: 15px;
		box-sizing:border-box;
		width: 21%;
		margin-right: 2.65%;
		margin-left: 2.65%;
		margin-top: 10px;
		margin-bottom: 30px;
		min-height: 180px;*/
  }
  #brandsCollaborationInTop section.boxSmall {
    padding: 15px;
    box-sizing: border-box;
    width: 21%;
    margin-right: 2.65%;
    margin-left: 2.65%;
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 220px;
  }
  #brandsCollaborationInTop section.boxSmall:first-child {
    margin-left: 0;
  }
  #brandsCollaborationInTop section.boxSmall:last-child {
    margin-right: 0;
  }
  #brandsCollaborationInTop section.boxSmall a img {
    width: 100%;
    height: auto;
  }
  #brandsCollaborationInTop section.boxSmall p.collaboName {
    margin: 10px 0 0;
    font-weight: bold;
    color: #686868;
  }
  #brandsCollaborationInTop section.boxSmall p.thisName {
    color: #999;
  }
  #globalHeader_wra {
    position: relative;
  }
  .topics_tile_post_area section {
    float: left;
    width: 314px;
  }
  #mainContent .topics_tile_post_area section {
    /*height: 290px;*/
    float: left;
    box-sizing: border-box;
  }
  #mainContent .topics_tile_post_area section a {
    display: block;
  }
  #mainContent .topics_tile_post_area section.post_tile_left {
    margin-left: 0;
  }
  #mainContent .topics_tile_post_area section.post_tile_right {
    margin-right: 0;
  }
  #mainContent .topics_tile_post_area section span {
    width: 100%;
    height: 196px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #mainContent .topics_tile_post_area section img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #mainContent .topics_tile_post_area section time, #mainContent .topics_tile_post_area section h3, #mainContent .topics_tile_post_area section p, #mainContent .topics_tile_post_area section small {
    padding-left: 6px;
    padding-right: 6px;
  }
  #mainContent .topics_tile_post_area section time, #mainContent .tile_post_area section time {
    color: #777;
    font-size: .9rem;
    display: block;
    font-weight: bold;
    height: 1.55rem;
  }
  #mainContent .topics_tile_post_area section time {
    color: #333;
    /*background-color: #ccc;*/
  }
  #mainContent .topics_tile_post_area section h3 {
    font-size: 0.9em;
    font-weight: normal;
    padding-top: 6px;
    line-height: 1.65;
    letter-spacing: .08em;
    overflow: hidden;
    background-color: #fff;
  }
  .tile_post_area section {
    float: left;
    width: 200px;
    margin: 0 5px;
  }
  #mainContent .tile_post_area section {
    width: 22.5%;
    background: #FFF;
    box-sizing: border-box;
    float: left;
    margin: 0 1.666% 3.333%;
    overflow: hidden;
    position: relative;
  }
  /*#mainContent  .tile_post_area section a
	{
		display: block;
		height: 355px;
	}*/
  #mainContent .tile_post_area section .blog_linkBox {
    display: block;
    height: 350px;
  }
  #mainContent .tile_post_area section.post_tile_left {
    margin-left: 0;
  }
  #mainContent .tile_post_area section.post_tile_right {
    margin-right: 0;
  }
  #mainContent .tile_post_area section span {
    width: 100%;
    height: 216px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  #mainContent .tile_post_area section img {
    width: 100%;
    height: auto;
  }
  #mainContent .tile_post_area section time, #mainContent .tile_post_area section h3, #mainContent .tile_post_area section p {
    padding-left: 10px;
    padding-right: 10px;
  }
  #mainContent .tile_post_area section h3 {
    font-size: .96rem;
    padding-bottom: 0;
    margin-bottom: 2px;
    border-bottom: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #mainContent .tile_post_area section p {
    font-size: 0.9rem;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .tile_post_area, .header_backnum {
    overflow: hidden;
  }
  .header_backnum {
    margin-bottom: 50px;
  }
  #mainContent .tile_post_area section small a {
    display: block;
    color: #fff;
  }
  #mainContent .tile_post_area section small {
    background: #F0F0F0;
    font-size: .75em;
    letter-spacing: .1em;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0;
    text-align: center;
  }
  .shopsName_sp {
    display: none;
  }
  #mainContent .header_backnum h4 {
    /*font-family: 'Roboto',sans-serif;
		font-size: 1em;
		font-weight: 400;
		float: left;
		margin: 6px 10px 0 10px;*/
  }
  .header_backnum select {
    float: left;
  }
  .header_backnum {
    /*border: 1px solid #ddd;
		padding: 0.5em;
		width: 100%;
		box-sizing:border-box;
		margin-bottom: 40px;*/
  }
  .shop_data_area {
    margin-bottom: 40px;
  }
  .shop_data_area_meta {
    float: left;
    width: 440px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .shop_data_area_meta img {
    margin-bottom: 10px;
  }
  .shop_data_area_map {
    float: right;
  }
  .shop_single_data_area img {
    float: left;
  }
  #mainContent .shop_single_data_area img.shop_single_img {
    width: 100%;
    max-width: 220px;
  }
  .right_shop_data {
    float: left;
    margin-left: 20px;
  }
  .shop_area_link {
    margin-bottom: 40px;
  }
  .shop_area_link li {
    float: left;
    margin-right: 2em;
  }
  .insta_area section {
    width: 19.5%;
    float: left;
    margin: 0 1% 0 0;
  }
  .insta_area .insta_boxright {
    width: 18%;
    float: left;
    margin: 0;
  }
  #brandsCollaborationInBottom a {
    background: #999999;
    float: right;
    color: #FFF;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    text-align: center;
  }
  /*.top_concept {
		margin: 0 auto 100px;*/
  /*width: 960px;
	}*/
  .top_concept img {
    display: block;
    margin: 70px auto 60px;
  }
  .top_concept p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.8;
    letter-spacing: .035em;
  }
  .top_concept p.emphasis {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: .6em;
  }
  .top_concept p.emphasis.second {
    margin-top: 30px;
  }
  .top_concept_text {
    padding: 40px 0;
    border-top: 3px double #f0f0f0;
    border-bottom: 3px double #f0f0f0;
  }
}

@media screen and (max-width: 767px) {
  #mainContent .tile_post_area section .shop_blogList {
    display: none;
  }
  small {
    font-size: 12px;
  }
  .splist, .spacer, .sub_title_cate, #concept_img, #brandsCollaborationInBottom, .shop_area_link {
    display: none;
  }
  #keyVisual img, #concept_img, #concept_sp_img {
    width: 100%;
    height: auto;
  }
  .post_content, .shop_list {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #brandMenu ul, #wideContent {
    width: 100%;
  }
  #concept {
    min-width: 100%;
  }
  ul.header_sns_btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  ul.header_sns_btn li {
    display: inline;
    margin: 0 20px;
  }
  ul.header_sns_btn li a {
    height: 53px;
  }
  ul.header_sns_btn li a img {
    width: 53px;
    height: auto;
  }
  .globalHeader_body, #wideContent {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #concept {
    min-width: 100%;
  }
  .globalHeader_body {
    margin-top: 0;
    overflow: hidden;
  }
  .globalHeader_body li {
    margin: 0;
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    font-size: 0.8em;
  }
  .globalHeader_body li.globalHeader_items_bottom {
    width: 33%;
    border-top: 1px solid #FFF;
  }
  .globalHeader_body li:last-child, .globalHeader_body li.globalHeader_items_top_last {
    border-right: none;
  }
  .globalHeader_body li.globalHeader_items_top_last, .globalHeader_body li:last-child {
    width: 34%;
  }
  .globalHeader_items_coll span {
    display: block;
  }
  .globalHeader_body li a {
    background: #ede7db;
    color: #322222;
    font-weight: normal;
    font-size: .9em;
    padding: 5px 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
  }
  #globalHeaderLeft {
    padding: 14px 0 16px 14px;
    float: left;
  }
  .globalHeader_body li.globalHeader_items_coll a {
    padding-top: 14px;
    height: 31px;
  }
  .globalHeader_body li.globalHeader_items_coll a {
    line-height: 1.5em !important;
  }
  .sns_btn {
    width: 100%;
    display: block;
    margin: 8px 0;
  }
  .colllection {
    margin: 45px 0 60px;
  }
  .colllection a:hover {
    cursor: pointer;
  }
  .colllection a:hover img {
    opacity: 0.7;
  }
  .colllection_body.colllection_body-arth .col1-1 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-arth .col2-1 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-arth .col2-2 {
    background-color: #b0afaa;
  }
  .colllection_body.colllection_body-headstar .col1-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-headstar .col2-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-headstar .col2-2 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col1-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col2-1 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-culturhythm .col2-2 {
    background-color: #fff;
  }
  .colllection_body.colllection_body-kaorinomori .col1-1 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomori .col2-1 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomori .col2-2 {
    background-color: #b6d0d0;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col1-1 {
    background-color: #eaebed;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col2-1 {
    background-color: #eaebed;
  }
  .colllection_body.colllection_body-kaorinomorinoko .col2-2 {
    background-color: #eaebed;
  }
  .collaboration_body {
    padding: 0 5%;
    text-align: center;
  }
  .collaboration_desc {
    margin-bottom: 25px;
    color: #293647;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    padding-top: 10px;
  }
  .collaboration_buner {
    min-width: 290px;
    margin-bottom: 20px;
  }
  .collaboration_buner img {
    width: 100%;
  }
  .col2-1, .col2-2 {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    background: #cbc6ae;
  }
  .col2-1 a, .col2-2 a {
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .col2-1 img, .col2-2 img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  .col3-1, .col3-2, .col3-3 {
    width: 31.3%;
    float: left;
    margin: 0 3% 0 0;
    vertical-align: top;
  }
  .col3-1 img, .col3-2 img, .col3-3 img {
    width: 100%;
    margin: 0;
    vertical-align: text-bottom;
  }
  .col1-1 {
    width: 100%;
    background: #cbc6ae;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
  }
  .col1-1 img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
    vertical-align: text-bottom;
  }
  .col3-3 {
    margin: 0;
    width: 31.4%;
  }
  #contsList article {
    width: 96%;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .sp_border_top {
    border-top: 1px dotted #CCC;
  }
  #contsList article .title {
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #contsList article img, .sp_content_img img {
    width: 20%;
    height: auto;
    float: left;
    margin-right: 2%;
  }
  #contsList h3 {
    margin: 0 0 50px 0;
    text-align: left;
  }
  #contsList h3.index_title {
    text-align: center;
    margin-bottom: .6em;
  }
  #contsList article time {
    color: #A2A2A2;
    font-size: 0.8em;
  }
  #contsList p.more, #brandsInsta p.more, #brandsCollaboration p.more {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px !important;
    margin-bottom: 15px;
    font-size: 1.5em !important;
    font-weight: bold !important;
    padding: 1.2em 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center !important;
  }
  .sp_excerpt {
    font-size: 0.8em;
    color: #808080;
    line-height: 1.8em;
  }
  .breadcrumbs {
    margin-left: 10px !important;
    padding: 0;
  }
  #content, .content_in {
    width: 100%;
  }
  h3.sub_title {
    text-align: center;
    font-size: 1.9em;
  }
  #topicsBox .post_content h3 {
    border-bottom: none;
  }
  #topicsBox h3 {
    margin-bottom: 20px;
  }
  #topicsBox section {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  #side {
    width: 100%;
  }
  #side h4.sub_title, #brands > h5 {
    background: #322222;
    color: #FFF;
    padding-top: 10px;
    font-weight: normal;
  }
  #side h4.sub_title {
    margin-bottom: 10px;
  }
  #mainContent h3.sub_title {
    margin-bottom: 40px;
  }
  #side select {
    width: 80%;
    display: block;
    margin: 0 auto 14px;
  }
  .footerBrandsBox {
    padding: 0 !important;
  }
  #footerBrands ul li {
    /*float: none;*/
    display: block;
    padding: 15px 0;
    width: 100%;
    /*height: 50px;*/
  }
  #footerBrands ul li a {
    display: block;
  }
  #footerBrands ul li a img {
    height: 40px;
  }
  .footerBrandsonlinestore {
    margin-bottom: 0;
  }
  #footerBrands .footerBrandsonlinestore li {
    display: block;
  }
  #footerBrands .footerBrandsonlinestore li a {
    display: block;
    width: 100%;
  }
  #footerBrands .footerBrandsonlinestore li a img {
    height: 44px;
    width: auto;
  }
  footer nav ul li {
    float: none;
    padding-bottom: 1em;
  }
  #kurihara-link {
    display: block;
    margin: 18px 0;
    /*margin: 30px 0 10px;*/
    padding: 0;
  }
  #description {
    margin: 1.5em 4.0em 3.3em;
    line-height: 2.5;
  }
  #copy {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  #copy span {
    display: block;
    line-height: 19px;
  }
  #brands > h5 {
    padding-bottom: 10px;
    padding-left: 10px;
  }
  #brands ul li, #size ul li, #sex ul li {
    border-bottom: 1px solid #FFF;
    padding: 0;
  }
  #brandTopics {
    margin-bottom: 50px;
  }
  .side_link li a {
    color: #FFF;
    display: block;
    padding: 10px 0 10px 15px;
    background: #322222 url(../img/arrow_w.png) right 17px center no-repeat;
    background-size: 13px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    font-weight: normal;
  }
  .side_override_link {
    margin-top: 0;
  }
  .side_override_link li a {
    color: #322222;
    display: block;
    padding: 10px 0 10px 15px;
    background: #EDE7DB url(../img/arrow_b.png) right 17px center no-repeat;
    background-size: 13px;
    height: 30px;
    line-height: 30px;
    font-size: 1.2em;
    font-weight: normal;
  }
  .side_override_link, .shop_list_area {
    display: none;
  }
  #brands > h5 {
    height: 30px;
    line-height: 30px;
  }
  #brands > h5, #mainContent .shop_list_large h2 {
    border-bottom: 1px solid #FFF;
    background: #322222 url(../img/btn_opne_w.png) right 17px center no-repeat;
    background-size: 13px;
    -webkit-background-size: 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    -ms-background-size: 13px;
  }
  #brands > h5.open, #mainContent .shop_list_large h2.open {
    background: #322222 url(../img/btn_close_w.png) right 17px center no-repeat;
    background-size: 13px;
    -webkit-background-size: 13px;
    -moz-background-size: 13px;
    -o-background-size: 13px;
    -ms-background-size: 13px;
  }
  #topicsBox section.single_post_sp {
    width: 92%;
    margin: 50px auto 0;
    border-bottom: none;
  }
  #topicsBox section.single_post_sp .postContent {
    margin-bottom: 80px;
  }
  #topicsBox section.single_post_sp img {
    max-width: 100%;
    height: auto;
  }
  #topicsBox section.single_post_sp h3 {
    border-bottom: none;
  }
  #mainContent #topicsBox section.single_post_sp .postContent p {
    font-size: 1.1em;
  }
  #topicsFooter {
    margin-top: 20px;
    width: 100%;
  }
  /*
	footer nav ul li a {
		display: block;
		height: 55px;
		line-height: 55px;
	}
	*/
  .newBusiness {
    border-bottom: 1px solid #f8f7f5;
    margin: 16px 0 50px;
  }
  .newBusiness img.nb_name {
    width: 92%;
    height: auto;
    display: block;
    margin: 20px auto;
  }
  .newBusiness p, .newBusiness dl {
    font-size: 0.9em;
  }
  .newBusiness .newBusiness_concept {
    margin-top: 25px;
  }
  .newBusiness p {
    width: 96%;
    margin: 0 auto 30px;
    line-height: 1.8;
    text-align: center;
  }
  .newBusiness dl {
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.8em;
  }
  .newBusiness dl dt {
    margin-bottom: 10px;
  }
  .newBusiness dl dd {
    margin-bottom: 20px;
  }
  #brandsCollaborationInTop {
    text-align: center;
  }
  .brandsCollaborationInTop {
    width: 100%;
  }
  #brandsCollaborationInTop {
    /*width: 90%;*/
    margin: 0 5px;
  }
  #brandsCollaborationInTop .topBox {
    margin: 0;
  }
  #brandsCollaborationInTop .boxLarge {
    margin: 0 0 15px 0;
  }
  .boxLarge img, .boxSmall img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .boxSmall {
    width: 50%;
    /*margin-right: 2%;
		margin-left: 2%;*/
    float: left;
    margin-bottom: 20px;
    /*height: 230px;*/
    height: 100%;
  }
  .boxSmall p {
    color: #686868;
    font-weight: bold;
    height: 2.3rem;
  }
  .topBox a {
    border: 1px solid #F3F3F3;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .topBox a img {
    width: 50%;
    height: auto;
  }
  .topBox p {
    margin-bottom: 30px;
    line-height: 2.0;
  }
  .clearFix_sp:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #brandsCollection {
    margin: 0;
    padding-top: 0;
  }
  .clearFix_sp {
    min-height: 1px;
  }
  * html .clearFix_sp {
    height: 1px;
  }
  #topicsBox section.shop_list_large {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .header_backnum {
    /*border: 1px solid #ddd;
		padding: 0.5em 1em;
		width: 100%;
		box-sizing:border-box;
		margin-bottom: 60px;*/
  }
  #brandsShops {
    margin-bottom: 50px;
  }
  #mainContent .header_backnum h4 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  #mainContent .topics_tile_post_area section {
    border-bottom: 1px dotted #F0F0F0;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #mainContent .topics_tile_post_area section a {
    display: block;
  }
  #mainContent .topics_tile_post_area section span {
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
  }
  #mainContent .topics_tile_post_area section img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #mainContent .topics_tile_post_area section h3, #mainContent .topics_tile_post_area section p {
    margin-left: 5px;
    margin-right: 5px;
  }
  #mainContent .topics_tile_post_area section time {
    font-size: 0.9em;
  }
  #mainContent .topics_tile_post_area section h3 {
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 5px;
    border-bottom: none;
  }
  #mainContent .tile_post_area section {
    border-bottom: 1px dotted #F0F0F0;
    margin: 0 0 10px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  #mainContent .tile_post_area section a {
    display: block;
  }
  #mainContent .tile_post_area section span {
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
  }
  #mainContent .tile_post_area section img {
    width: 100%;
    height: auto;
  }
  #mainContent .tile_post_area section h3, #mainContent .tile_post_area section p {
    margin-left: 5px;
    margin-right: 5px;
  }
  #mainContent .tile_post_area section time {
    font-size: 0.9em;
    text-align: left;
  }
  #mainContent .tile_post_area section h3 {
    padding-left: 105px;
    font-size: .9em;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #mainContent .tile_post_area section p {
    font-size: .9em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .tile_post_area, .header_backnum {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #mainContent .header_backnum h4 {
    float: left;
    margin: 7px 20px 0 0;
  }
  .shop_data_area {
    margin-bottom: 40px;
  }
  .shop_data_area_meta {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  .shop_data_area_meta img {
    display: block;
    margin: 0 auto 10px;
  }
  .shop_data_area_map {
    float: right;
  }
  .shop_data_area_map {
    width: 100%;
    overflow: hidden;
  }
  .shop_single_data_area img {
    display: block;
    height: auto;
    margin: 10px auto;
  }
  #mainContent .shop_single {
    width: 96%;
    margin: 0 auto;
  }
  .right_shop_data {
    margin-bottom: 20px;
  }
  #footerLinks {
    padding: 0;
  }
  /*#footerLinks nav {
		padding: 25px 0 15px 0;
	}
	#footerLinks nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		height: 40px;
		line-height: 40px;
	}*/
  #footerLinks nav {
    padding: 0;
  }
  #footerLinks nav ul li {
    display: block;
    margin: 0;
    border-bottom: solid 1px #999;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  #footerLinks nav ul li a {
    font-size: 13px;
    display: block;
  }
  .footer-social-link {
    height: 50px;
    line-height: 44px;
    margin: 30px 0 0 0;
  }
  .footer-social-link span {
    margin-right: 0.3em;
    line-height: 2.8;
  }
  ul.footerBrandsother li {
    border-bottom: solid 1px #eee;
  }
  ul.footerBrandsother li:last-child {
    border-bottom: none;
  }
  .shop_link {
    padding: 1.5em 2em;
    width: 70%;
  }
  #brandsInsta {
    margin: 0 10px 0 10px;
  }
  #brandsInsta {
    margin-left: 0;
    margin-right: 0;
  }
  .insta_area {
    width: 100%;
  }
  .insta_area section {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
  .AlpinePhotoTiles_cascade_column {
    width: 50% !important;
  }
  .AlpinePhotoTiles_cascade_column_inner {
    margin: 0 !important;
  }
  .AlpinePhotoTiles_parent_class div:nth-last-of-type(2) {
    /* display: none; */
  }
  img.AlpinePhotoTiles-img-nocorners {
    border-radius: 0 0 0 0 !important;
    margin: 0 !important;
  }
  .AlpinePhotoTiles-link {
    line-height: 0;
  }
  .postContent a[rel] {
    pointer-events: none;
  }
  .top_topics {
    /* margin-bottom: 40px; */
  }
  .top_concept {
    margin: 30px auto;
    width: 100%;
  }
  .top_concept img {
    display: block;
    width: 42%;
    height: auto;
    margin: 0 auto 50px;
    margin-bottom: 25px;
  }
  .top_concept p {
    text-align: center;
    font-size: 0.9em;
    line-height: 1.8em;
  }
  #mainContent .shop_list_area {
    margin-top: 30px;
  }
  #mainContent .shop_list_large h2 {
    color: #FFF;
    padding-left: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1.15rem;
    letter-spacing: .04rem;
    margin-bottom: 0;
    background-color: #322222;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #mainContent .shop_list_large h2 img {
    width: 23px;
    height: 28px;
    float: right;
    margin-right: 3%;
  }
  #mainContent .shop_list_large h2 img.close {
    display: none;
  }
  #mainContent .shop_list_large h2.open img.open {
    display: none;
  }
  #mainContent .shop_list_large h2.open img.close {
    display: block;
  }
  .top_concept p.emphasis {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1.0em;
    letter-spacing: .2em;
  }
  .top_concept p.emphasis.second {
    margin-top: 30px;
  }
  .top_concept_text {
    padding: 20px 0;
    border-top: 3px double #f0f0f0;
    border-bottom: 3px double #f0f0f0;
  }
  .wp-pagenavi {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .wp-pagenavi a {
    display: inline-block;
    line-height: 1.4em;
    margin-bottom: 1em;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.1em;
    padding: .3em .4em;
  }
  .wp-pagenavi .current {
    font-size: 1.1em;
    margin-left: 5px;
    margin-right: 5px;
    padding: .3em .4em;
  }
  .wp-pagenavi .first {
    display: none;
  }
  .wp-pagenavi .last {
    display: none;
  }
  span.pages {
    display: block;
    font-size: 1.2em;
    padding-bottom: 2em;
  }
  footer#topicsFooter {
    overflow: hidden;
    padding-top: 20px;
  }
  a#older {
    width: 97%;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  a#newer {
    width: 97%;
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #content {
    margin: 0;
  }
  h3.sub_title span {
    display: block;
    padding: .2em 0 0 0;
  }
  small.shopsName_sp {
    background-color: #F4F4F4;
    padding: 3px 5px;
    margin-left: 2px;
  }
  .blog_linkBox span {
    position: relative;
  }
  .collabo_linkBox span {
    position: relative;
  }
  div.shop_list_area section:last-child {
    border-bottom: none !important;
    padding-bottom: 4px !important;
  }
  #content.shop_list_page {
    margin-bottom: 60px;
  }
  .category_page h3.sub_title_s {
    display: none;
  }
  #topicsBox section time {
    color: #1C1C1C;
  }
}

/*style-2
==============================================================================================
==============================================================================================*/
textarea {
  outline: none;
}

select {
  outline: none;
}

input {
  outline: none;
}

button {
  outline: none;
}

.staffblog_time_name {
  margin: 0 !important;
}

.staffblog_time_name li {
  display: inline-block;
}

.header_backnum select {
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  display: block;
  height: 23px;
  font-size: 12px;
  cursor: pointer;
  background: #fff;
  background-image: url("../override_201812/img/arrow_bcnum.png");
  background-position: right;
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: 24px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-size: 20px 26px;
  overflow: hidden;
}

.header_backnum select option {
  color: #333;
}

.header_backnum select::-ms-expand {
  display: none;
}

.tile_post_area, .header_backnum {
  clear: both;
}

input#s {
  outline: none;
}

input#searchSubmit {
  background-image: url("../override_201812/img/search.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #fff;
  border-radius: 5px;
  outline: none;
}

/*---shoplistlist対応-----*/
#shoplineup_contents {
  margin: 5px 0 10px;
}

.linup_S_name {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.6rem;
}

/*--4inch 対策--*/
@media only screen and (max-width: 320px) {
  .header_backnum select {
    width: 190px;
    -webkit-appearance: none;
  }
  span.pages {
    font-size: 1.1em;
  }
  .wp-pagenavi a {
    line-height: 1.4em;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1em;
    padding: .3em .4em;
  }
  .wp-pagenavi .current {
    font-size: 1em;
    margin-left: 5px;
    margin-right: 5px;
    padding: .3em .4em;
  }
  h3.sub_title {
    font-size: 1.8em;
  }
  .staffblog_time_name li {
    font-size: 0.9em;
  }
  small.shopsName_sp {
    margin: 0;
    font-size: .8em;
  }
  #mainContent .tile_post_area section span {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .tile_post_area section p {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .tile_post_area section h3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .topics_tile_post_area section span {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .topics_tile_post_area section p {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .topics_tile_post_area section h3 {
    margin-left: 3px;
    margin-right: 3px;
  }
  #mainContent .topics_tile_post_area section time {
    font-size: .81em;
  }
  time {
    padding-left: 1px;
  }
  h3.sub_title {
    font-size: 1.65em;
  }
}

/*ショップ一覧関係のCSS
======================================= */
#shoplineup_contents_pc {
  padding: 1.3rem 1.3rem 0.2rem 1.3rem;
  border-top: 1px solid #ddd;
}

#shoplineup_contents_pc dt {
  font-weight: bold;
}

#shoplineup_contents_pc dd {
  margin-top: 1.3rem;
}

.linup_S_name {
  display: inline-block;
  margin-right: 1.1rem;
  line-height: 1.3rem;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  div#colorbox {
    background-color: #fff;
  }
  /*3900近辺に置く*/
  #mainContent .tile_post_area section .collabo_linkBox {
    display: block;
    height: 325px;
  }
  /*--検索スタイル--*/
  #mainContent .postTitle_common {
    margin: 0;
    display: inline-block;
  }
  .postTitle_wrapper {
    margin: 0 0 40px 0;
    height: 2rem;
  }
  #post_searchArea {
    float: right;
  }
  #post_searchArea {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
  }
  input#s {
    border: none;
    width: 260px;
    line-height: 1.8rem;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
  }
  input#searchSubmit {
    border: none;
    height: 1.9rem;
    width: 40px;
    float: right;
    box-sizing: border-box;
  }
  #shoplineup_contents_sp {
    display: none;
  }
  .linup_S_name:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #shoplineup_contents_sp {
    display: none;
  }
}

/*@media screen and (min-width: 768px)*/
@media screen and (max-width: 767px) {
  #shoplineup_contents_pc {
    display: none;
  }
  #mainContent h3.sub_title {
    margin-bottom: 25px;
  }
  #post_searchArea {
    margin: 0 auto 40px auto;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }
  input#s {
    border: none;
    height: 25px;
    width: 260px;
    line-height: 25px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  input#searchSubmit {
    border: none;
    height: 25px;
    width: 40px;
    float: right;
  }
  #shoplineup_contents_pc {
    display: none;
  }
  #shoplineup_contents_sp dt {
    float: left;
    margin: 7px 20px 0 0;
    font-size: 11px;
  }
  #shoplineup_contents_sp {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  #shoplineup_contents_sp select {
    padding: 0 10px;
    margin-left: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    display: block;
    height: 23px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    background-image: url("../override_201812/img/arrow_bcnum.png");
    background-position: right;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-size: 20px 26px;
    overflow: hidden;
  }
}

/*@media screen and (max-width: 767px)*/
@media only screen and (max-width: 320px) {
  #shoplineup_contents_sp select {
    width: 190px;
    -webkit-appearance: none;
  }
}

/*バックナンバー関係のCSS
======================================= */
@media screen and (min-width: 768px) {
  /*4056をコメント化*/
  .header_backnum {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0.5rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  /*4043をコメント化*/
  #mainContent .header_backnum h4 {
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    font-weight: 400;
    float: left;
    font-weight: bold;
    margin: 6px 10px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  /*4779をコメント化*/
  .header_backnum {
    border: 1px solid #ddd;
    padding: 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    overflow: hidden;
  }
  /*2_207
	検索バーの下マージン変更*/
  #post_searchArea {
    margin: 0 auto 25px auto;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
  }
}

/*ツールバー関係のCSS
======================================= */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .header_backnum {
    display: none;
  }
  .toolbar_package {
    width: 100%;
    overflow: hidden;
    background-color: #eee;
    padding: 1rem;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .tool_serecter {
    float: left;
  }
  .toolbar_package #post_searchArea {
    float: right;
    border: 1px solid #fff;
  }
  .toolbar_package .tool_serecter select {
    padding: 0 10px;
    /*margin-left: 100px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    display: block;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    background-image: url("../override_201812/img/arrow_bcnum.png");
    background-position: right;
    background-repeat: no-repeat;
    vertical-align: middle;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 3px;
    background-size: 20px 26px;
    overflow: hidden;
  }
  .toolbar_package .tool_shoplist select {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .toolbar_package {
    display: none;
  }
}

/*リスト周りのCSS
======================================= */
@media screen and (min-width: 768px) {
  /*-- 共通 --*/
  /*
	.staffblog_time_name {
	    height: 1.55rem;
	}
  */
  .staffblog_textPack {
    background-color: #eee;
    height: 100%;
  }
  #mainContent .tile_post_area section small {
    background-color: #ccc;
  }
  /*-- トピックス --*/
  .topics_textPack {
    background-color: #eee;
    height: 100%;
  }
  .topics_tile_post_area section a {
    height: 100%;
  }
  #mainContent .topics_tile_post_area section h3 {
    background-color: #eee;
    font-size: 1rem;
  }
  /*-- コラボ＆フィーチャー --*/
  .collabo_f_textPack {
    background-color: #eee;
    height: 100%;
  }
  #mainContent .tile_post_area .collabo_f_textPack section time {
    background-color: #ccc;
  }
}

@media screen and (max-width: 767px) {
  #mainContent .shop_single_data_area img.shop_single_img {
    max-width: 100%;
  }
}

body {
  font-family: 'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

.wrapper {
  max-width: 1220px;
  margin: auto;
}

#menu_btn {
  position: absolute;
  top: 26px;
  right: 20px;
  margin-left: -16px;
  display: block;
  width: 33px;
  height: 25px;
  z-index: 999999;
  cursor: pointer;
}

#menu_icon {
  display: block;
  position: relative;
  background-color: #333;
  top: 10px;
  width: 33px;
  height: 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu_icon:after {
  position: absolute;
  content: "";
  width: 33px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  margin: 8px auto auto auto;
  background-color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu_icon:before {
  position: absolute;
  content: "";
  width: 33px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 8px auto;
  background-color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#menu_icon.on {
  background-color: transparent;
}

#menu_icon.on:after {
  margin-top: 0;
  background-color: #333;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#menu_icon.on::before {
  margin-bottom: 0;
  background-color: #333;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1160px) {
  #menu_btn {
    display: none;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  transition: all 300ms  ease 0ms;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  transition: all 300ms  ease 0ms;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li.slick-active button {
  color: black;
  opacity: 1 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#globalHeader_wra {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

#globalHeader_wra .wrapper {
  position: relative;
}

#globalHeader_wra #globalHeader {
  background: none;
  height: 95px;
}

#globalHeader_wra #globalHeader #globalHeaderLeft {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
}

#globalHeader_wra #globalHeader nav {
  display: none;
}

#globalHeader_wra .globalHeader_body {
  right: 0;
  margin: 31px 0 0;
}

#globalHeader_wra .globalHeader_items {
  margin-left: 40px;
}

#globalHeader_wra .globalHeader_items a {
  color: #000;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: .1rem;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

#globalHeader_wra .globalHeader_items.onlineStore {
  margin: 0;
  float: right;
}

#globalHeader_wra .globalHeader_items.onlineStore a {
  padding: 10px 20px;
  color: #fff;
  background: #ff2d00;
}

#globalHeader_wra + * {
  margin-top: 138px;
}

#globalHeader_wra .header-social-link {
  background-color: #000;
  overflow: hidden;
  text-align: right;
}

#globalHeader_wra .header-social-link ul li {
  display: inline-block;
  width: 25px;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
}

#globalHeader_wra .header-social-link ul li img {
  color: #fff;
  display: inline-block;
  width: 100%;
}

#globalHeader_wra .header-social-link ul li:last-child {
  padding-right: 0;
}

#globalHeader_wra .header-social-link .onlineStore {
  display: none;
}

#globalHeader_wra .header-social-link .onlineStore a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #ff2d00;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: .1rem;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

@media only screen and (max-width: 1160px) {
  #globalHeader_wra {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  #globalHeader_wra #globalHeader {
    height: auto;
  }
  #globalHeader_wra #globalHeader #globalHeaderLeft {
    float: none;
    padding: 0;
  }
  #globalHeader_wra #globalHeader #globalHeaderLeft h1 {
    float: none;
    text-align: center;
  }
  #globalHeader_wra #globalHeader #globalHeaderLeft h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-flow: row wrap;
    height: 73px;
  }
  #globalHeader_wra #globalHeader #globalHeaderLeft h1 img {
    width: 140px;
  }
  #globalHeader_wra .wrapper > nav {
    position: fixed;
    left: 0;
    top: 72px;
    bottom: 0;
    width: 100%;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
  }
  #globalHeader_wra .wrapper > nav ul {
    margin: 50px 25px;
    width: auto;
  }
  #globalHeader_wra .wrapper > nav ul li {
    margin: 30px auto;
    float: none;
    width: auto;
    text-align: left;
  }
  #globalHeader_wra .wrapper > nav ul li a {
    padding: 0;
    height: auto;
    line-height: 1;
    background: none;
    font-size: 15px;
    font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  }
  #globalHeader_wra .wrapper > nav ul li a span {
    display: inline;
  }
  #globalHeader_wra .wrapper > nav ul li.onlineStore {
    float: none;
    display: none;
  }
  #globalHeader_wra .wrapper > nav ul li.onlineStore a {
    display: inline-block;
    width: auto;
    font-weight: bold;
    padding: 10px 12px;
  }
  #globalHeader_wra .wrapper > nav ul li.onlineStore a span {
    line-height: 1;
    display: inline-block;
  }
  #globalHeader_wra .wrapper > nav.on {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #globalHeader_wra + * {
    margin-top: 105px;
  }
  #globalHeader_wra .header-social-link ul {
    margin-right: 20px;
  }
  #globalHeader_wra .header-social-link ul li {
    width: 18px;
    padding: 8px 10px;
  }
  #globalHeader_wra .header-social-link .onlineStore {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #globalHeader_wra .header-social-link .onlineStore a {
    font-size: 13px;
    letter-spacing: 0;
  }
  #globalHeader_wra .header-social-link .onlineStore span.genericon.genericon-cart {
    line-height: 1rem;
  }
}

footer #footerBrands {
  padding: 30px 0 60px 0;
}

footer #footerBrands .footerBrandsBox {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-flow: row wrap;
}

footer #footerBrands .footerBrandsBox .footerBrandsonlinestore li {
  padding: 0;
}

footer #footerBrands .footerBrandsBox .footerBrandsonlinestore li a img {
  width: 160px;
}

footer #footerBrands .footerBrandsBox .footerBrandsOnline {
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: 150px;
}

footer #footerBrands .footerBrandsBox .footerBrandsOnline img {
  width: 100%;
}

footer #footerBrands ul.footerBrandsother {
  margin: 0;
}

footer #footerBrands ul.footerBrandsother li {
  height: auto;
  padding: 0 30px;
}

footer #footerBrands ul.footerBrandsother li:first-of-type {
  padding-left: 0px;
}

footer #footerBrands ul.footerBrandsother li.footerBrandsother__or img {
  width: 70px;
}

footer #footerBrands ul.footerBrandsother img {
  height: auto;
  vertical-align: middle;
}

footer #footerLinks {
  padding: 40px 0;
  background: #000;
}

footer #footerLinks #footer-nav ul li {
  margin: 20px 50px;
}

footer #footerLinks .footer-social-link {
  margin: 20px 0;
}

footer #footerLinks .footer-social-link li {
  margin: 0 50px;
}

footer #footerLinks #kurihara-link {
  display: inline-block;
  margin-top: 40px;
}

footer #footerLinks #kurihara-link img {
  width: 190px;
}

footer #footerLinks #copy {
  margin-top: 30px;
  font-size: 14px;
}

footer .genericon-facebook {
  vertical-align: middle;
}

footer .genericon-facebook:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(img/facebook_icon_white.svg) no-repeat center center;
  background-size: contain;
}

footer .genericon-twitter {
  vertical-align: middle;
}

footer .genericon-twitter:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(img/twitter_icon_white.svg) no-repeat center center;
  background-size: contain;
}

footer .genericon-instagram {
  vertical-align: middle;
}

footer .genericon-instagram:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url(img/instagram_icon_white.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  footer #footerBrands .footerBrandsBox {
    display: block;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsonlinestore {
    margin-bottom: 20px;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsonlinestore li {
    padding: 0;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsonlinestore li a img {
    width: 130px;
    height: auto;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsOnline {
    margin: 0 auto 20px;
    width: 240px;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsother {
    font-size: 0;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsother li {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    border: none;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsother li:first-of-type {
    padding-left: 0px;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsother li img {
    width: 40px;
    height: auto;
  }
  footer #footerBrands .footerBrandsBox .footerBrandsother li.footerBrandsother__or img {
    width: 40px;
  }
  footer #footerLinks {
    padding: 20px;
  }
  footer #footerLinks #footer-nav ul {
    text-align: center;
    font-size: 0;
  }
  footer #footerLinks #footer-nav ul li {
    display: inline-block;
    border: none;
    padding: 18px 0;
    margin: 0 10px;
    height: auto;
    line-height: 1;
  }
  footer #footerLinks #footer-nav ul li a {
    font-size: 11px;
    line-height: 1;
  }
  footer #footerLinks .footer-social-link {
    height: auto;
  }
  footer #footerLinks .footer-social-link li {
    margin: 0 10px;
  }
  footer #footerLinks #kurihara-link {
    margin: 10px auto;
  }
  footer #footerLinks #copy {
    margin: 10px auto;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
  }
}

body.fixed {
  overflow: hidden;
}

body .view_more {
  margin: 40px auto 0 auto;
  text-align: center;
}

body .view_more a {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  line-height: 32px;
  letter-spacing: .1em;
  font-size: 14px;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

body .view_more a:after {
  content: "";
  position: absolute;
  background: url(img/view_more.svg) no-repeat right 8px center;
  background-size: 14px;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #000;
  /*border-radius: 18px;*/
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body .view_more a:hover {
  opacity: 1;
}

body .view_more a:hover:after {
  width: 100%;
}

body .view_more.insta a:after {
  background: url(img/insta_icon.svg) no-repeat right 8px center;
  background-size: 14px;
}

body h3.index_title {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-weight: normal;
  font-family: "hatch",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

body h3.index_title span {
  font-size: 27px;
  display: block;
}

body h3.index_title span.en {
  letter-spacing: 0.05em;
}

body h3.index_title span.ja {
  letter-spacing: 0.07em;
  margin-top: 14px;
  font-size: 18px;
}

body h3.index_title button {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: #edeadc;
}

body h3.index_title button:before {
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
}

body h3.index_title button.slick-prev {
  left: auto;
  right: 40px;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

body h3.index_title button.slick-prev:before {
  content: "";
  background: url(img/new_arrow_left.png) no-repeat center center;
  background-size: contain;
}

body h3.index_title button.slick-next {
  right: 0;
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

body h3.index_title button.slick-next:before {
  content: "";
  background: url(img/new_arrow_right.png) no-repeat center center;
  background-size: contain;
}

body h3.index_title button:hover {
  opacity: .7;
}

body #keyVisual {
  overflow: hidden;
}

body #keyVisual .img img {
  width: 1220px;
  max-width: 100%;
  opacity: .6;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body #keyVisual .img.slick-center img, body #keyVisual .img.slick-current img {
  opacity: 1;
}

body #keyVisual .slick-slider .slick-list {
  overflow: visible;
}

body #keyVisual .slick-slider button {
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 40px;
  opacity: 0.2;
}

body #keyVisual .slick-slider button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 17px;
  margin-top: -9px;
  margin-left: -5px;
  display: inline-block;
}

body #keyVisual .slick-slider button.slick-prev {
  left: 40px;
}

body #keyVisual .slick-slider button.slick-prev:before {
  background-image: url(img/new_arrow_left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}

body #keyVisual .slick-slider button.slick-next {
  right: 40px;
}

body #keyVisual .slick-slider button.slick-next:before {
  background-image: url(img/new_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}

body #keyVisual .slick-slider button:hover {
  opacity: .7;
}

body .top_concept {
  width: auto;
}

body .top_concept p {
  text-align: left;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.8;
}

body .top_concept p.emphasis {
  letter-spacing: .3em;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px;
}

body .top_concept p.emphasis:before {
  content: "";
  display: block;
  width: 96px;
  height: 50px;
  margin-bottom: 10px;
  background: url(img/title_decoration.png) no-repeat center center;
}

body .top_concept p.emphasis.second {
  margin-top: 0;
}

body .top_concept .left {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 50px;
  box-sizing: border-box;
}

body .top_concept .right {
  float: right;
  width: 50%;
  padding-left: 50px;
  padding-right: 20px;
  box-sizing: border-box;
}

body .top_concept .top_concept_text {
  border: none;
}

body .top_or_concept {
  padding-top: 115px;
  padding-bottom: 55px;
  border-bottom: 1px solid #d8d8d8;
  max-width: 1220px;
  margin: 0 auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  body .top_or_concept {
    padding-top: 65px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}

body .top_or_concept .top_or_concept_img {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  body .top_or_concept .top_or_concept_img {
    width: 180px;
    margin-bottom: 26px;
  }
}

body .top_or_concept .top_or_concept_img img {
  max-width: 100%;
}

body .top_or_concept .top_or_concept_txt {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-align: left;
  max-width: 435px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  body .top_or_concept .top_or_concept_txt {
    margin-bottom: 30px;
    font-feature-settings: "palt";
  }
}

body #wideContent {
  overflow: hidden;
  margin-bottom: 0;
}

body #wideContent .top_topics_blog {
  /*margin-bottom: 100px;*/
}

body #wideContent #brandTopics {
  max-width: 1220px;
}

body #wideContent #brandTopics .topics_tile_post_area {
  overflow: visible;
}

body #wideContent #brandTopics .topics_tile_post_area .slick-list {
  overflow: visible;
  padding: 20px 0;
}

body #wideContent #brandTopics .topics_tile_post_area section {
  /*height: 390px;*/
  padding: 20px;
  background-color: #f4f4f4;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body #wideContent #brandTopics .topics_tile_post_area section:hover {
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

body #wideContent #brandTopics .topics_tile_post_area section:nth-of-type(2n) {
  background-color: #f5f4ef;
}

body #wideContent #brandTopics .topics_tile_post_area section a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  margin-bottom: 10px;
}

body #wideContent #brandTopics .topics_tile_post_area section a:hover {
  opacity: 1;
}

body #wideContent #brandTopics .topics_tile_post_area section span {
  height: 230px;
  background: none;
}

body #wideContent #brandTopics .topics_tile_post_area section time {
  margin: 15px 0 10px;
  padding: 0;
  font-size: 16px;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

body #wideContent #brandTopics .topics_tile_post_area section h3 {
  font-size: 14px;
  padding: 0;
  background: none;
}

body #wideContent #brandTopics .topics_tile_post_area section .topics_textPack {
  height: auto;
  background: none;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area {
  background: url(img/top2.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 130px 30px 0;
  width: auto;
  border: none;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -moz-transform: translateY(8px);
  -o-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section:hover {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section a {
  display: block;
  box-sizing: border-box;
  padding: 60px 80px;
  width: 480px;
  height: 230px;
  background: #fff;
  text-align: left;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  margin: 5px 0 15px;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section span {
  display: none;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section ul {
  margin: 15px 0;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section time {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  height: auto;
  font-size: 32px;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  color: #000;
  letter-spacing: .1em;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section h3 {
  font-size: 18px;
  padding: 0;
  text-overflow: inherit;
}

body #wideContent #brandTopics #mainContent.column .tile_post_area section .staffblog_textPack {
  background: none;
}

body #wideContent #brandTopics #mainContent.column:after {
  content: "";
  display: block;
  width: 333px;
  height: 30px;
  margin: 0 0 auto auto;
  background: url(img/column_decoration.png) no-repeat center top;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section {
  box-sizing: border-box;
  width: 48%;
  margin: 1%;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section small {
  left: auto;
  top: 0;
  right: 55%;
  bottom: auto;
  width: auto;
  padding: 0 10px;
  background: #000;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a {
  display: block;
  height: 265px;
  background: url(img/override_pattern.png) center center;
  background-size: 23px;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a span {
  float: right;
  width: 55%;
  height: 100%;
  position: relative;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a span img {
  width: auto;
  /*max-width: 150%;*/
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div {
  float: left;
  box-sizing: border-box;
  width: 45%;
  padding: 20px;
  background: none;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div .staffblog_time_name {
  height: auto;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div time {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 10px;
  height: auto;
  font-size: 16px;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  color: #000;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div h3 {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}

body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div p {
  font-size: 14px;
  padding: 0;
}

body #brandsInsta {
  max-width: 1220px;
}

body #brandsCollection {
  max-width: none;
  margin: 0 auto;
}

body #brandsCollection .brandsCollection-banner {
  max-width: 1220px;
  margin: 0 auto;
}

body #brandsCollection .brandsCollection-banner img {
  width: 100%;
}

body #brandsCollection .brandsCollection {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}

body #brandsCollection .brandsCollection:before {
  position: absolute;
  left: 340px;
  top: 90px;
  content: "";
  display: block;
  width: 333px;
  height: 30px;
  margin: 0 0 auto auto;
  background: url(img/column_decoration.png) no-repeat center top;
}

body #brandsCollection .brandsCollection:after {
  content: "";
  display: block;
  clear: both;
}

body #brandsCollection .brandsCollection a:hover {
  opacity: 1;
}

body #brandsCollection .brandsCollection a:hover + a + .text .view_more a:after,
body #brandsCollection .brandsCollection a:hover + .text .view_more a:after {
  width: 100%;
}

body #brandsCollection .brandsCollection #big {
  float: right;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body #brandsCollection .brandsCollection #small {
  position: absolute;
  left: 80px;
  bottom: -30px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body #brandsCollection .brandsCollection .text {
  position: absolute;
  top: 140px;
  left: 20px;
  width: 50%;
  z-index: 2;
  font-family: "europa",'Noto Sans Japanese',"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

body #brandsCollection .brandsCollection .text h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: normal;
  font-size: 42px;
}

body #brandsCollection .brandsCollection .text p {
  font-size: 30px;
  font-style: italic;
  letter-spacing: .1em;
  margin: 0 0 40px auto;
  text-align: right;
}

body #brandsCollection #brandsCollaboration {
  background-color: #f5f4ef;
  overflow: hidden;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop {
  max-width: 1220px;
  margin: 0 auto;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox {
  width: auto;
  height: auto;
  float: none;
  text-align: center;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox a {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox p {
  margin: 0 0 0 80px;
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .1rem;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxLarge {
  float: left;
  width: 50%;
  margin: 0 .5%;
  background-color: #fff;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxLarge a {
  position: relative;
  display: block;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall {
  position: relative;
  overflow: hidden;
  width: 23.5%;
  padding: 0;
  margin: 0 .5%;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall p.collaboName {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  padding: 0 15px;
  background-color: #000;
  color: #fff;
  line-height: 60px;
  height: 60px;
}

body #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall p.collaboName span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}

body #brandsShops {
  max-width: none;
  padding: 120px 0;
  background: url(img/override_pattern.png) center center;
  background-size: 23px;
}

body #brandsShops h3.index_title {
  border: none;
}

body #brandsShops .view_more {
  margin-bottom: 0;
}

body #cboxOverlay {
  background: #fff;
  opacity: .7;
}

body #cboxNext {
  top: 50%;
  right: -60px;
  left: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: #edeadc;
  border-radius: 100%;
}

body #cboxNext:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  margin-top: -8px;
  margin-left: -5px;
  background: url(img/new_arrow_right.png) no-repeat center center;
  background-size: contain;
}

body #cboxPrevious {
  top: 50%;
  left: -60px;
  right: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  background: #edeadc;
  border-radius: 100%;
}

body #cboxPrevious:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  margin-top: -8px;
  margin-left: -5px;
  background: url(img/new_arrow_left.png) no-repeat center center;
  background-size: contain;
}

body #cboxClose {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -25px;
  right: -25px;
}

@media screen and (min-width: 768px) {
  body #wideContent #brandTopics #mainContent.column .tile_post_area {
    font-size: 0;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section {
    max-width: 42%;
    margin: 130px 4% 0;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section a {
    max-width: 100%;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section h3 {
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  body #brandsCollection .brandsCollection .text h3 {
    white-space: nowrap;
  }
  body #brandsCollection .brandsCollection:after {
    padding-top: 15%;
  }
}

@media only screen and (max-width: 768px) {
  body .view_more {
    margin: 20px auto;
  }
  body .view_more a {
    font-size: 11px;
    border: 1px solid #000;
    /*border-radius: 10px;*/
  }
  body .view_more a:after {
    border: none;
  }
  body #wideContent h3.index_title {
    padding-bottom: 10px;
  }
  body #wideContent h3.index_title span.en {
    font-size: 22px;
  }
  body #wideContent h3.index_title span.ja {
    font-size: 14px;
    margin-top: 8px;
  }
  body #keyVisual .img {
    overflow: hidden;
  }
  body #keyVisual .slick-slider button {
    width: 10px;
    height: 10px;
  }
  body #keyVisual .slick-slider button:before {
    width: 10px;
    height: 10px;
  }
  body #keyVisual .slick-slider button.slick-prev {
    left: 20px;
  }
  body #keyVisual .slick-slider button.slick-prev:before {
    background-size: 6px;
  }
  body #keyVisual .slick-slider button.slick-next {
    right: 20px;
  }
  body #keyVisual .slick-slider button.slick-next:before {
    background-size: 5px;
  }
  body .top_concept {
    margin: 0;
  }
  body .top_concept .top_concept_textinner {
    padding: 0 20px;
  }
  body .top_concept .top_concept_textinner p.emphasis {
    font-size: 12px;
    margin-bottom: 10px;
  }
  body .top_concept .top_concept_textinner p.emphasis:before {
    width: 55px;
    height: 25px;
    background-size: 100%;
  }
  body .top_concept .top_concept_textinner .left {
    float: none;
    width: auto;
    padding: 0;
  }
  body .top_concept .top_concept_textinner .right {
    float: none;
    width: auto;
    padding: 0;
  }
  body .top_concept .top_concept_textinner .right p.emphasis {
    margin-top: 40px;
  }
  body .top_concept .top_concept_textinner .right p.emphasis.second:before {
    display: none;
  }
  body #wideContent {
    margin-top: 25px;
    margin-bottom: 0;
  }
  body #wideContent #contsList h3.index_title {
    margin-bottom: 20px;
  }
  body #wideContent .top_topics_blog {
    overflow: hidden;
    /*margin-bottom: 50px;*/
  }
  body #wideContent #brandTopics .topics_tile_post_area button {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    background-color: #edeadc;
    z-index: 1;
  }
  body #wideContent #brandTopics .topics_tile_post_area button:before {
    display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
  }
  body #wideContent #brandTopics .topics_tile_post_area button.slick-prev {
    left: 20px;
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  body #wideContent #brandTopics .topics_tile_post_area button.slick-prev:before {
    content: "";
    background: url(img/new_arrow_left.png) no-repeat center center;
    background-size: contain;
  }
  body #wideContent #brandTopics .topics_tile_post_area button.slick-next {
    right: 20px;
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  body #wideContent #brandTopics .topics_tile_post_area button.slick-next:before {
    content: "";
    background: url(img/new_arrow_right.png) no-repeat center center;
    background-size: contain;
  }
  body #wideContent #brandTopics .topics_tile_post_area section:hover {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  body #wideContent #brandTopics .topics_tile_post_area section span {
    float: none;
    margin: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  body #wideContent #brandTopics .topics_tile_post_area section .topics_textPack time {
    display: block;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 11px;
  }
  body #wideContent #brandTopics .topics_tile_post_area section .topics_textPack h3 {
    margin: 0 auto;
    font-size: 11px;
    line-height: 1.4;
  }
  body #wideContent #brandTopics #mainContent.column:after {
    display: none;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area {
    padding-top: 60px;
    background-size: auto 100%;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section {
    display: block;
    margin: 20px 20px 0 20px;
    padding: 0;
    /*display: none;*/
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section time {
    font-size: 22px;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section h3 {
    margin: 0 auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section ul {
    margin: 5px auto;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section a {
    padding: 30px;
    width: auto;
    height: auto;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section a:before {
    margin-bottom: 5px;
  }
  body #wideContent #brandTopics #mainContent.column .tile_post_area section:first-of-type {
    display: block;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area {
    margin: 0;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0 auto 10px;
    /*display: none;*/
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section:nth-of-type(1), body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section:nth-of-type(2) {
    display: block;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a {
    height: auto;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a span {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a span img {
    vertical-align: middle;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div {
    float: none;
    width: auto;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div time {
    font-size: 11px;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div h3 {
    margin: 0 auto;
    line-height: 1.4;
    font-size: 11px;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section > a > div p {
    margin: 0 auto;
    line-height: 1.4;
    font-size: 11px;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section small {
    position: absolute;
    top: 0;
    right: 0;
  }
  body #wideContent #brandTopics #mainContent.staffblog .tile_post_area section small a {
    display: block;
    color: #fff;
  }
  body #wideContent #brandsInsta {
    overflow: hidden;
  }
  body #wideContent #brandsInsta .index_title {
    margin-bottom: 15px;
  }
  body #wideContent #brandsInsta .insta_area {
    position: relative;
  }
  body #wideContent #brandsInsta .insta_area button {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    background-color: #edeadc;
    z-index: 1;
  }
  body #wideContent #brandsInsta .insta_area button:before {
    display: inline-block;
    width: 7px;
    height: 12px;
    vertical-align: middle;
  }
  body #wideContent #brandsInsta .insta_area button.slick-prev {
    left: 20px;
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  body #wideContent #brandsInsta .insta_area button.slick-prev:before {
    content: "";
    background: url(img/new_arrow_left.png) no-repeat center center;
    background-size: contain;
  }
  body #wideContent #brandsInsta .insta_area button.slick-next {
    right: 20px;
    -moz-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  body #wideContent #brandsInsta .insta_area button.slick-next:before {
    content: "";
    background: url(img/new_arrow_right.png) no-repeat center center;
    background-size: contain;
  }
  body #wideContent #brandsInsta .insta_area .AlpinePhotoTiles_cascade_column {
    display: block;
    width: auto !important;
  }
  body #wideContent #brandsCollection .brandsCollection {
    margin: 0 20px;
  }
  body #wideContent #brandsCollection .brandsCollection:before {
    width: 160px;
    height: 14px;
    background-size: 100%;
    left: 15%;
    top: 10px;
  }
  body #wideContent #brandsCollection .brandsCollection #big {
    margin-top: 40px;
    width: 85%;
    z-index: 10;
  }
  body #wideContent #brandsCollection .brandsCollection #small {
    top: 0;
    left: 0;
    bottom: 98px;
    width: 50%;
  }
  body #wideContent #brandsCollection .brandsCollection .text {
    position: static;
    overflow: hidden;
    clear: both;
    width: auto;
  }
  body #wideContent #brandsCollection .brandsCollection .text h3 {
    margin: 10px 0 7px 15%;
    font-size: 16px;
  }
  body #wideContent #brandsCollection .brandsCollection .text p {
    margin: 75px 0 0 0;
    text-align: center;
    font-size: 12px;
  }
  body #wideContent #brandsCollection #brandsCollaboration {
    padding: 0 20px;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox {
    display: block;
    width: auto;
    text-align: center;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox a {
    width: auto;
    margin: 20px auto 0;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .topBox p {
    float: none;
    margin: 0 20px 30px;
    width: auto;
    text-align: center;
    font-size: 13px;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxLarge {
    width: auto;
    margin: 0 2% 4%;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall {
    width: 46%;
    margin: 0 2%;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall img {
    margin-bottom: 0;
  }
  body #wideContent #brandsCollection #brandsCollaboration #brandsCollaborationInTop .boxSmall p.collaboName {
    text-align: left;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  body #wideContent #brandsShops {
    margin-bottom: 0;
    padding: 50px 0 50px;
  }
  body #wideContent #brandsShops h3.index_title {
    margin-bottom: 20px;
  }
  body #cboxClose {
    top: -25;
    right: 0;
  }
  body #cboxNext {
    width: 50px;
    height: 50px;
    top: 100%;
    right: 0;
    background: none;
  }
  body #cboxNext:before {
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #edeadc;
    background-size: 9px;
    border-radius: 100%;
  }
  body #cboxPrevious {
    width: 50px;
    height: 50px;
    top: 100%;
    left: 0;
    background: none;
  }
  body #cboxPrevious:before {
    margin-top: -15px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #edeadc;
    background-size: 9px;
    border-radius: 100%;
  }
}

.collection_page_list #mainContent .collection-list-wrapper {
  margin-bottom: 50px;
}

.collection_page_list #mainContent .collection-list {
  margin-bottom: 5px;
}

.collection_page_list #mainContent .collection-list img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.collection_page_list #mainContent .pager {
  flex: 1 1 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-start;
  flex-flow: row nowrap;
}

@media screen and (max-width: 1160px) {
  .collection_page_list #mainContent .pager {
    justify-content: center;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.collection_page_list #mainContent .pager .page-numbers {
  padding: 6px 8px 5px;
  font-size: 12px;
  color: #969696;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  border: 1px solid #dcdcdc;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  margin: 0 4px;
}

@media screen and (max-width: 1160px) {
  .collection_page_list #mainContent .pager .page-numbers {
    padding: 6px 8px 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.0;
    border: 1px solid #dcdcdc;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  }
}

.collection_page_list #mainContent .pager .page-numbers:hover {
  background-color: #dcdcdc;
  color: #000000;
}

.collection_page_list #mainContent .pager .current {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  color: #000000;
}

.collection_page_list #mainContent .pager .current:hover {
  background-color: #ebebeb;
  color: #000000;
  opacity: 1;
}

.collection_page_list #mainContent .pager .dots {
  margin: 0 4px;
  border: none;
}

@media screen and (max-width: 1160px) {
  .collection_page_list #mainContent .pager .dots {
    margin: 0 2px;
  }
}

.collection_page_list #mainContent .pager .dots:hover {
  background-color: transparent;
  color: #919191;
  opacity: 1;
}

.collection_page_list #mainContent .pager .prev,
.collection_page_list #mainContent .pager .next {
  box-sizing: border-box;
  color: transparent;
  height: 16px;
  width: 16px;
  max-height: 16px;
  padding-top: 16px;
  padding-bottom: 0;
  overflow: hidden;
  border-color: transparent;
  margin: 0 8px;
}

@media screen and (max-width: 1160px) {
  .collection_page_list #mainContent .pager .prev,
  .collection_page_list #mainContent .pager .next {
    height: 14px;
    width: 14px;
    max-height: 14px;
    padding-top: 14px;
    margin: 0 8px;
  }
}

.collection_page_list #mainContent .pager .prev:hover,
.collection_page_list #mainContent .pager .next:hover {
  background-color: transparent;
  opacity: 0.8;
}

.collection_page_list #mainContent .pager .prev {
  background: url("/wp-content/themes/override_201812/img/collection/icon_pager_left.png") no-repeat center center/contain;
}

.collection_page_list #mainContent .pager .next {
  background: url("/wp-content/themes/override_201812/img/collection/icon_pager_right.png") no-repeat center center/contain;
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-inner {
    padding: 0 20px;
  }
}

.collection_page_detail #mainContent .collection-detail-main-banner {
  margin-bottom: 30px;
}

.collection_page_detail #mainContent .collection-detail-main-banner img {
  width: 100%;
  margin: 0 auto;
}

.collection_page_detail #mainContent .collection-detail-main-titles {
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-main-titles {
    margin-bottom: 24px;
  }
}

.collection_page_detail #mainContent .collection-detail-main-title {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.47;
  text-align: center;
  margin-bottom: 24px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-main-title {
    font-size: 19px;
    margin-bottom: 14px;
  }
}

.collection_page_detail #mainContent .collection-detail-main-title-desc,
.collection_page_detail #mainContent .collection-detail-main-title-desc p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.2;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-main-title-desc,
  .collection_page_detail #mainContent .collection-detail-main-title-desc p {
    font-size: 13px;
  }
}

.collection_page_detail #mainContent .collection-detail-entries {
  margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entries {
    margin-bottom: 46px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
}

.collection_page_detail #mainContent .collection-detail-entry:nth-child(2n) {
  flex-flow: row-reverse nowrap;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry {
    display: block;
  }
}

.collection_page_detail #mainContent .collection-detail-entry + .collection-detail-entry {
  margin-top: 80px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry + .collection-detail-entry {
    margin-top: 60px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-image {
  flex: 0 0  440px;
  max-width: 440px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-image {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-image img {
  width: 100%;
}

.collection_page_detail #mainContent .collection-detail-entry-desc {
  flex: 0 0  460px;
  max-width: 460px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-desc {
    max-width: 100%;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-number {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  margin-bottom: 18px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-number {
    font-size: 35px;
    margin-bottom: 12px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item {
  display: flex;
  align-items: strech;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-left {
  flex: 1 0 auto;
}

.collection_page_detail #mainContent .collection-detail-entry-right {
  flex: 0 0 80px;
  text-align: right;
  display: flex;
  align-items: strech;
  justify-content: space-between;
  align-content: flex-end;
  flex-flow: column wrap;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-right {
    flex: 0 0 100px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item-name {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.47;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item-number {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.0;
  margin-bottom: 22px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item-number {
    font-size: 11px;
    margin-bottom: 12px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item-price {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.0;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item-price {
    font-size: 15px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item-direction {
  text-align: right;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.2;
  padding-top: 10px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item-direction {
    font-size: 12px;
    padding-top: 2px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-item-link {
  display: block;
  width: 68px;
  height: 26px;
  line-height: 27px;
  background-color: #312121;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.00em;
  text-align: center;
  margin-left: auto;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-item-link {
    width: 76px;
    height: 30px;
    line-height: 31px;
    font-size: 13px;
  }
}

.collection_page_detail #mainContent .collection-detail-entry-free p,
.collection_page_detail #mainContent .collection-detail-entry-free {
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 2.0;
  font-feature-settings: "palt";
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-entry-free p,
  .collection_page_detail #mainContent .collection-detail-entry-free {
    font-size: 12px;
  }
}

.collection_page_detail #mainContent .collection-detail-notes,
.collection_page_detail #mainContent .collection-detail-notes p {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-notes,
  .collection_page_detail #mainContent .collection-detail-notes p {
    font-size: 12px;
  }
}

.collection_page_detail #mainContent .collection-detail-notes.collection-detail-notes,
.collection_page_detail #mainContent .collection-detail-notes p.collection-detail-notes {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-notes.collection-detail-notes,
  .collection_page_detail #mainContent .collection-detail-notes p.collection-detail-notes {
    margin-bottom: 60px;
  }
}

.collection_page_detail #mainContent .collection-detail-links-wrapper {
  position: relative;
  padding: 32px 0 32px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-links-wrapper {
    padding: 20px 0 20px;
  }
}

.collection_page_detail #mainContent .collection-detail-links-wrapper::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-color: #ebebeb;
}

.collection_page_detail #mainContent .collection-detail-links {
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: -0.6em;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-links {
    margin-bottom: 20px;
  }
}

.collection_page_detail #mainContent .collection-detail-link {
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.33;
  display: inline-block;
  white-space: nowrap;
  padding: 9px 12px 7px;
  font-feature-settings: "palt";
  background-color: #ffffff;
  margin-bottom: 18px;
  margin-right: 18px;
  transition: all 300ms  ease-out 0ms;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-link {
    font-size: 12px;
    padding: 10px 10px 9px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .collection_page_detail #mainContent .collection-detail-link {
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
  }
}

.collection_page_detail #mainContent .collection-detail-link:hover {
  background-color: #313131;
  opacity: 1;
  color: #fff;
}

.collection_page_detail #mainContent .collection-detail-link-back {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  width: 180px;
  height: 42px;
  line-height: 43px;
  background-color: #312121;
}

@media screen and (max-width: 959px) {
  .collection_page_detail #mainContent .collection-detail-link-back {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 100%;
  }
}
