@charset "UTF-8";

/* ----------------------------------
 COMMON
---------------------------------- */
#header {
  margin-bottom: 0;
}
.eng {
  font-family: "Noto Sans Japanese", sans-serif;
}

/* ----------------------------------
 SHOP HEADER
---------------------------------- */
#shop_header_bg {
  min-height: 160px;
  margin: 0 0 40px 0;
  background: url("../img/header_bg.jpg?v=9") top center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: #ccc 1px solid;
}
#shop_header_bg .shop-header-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#shop_header_banner {
  margin: 0 0 40px 0;
}
#shop_header_banner .shop-header-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* ----------------------------------
 SHOP LEFT
---------------------------------- */
#left_connect .banners {
}
#left_connect .banners li {
  margin: 0 0 10px 0;
  text-align: center;
}

/* ----------------------------------
 SHOP FOOTER
---------------------------------- */
#shop_footer {
  padding: 60px 0;
  border-top: #e0e0e0 1px solid;
}
#shop_footer .shop-footer-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop_footer .shop-footer-logo {
  width: 260px;
  padding: 0 40px 0 0;
  border-right: #e0e0e0 1px solid;
}
#shop_footer .shop-footer-logo img {
  width: 220px;
  vertical-align: top;
}
#shop_footer .shop-footer-menu {
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#shop_footer .shop-footer-menu li {
  margin: 0 0 0 40px;
  font-size: 16px;
}
#shop_footer .shop-footer-menu li a {
  padding: 0 0 0 20px;
  transition: 0.3s;
  position: relative;
  display: block;
}
#shop_footer .shop-footer-menu li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-top: 1px solid #111;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
#shop_footer .shop-footer-menu li a:hover {
  text-decoration: underline;
}

/* ----------------------------------
 SHOP TOP
---------------------------------- */
#shop_top .shop-top-banner {
  margin: 0 0 40px 0;
  text-align: center;
}

/* mainvisual */
#top_mainvisual {
  margin: 0 0 80px 0;
}
#top_mainvisual #slide_mv li {
  height: 310px;
}
#top_mainvisual .bx-wrapper .bx-pager {
  padding-top: 20px;
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #e0e0e0;
}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  outline: 0;
  border-radius: 12px;
  background: #e0e0e0;
  text-indent: -9999px;
  display: block;
}
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a.active,
#top_mainvisual .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #111111;
}
#top_mainvisual .bx-wrapper .bx-pager-item,
#top_mainvisual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
}
#top_mainvisual .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* pickup */
#top_pickup {
  margin: 0 0 60px 0;
}
#top_pickup .banners {
  display: flex;
  flex-wrap: wrap;
}
#top_pickup .banners li {
  width: 450px;
  margin: 0 30px 10px 0;
}
#top_pickup .banners li:nth-child(2n) {
  margin: 0 0 10px 0;
}

/* features */
#top_features {
  padding: 40px 19px 20px;
  margin: 0 0 80px 0;
  border: #e0e0e0 1px solid;
  border-radius: 10px;
  background: #f8f8f8;
  box-sizing: border-box;
}
#top_features .headline {
  margin: 0 0 30px 0;
}
#top_features .eng {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #111111;
}
#top_features .jpn {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #666666;
}
#top_features .banners {
  display: flex;
  flex-wrap: wrap;
}
#top_features .banners li {
  width: 290px;
  margin: 0 10px 10px 0;
}
#top_features .banners li img {
  vertical-align: top;
}
#top_features .banners li a {
  transition: 0.3s;
}
#top_features .banners li a:hover {
  opacity: 0.7;
}
#top_features .banners li:nth-child(3n) {
  margin: 0 0 10px 0;
}
