@charset "UTF-8";
.gnavi {
  display: flex; }
  .gnavi__item {
    flex: 1;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid #000; }
    .gnavi__item:last-child {
      border-right: 0; }
    .gnavi__item span {
      color: #aaa;
      display: block;
      font-size: 14px;
      font-weight: normal;
      font-family: 'Oswald', sans-serif;
      font-weight: 300; }
  @media screen and (max-width: 999px) {
    .gnavi__item {
      font-size: 14px; }
      .gnavi__item span {
        font-size: 11px; } }

.slider {
  margin: 20px auto 0; }

.slider img {
  padding: 0 6px;
  width: 100%;
  object-fit: cover; }

.top-img-list {
  display: flex;
  margin: 0 -6px; }
  .top-img-list__item {
    flex: 1;
    margin: 0 6px; }
    .top-img-list__item img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 767px) {
    .top-img-list__item img {
      height: auto; } }

.top-heading__en {
  color: #EEEEEE;
  font-size: 90px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .top-heading__en {
      font-size: 50px; } }

.top-heading__en.white {
  color: #fff; }

.top-heading__ja {
  font-size: 20px;
  font-weight: bold;
  margin: 4px 0 20px; }
  @media screen and (max-width: 767px) {
    .top-heading__ja {
      font-size: 18px; } }

.cat-img-list {
  display: flex;
  margin: 0 -6px; }
  .cat-img-list__item {
    flex: 1;
    margin: 0 6px; }
    .cat-img-list__item img {
      width: 100%;
      height: auto; }
    .cat-img-list__item a {
      color: #000;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .cat-img-list {
      flex-direction: column; }
      .cat-img-list__item:not(:last-child) {
        margin-bottom: 20px; } }

.footer__wrap {
  margin: auto;
  width: 1280px;
  max-width: 100%; }
.footer__guide {
  background: #EEEEEE;
  padding: 80px 0; }
.footer__bottom {
  background: #fff;
  padding: 40px 0; }
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding: 0 6px; } }

.footer-guide__heading {
  text-align: center; }
.footer-guide__panel {
  display: flex;
  flex-wrap: wrap; }
  .footer-guide__panel-item {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 6px; }
@media screen and (max-width: 999px) {
  .footer-guide__panel-item {
    width: 50%; } }
@media screen and (max-width: 767px) {
  .footer-guide__panel-item {
    width: 100%;
    padding: 0 0 6px 0; } }

.footer-panel {
  background: #fff;
  padding: 20px 40px;
  box-sizing: border-box;
  height: 100%; }
  .footer-panel__title {
    text-align: center;
    margin-bottom: 32px; }
    .footer-panel__title-en {
      line-height: 1.2;
      color: #EEEEEE;
      font-size: 78px;
      font-weight: 300;
      font-family: 'Oswald', sans-serif; }
    .footer-panel__title-ja {
      font-weight: bold; }
  .footer-panel__body {
    line-height: 1.8;
    font-size: 14px; }
  @media screen and (max-width: 999px) {
    .footer-panel {
      padding: 20px; }
      .footer-panel__title-en {
        font-size: 60px; } }

.footer-bottom {
  display: flex;
  align-items: center; }
  .footer-bottom__info {
    width: 40%; }
    .footer-bottom__info-logo {
      width: 300px;
      max-width: 100%; }
      .footer-bottom__info-logo img {
        width: 100%;
        height: auto; }
    .footer-bottom__info-text {
      margin-top: 20px;
      font-size: 14px; }
    .footer-bottom__info-btn {
      margin-top: 20px; }
  .footer-bottom__links {
    display: flex; }
    .footer-bottom__links-item {
      padding: 0 12px;
      box-sizing: border-box; }
      .footer-bottom__links-item.category {
        width: 66.6666%; }
      .footer-bottom__links-item.brand {
        width: 33.3333%; }
  .footer-bottom__right {
    flex: 1; }
  .footer-bottom__static {
    margin-top: 40px;
    display: flex; }
    .footer-bottom__static-item {
      color: #000;
      text-decoration: none;
      font-size: 14px;
      flex: 1;
      border-right: 1px solid #000;
      display: block;
      text-align: center; }
      .footer-bottom__static-item:first-child {
        border-left: 1px solid #000; }
  @media screen and (max-width: 999px) {
    .footer-bottom {
      flex-direction: column-reverse;
      padding: 0 12px; }
      .footer-bottom__info {
        width: 100%; }
        .footer-bottom__info-text {
          font-size: 12px; }
      .footer-bottom__links {
        display: block; }
        .footer-bottom__links-item {
          padding: 0; }
          .footer-bottom__links-item.category {
            width: 100%;
            margin-bottom: 20px; }
          .footer-bottom__links-item.brand {
            width: 100%; }
      .footer-bottom__right {
        width: 100%; }
      .footer-bottom__static {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: 20px;
        margin-bottom: 32px;
        padding: 10px 0;
        flex-wrap: wrap; }
        .footer-bottom__static-item {
          width: 50%;
          flex: none;
          box-sizing: border-box;
          border-right: 0;
          padding: 12px 0; }
          .footer-bottom__static-item:first-child {
            border-left: 0; } }

.footer-links__head {
  font-size: 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-weight: bold; }
.footer-links__body {
  display: flex; }

.footer-links-navi {
  flex: 1; }
  .footer-links-navi__item {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 1.2em; }
    .footer-links-navi__item.arrow {
      position: relative; }
      .footer-links-navi__item.arrow::before {
        content: '▼';
        position: absolute;
        left: 0;
        font-size: 12px; }

.link-btn {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #000;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  width: 300px;
  color: #000;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  position: relative; }
  .link-btn::after {
    content: '';
    height: 1px;
    width: 60px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%); }
  @media screen and (max-width: 559px) {
    .link-btn {
      width: 200px;
      margin: auto; } }

.side-heading {
  font-weight: bold;
  background: #EEEEEE;
  border-left: 12px solid #D0B468;
  padding: 4px 0 4px 12px;
  font-size: 16px; }

@media screen and (max-width: 999px) {
  .__block--banner {
    text-align: center; } }

#lp {
  width: 1280px;
  max-width: 100%;
  margin: auto; }
  #lp img {
    width: 100%;
    height: auto;
    margin-bottom: -6px; }
    #lp img.sp {
      display: none; }
    #lp img.pc {
      display: block; }
  @media screen and (max-width: 767px) {
    #lp img.sp {
      display: block; }
    #lp img.pc {
      display: none; } }

li.__item.__item--estimate {
  display: none !important; }

.main.main--cart section.__shipping-wrap .__shipping .__control ul li.__to-estimate {
  display: none !important; }

.main.main--quickorder-form section:not(:first-child).__csv-form {
  display: none !important; }

@media screen and (max-width: 999px) {
  section {
    padding: 0 6px;
    margin-bottom: 2em; } }

.main.main--home section.__block:not(:last-child) {
  margin-bottom: 3em; }

@media (min-width: 960px) {
  .main.main--home section.__block:not(:last-child) {
    margin-bottom: 4em; } }
@media (max-width: 599px) {
  .main.main--home section.__block.__block--news .__body ul li {
    padding: .5em 0; } }
@media screen and (max-width: 999px) {
  .__block--banner {
    margin: 1.5em 0; } }

@media screen and (min-width: 600px) {
  .header .__banner .__wrap a.__logo img {
    max-height: 3em; } }
@media screen and (min-width: 600px) {
  .header .__banner .__wrap .__login .__block .__body {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .header .__banner .__wrap .__login .__block .__body ul.__menu li a {
    display: block;
    text-align: center; }
    .header .__banner .__wrap .__login .__block .__body ul.__menu li a:before {
      font-size: 24px;
      margin-bottom: 3px; }

  .header .__banner .__wrap .__login .__block .__body ul.__menu li.__mypage a:before {
    content: "\f007";
    display: block; }

  .header .__banner .__wrap .__login .__block .__body ul.__menu li.__cart a:before {
    content: "\f07a";
    display: block; }

  .header .__banner .__wrap .__login .__block .__body ul.__menu li.__logout a:before {
    content: "\f2f5";
    display: block; } }
.aside section.__block.__block--search .__body {
  display: flex;
  padding: 1em 0; }

@media (min-width: 960px) {
  .aside section.__block.__block--search .__body input {
    flex: 1;
    margin-right: 4px; } }
.aside section.__block.__block--calendar ul li {
  padding: 0.5rem;
  border: 3px solid #eee; }

.body-contact .p-menu-login {
  display: none; }

/*# sourceMappingURL=style.css.map */