@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "Yu Gothic", "YuGothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

.wr, .wr.nowidth .inr {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1080px;
}
.wr.nowidth {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 480px) {
  .wr, .wr.nowidth .inr {
    width: calc(100% - 20px);
  }
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
}

.cols2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

#wrapper:not(.page_top) > .row {
  /*margin-top: 190px;
  padding-top: 12px;*/
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 110px;
  min-height: calc(100vh - 480px);
}
@media screen and (max-width: 800px) {
  #wrapper:not(.page_top) > .row {
    min-height: calc(100vh - 580px);
  }
}
@media screen and (max-width: 767px) {
  #wrapper:not(.page_top) > .row {
    min-height: calc(100vh - 540px);
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 570px) {
  #wrapper:not(.page_top) > .row {
    min-height: calc(100vh - 520px);
  }
}
@media screen and (max-width: 540px) {
  #wrapper:not(.page_top) > .row {
    min-height: calc(100vh - 470px);
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper:not(.page_top) > .row {
    min-height: calc(100vh - 420px);
    padding-bottom: 50px;
  }
}

/*
 * layout
 */
#wrapper {
  /*max-width: 1000px;*/
}


/*
 * contents
 */

#contents {
  /*float: right;
  padding-left: 30px;*/
  box-sizing: border-box;
  width: 100%;
  
  padding: 0;
}
#side {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  clear: both;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  #contents .topicpath-nav + h2 {
    margin-top: 12px;
  }
}

/*
 * side
 */

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
  h2.pad_l_10.mar_b_20.txt_28 {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .txt_c.mar_t_50.mar_b_50 {
    margin: 30px 0;
  }
}
@media (max-width: 540px) {
  h2.pad_l_10.mar_b_20.txt_28 {
    margin-bottom: 14px;
    padding-left: 3px;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  h3.mar_t_50.mar_b_20 {
    margin-top: 24px;
    margin-bottom: 0;
  }
  p.mar_t_30.mar_b_30 {
    margin-top: 10px;
    margin-bottom: 14px;
  }
}

h2.bor_b_1 {
  font-weight: bold;
  padding-left: 3px;
  padding-bottom: 2px;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 480px) {
  h2.bor_b_1 {
    font-size: 18pt;
  }
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-twitter { background-position: -96px -176px; }
.icon-lg-b.icon-twitter { background-position: -144px -264px; }
.icon-instagram { background-position: -112px -192px; }
.icon-lg-b.icon-instagram { background-position: -168px -288px; }
.icon-facebook { background-position: -128px -176px; }
.icon-lg-b.icon-facebook {background-position: -192px -264px; }
.icon-youtube { background-position: -128px -160px; }
.icon-lg-b.icon-youtube { background-position: -191px -240px; }

.icon-lg-b.icon-button { background-position: -168px -240px; }
.icon-lg-b.icon-feather { background-position: -168px -0px; }
.icon-lg-b.icon-tool { background-position: -480px -24px; }
.icon-lg-b.icon-leaf { background-position: -96px -48px; }
.icon-lg-b.icon-pack { background-position: -288px -96px; }
.icon-lg-b.icon-cash { background-position: -168px -96px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
/*
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}*/
/*@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}*/

#header {
  /*position: absolute;
  top: 0;
  left: 0;*/
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
}
#header .cols2 {
  align-items: center;
  padding: 16px 30px 13px;
}
#header .cols2 .lft {
  width: 127px;
}
#header .cols2 .rgt ul {
  margin: 0;
}
#header .cols2 .rgt ul li {
  padding: 0 8px;
}
#header .cols2 .rgt ul li.header-search form {
  margin: 0;
  transform: translateY(-2px);
}
#header .cols2 .rgt ul li.header-search form input[type=text] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 140px;
  padding: 0;
  appearance: none;
  transition: width 0.4s;
}
#header .cols2 .rgt ul li.header-search form:not(.active) input[type=text] {
  width: 0;
}
#header .cols2 .rgt ul li.header-search form input[type=text]::placeholder {
  color: #686868;
  font-weight: bold;
}
#header .cols2 .rgt ul li.header-search form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
@media screen and (max-width: 768px) {
  #header .cols2 .lft {
    width: 94px;
  }
  #header .cols2 .rgt ul {
    padding: 0;
  }
}
@media screen and (max-width: 570px) {
  #header .cols2 {
    padding: 9px 10px 7px;
  }
  #header .cols2 .rgt ul li a i.icon-b.icon-user {
    margin-right: 0;
  }
  #header .cols2 .rgt ul li a .onpc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header .cols2 .lft {
    width: 80px;
  }
}

#header > ul.inline {
  margin-bottom: 0;
  background-color: #222;
  padding: 8px 24px;
  color: #fff;
}
#header > ul.inline li {
  padding: 0;
}
#header > ul.inline li:not(:last-child) {
  border-right: 1px solid #555;
}
#header > ul.inline li a {
  display: inline-block;
  padding-left: 13px;
  padding-right: 20px;
  color: #fff;
  opacity: 0.95;
}
#header > ul.inline li a:hover {
  opacity: 0.7;
}
#header > ul.inline li a.tosns {
  transform: translatey(-2px);
}
#header > ul.inline li a.tosns img {
  width: 22px;
}
@media screen and (max-width: 680px) {
  #header > ul.inline {
    padding: 7px 6px;
  }
  #header > ul.inline li a {
    padding-left: 3px;
    padding-right: 8px;
    font-size: 0.8rem;
  }
  #header > ul.inline li a .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
    width: 16px;
    height: 16px;
    vertical-align: -3px;
  }
  #header > ul.inline li a .icon-lg-w.icon-home {
    background-position: -176px -17px;
  }
  #header > ul.inline li a .icon-lg-w.icon-help {
    background-position: -272px -80px;
  }
  #header > ul.inline li a .icon-lg-w.icon-mail {
    background-position: -64px 0px;
  }
  #header > ul.inline li a .icon-lg-w.icon-pack {
    background-position: -192px -64px;
  }
  #header > ul.inline li a .icon-lg-w.icon-cash { 
    background-position: -112px -64px;
  }
}
@media screen and (max-width: 480px) {
  #header > ul.inline li a .icon-lg-w.icon-home {
    margin-right: 0;
  }
  #header > ul.inline li a .onpc {
    display: none;
  }
}

#header .main-navigation ul.inline {
  margin-bottom: 0;
  background-color: #222;
  padding: 8px 24px;
  color: #fff;
}
#header .main-navigation ul.inline li {
  padding: 0;
}
#header .main-navigation ul.inline li:not(:last-child) {
  border-right: 1px solid #555;
}
#header .main-navigation ul.inline li a {
  display: inline-block;
  padding-left: 13px;
  padding-right: 20px;
  color: #fff;
  opacity: 0.95;
}
#header .main-navigation ul.inline li a:hover {
  opacity: 0.7;
}
#header .main-navigation ul.inline li a.tosns {
  transform: translatey(-2px);
}
#header .main-navigation ul.inline li a.tosns img {
  width: 22px;
}
@media screen and (max-width: 680px) {
  #header .main-navigation ul.inline {
    padding: 7px 6px;
  }
  #header .main-navigation ul.inline li a {
    padding-left: 3px;
    padding-right: 8px;
    font-size: 0.8rem;
  }
  #header .main-navigation ul.inline li a .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
    width: 16px;
    height: 16px;
    vertical-align: -3px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-home {
    background-position: -176px -17px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-help {
    background-position: -272px -80px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-mail {
    background-position: -64px 0px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-button {
    background-position: -112px -162px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-feather {
    background-position: -112px -0px;
    transform: translatey(-1px);
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-tool {
    background-position: -320px -16px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-leaf {
    background-position: -64px -34px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-pack {
    background-position: -192px -64px;
  }
  #header .main-navigation ul.inline li a .icon-lg-w.icon-cash { 
    background-position: -112px -64px;
  }
}
@media screen and (max-width: 480px) {
  #header .main-navigation ul.inline li a .icon-lg-w.icon-home {
    margin-right: 0;
  }
  #header .main-navigation ul.inline li a .onpc {
    display: none;
  }
}

#header .main-navigation ul.inline.ver2 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding: 6px 24px;
}
#header .main-navigation ul.inline.ver2 li a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}
#header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-home,
#header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-pack,
#header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-tool {
  transform: translateY(-2px);
}
#header .main-navigation ul.inline.ver2 li.spbreak {
  border-right: none;
}
#header .main-navigation ul.inline li.hasChildren {
  position: relative;
}
#header .main-navigation ul.inline li.hasChildren ul.submenu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 24px 0 22px;
  background-color: #222222;
  z-index: 1;
}
#header .main-navigation ul.inline li.hasChildren ul.submenu li {
  position: relative;
  border-right: none;
  font-size: 13px;
}
#header .main-navigation ul.inline li.hasChildren ul.submenu li a {
  min-width: 13.2em;
  padding: 5px 36px;
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
}
#header .main-navigation ul.inline li.hasChildren > ul.submenu {
  position: absolute;
  top: 100%;
  left: -5px;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
#header .main-navigation ul.inline li.hasChildren:hover > a + ul.submenu {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 981px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #header .main-navigation ul.inline.ver2 {
    display: block;
    padding: 10px 0 0;
  }
  #header .main-navigation ul.inline li:not(:last-child) {
    border-right: none;
  }
  #header .main-navigation ul.inline li.hasChildren {
    border-bottom: 1px solid #888;
    padding-bottom: 4px;
  }
  #header .main-navigation ul.inline li.hasChildren ul.submenu {
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    padding: 0 32px;
    opacity: 1;
  }
  #header .main-navigation ul.inline li.hasChildren ul.submenu li {
    width: auto;
  }
  #header .main-navigation ul.inline li.hasChildren ul.submenu li a {
    margin-right: 20px;
    margin-bottom: 7px;
    border-bottom: none;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0;
    font-size: 11px;
  }

  #header .main-navigation ul.inline.ver2 li a {
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    width: 100%;
    height: 42px;
    background: none;
    padding: 0 20px;
    color: #fff !important;
    font-size: 13px;
  }
  #header .main-navigation ul.inline.ver2 > li:last-child a {
    border-bottom: none;
  }
  #header .main-navigation ul.inline.ver2 li.hasChildren > a {
    border-bottom: none;
    height: auto;
    margin: 10px 0 6px;
  }  
	.menu-main-container {
		margin-bottom: 16px;
		width: 100%;
	}
	.menu-toggle, .main-navigation.toggled ul {
		display: block;
	}
	#site-navigation .menu-toggle {
		box-sizing: border-box;
		position: absolute;
        top: 50%;
        right: 16px;
		display: block;
		border: none;
		border-radius: 3px;
		width: 43px;
		height: 34px;
		background-color: transparent;
		padding: 6px;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
		z-index: 100;
		cursor: pointer;
		/*transition: border 0.6s;*/
		transform: translateY(-50%);
    }
    #site-navigation .menu-toggle:focus {
	    outline: 0;
    }
	#site-navigation .menu-toggle > div {
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
	}
  #site-navigation .menu-toggle > div, #site-navigation .menu-toggle > div:before, #site-navigation .menu-toggle > div:after {
		display: block;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition-property: background, transform;
		transition-duration: 0.4s;
    z-index: 2;
	}
	.site-header.transparent #site-navigation .menu-toggle > div, 
	.site-header.transparent #site-navigation .menu-toggle > div:before, 
	.site-header.transparent #site-navigation .menu-toggle > div:after {
		background-color: #fff;
		box-shadow: 0px 0px 2px #000000a1, 0px 0px 4px #0000005c;
	}
	#site-navigation .menu-toggle > div:before, #site-navigation .menu-toggle > div:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
	}
	#site-navigation .menu-toggle > div:before {
		transform: translate(-50%, -9px);
	}
	#site-navigation .menu-toggle > div:after {
		transform: translate(-50%, 7px);
	}
	#site-navigation.toggled .menu-toggle > div {
		background-color: #222222;
		box-shadow: none !important;
	}
	#site-navigation.toggled .menu-toggle > div:before,
	#site-navigation.toggled .menu-toggle > div:after {
      top: 50%;
      left: 50%;
      width: 33px;
	}
	#site-navigation.toggled .menu-toggle > div:before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	#site-navigation.toggled .menu-toggle > div:after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	
	.main-navigation {
      position: relative;
		width: 100%;
      height: 40px;
      background-color: #222;
		padding-top: 0;
	}
	.main-navigation .menuWrap {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;		
      width: 100%;
      background-color: #222;
      padding: 0 5px;
      overflow: hidden;
      transition: height 0.6s ease;
	}
  .main-navigation:not(.toggled) .menuWrap {
    height: 0 !important;
  }
	.main-navigation.toggled .menuWrap {
		/*height: 302px;*/
	}
	.site-header.transparent .main-navigation .menuWrap {
		top: 0;
	}
	.site-header.transparent .menu-main-container {
		padding-top: 26px;
	}
	.site-header.transparent .main-navigation.toggled .menuWrap {
		height: 342px;
	}
	.main-navigation ul {
		margin-bottom: 12px;
	}	
	.main-navigation li {
		display: block;
		margin-right: 0;
		width: 100%;
		text-align: left;
	}
  .main-navigation ul > li:last-child > a {
    border-bottom: none;
  }
	.main-navigation ul > li.sns > a {
		height: 54px;
	}
	.main-navigation ul li.sns a img {
		width: 30px;
	}
	.main-navigation ul > li > a img.onpc {
		display: none;
	}
	.main-navigation ul li > a:before {
		content: none;
	}
	.main-navigation ul > li > a::after {
		content: none;
	}
}
@media screen and (max-width: 680px) {
  #header .main-navigation ul.inline.ver2 li.hasChildren {
    padding-bottom: 4px;
  }
  #header .main-navigation ul.inline.ver2 li.hasChildren > a {
    margin: 11px 0 8px;
  }
  #header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-cash, 
  #header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-mail {
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 480px) {
  #header .main-navigation ul.inline.ver2 li a {
    padding: 0 10px;
  }
  #header .main-navigation ul.inline.ver2 li a .icon-lg-w {
    margin-right: 4px;
  }
  #header .main-navigation ul.inline.ver2 li a .onpc {
    display: inline;
  }
  #header .main-navigation ul.inline li.hasChildren ul.submenu {
    padding: 0 21px;
  }
  #header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-cash, 
  #header .main-navigation ul.inline.ver2 li a .icon-lg-b.icon-mail {
    transform: translateY(-1px);
  }
}

#mainv {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  #mainv {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 540px) {
  #mainv {
    margin-bottom: 70px;
  }
}

#wrapper.page_top #slide {
  padding-top: 0;
  overflow: visible;
}
#wrapper.page_top #slide #viewbox {
  max-width: none;
}
#wrapper.page_top #slide .pager {
  bottom: 0;
  margin-bottom: 0;
  transform: translateY(30px);
}
#wrapper.page_top #slide .pager div {
  background-color: #000;
}
#wrapper.page_top #slide .onimg {
  position: relative;
  /*padding-top: 130px;*/
  pointer-events: none;
  z-index: 2;
}
#wrapper.page_top #slide .onimg .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#wrapper.page_top #slide .onimg .inner:before {
  content: "";
  display: block;
  width: 0;
  padding-top: 52.5%;
}
#wrapper.page_top #slide .onimg .inner .shop {
  color: #fff;
  font-size: 4rem;
}
@media screen and (min-width: 1281px) {
  #wrapper.page_top #slide .onimg .inner:before {
    padding-top: 664px;
  }
}

footer,.entry-meta{
    font-size: 10.5pt;
}
footer {
	position: relative;
	background-color: #222;
	color: #fff;
	z-index: 1;
	overflow: hidden;
}
footer .lg {
	position: absolute;
	right: -80px;
	bottom: -40px;
	width: 680px;
	opacity: 0.1;
	pointer-events: none;
}
.clearfix:before, .clearfix:after, .btn-dropdown:before, .btn-dropdown:after {
    display: table;
    content: "";
    line-height: 0;
}
footer .footer-links.cols2 {
	position: relative;
	align-items: stretch;
	justify-content: center;
	background-color: #48575a;
	background-position: center;
	background-size: cover;
	padding: 60px 40px;
}
footer .footer-links.cols2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004a;
}
footer .footer-links .lft {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 4%;
	width: 58%;
}
footer .footer-links .lft img {
  width: 80%;
  max-width: 630px;
}
footer .footer-links .rgt {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 36%;
}
footer .footer-links .rgt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
}
footer .footer-links .rgt ul li {
	
}
footer .footer-links .rgt ul li:not(:last-child) {
	margin-bottom: 8px;
}
footer .footer-links .rgt ul li a {
	color: #fff;
	font-weight: bold;
}

footer .footer-info {
    padding: 20px 0 8px;
	text-align: center;
	font-size: 10pt;
    font-style: normal;
}
footer .footer-info .container {
  width: 100%;
  padding: 0;
}
footer .footer-info .container > div {
	margin: 0 auto 15px;
	width: calc(100% - 40px);
	max-width: 960px;
	text-align: left;
}
footer .footer-info .container > div + div {
	margin-bottom: 40px;
}
footer .footer-info .mainlogo {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	max-width: 320px;
}
footer .footer-info .lg {
	display: inline-block;
	border: 1px solid #bcbfd3;
	border-radius: 2px;
	margin-right: 16px;
	width: 100%;
    max-width: 200px;
	padding: 8px 16px;
	vertical-align: middle;
}
footer .footer-info .lg img {
	display: block;
	width: 100%;
}
footer .footer-info .container > .ctr {
	margin-bottom: 16px;
	text-align: center;
}
footer .footer-info a {
	color: #fff;
}
footer .footer-info .contact {
	display: inline-block;
	display: none;
	margin: 15px 0;
	border-radius: 4px;
	background-color: #fff;
	padding: 10px 1.5em 9px;
	color: #125993;
	font-size: 11pt;
	letter-spacing: 0.5px;
	line-height: 100%;
}
footer .footer-info .contact:hover {
	text-decoration: none;
}
footer .footer-info .copylight {
	margin-bottom: 0;
	padding: 0 36px;
	text-align: left;
	color: #ccc;
	font-size: 9pt;
	font-weight: bold;
	line-height: 130%;
}

footer .footer-info p {
	width: 100%;
	text-align: center;
}
footer .footer-info ul{
	margin: 0 0 30px;
	padding: 0;
}
footer .footer-info ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	text-align: left;
}
 footer .footer-info ul ul{
    display: none;
}
footer .footer-info ul li a:hover{
    text-decoration: underline;
    color: #aaa;
}
.copyright{
    max-width: 400px;
}
footer .footer-info .container > .cl2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}
footer .footer-info .cl2 a {
	text-decoration: none;
}
footer .footer-info .cl2 .site-branding {
	flex-shrink: 0;
	float: none;
	padding: 0;
}
footer .footer-info .cl2 .linklist {
	flex-grow: 1;
	margin-left: 30px;
	padding-top: 6px;
}
@media screen and (max-width: 1180px) {
  footer .footer-links .lft, footer .footer-links .rgt {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-links .lft {
    width: 44%;
  }
  footer .footer-links .rgt {
    width: 56%;
  }
}
@media screen and (max-width: 840px) {
	footer .footer-info .container > div {
		margin-bottom: 25px;
		text-align: center;
	}
	footer .footer-info .lg {
		display: block;
		margin: 0 auto 12px;
	}
	footer .footer-info .container > div number, footer .footer-info .container > div span {
		display: inline-block;
	}
}
@media screen and (max-width: 800px) {
  footer .footer-links.cols2 {
    display: block;
  }
  footer .footer-links .lft {
    margin-right: 0;
    margin-bottom: 36px;
    width: 100%;
  }
  footer .footer-links .rgt {
    margin: 0 auto;
    width: 100%;
    max-width: 570px;
    transform: translateX(10%);
  }
}
@media screen and (max-width: 640px) {
	footer .footer-info .mainlogo {
		max-width: 240px;
	}
}
@media screen and (max-width: 540px) {
  footer .footer-links.cols2 {
    padding: 35px 20px;
  }
  footer .footer-links .rgt {
    transform: translateX(6%);
  }
}
@media screen and (max-width: 480px) {
	footer .footer-info {
		padding-top: 23px;
	}
	footer .footer-info .container > div {
		width: calc(100% - 20px);
	}
	footer .footer-info .mainlogo {
		margin-bottom: 20px;
		max-width: 200px;
	}
	footer .footer-info .lg {
		max-width: 166px;
	}
	footer .footer-info .contact {
		margin-top: 0;
		margin-bottom: 12px;
		width: 164px;
		font-size: 9pt;
	}
	footer .footer-info .container > div + div {
		margin-bottom: 25px;
	}
  footer .footer-info .copylight {
    padding-left: 12px;
    font-size: 8pt;
  }
  footer .footer-links.cols2 {
    padding: 24px 12px 20px;
  }
  footer .footer-links .lft {
    margin-bottom: 20px;
  }
  footer .footer-links .rgt {
    transform: none;
  }
  footer .footer-links .rgt ul li a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 380px) {
	footer .footer-info {
		font-size: 8pt;
	}
	footer .footer-info .container > div {
		margin-bottom: 20px;
	}
	footer .footer-info .lg {
		margin-bottom: 8px;
	}
	footer .footer-info .copylight {
		font-size: 7pt;
	}
}

.footer-info h2 {
	margin-bottom: 40px;
	font-weight: 900;
}
.footer-info h2 small {
	display: block;
	margin-top: 10px;
	font-size: 2.4rem;
}
.footer-info .shoptel ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 40px;
	padding: 0;
	font-weight: bold;
}
.footer-info .shoptel ul li {
	margin: 0 25px 28px 0;
	border-left: 4px solid #FAD124;
	width: calc((100% - 75px) / 4 - 0.5px);
	padding: 0;
	padding-left: 15px;
}
.footer-info .shoptel ul li h4 {
	margin-bottom: 5px;
	font-size: 14pt;
}
.footer-info .shoptel ul li p {
	margin-bottom: 0;
	font-size: 10pt;
	letter-spacing: 0.5px;
	line-height: 140%;
}
.footer-info .shoptel.ver2 h2 {
	margin-bottom: 17px;
}
.footer-info .shoptel.ver2 h3 {
	margin-bottom: 40px;
	font-size: 2.2rem;
	font-weight: 900;
}
.footer-info .shoptel.ver2 ul:not(:last-child) {
	margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
	.footer-info .shoptel ul li:nth-child(4n) {
		margin-right: 0;
	}
	.footer-info .shoptel ul li:nth-last-child(-n + 4) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.footer-info .shoptel ul {
		margin-left: auto;
		margin-right: auto;
		max-width: 680px;
	}
	.footer-info .shoptel ul li {
		width: calc((100% - 50px) / 3 - 0.5px);
	}
}
@media screen and (max-width: 767px) /*and (min-width: 581px)*/ {
	.footer-info .shoptel ul li:nth-child(3n) {
		margin-right: 0;
	}
	.footer-info .shoptel ul li:nth-last-child(-n + 3) {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 640px) {
	.footer-info h2 {
		margin-bottom: 28px;
		font-size: 2.2rem;
	}
	.footer-info h2 small {
		margin-top: 7px;
		font-size: 1.9rem;
	}
	.footer-info .shoptel.ver2 h2 {
		margin-bottom: 10px;
	}
	.footer-info .shoptel.ver2 h3 {
		margin-bottom: 28px;
		font-size: 1.9rem;
	}
	.footer-info .shoptel.ver2 ul:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 580px) {
	.footer-info .shoptel {
		padding-bottom: 0;
	}
	.footer-info .shoptel ul {
		margin: 0 auto;
		/*max-width: 380px;*/
	}
	.footer-info .shoptel ul li {
		margin-bottom: 20px;
		/*width: calc((100% - 25px) / 2 - 0.5px);*/
	}
	.footer-info .shoptel ul li .onpc {
		display: none;
	}
	/*.footer-info .shoptel ul li:nth-child(2n) {
		margin-right: 0;
	}
	.footer-info .shoptel ul li:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}*/
}
@media screen and (max-width: 540px) {
	.footer-info .shoptel ul li h4 {
		font-size: 12pt;
	}
}
@media screen and (max-width: 480px) {
	.footer-info .shoptel:not(.ver2) ul {
		justify-content: space-between;
	}
	.footer-info .shoptel ul li {
		margin-right: 0;
		padding-left: 8px;
		width: calc(100% / 3 - 0.5px);
	}
	.footer-info h2 {
		margin-bottom: 19px;
		font-size: 2rem;
		line-height: 150%;
	}
	.footer-info h2 small {
		margin-top: 4px;
		font-size: 1.7rem;
	}
	.footer-info .shoptel.ver2 h3 {
		margin-bottom: 19px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 440px) {
	.footer-info .shoptel ul li {
		/*margin-right: 15px;
		width: calc((100% - 15px) / 2 - 0.5px);*/
		margin-bottom: 12px;
		border-left-width: 3px;
		padding-left: 7px;
	}
	.footer-info .shoptel ul li h4 {
		margin-bottom: 4px;
		font-size: 10.5pt;
	}
	.footer-info .shoptel ul li number {
		font-size: 8pt;
		line-height: 100%;
	}
	.footer-info .shoptel.ver2 ul:not(:last-child) {
		margin-bottom: 34px;
	}
}

#rwdwp {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  z-index: 120;
}
#rwd {
  box-sizing: border-box;
  border: 1px solid #222;
  border-radius: 24px;
  background-color: #222;
  width: inherit;
  height: inherit;
  opacity: 0;
  transition: opacity 0.7s;
}
#rwd a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  padding: 4px 3px 0 0;
  text-align: center;
  color: #3a2b20;
  font-size: 18px;
  vertical-align: middle;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  outline: none;
}
#rwd a div {
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width: 420px) {
  #rwdwp {
    right: 12px;
    bottom: 26px;
  }
}

.ruleList h3 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}
.ruleList > p {
  margin-bottom: 40px;
}
.ruleList p.rowmgn {
  margin-bottom: 20px;
}
.ruleList p:empty {
  display: none;
}
.ruleList p:last-child {
  margin-bottom: 0;
}
.ruleList section {
  margin-bottom: 40px;
}
.ruleList > section:last-child {
  margin-bottom: 0;
}
.ruleList section section {
  margin-bottom: 30px;
}
.ruleList ul li:not(:last-child),
.ruleList ol li:not(:last-child) {
  margin-bottom: 5px;
}
.ruleList ol.kakko {
  list-style: none;
  margin-top: 5px;
  margin-left: 0;
  margin-bottom: 10px;
}
.ruleList ol.kakko li {
  position: relative;
  padding-left: 2.1em;
}
.ruleList ol.kakko li:before {
  content: "(1)";
  position: absolute;
  left: 0;
}
.ruleList ol.kakko li:nth-child(2):before {
  content: "(2)";
}
.ruleList ol.kakko li:nth-child(3):before {
  content: "(3)";
}
.ruleList ol.kakko li:nth-child(4):before {
  content: "(4)";
}
.ruleList ol.kakko li:nth-child(5):before {
  content: "(5)";
}
.ruleList ol.kakko li:nth-child(6):before {
  content: "(6)";
}
.ruleList .written {
  text-align: right;
}

ul.itemList {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.itemList li {
  margin-right: 60px;
  padding: 0;
  width: calc((100% - 120px) / 3 - 0.1px);
  text-align: left;
}
ul.itemList li:nth-child(n + 4) {
  margin-top: 60px;
}
ul.itemList li a {
  font-weight: bold;
}
ul.itemList li figure {
  box-sizing: border-box;
  margin: 0 0 10px;
  border: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
}
ul.itemList li figure a {
  position: relative;
  display: block;
}
ul.itemList li figure a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
ul.itemList li figure a img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.4, 1);
  object-fit: cover;
}
ul.itemList li figure a:hover img {
  transform: scale(1.1);
}
ul.itemList li .red {
  color: #DF251C;
}
ul.itemList.ver4 li figure {
  border-color: #eee;
}
@media screen and (max-width: 1140px) {
  ul.itemList li {
    margin-right: 36px;
    width: calc((100% - 72px) / 3 - 0.1px);
  }
  ul.itemList li:nth-child(n + 4) {
    margin-top: 44px;
  }
}
@media screen and (min-width: 941px) {
  ul.itemList.ver4 li {
    margin-right: 40px;
    width: calc((100% - 120px) / 4 - 0.1px);
  }
  ul.itemList.ver4 li:nth-child(n + 4) {
    margin-top: 0;
  }
  ul.itemList.ver4 li:nth-child(n + 5) {
    margin-top: 60px;
  }
  ul.itemList.ver4 li:nth-child(3n) {
    margin-right: 40px;
  }
  ul.itemList.ver4 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  ul.itemList li {
    margin-right: 24px;
    width: calc((100% - 48px) / 3 - 0.1px);
  }
  ul.itemList li:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 641px) {
  ul.itemList li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  ul.itemList li {
    margin-right: 24px;
    width: calc((100% - 24px) / 2 - 0.1px);
  }
  ul.itemList li:nth-child(2n) {
    margin-right: 0;
  }
  ul.itemList li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 540px) {
  ul.itemList li {
    margin-right: 12px;
    width: calc((100% - 12px) / 2 - 0.1px);
  }
  ul.itemList li:nth-child(n + 3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  ul.itemList li {
    font-size: 0.8rem;
  }
}

ul.itemList.expandBox {
  align-items: stretch;
  transition: height 0.6s cubic-bezier(0.2, 0, 0.4, 1);
  overflow: hidden;
}
ul.itemList.expandBox:not(.initialized) {
  height: 0;
}
.expandBtn {
  width: 100%;
  padding-top: 60px;
  text-align: center;
  cursor: pointer;
  overflow: visible;
}
.expandBtn:hover {
  opacity: 0.8;
}
.expandBtn .arrow {
  position: relative;
  display: inline-block;
  border: 2px solid #231815;
  padding: 13px 90px;
  color: #231815;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 100%;
}
.expandBtn .arrow:hover {
  text-decoration: none;
}
.expandBtn.reverse {
  display: none;
}
@media screen and (max-width: 480px) {
  .expandBtn {
    padding-top: 44px;
  }
}

#topCategory {
  position: relative;
  background-color: #000;
  background-image: url(https://img21.shop-pro.jp/PA01514/207/etc_base64/YmdfcHJvZHVjdA.jpg?cmsp_timestamp=20241211131730);
  background-position: center;
  background-size: cover;
  padding: 90px 0 120px !important;
}
#topCategory:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  z-index: 1;
}
#topCategory .inr {
  position: relative;
  z-index: 2;
}
#topCategory h3 {
  margin: 0 0 70px;
  text-align: center;
  color: #cfcfcf;
  font-size: 3.8rem;
  line-height: 100%;
}
#topCategory h3 small {
    display: block;
    margin-top: 1.1em;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, "Yu Gothic", "YuGothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 100%;
}
#topCategory ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
}
#topCategory ul li {
  width: calc((100% - 116px) / 3);
  background-color: #000;
}
#topCategory ul li a {
  display: block;
}
#topCategory ul li a:hover {
  opacity: 0.8;
}
#topCategory ul li img {
  box-sizing: border-box;
  display: block;
  border: 4px solid #fff;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  #topCategory ul li {
    width: calc((100% - 96px) / 3);
  }
}
@media screen and (max-width: 840px) {
  #topCategory h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #topCategory h3 {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
  #topCategory ul li {
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 640px) {
  #topCategory {
    padding: 70px 0 90px !important;
  }
  #topCategory ul {
    flex-wrap: wrap;
  }
  #topCategory ul li {
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
  }
  #topCategory ul li:last-child,
  #topCategory ul li:nth-child(even) {
    margin-right: 0;
  }
  #topCategory ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 540px) {
  #topCategory {
    padding: 60px 0 74px !important;
  }
  #topCategory h3 {
    margin-bottom: 36px;
    font-size: 2.3rem;
  }
  #topCategory h3 small {
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  #topCategory {
    padding: 44px 0 54px !important;
  }
  #topCategory ul li {
    margin-right: 12px;
    width: calc((100% - 12px) / 2);
  }
  #topCategory ul li:nth-child(n + 3) {
    margin-top: 24px;
  }
}

#brandConcept {
  
}


