@charset "UTF-8";
/**
 * 共通スタイル
 */
body {
  min-width: 1026px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 14px; }

main {
  margin-top: 70px; }

@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  body {
    min-width: 0; }
  main {
    margin-top: 70px;
    /* バナー設置時はmargin-topを変更する */
    /* margin-top: 136px; */
    overflow: hidden;
  }
  img {
    width: 100%;
    height: auto; }
  .sp-none {
    display: none !important; }
  .inline-block {
    display: inline-block; } }

/*--------------------------------------------
		reset.css 打ち消し
---------------------------------------------*/
button, input, select, textarea {
  background-color: #fff;
  text-align: left; }

a {
  cursor: pointer; }

/*--------------------------------------------
		header-banner
---------------------------------------------*/
.header-banner {
  height: 33px;
  width: 100%;
  background-color: #f3f4ea;
  text-align: center;
  padding: 8px 0;
  top: 70px;
  position: relative;
}
.header-banner-text {
  color: #3c3c3c;
  font-family: YuGothic;
  font-weight: bold;
  margin: 0!important;
}

@media screen and (max-width: 767px) {
  .header-banner {
    position: fixed;
    top: 70px;
    z-index: 1000;
    height: 66px;
  }
}
/*--------------------------------------------
		header
---------------------------------------------*/
.header {
  width: 100%;
  background-color: #6f7e0d;;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000001;
  /*ログインログアウトの表示切り替えを行うCSS*/ }
  .header__wrapper {
    width: 1150px;
    height: 70px;
    overflow: hidden;
    /* padding: 20px 0; */
    margin: auto;
    }
    .header__wrapper:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
  .header__logo {
    display: block;
    float: left; }
    .header__logo > a {
      display: block; }
      .header__logo > a:hover {
        opacity: 0.7;
        -webkit-transition: .5s;
        transition: .5s; }
  .header__logo-img {
    /* height: 35px; */
    /* width: auto; */
  }
  .header__inner {
    float: right;
    margin-left: 20px; }
    .header__inner:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
  .header__gnav, .header__right, .header__left {
    float: left; }
  .header__gnav {
    margin-top: 12px;
    margin-right: 5px; }
    .header__gnav__list:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
    .header__gnav__list > li {
      float: left;
      line-height: 1.3;
      font-weight: bold;
      position: relative;
      padding: 0 8px; }
      .header__gnav__list > li > a {
        display: block;
        color: #fff; }
    .header__gnav__list__border > a:before {
      display: block;
      width: 1px;
      height: 14px;
      content: " ";
      background-color: #fff;
      position: absolute;
      left: -1px;
      top: calc(50% - 7px); }
  .header__right:after, .header__left:after {
    display: table;
    width: 0;
    height: 0;
    clear: both;
    content: '';
    visibility: hidden; }
  .header__login, .header__cart {
    float: left;
    position: relative;
    padding: 0 10px 0 0;
    margin-right: 14px; }
    .header__login > a, .header__cart > a {
      display: block; }
  .header__search {
    width: 22px;
    height: 32px;
    background-image: url("/item/img/common/icon_search.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: bottom left;
    float: left; }
  .header__form {
    display: none;
    height: 60px;
    background-color: #c4c893;
    font-size: 16px;
    color: #3c3c3c;
    padding: 10px; }
    .header__form__inner {
      width: 670px;
      margin: auto; }
      .header__form__inner:after {
        display: table;
        width: 0;
        height: 0;
        clear: both;
        content: '';
        visibility: hidden; }
      .header__form__inner > form {
        width: 630px;
        height: 40px;
        float: left;
        background-color: #fff;
        position: relative; }
    .header__form__input > input {
      width: 100%;
      height: 40px;
      border: none;
      border-radius: 0;
      line-height: 1.5;
      padding: 5px 40px 5px 10px;
      outline: 0; }
    .header__form__submit {
      display: block;
      width: 35px;
      height: 35px;
      position: absolute;
      top: 0;
      right: 0; }
      .header__form__submit > input {
        display: block;
        width: 20px;
        height: 20px;
        box-sizing: content-box;
        background-image: url("/item/img/common/icon_submit.png");
        background-size: 20px;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 7.5px;
        -webkit-transition: .2s;
        transition: .2s; }
    .header__form__close {
      width: 40px;
      height: 40px;
      float: left;
      background-image: url("/item/img/common/img_close_icon.png");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: center; }
  .header .logout.my-false {
    display: none; }
  .header .login.my-true {
    display: none; }
  .header .innner-inactive.my-false {
    display: none; }
  .header .innner-active.my-true {
    display: none; }

.header-inner-menu {
  float: right;
  margin-left: 20px;
  padding: 20px 0px;
  display: inline-flex;
}

.header__icon {
  text-align: center;
}

.header-inner-menu-label {
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
  .header__wrapper {
    width: 100%;
    height: 70px;
    position: relative;
    padding: 12px;
    display: inline-flex;
  }
  .header__inner {
    float: none; }
  .header__logo {
    width: calc(100% - 180px);
    height: 100%;
    float: none;
    text-align: center;
    /* position: relative; */
    margin: auto; }
    .header__logo > a {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin-top: -18px; }
      .header__logo > a > img {
        width: 176px; }
  .header__left, .header__right {
    height: 50px;
    position: absolute;
    top: 10px; }
  .header__left {
    left: 0; }
  .header__right {
    right: 0; }
  .header__login, .header__cart {
    padding: 10px 10px 0 0;
    width: 30px;
    margin-top: 4px;
    margin-right: 10px; }
    .header__login, .header__cart:last-of-type {
      margin-right: 0px; }
    .header__login img, .header__cart img {
      vertical-align: top; }
  .header__search {
    height: 34px;
    background-size: 20px; }
    .header__search.open {
      background-image: url("/item/img/common/img_close_icon.png"); }
  .header__form {
    font-size: 14px; }
    .header__form__inner {
      width: 100%; }
      .header__form__inner > form {
        width: 100%; }
  .header__hamburger {
    display: block;
    width: 29px;
    height: 34px;
    float: left;
    padding: 15px 5px 0;
    margin: 0 16px; }
    .header__hamburger > div {
      width: 19px;
      height: 3px;
      background-color: #fff;
      border-radius: 2px;
      margin-bottom: 5px; }
      .header__hamburger > div:last-child {
        margin-bottom: 0; }
    .header__hamburger.open {
      background-image: url("/item/img/common/img_close_icon.png");
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: bottom; }
      .header__hamburger.open > div {
        display: none; }
  .header__menu {
    display: none;
    height: calc(100vh - 70px);
    background-color: #fff;
    font-weight: bold;
    text-align: start;
    padding: 19px 0 30px; }
  .header__menu__inner {
    font-size: 15px;
    line-height: 1.466666667;
  }
    .header__menu__inner > li {
      padding: 19px 0 19px 8px;
      border-bottom: 1px solid #e1d5c4;
    }
    .header__menu__inner > li:first-of-type {
      padding: 0;
    }
    .header__menu__inner > li > div {
      border-bottom: 1px solid #e1d5c4;
      padding: 0 0 19px 8px;
    }
    .header__menu__inner a {
      display: block;
      color: #3c3c3c; }
    .header__menu__item-list > li {
      font-weight: normal;
      border-bottom: 1px solid #e1d5c4;
    }
    .header__menu__item-list > li:last-of-type {
      border-bottom: 0;
    }
    .item-list-group {
      display: inline-flex;
      padding-left: 16px;
    }
    .item-list-group-img {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid #e1d5c4;
      overflow: hidden;
      margin: 8px 10px 8px 0;
    }
    .item-list-group-text {
      margin: 19px 0 19px 0;
    }
    .header__menu__close {
      height: 46px;
      background-color: #fff;
      border-radius: 23px;
      color: #8c951e;
      padding: 10px; }

.header-inner-menu {
  padding: 0px;
}

}

@media screen and (max-width: 374px) {
  .header {
    font-size: 12px; }
    .header__logo > a {
      margin-top: -12px; }
      .header__logo > a > img {
        width: 124px; } }

/*--------------------------------------------
		nav-bar
---------------------------------------------*/
.nav-bar {
  top: 70px;
  /* バナー設置時 */
  /* top: 103px; */
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 6000001;
  border-bottom: 1px solid #8C951E
}

.nav-bar__wrapper {
  width: 674px;
  padding: 18px 0;
  margin: auto;
  height: 60px;
  overflow: hidden;
}

.nav-bar-menu {
  display: inline-flex;
}

.nav-bar-item {
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  padding: 0 20px;
  border-right: 1px solid #3c3c3c;
}

.nav-bar-item a {
  color: #3c3c3c;
}

.nav-bar-item:last-of-type {
  padding-right: none;
  border-right: none;
}

.nav-bar-item:first-of-type {
  padding-left: none;
}

.nav-bar-item-label {
  color: #8C9536;
}

.nav-bar-item-label a:visited{
  color: #8C9536;
}

.nav-bar-form-inner {
  margin-right: 94px;
}

.nav-bar-form-inner > form {
  width: 385px;
  height: 35px;
  float: left;
  background-color: #fff;
  position: relative;
}

.nav-bar-form-input > input {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 0;
  line-height: 1.5;
  padding: 5px 40px 5px 10px;
  outline: 0;
}

/*--------------------------------------------
		footer
---------------------------------------------*/
.footer {
  width: 100%;
  background-color: #6f7e0d;;
  text-align: center;
  color: #fff;
  position: relative; }
  .footer__inner {
    width: 800px;
    padding: 30px 0;
    margin: auto; }
  .footer__sns {
    margin: 0 auto 50px; }
    .footer__sns > li {
      display: inline-block;
      max-width: calc(42 / 700 * 100%);
      margin-right: calc(40 / 700 * 100%); }
      .footer__sns > li:last-child {
        margin-right: 0; }
  .footer__list {
    text-align: left;
    margin: 0 auto 30px; }
    .footer__list:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
    .footer__list a {
      display: inline-block;
      color: #fff;
      vertical-align: top; }
  .footer__item-list {
    width: 50%;
    float: left; }
    .footer__item-list__ttl {
      font-weight: bold;
      margin-bottom: 1em; }
    .footer__item-list__category:after {
      display: table;
      width: 0;
      height: 0;
      clear: both;
      content: '';
      visibility: hidden; }
    .footer__item-list__category > li {
      width: calc(50% - 20px);
      float: left;
      margin-right: 20px;
      margin-bottom: 1em; }
  .footer__content-list, .footer__page-list {
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px; }
    .footer__content-list li, .footer__page-list li {
      margin-bottom: 1em; }
  .footer__page-list {
    width: 25%;
    margin-right: 0; }
  .footer__logo {
    max-width: calc(217 / 700 * 100%);
    height: auto;
    margin: 0 auto 30px; }

@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
    padding: 20px 15px; }
  .footer__sns, .footer__list {
    width: 100%;
    margin-bottom: 20px; }
  .footer__page-list {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: center; }
    .footer__page-list li {
      display: inline-block;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      line-height: 1;
      padding: 0 6px;
      margin-bottom: 0; }
      .footer__page-list li:nth-child(n+2) {
        margin-left: -1px; }
  .footer__logo {
    max-width: 217px;
    width: 40%;
    margin-bottom: 10px; }
  .footer__copy {
    font-size: 10px; } }

@media screen and (max-width: 374px) {
  .footer__page-list li {
    font-size: 10px;
    padding: 0 5px; } }

/*--------------------------------------------
		見出し用
---------------------------------------------*/
.h2 {
  font-size: 32px;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  color: #6f7e0d;
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 28px;
  }
}