@charset "UTF-8";
/*! =======================================================================
 * (C) Biople by CosmeKitchen
========================================================================== */
/* base
----------------------------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  color: #454545;
  font: normal normal 12px/1.6 "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  margin: 0;
}

p, ul, ol, dl {
  margin: 10px 0 0 0;
  padding: 0;
}

li, dt, dd {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

th, td {
  border: none;
}

strong {
  color: #f99635;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  color: #5c7f49;
  transition: all 0.3s ease;
}

a img {
  transition: all 0.3s ease;
  max-width: 100%;
}

a:hover, a:active, a:focus {
  color: #69b342;
}

a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

ins {
  text-decoration: none;
}

/* layout
----------------------------------------------------------------- */
.header_inner:after, .contents_inner:after, .footer_inner:after, .header_utility:after, .nav-sort:after, .nav-switch:after, .image-left:after,
.image-right:after {
  display: block;
  content: "";
  clear: both;
}

header, .contents, footer {
  margin: 0 auto;
  text-align: center;
  min-width: 980px;
}

.header_inner, .contents_inner, .footer_inner {
  margin: 0 auto;
  text-align: left;
  width: 980px;
}

header {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.header_inner {
  padding: 22px 0 9px;
}

.header_logo {
  margin: 0;
  padding: 0;
  float: left;
}

.header_utility {
  float: right;
  font-size: 13px;
  margin: 18px 0 0;
}

.header_utility > li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  list-style: none;
  position: relative;
}

.header_utility > li:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/Contents/ImagesPkg/common/header_icon-login.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.header_utility > li.header_user:before {
  background-image: url(/Contents/ImagesPkg/common/header_icon-user.png);
}

.header_utility > li.header_mypage:before {
  background-image: url(/Contents/ImagesPkg/common/header_icon-mypage.png);
}

.header_utility > li.header_cart:before {
  background-image: url(/Contents/ImagesPkg/common/header_icon-cart.png);
}

.header_utility a {
  padding: 3px 0;
  color: #454545;
  display: block;
  text-decoration: none;
}

.header_utility a:hover, .header_utility a:active, .header_utility a:focus {
  color: #69b342;
  text-decoration: underline;
}

.header_ticker {
  background: #333333;
  padding: 5px 0;
}

.header_ticker .header_ticker_inner {
  width: 980px;
  margin: 0 auto;
  color: #ffffff;
  text-align: right;
}

.header_ticker .header_ticker_inner em {
  color: #fad840;
}

.infomation {
  background: url(/Contents/ImagesPkg/infomation/infomation_bg.png);
  text-align: center;
}

.infomation img {
  margin: 0 auto;
}

.contents {
  background-color: #fefff1;
  padding: 40px 0;
}

.contents_primary {
  width: 780px;
  padding: 0 0 0 20px;
  float: right;
}

.contents_secondary {
  width: 200px;
  float: left;
}

footer {
  border-top: 2px solid #454545;
}

.footer_inner {
  padding: 40px 12px 30px;
}

.footer_sitemap {
  margin: 0 auto 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.footer_sitemap strong {
  font-weight: 700;
  font-size: 16px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #454545;
}

.footer_sitemap > li {
  padding: 0 1em 0 0;
  list-style: none;
  width: 24%;
  padding: 0 0 0 20px;
}

.footer_sitemap > li:first-child {
  border-left: none;
}

.footer_sitemap > li.footer_sitemap-contact {
  width: 28%;
}

.footer_sitemap .footer_sitemap-sub {
  margin: 0;
  font-size: 12px;
}

.footer_sitemap .footer_sitemap-sub > li {
  margin: 5px 0;
  list-style: none;
}

.footer_sitemap .footer_sitemap-sub .footer_sitemap-mail,
.footer_sitemap .footer_sitemap-sub .footer_sitemap-company,
.footer_sitemap .footer_sitemap-sub .footer_sitemap-sitemap,
.footer_sitemap .footer_sitemap-sub .footer_sitemap-ad {
  margin-top: 18px;
}

.footer_sitemap a {
  color: #666;
  text-decoration: none;
}

.footer_sitemap a:hover, .footer_sitemap a:active, .footer_sitemap a:focus {
  color: #69b342;
  text-decoration: underline;
}

.footer_sitemap .contact-time {
  margin: 4px 0 0;
  line-height: 1.8;
}

.footer_site {
  margin: 0 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 11px;
}

.footer_site > li {
  list-style: none;
  padding: 0 12px;
}

.footer_site a {
  color: #454545;
  text-decoration: none;
}

.footer_site a:hover, .footer_site a:active, .footer_site a:focus {
  color: #5c7f49;
  text-decoration: none;
}

.copyright {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 12px;
}


.undermv_bnr{
	padding-top: 30px;
}

/* modules
----------------------------------------------------------------- */
.hdg-l1 {
  font-size: 22px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border-top: 3px solid #454545;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 0 #fefff1 inset, 0 2px 0 #454545 inset;
  padding: 28px 20px 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.hdg-l1-image {
  font-size: 12px;
}

.hdg-l2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 40px 20px 0;
  padding: 0 0 0 20px;
  border-left: 7px solid #000;
  color: #000;
}

.hdg-l3 {
  font-size: 16px;
  margin: 30px 0 0;
}

.hdg-l4 {
  font-size: 15px;
  margin: 25px 0 0;
}

.hdg-l5 {
  font-size: 14px;
  margin: 20px 0 0;
}

.hdg-l6 {
  font-size: 34px;
  margin: 50px 0 0;
  font-family: 'Kite One', sans-serif;
  text-align: center;
  font-weight: 100;
}

.text-indent {
  margin: 20px;
  line-height: 1.8;
}

.text-indent > *:first-child {
  margin-top: 0;
}

.text-em {
  color: #f99635;
}

.text-em a {
  color: #f99635;
}

.text-alert {
  color: #f51d1d;
}

.text-alert a {
  color: #f51d1d;
}

.text-lead {
  font-size: 18px;
  font-weight: bold;
}

.text-date {
  font-size: 12px;
}

.list, .list-line, .list-def {
  margin: 10px 0 0;
}

.list li, .list-line li {
  position: relative;
  margin: .2em 0;
  padding: 0 5px 0 12px;
  list-style: none;
}

.list li:before, .list-line li:before {
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #f99635;
  border-radius: 6px;
}

.list-line {
  border-top: 1px solid #e5e5e5;
}

.list-line li {
  border-bottom: 1px solid #e5e5e5;
  padding: 4px 5px 3px 12px;
}

.list-line li:before {
  top: .95em;
}

.list-ordered {
  margin: 10px 0 0 1.7em;
}

.list-ordered li {
  margin: .2em 0;
}

.list-ordered-02 {
  margin: 10px 0 0;
}

.list-ordered-02 li {
  margin: .2em 0 .2em 1.6em;
  list-style: none;
  counter-increment: cnt;
  list-style-position: outside;
  text-indent: -1.6em;
}

.list-ordered-02 li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.list-ordered-03 {
  margin: 10px 0 0;
}

.list-ordered-03 > li {
  margin: .2em 0 .2em 1.2em;
  list-style: none;
  counter-increment: cnt2;
  list-style-position: outside;
  text-indent: -1.2em;
}

.list-ordered-03 > li:before {
  display: marker;
  content: counter(cnt2, lower-alpha) ") ";
}

.list-def dt {
  font-weight: bold;
}

.list-def dd + dt {
  margin-top: 10px;
}

.list-news {
  margin: 18px 20px 30px;
  padding: 0;
}

.list-news > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  padding: 5px 0 10px;
}

.list-news > li > div {
  -ms-flex: 1;
      flex: 1;
}

.list-news a:link, .list-news a:visited {
  text-decoration: underline;
}

.list-news a:hover, .list-news a:active, .list-news a:focus {
  text-decoration: none;
}

.list-news .date {
  font-weight: bold;
  white-space: nowrap;
  min-width: 82px;
  padding-right: 20px;
}

.list-image {
  margin: 15px auto 0;
  font-size: 12px;
  line-height: 1.6;
}

.list-image[class*="lyt-column"] {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.list-image.lyt-column4 img {
  max-height: 172px;
}

.list-image.lyt-column5 img {
  max-height: 136px;
}

.list-image.lyt-column5 .sold-out {
  height: 136px;
  padding: 62px 0 0;
}

.list-image.lyt-column5.branch > * {
  width: 50%;
  width: calc(100%/5);
}

.list-image > li {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 0 10px;
  font-weight: bold;
  position: relative;
}

.list-image > li img {
  margin: 0 auto;
  display: block;
}

.list-image > li > a {
  display: block;
  text-decoration: none;
  color: #454545;
  position: relative;
}

.list-image > li > a:hover .title, .list-image > li > a:active .title, .list-image > li > a:focus .title {
  text-decoration: underline;
  color: #666;
}

.list-image .label {
  margin: 10px 5px 0;
  display: block;
  text-align: left;
  font-size: 10px;
  background-color: #a18d88;
  color: #fff;
  padding: 1px 6px;
  text-align: center;
}

.list-image .sold-out {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  height: 172px;
  padding: 79px 0 0;
  text-shadow: 0 0 4px #000;
  font-size: 14px;
}

.list-image .title {
  margin: 8px 5px;
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
}

.list-image .title + .low-keyed {
  margin-top: -8px;
}

.list-image .low-keyed {
  margin: 5px 5px;
  display: block;
  color: #666;
  text-align: left;
  font-size: 11px;
}

.list-image .summary {
  margin: 8px 5px 5px;
  display: block;
  text-align: left;
  color: #454545;
  font-weight: normal;
}

.list-image.ranking > li {
  padding: 30px 0 0;
}

.list-image.ranking > li:first-child {
  background: url(/Contents/ImagesPkg/common/icon-ranking-gold.png) 50% 0 no-repeat;
}

.list-image.ranking > li:nth-child(2) {
  background: url(/Contents/ImagesPkg/common/icon-ranking-silver.png) 50% 0 no-repeat;
}

.list-image.ranking > li:nth-child(3) {
  background: url(/Contents/ImagesPkg/common/icon-ranking-bronze.png) 50% 0 no-repeat;
}

.list-bnr {
  margin: 0;
  text-align: center;
}

.list-bnr[class*="lyt-column"] > * {
  width: auto;
}

.list-bnr > li {
  margin: 6px 0 0;
  list-style: none;
}

.sns-iconList {
  list-style: none;
  letter-spacing: -0.4em;
}

.sns-iconList li {
  display: inline-block;
  margin-right: 5px;
  letter-spacing: 0;
}

.sns-iconList li img {
  width: 50px;
  height: auto;
}

.notice-list {
  font-size: 12px;
}

.notice-list > li {
  margin: 0;
  display: table;
  list-style: none;
}

.notice-list > li > * {
  display: table-cell;
  vertical-align: top;
}

.notice-list .marker {
  white-space: nowrap;
  padding: 0 4px 0 0;
}

.link, .link-more {
  display: inline-block;
  position: relative;
  color: #5c7f49;
  text-decoration: none;
  padding: 0 0 0 10px;
}

.link:before, .link-more:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 6px solid #f99635;
}

.link:hover, .link-more:hover, .link:active, .link-more:active, .link:focus, .link-more:focus {
  color: #69b342;
  text-decoration: underline;
}

.link.toggle-gogreen_btn:before, .toggle-gogreen_btn.link-more:before {
  margin-top: -6px;
  border: 3px solid transparent;
  border-bottom: 6px solid #f99635;
}

.close .link.toggle-gogreen_btn:before, .close .toggle-gogreen_btn.link-more:before {
  margin-top: -3px;
  border: 3px solid transparent;
  border-top: 6px solid #f99635;
}

.link-more {
  color: #454545;
  font-size: 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.2;
}

.link-more:hover, .link-more:active, .link-more:focus {
  color: #69b342;
  text-decoration: underline;
}

.link-list {
  margin: 15px 0 0;
  padding: 0;
}

.link-list[class*="lyt-column"] {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.link-list[class*="lyt-column"] > {
  margin-bottom: 5px;
}

.link-list > li {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 8px;
}

.link-list > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 0 0 0 12px;
  position: relative;
  color: #5c7f49;
  text-decoration: none;
}

.link-list > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .5em;
  left: 0;
  border: 3px solid transparent;
  border-left: 6px solid #f99635;
}

.link-list > li > a:hover, .link-list > li > a:active, .link-list > li > a:focus {
  color: #69b342;
  text-decoration: underline;
}

.link-list .link-list {
  margin: 8px 0 0 20px;
}

.btn, .btn-inverse, .btn-org, .btn-cart, .btn-soldout, .btn-success {
  padding: 8px 15px;
  display: inline-block;
  border: none 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
}

.btn {
  color: #454545;
  background-color: #e5e5e5;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #ccc;
  color: #000;
}

.btn-inverse, .btn-org {
  background-color: #454545;
  color: #fff;
}

.btn-inverse:hover, .btn-org:hover, .btn-inverse:active, .btn-org:active, .btn-inverse:focus, .btn-org:focus {
  background-color: #666;
  color: #fff;
}

.btn-cart {
  background-color: #454545;
  border: none;
  color: #fff;
}

.btn-cart:hover, .btn-cart:active, .btn-cart:focus {
  background-color: #666;
  color: #fff;
}

.btn-cart:before {
  content: "";
  background: url(/Contents/ImagesPkg/product/icon-cart.png) 0 0 no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 6px -3px 0;
}

.btn-soldout {
  background-color: #ccc;
  color: #fff;
  cursor: auto;
}

.btn-success {
  background-color: #5c7f49;
  color: #fff;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #69b342;
  color: #fff;
}

.btn-mini {
  padding: 5px 10px;
}

.btn-large {
  padding: 10px 30px;
  font-size: 16px;
}

.header_inner:after, .contents_inner:after, .footer_inner:after, .header_utility:after, .nav-sort:after, .nav-switch:after, .image-left:after,
.image-right:after {
  display: block;
  content: "";
  clear: both;
}

.topic-path {
  margin: 0 0 20px 10px;
  font-size: 12px;
}

.topic-path > li {
  padding: 0 6px 0 12px;
  list-style: none;
  display: inline-block;
  position: relative;
}

.topic-path > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: .6em;
  left: -1px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  transform: rotate(45deg);
}

.topic-path > li:first-child {
  padding-left: 0;
}

.topic-path > li:first-child:before {
  display: none;
}

.topic-path strong {
  color: #454545;
}

.nav-anchor {
  margin: 25px 20px;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.nav-anchor > li {
  margin: 2px 0;
  list-style: none;
}

.nav-anchor > li:after {
  content: "|";
  color: #ccc;
  padding: 0 10px;
}

.nav-anchor > li:last-child:after {
  display: none;
}

.nav-anchor a {
  color: #5c7f49;
  text-decoration: none;
}

.nav-anchor a:hover, .nav-anchor a:active, .nav-anchor a:focus {
  color: #f99635;
  text-decoration: underline;
}

.nav-local-container {
  padding: 2px 0 10px;
}

.nav-local-container .toggle_btn:before, .nav-local-container .toggle_btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.nav-local-container .toggle_btn:before {
  width: 0;
  height: 0;
  right: 15px;
  border: 3px solid transparent;
  border-bottom: 5px solid #ffffff;
  margin-top: -6px;
  z-index: 2;
}

.nav-local-container .toggle_btn:after {
  width: 16px;
  height: 16px;
  right: 10px;
  margin-top: -8px;
  border-radius: 30px;
  background: #ffc36e;
}

.nav-local-container .close .toggle_btn:before {
  border: 3px solid transparent;
  border-top: 5px solid #ffffff;
  margin-top: -2px;
}

.nav-local {
  margin: 0;
}

.nav-local > li {
  list-style: none;
}

.nav-local > li:first-child {
  border-bottom: 1px dotted #b2b2a8;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.nav-local > li .text {
  padding: 5px 10px;
  font-weight: bold;
}

.nav-local > li > a {
  position: relative;
  color: #414141;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.nav-local > li > a:hover, .nav-local > li > a:active, .nav-local > li > a:focus {
  text-decoration: underline;
}

.nav-local > li > a:before, .nav-local > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.nav-local > li > a:before {
  width: 0;
  height: 0;
  right: 12px;
  border: 3px solid transparent;
  border-left: 5px solid #ffffff;
  margin-top: -4px;
  z-index: 2;
}

.nav-local > li > a:after {
  width: 16px;
  height: 16px;
  right: 10px;
  margin-top: -9px;
  border-radius: 30px;
  background: #ffc36e;
}

.nav-local-sub {
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
}

.nav-local-sub > li {
  list-style: none;
}

.nav-local-sub > li > a {
  display: block;
  padding: 4px 10px 5px 21px;
  text-decoration: none;
  position: relative;
  color: #414141;
  transition: all 0.3s ease;
}

.nav-local-sub > li > a:hover, .nav-local-sub > li > a:active, .nav-local-sub > li > a:focus {
  text-decoration: underline;
}

.nav-local-sub > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 11px;
  border: 3px solid transparent;
  border-left: 4px solid #ffc36e;
}

.nav-local-main {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
  font-family: 'Kite One', sans-serif;
  border-top: 3px solid #454545;
  border-bottom: 3px solid #454545;
  padding: 3px 0;
}

.nav-local-main > li {
  list-style: none;
  text-align: center;
}

.nav-local-main > li:first-child {
  padding-top: 30px;
  border-top: 1px solid #454545;
}

.nav-local-main > li:last-child {
  padding: 10px 0 25px;
  border-bottom: 1px solid #454545;
}

.nav-local-main > li > a {
  display: block;
  margin: 0 0 5px;
  text-decoration: none;
  position: relative;
  color: #414141;
  transition: all 0.3s ease;
}

.nav-local-main > li > a:hover, .nav-local-main > li > a:active, .nav-local-main > li > a:focus {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.nav-utility {
  margin: 20px 0;
  padding: 6px 16px;
  font-size: 14px;
  background: url(/Contents/ImagesPkg/common/local_nav-bg.png);
}

.nav-utility li {
  margin: 10px 0;
  padding: 0 0 0 5px;
  list-style: none;
  position: relative;
}

.nav-utility li:before, .nav-utility li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.nav-utility li:before {
  width: 0;
  height: 0;
  right: 2px;
  border: 3px solid transparent;
  border-left: 5px solid #ffffff;
  margin-top: -4px;
  z-index: 2;
}

.nav-utility li:after {
  width: 16px;
  height: 16px;
  right: 0px;
  margin-top: -9px;
  border-radius: 30px;
  background: #ffc36e;
}

.nav-utility a {
  color: #454545;
  font-weight: 600;
  display: block;
}

.nav-utility a:link, .nav-utility a:visited {
  text-decoration: none;
}

.nav-utility a:hover, .nav-utility a:active, .nav-utility a:focus {
  text-decoration: underline;
}

.nav-sns {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 24px auto 0;
}

.nav-sns > li {
  padding: 0 5px;
  list-style: none;
}

.nav-sns > li img {
  width: 32px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.nav-sns > li:hover img {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.nav-top {
  margin: 50px 0 0;
  text-align: right;
  font-size: 8px;
  line-height: 1;
  clear: both;
}

.nav-sort {
  margin: 0;
  padding: 8px 15px;
  background-color: #454545;
  font-size: 12px;
}

.nav-sort > li {
  list-style: none;
  float: left;
  margin: 2px 5px;
}

.nav-sort > li:after {
  content: "|";
  color: #ccc;
  display: inline-block;
  margin-left: 10px;
}

.nav-sort > li:last-child:after {
  display: none;
}

.nav-sort > li > a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.nav-sort > li > a:hover, .nav-sort > li > a:active, .nav-sort > li > a:focus {
  text-decoration: underline;
}

.nav-sort > li.active > a {
  background-color: #666;
}

.nav-switch {
  background-color: #ffffff;
  padding: 1px 0 11px;
  font-size: 12px;
  border-top: 1px solid #ccc;
}

.nav-switch:after {
  display: block;
  clear: both;
  padding: 1px 10px 0;
  background: #ccc;
  content: "";
}

.nav-switch > .title {
  float: left;
  padding: 10px 10px 10px 20px;
  margin-top: 0;
}

.nav-switch > ul {
  float: left;
}

.nav-switch > ul > li {
  display: inline-block;
  list-style: none;
  padding: 0 5px;
  font-weight: bold;
}

.nav-switch > ul > li > a {
  color: #000;
  text-decoration: none;
}

.nav-switch > ul > li > a:hover, .nav-switch > ul > li > a:active, .nav-switch > ul > li > a:focus {
  text-decoration: underline;
}

.nav-switch > ul > li.active {
  background-color: #f2f4d3;
  color: #666;
}

.index-list {
  margin: 20px 0 0;
  padding: 0 10px;
}

.index-list > li {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.index-list > li > b {
  display: block;
  font-size: 16px;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
}

.index-list > li > b a {
  display: block;
  color: #454545;
  text-decoration: none;
  padding: 0 20px 0 0;
  position: relative;
}

.index-list > li > b a:hover, .index-list > li > b a:active, .index-list > li > b a:focus {
  color: #5c7f49;
}

.index-list > li > b a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #ffc36e;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.index-list > li > b a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.index-list > li.branch > b {
  padding: 0;
  border-bottom: none;
}

.index-list > li.branch > b a {
  position: static;
  padding: 0;
}

.index-list > li.branch > b a:before, .index-list > li.branch > b a:after {
  display: none;
}

.index-list > li.branch img {
  margin-top: 5px;
}

.index-list .link-list {
  margin: 0;
}

[class*="lyt-column"] {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

[class*="lyt-column"] > * {
  margin: 0 0 10px 2.7027%;
}

[class*="lyt-column"].branch {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.lyt-column2 > * {
  width: 48.64865%;
}

.lyt-column2 > *:nth-child(2n+1) {
  margin-left: 0;
}

.lyt-column3 > * {
  width: 31.53153%;
}

.lyt-column3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.lyt-column4 > * {
  width: 22.97297%;
}

.lyt-column4 > *:nth-child(4n+1) {
  margin-left: 0;
}

.lyt-column5 > * {
  width: 17.83784%;
}

.lyt-column5 > *:nth-child(5n+1) {
  margin-left: 0;
}

.lyt-column6 > * {
  width: 14.41441%;
}

.lyt-column6 > *:nth-child(6n+1) {
  margin-left: 0;
}

.box [class*="lyt-column"] {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box [class*="lyt-column"] > * {
  margin: 0 0 10px 1.38889%;
}

.box .lyt-column2 > * {
  width: 49.30556%;
}

.box .lyt-column2 > *:nth-child(2n+1) {
  margin-left: 0;
}

.box .lyt-column3 > * {
  width: 32.40741%;
}

.box .lyt-column3 > *:nth-child(3n+1) {
  margin-left: 0;
}

.box .lyt-column4 > * {
  width: 23.95833%;
}

.box .lyt-column4 > *:nth-child(4n+1) {
  margin-left: 0;
}

.box .lyt-column5 > * {
  width: 18.88889%;
}

.box .lyt-column5 > *:nth-child(5n+1) {
  margin-left: 0;
}

.box-top [class*="lyt-column"] {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-top [class*="lyt-column"] > * {
  margin: 0 0 10px 1.38889%;
}

.box-top .lyt-column2 > * {
  width: 49.30556%;
}

.box-top .lyt-column2 > *:nth-child(2n+1) {
  margin-left: 0;
}

.box-top .lyt-column4 > * {
  width: 23.95833%;
}

.box-top .lyt-column4 > *:nth-child(4n+1) {
  margin-left: 0;
}

.box-top .lyt-column5 > * {
  width: 18.88889%;
}

.box-top .lyt-column5 > *:nth-child(5n+1) {
  margin-left: 0;
}

.image-full {
  margin: 20px auto 0;
  text-align: center;
}

.image-full img {
  max-width: 100%;
  width: auto;
}

.image-left,
.image-right {
  margin: 20px 0 0;
}

.image-left.parallel .col > *,
.image-right.parallel .col > * {
  overflow: hidden;
}

.image-left > .image {
  margin: 0 20px 0 0;
  float: left;
}

.image-right > .image {
  margin: 0 0 5px 20px;
  float: right;
}

.caption {
  font-size: 12px;
  margin: 5px 0 0;
}

#image-map {
  margin: 0 0 30px;
  width: 760px;
  min-height: 540px;
}

.image-product {
  width: 96px;
  max-width: none !important;
}

.tbl {
  margin: 15px 0;
}

.tbl th, .tbl td {
  padding: 8px 40px;
}

.tbl thead th {
  text-align: center;
}

.tbl tbody th {
  border-right: 1px solid #ccc;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
}

.tbl tbody tr th:first-child {
  padding-left: 0;
}

.tbl-02 {
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}

.tbl-02 th, .tbl-02 td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

.tbl-02 th {
  font-weight: bold;
}

.tbl-02 td {
  text-align: center;
}

.tbl-02 thead th,
.tbl-02 thead td {
  text-align: center;
  padding: 5px 10px;
  background-color: #e5e5e5;
}

.tbl-02 tbody th {
  text-align: left;
}

.tbl-03 {
  margin: 0 0 5px;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff;
  width: 100%;
}

.tbl-03 th, .tbl-03 td {
  padding: 10px;
  border-right: 1px solid #ccc;
}

.tbl-03 th {
  font-weight: bold;
}

.tbl-03 td {
  text-align: center;
}

.tbl-03 thead th,
.tbl-03 thead td {
  text-align: center;
  padding: 5px 10px;
  background-color: #e5e5e5;
}

.tbl-03 tbody th {
  text-align: left;
}

#tblLayout {
  width: 100%;
  margin-top: 140px;
}

#tblLayout .breadcrumb {
  display: none;
}

#tblLayout .blackMarket a {
  display: block;
  width: 120px;
  margin: 20px auto 0;
  background: #414141;
  border: 1px solid  #414141;
}

#tblLayout .blackMarket a:hover {
  background: #fff;
  color: #414141;
}

#tblLayout .blackMarket + p {
  margin-top: 10px;
  font-size: 11px;
}

#tblLayout .blackMarketList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  list-style: none;
}

#tblLayout .blackMarketList:before, #tblLayout .blackMarketList:after {
  content: "";
  display: block;
  width: 23%;
}

#tblLayout .blackMarketList:before {
  -ms-flex-order: 1;
      order: 1;
}

#tblLayout .blackMarketList > li {
  width: calc(100% / 4);
  max-width: 25%;
  margin-bottom: 50px;
  list-style: none;
}

#tblLayout .blackMarketList > li > a {
  display: block;
  text-decoration: none;
}

#tblLayout .blackMarketList > li .clearFix > li {
  width: 100%;
  list-style: none;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li {
  list-style: none;
  line-height: 2;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plName h3 {
  color: #454545;
  line-height: 1.5;
  font-size: 11px;
  font-weight: bold;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plPrice {
  margin-top: 0;
  font-size: 11px;
  font-weight: bold;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plPrice .productPrice strike {
  color: #454545;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plCartBtn {
  margin-top: 10px;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plCartBtn a {
  padding: 10px 15px;
  line-height: 1;
  background: #727272;
  border: 1px solid  #727272;
}

#tblLayout .blackMarketList > li .clearFix > li > ul > li.plCartBtn a:hover {
  background: #fff;
  color: #727272;
}

.box {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #fff;
}

.box > *:first-child {
  margin-top: 0 !important;
}

.box > .hdg-l2-top:first-child {
  margin-top: -15px !important;
}

.box-02 {
  margin-top: 20px;
  padding: 15px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.box-top {
  padding: 0 20px;
}

/*-------------------------
USER GUIDE
--------------------------*/
.guide_contents_btn {
  width: 550px;
  margin: 40px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.guide_contents_btn .guide_btn {
  margin: 0 20px;
}

.guide_contents_btn .guide_btn h3 {
  padding: 5px 30px;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  font-weight: 300;
}

.guide_contents_btn .guide_btn ul {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
}

.guide_contents_btn .guide_btn ul li a {
  display: block;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
}

.guide_contents_btn .guide_btn ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}

.guide_contents_btn .guide_btn ul li a:hover {
  text-decoration: underline;
}

#pagination {
  margin: 20px 0;
  text-align: right;
  font-size: 13px;
}

.search {
  position: relative;
  background-color: #414141;
  margin: 0 5px 15px;
  display: table;
  width: 190px;
}

.search > * {
  vertical-align: middle;
  display: table-cell;
}

.search .search_btn {
  width: 34px;
}

.search input {
  margin: 0;
  width: 148px;
  border: none;
  padding: 5px 5px 5px 10px;
  box-sizing: content-box;
  font-size: 12px;
  background-color: #414141;
  color: #ffffff;
}

.search a {
  display: block;
}

.toggle_hook {
  position: relative;
}

.toggle_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: transparent;
  color: transparent;
  border: none;
}

.toggle_btn:hover, .toggle_btn:active {
  cursor: pointer;
}

.close .toggle_content {
  display: none;
}

.static .toggle_btn {
  display: none;
}

.mainvisual-slider {
  margin: 0 0;
  position: relative;
}

.mainvisual-slider .slides {
  margin: 0;
}

.mainvisual-slider .slides > li {
  list-style: none;
}

.mainvisual-slider .flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  width: 100%;
}

.mainvisual-slider .flex-control-nav > li {
  padding: 2px 3px;
  list-style: none;
  height: 14px;
  display: inline-block;
  overflow: hidden;
}

.mainvisual-slider .flex-control-nav a {
  color: transparent;
  background-color: #454545;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 16px;
  box-shadow: 0 0 2px #fff;
  overflow: hidden;
}

.mainvisual-slider .flex-control-nav a.flex-active {
  color: transparent;
  background-color: #f99635;
}

.mainvisual-slider .flex-direction-nav {
  position: absolute;
  top: 50%;
  height: 34px;
  margin-top: -17px;
  width: 100%;
}

.mainvisual-slider .flex-direction-nav > li {
  list-style: none;
  width: 18px;
  height: 34px;
  overflow: hidden;
  color: transparent;
}

.mainvisual-slider .flex-direction-nav > li > a {
  display: block;
  color: transparent;
  width: 18px;
  height: 34px;
}

.mainvisual-slider .flex-nav-prev {
  position: absolute;
  left: 14px;
  top: 0;
}

.mainvisual-slider .flex-nav-next {
  position: absolute;
  right: 14px;
  top: 0;
}

.mainvisual-slider .flex-prev {
  background: url(/Contents/ImagesPkg/top/slider_icon-prev.png);
}

.mainvisual-slider .flex-next {
  background: url(/Contents/ImagesPkg/top/slider_icon-next.png);
}

.hdg-l2-top {
  font-size: 22px;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.2;
  margin: -15px -20px 18px;
  padding: 28px 20px 0;
  border-top: 3px solid #454545;
  box-shadow: 0 1px 0 #fff inset, 0 2px 0 #454545 inset;
}

.list-category {
  text-align: center;
  padding: 0 20px;
}

.list-category[class*="lyt-column"] {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.list-category[class*="lyt-column"] > li {
  margin: 0 0 2px;
  width: calc(100%/6);
}

.list-category > li {
  list-style: none;
}

.list-category a {
  text-decoration: none;
  color: #454545;
}

.list-category a:hover, .list-category a:active, .list-category a:focus {
  color: #5c7f49;
}

.list-category .title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin: 8px 5px;
}

.list-blog {
  margin: 15px auto 0;
  font-size: 12px;
  line-height: 1.6;
}

.list-blog > li {
  list-style: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 0 6px;
}

.list-blog a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #454545;
}

.list-blog a:hover, .list-blog a:active, .list-blog a:focus {
  background-color: #e5e5e5;
}

.list-blog .title {
  margin: 10px 8px 0;
  display: block;
  text-align: left;
  font-size: 13px;
  position: relative;
  font-weight: bold;
}

.list-blog .date {
  color: #666;
  display: block;
  margin: 0 8px 10px;
  text-align: left;
}

.list-blog .summary {
  margin: 2px 8px;
  display: block;
  text-align: left;
  color: #454545;
}

.hdg-l1-news {
  font-size: 20px;
  margin: 25px 0 5px;
}

.text-news {
  margin: 20px 20px 40px;
}

.text-news .image-full {
  margin: 25px auto;
}

.green {
  background-color: #f4f7e2;
  padding: 20px 35px 25px;
}

.green-signup {
  background-color: #fff;
  padding: 20px 35px;
  text-align: center;
  color: #539b35;
}

.green_lead {
  font-weight: bold;
  font-size: 17px;
  color: #539b35;
}

.green_special {
  margin: 20px 0;
  background-color: #fff;
  padding: 0 20px 15px;
}

.green_hdg-l2 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #539b35;
  position: relative;
  line-height: 1.4;
  background: url(/Contents/ImagesPkg/gogreencard/bg_green_hdg-l2.png) 50% 0 no-repeat;
}

.green_hdg-l2 > span {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 12px;
}

.green_list-def {
  font-size: 13px;
}

.green_list-def dt {
  font-weight: bold;
  margin-top: 30px;
}

.green_list-def dd {
  margin-top: 5px;
}

.green_list-def .notice-list {
  margin: 0;
}

.green_btn {
  display: inline-block;
  background-color: #539b35;
  color: #fff;
  padding: 8px 50px;
  font-size: 24px;
  text-decoration: none;
}

.green_btn:hover, .green_btn:active, .green_btn:focus {
  text-decoration: none;
  color: #fff;
  background-color: #6daa53;
}

.toggle-gogreen.static .toggle-gogreen_btn {
  display: none;
}

.toggle-gogreen.close .toggle-gogreen_content {
  max-height: 0;
  overflow: hidden;
  margin: 0;
}

.toggle-gogreen_content {
  transition: all 0.2s linear;
  max-height: 10000px;
  margin: 0 0 20px;
}

.toggle-gogreen_content-inner {
  padding: 30px 20px 0;
}

.whatsbiople {
  padding: 40px 0 20px;
  line-height: 1.8;
}

.whatsbiople .image-full {
  margin-bottom: 40px;
}

.whatsbiople p {
  margin-top: 20px;
}

.whatsbiople + .whatsbiople {
  border-top: 3px solid #454545;
  box-shadow: 0 1px 0 #fefff1 inset, 0 2px 0 #454545 inset;
}

.guide .col {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px 20px 70px;
  margin-bottom: 20px;
  position: relative;
}

.guide .col .ta-center {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.guide2 .col {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  border: 1px solid #ccc;
  padding: 20px 20px 70px;
  margin-bottom: 20px;
  position: relative;
}

.guide2 .col .ta-center {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.hdg-l3-guide {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

.hdg-l3-guide img {
  margin: 0 auto 8px;
}

.hdg-l2-short {
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}

.hdg-l2-short > span {
  display: inline-block;
  background-color: #454545;
  color: #fff;
  min-width: 38px;
  padding: 6px 10px;
  text-align: center;
}

.hdg-l2-ranking {
  font-size: 18px;
  line-height: 1.2;
  margin: 30px 0 0;
  padding: 3px 0 15px 60px;
  border-bottom: 1px solid #ccc;
  background: url(/Contents/ImagesPkg/common/icon-ranking.png) 20px 0 no-repeat;
}

.hdg-l2-product {
  font-size: 20px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.2;
  margin: 40px 0 0;
  padding: 26px 20px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #ccc;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.xx-large {
  font-size: 20px !important;
}

.x-large {
  font-size: 18px !important;
}

.large {
  font-size: 16px !important;
}

.medium {
  font-size: 14px !important;
}

.small {
  font-size: 12px !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.pt0, .pv0, .pa0 {
  padding-top: 0px !important;
}

.pr0, .ph0, .pa0 {
  padding-right: 0px !important;
}

.pb0, .pv0, .pa0 {
  padding-bottom: 0px !important;
}

.pl0, .ph0, .pa0 {
  padding-left: 0px !important;
}

.mt0, .mv0, .ma0 {
  margin-top: 0px !important;
}

.mr0, .mh0, .ma0 {
  margin-right: 0px !important;
}

.mb0, .mv0, .ma0 {
  margin-bottom: 0px !important;
}

.ml0, .mh0, .ma0 {
  margin-left: 0px !important;
}

.pt5, .pv5, .pa5 {
  padding-top: 5px !important;
}

.pr5, .ph5, .pa5 {
  padding-right: 5px !important;
}

.pb5, .pv5, .pa5 {
  padding-bottom: 5px !important;
}

.pl5, .ph5, .pa5 {
  padding-left: 5px !important;
}

.mt5, .mv5, .ma5 {
  margin-top: 5px !important;
}

.mr5, .mh5, .ma5 {
  margin-right: 5px !important;
}

.mb5, .mv5, .ma5 {
  margin-bottom: 5px !important;
}

.ml5, .mh5, .ma5 {
  margin-left: 5px !important;
}

.pt10, .pv10, .pa10 {
  padding-top: 10px !important;
}

.pr10, .ph10, .pa10 {
  padding-right: 10px !important;
}

.pb10, .pv10, .pa10 {
  padding-bottom: 10px !important;
}

.pl10, .ph10, .pa10 {
  padding-left: 10px !important;
}

.mt10, .mv10, .ma10 {
  margin-top: 10px !important;
}

.mr10, .mh10, .ma10 {
  margin-right: 10px !important;
}

.mb10, .mv10, .ma10 {
  margin-bottom: 10px !important;
}

.ml10, .mh10, .ma10 {
  margin-left: 10px !important;
}

.pt15, .pv15, .pa15 {
  padding-top: 15px !important;
}

.pr15, .ph15, .pa15 {
  padding-right: 15px !important;
}

.pb15, .pv15, .pa15 {
  padding-bottom: 15px !important;
}

.pl15, .ph15, .pa15 {
  padding-left: 15px !important;
}

.mt15, .mv15, .ma15 {
  margin-top: 15px !important;
}

.mr15, .mh15, .ma15 {
  margin-right: 15px !important;
}

.mb15, .mv15, .ma15 {
  margin-bottom: 15px !important;
}

.ml15, .mh15, .ma15 {
  margin-left: 15px !important;
}

.pt20, .pv20, .pa20 {
  padding-top: 20px !important;
}

.pr20, .ph20, .pa20 {
  padding-right: 20px !important;
}

.pb20, .pv20, .pa20 {
  padding-bottom: 20px !important;
}

.pl20, .ph20, .pa20 {
  padding-left: 20px !important;
}

.mt20, .mv20, .ma20 {
  margin-top: 20px !important;
}

.mr20, .mh20, .ma20 {
  margin-right: 20px !important;
}

.mb20, .mv20, .ma20 {
  margin-bottom: 20px !important;
}

.ml20, .mh20, .ma20 {
  margin-left: 20px !important;
}

.pt25, .pv25, .pa25 {
  padding-top: 25px !important;
}

.pr25, .ph25, .pa25 {
  padding-right: 25px !important;
}

.pb25, .pv25, .pa25 {
  padding-bottom: 25px !important;
}

.pl25, .ph25, .pa25 {
  padding-left: 25px !important;
}

.mt25, .mv25, .ma25 {
  margin-top: 25px !important;
}

.mr25, .mh25, .ma25 {
  margin-right: 25px !important;
}

.mb25, .mv25, .ma25 {
  margin-bottom: 25px !important;
}

.ml25, .mh25, .ma25 {
  margin-left: 25px !important;
}

.pt30, .pv30, .pa30 {
  padding-top: 30px !important;
}

.pr30, .ph30, .pa30 {
  padding-right: 30px !important;
}

.pb30, .pv30, .pa30 {
  padding-bottom: 30px !important;
}

.pl30, .ph30, .pa30 {
  padding-left: 30px !important;
}

.mt30, .mv30, .ma30 {
  margin-top: 30px !important;
}

.mr30, .mh30, .ma30 {
  margin-right: 30px !important;
}

.mb30, .mv30, .ma30 {
  margin-bottom: 30px !important;
}

.ml30, .mh30, .ma30 {
  margin-left: 30px !important;
}

.pt35, .pv35, .pa35 {
  padding-top: 35px !important;
}

.pr35, .ph35, .pa35 {
  padding-right: 35px !important;
}

.pb35, .pv35, .pa35 {
  padding-bottom: 35px !important;
}

.pl35, .ph35, .pa35 {
  padding-left: 35px !important;
}

.mt35, .mv35, .ma35 {
  margin-top: 35px !important;
}

.mr35, .mh35, .ma35 {
  margin-right: 35px !important;
}

.mb35, .mv35, .ma35 {
  margin-bottom: 35px !important;
}

.ml35, .mh35, .ma35 {
  margin-left: 35px !important;
}

.pt40, .pv40, .pa40 {
  padding-top: 40px !important;
}

.pr40, .ph40, .pa40 {
  padding-right: 40px !important;
}

.pb40, .pv40, .pa40 {
  padding-bottom: 40px !important;
}

.pl40, .ph40, .pa40 {
  padding-left: 40px !important;
}

.mt40, .mv40, .ma40 {
  margin-top: 40px !important;
}

.mr40, .mh40, .ma40 {
  margin-right: 40px !important;
}

.mb40, .mv40, .ma40 {
  margin-bottom: 40px !important;
}

.ml40, .mh40, .ma40 {
  margin-left: 40px !important;
}

/* anc04エリア追記 */
.anc04-delivery {
    margin: 0 0 1.5em !important;
}
.anc04-delivery p {
    margin-bottom: 5px;
    font-weight: bold;
}
.anc04-delivery dl {
    overflow: hidden;
}
.anc04-delivery dt {
    text-align: left !important;
    width: 40%;
    float: left;
	background: #f1f1df !important;
}
.anc04-delivery dd {
    text-align: left !important;
    width: 60%;
    float: right;
}

/* store.biople.jpリニューアル調整 */
.contents {
    background-color: #fff;
}
.nav-local-container .toggle_btn:after, .nav-local > li > a:after, .nav-utility li:after {
    background: #333;
}
.nav-utility {
    background: #fafafa;
}
.link-more {
    color: #fff;
    background: #333;
    padding: 5px 10px 5px 20px;
}
.link-more:before {
    border-left: 6px solid #fff;
    left: 10px;
}
.mainvisual-slider .flex-control-nav > li {
    padding: 2px 4px;
}
.mainvisual-slider .flex-control-nav a {
    background-color: #ccc;
}
.mainvisual-slider .flex-control-nav a.flex-active, .btn-success {
    background-color: #333;
}
a {
    color: #333;
}
a:hover, a:active, a:focus, .header_utility a:hover, .header_utility a:active, .header_utility a:focus {
    opacity: 0.8;
    color: #333;
}
.hdg-l6, ul.nav-local-main {
    font-family: 'Vollkorn', serif;
	color: #333;
}
.hdg-l6 {
    font-size: 40px;
}
.box-top, .list-category {
    padding-right: 0;
}
.nav-local-sub > li > a:before {
    border-left: 4px solid #333;
}
.link-more:hover, .link-more:active, .link-more:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.list-category a:hover, .list-category a:active, .list-category a:focus {
    color: #aaa;
}
.nav-switch > ul > li.active {
    background-color: #e2e2e2;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #333;
}
.footer_sitemap a:hover, .footer_sitemap a:active, .footer_sitemap a:focus {
    color: #666;
}
.mainvisual-slider .flex-prev {
  background: url(../Contents/ImagesPkg/top/slider_icon-prev02.png);
}

.mainvisual-slider .flex-next {
  background: url(../Contents/ImagesPkg/top/slider_icon-next02.png);
}
.nav-local-main > li:first-child img {
    width: 150px;
    padding-bottom: 10px;
}
.nav-local-main > li:nth-child(3) img {
    width: 180px;
    padding-bottom: 10px;
}
.nav-local-main > li:nth-child(6) {
    padding-top: 10px;
}
.nav-local-main > li:last-child {
    padding-top: 0;
}
.footer_site a:hover, .footer_site a:active, .footer_site a:focus {
    color: #333;
    text-decoration: underline;
}

.index-list > li > b a:before {
    background-color: #333;
}
.link-list > li > a:before {
	border-left: 6px solid #333;
}
.link-list > li > a, .nav-anchor a, .link-list > li > a:hover, .link-list > li > a:active, .link-list > li > a:focus {
    color: #333;
}
.nav-anchor a:hover, .nav-anchor a:active, .nav-anchor a:focus, .index-list > li > b a:hover, .index-list > li > b a:active, .index-list > li > b a:focus {
    color: #aaa;
}
.top-flbtn {
    position: fixed;
    right: 0;
    top: 150px;
    width: 60px;
    height: 200px;
    z-index: 9999;
	display: none;
}