@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* floatクリア */
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after,
.menu:before,
.menu:after {
  content: " ";
  display: table;
}
.clear,
.clearfix:after,
.nav:after,
.navbar:after,
.navbar-collapse:after,
.menu:after {
  clear: both;
}

.sp-block{display: none;}

@media screen and (max-width: 768px) {

.sp-block{display: block;}

  .menu:before,
  .menu:after {
    content: " ";
    display: table;
  }
  .menu:after {
    clear: both;
  }
}



/* TBUD丸ゴシック　WEBフォント */
.font-tbud {
  font-family: 'tbudrgothic-std', sans-serif;
}
html {
  font-family: heisei-maru-gothic-std, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body {
  font-family: heisei-maru-gothic-std, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #694F2E;
  margin: 132px 0 auto;
  padding: 0;
}
img {
  max-width: 100%;
}
a {
  color: #694F2E;
  text-decoration: none;
  transition: 0.5s
}
a:hover,
a:focus {
  text-decoration: underline;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.5s;
}
a:focus {
  outline: none;
}
a:hover img {
    opacity: 0.8;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
p {
  margin: 0 0 14px 0;
  font-size: 15px;
  line-height: 1.7em;
}
p.pad1 {
  padding-bottom: 1.0em;
}
p.n_m {
  margin-bottom: 0.5em;
}
small,
.small {
  font-size: 85%;
  display: inline-block;
  line-height: 1.4;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,ul ol,ol ul,ol ol {
  margin-bottom: 0;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  height: 58px;
  margin: 0;
  z-index: 100;
}
#page-top a {
  background-color: transparent !important;
}
#page-top img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#page-top img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/****************SP*******************/
@media screen and (max-width: 768px) {

  body {
    font-size: 14px;
    max-width: 100%;
    margin: 48px auto 0;
  }
  p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
  }
  .view_pc {
    display: none;
  }

  .view_sp {
    display: block;
  }
  #page-top {
    position: fixed;
    height: 32px;
    bottom: 32px;
    right: 20px;
    z-index: 100;
  }
  #page-top img {
    width: 32px;
  }
}

@media (min-width: 601px) {
  .view_sp_max600 {
    display: none;
  }
}

@media (max-width: 600px) {
  .view_pc_tablet {
    display: none;
  }

  .view_sp_max600 {
    display: block;
  }
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* header */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* PC */
pre {
  background: #e9e9e9;
  border: 1px solid #ccc;
}
#fh5co-header {
  width: 100%;
  position: fixed;
  z-index: 111;
  top: 0;
}
#fh5co-header>.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin: 0 auto;
  width: 100%;
  background: #FCC300;
  font-size: 14px;
  border: transparent;
  /*冬背景 */
  /* background-image: url(https://edisonmama.com/common/images/common_img/xmas_header_bg.svg);
  background-position: top 77px right;
  background-size: 700px 7px;
  background-repeat: repeat-x; */
}
#fh5co-header>.navbar li a:hover,
#fh5co-header>.navbar li a:focus,
#fh5co-header>.navbar li a:hover>span,
#fh5co-header>.navbar li a:focus>span {
  outline: none;
  text-decoration: none;
}
#fh5co-header>.navbar li a:hover>span .border:before,
#fh5co-header>.navbar li a:focus>span .border:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header>.navbar li a>span .border {
  display: block;
  height: 3px;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#fh5co-header>.navbar li a>span .border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FBB040;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#fh5co-header>.navbar li.active a {
  background: transparent;
}
#fh5co-header>.navbar li.active a>span .border {
  background: #FBB040;
}
#fh5co-header h1,
#fh5co-header .navbar-brand>img.logo {
  display: block;
  width: 210px;
  height: auto;
  margin: 0;
}
#fh5co-header .navbar-brand:hover,
#fh5co-header .navbar-brand:focus {
  color: #ccc;
  text-decoration: none;
}
#fh5co-navbar {
  display: none;
  width: 100%;
  background: #FBF7ED;
  padding: 8px 0;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
ul.nav {
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  border-left: 1px solid #694F2E;
  padding: 0;
  font-feature-settings: "palt";
  letter-spacing: 1.2px;
}
ul.nav li.menu__single {
  width: 16.65%;
  float: left;
  text-align: center;
  border-right: 1px solid #694F2E;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
}
ul.nav li a {
  color: #694F2E;
  padding: 0.4em 0;
}
ul.nav li a:hover {
  background: #FCDB6F;
  text-decoration: none;
}
.container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 22px 0px;
  width: 92%;
  max-width: 1200px;
}
.head_link ul.links {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.head_link ul.links li {
  width: 132px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
  /* padding: 8px 6px 4px; */
  padding: 8px  4px;
  border: 1px solid #f2673a;
  border-radius: 8px;
  background: #ff7041;
  font-size: 12.5px;
  line-height: 1.4;
}
.head_link ul.links li a{
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
}
.head_link ul.links li:hover{
  opacity: 0.7;
}
.head_link ul.links li.ec-login {
  width: 64px;
}
.head_link ul.links li.ec-cart {
  width: 36px;
}
.head_link ul.links li.ec-login,
.head_link ul.links li.ec-cart {
  height: 40px;
  padding: 0;
  border: none;
  background: none;
}
.head_link ul.links li.ec-login a,
.head_link ul.links li.ec-cart a {
  color: #694F2E;
}
.head_link ul.links li.ec-login span,
.head_link ul.links li.ec-cart span{
  font-size: 10.5px;
}
.head_link ul.links li.ec-login span:before {
  content: "";
  background: url(https://edisonmama.com/common/images/common_img/btn_login-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 1px auto 3px;
  display: block;
}
.head_link ul.links li.ec-cart span:before {
  content: "";
  background: url(https://edisonmama.com/common/images/common_img/btn_cart.svg) no-repeat;
  width: 28px;
  height: 24px;
  padding: 0;
  margin: 2px 0 1px 3px;
  display: block;
}
.head_link ul.links li.global {
  width: 64px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 0;
  /* padding: 8px 6px 4px; */
  padding: 8px 6px;
  border: 1px solid #694F2E;
  border-radius: 8px;
  background: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.head_link ul.links li.global a {
  color: #694F2E;
  text-transform:capitalize;
}

/* SP */
@media screen and (max-width: 840px) {
  ul.nav li.menu__single {
    font-size: 12.5px;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .head_link ul.links li {
    width: 86px;
    font-size: 11.5px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid {
    width: 92%;
  }
  .container_under {
    padding: 0;
  }
  #fh5co-navbar {
    width: 100%;
    padding: 20px 0 80px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    /* scroll 非表示 : IE, Edge, Firefox 対応 */
    overflow-y: scroll;
    -ms-overflow-style: none;/* IE, Edge */
    scrollbar-width: none;/* Firefox */
  }
  /* scroll 非表示 : Chrome, Safari 対応 */
  #fh5co-navbar::-webkit-scrollbar {
  display:none;
  }
  #fh5co-header>.navbar {
    background-position: top 44px right;
  }
  ul.nav {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px;
    border-left: none;
    padding: 0;
  }
  ul.nav li.menu__single {
    width: 100%;
    float: none;
    text-align: left;
    border-right: none;
    border-top: 1px solid #9C866E;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    padding: 6px 0 4px 0;
  }
  ul.nav li a {
    color: #694F2E;
    margin: 0 0 2px 0;
    padding: 10px 12px 6px 2px;
  }
  ul.nav li a:hover {
    background: none;
    text-decoration: none!important;
    opacity: 0.6;
  }
  .sp_btn {
    width: 94%;
    margin: 0px auto 10px;
    display: flex!important;
    flex-wrap: wrap
  }
  .btn1_sp a,
  .btn2_sp a,
  .btn3_sp a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    margin: 8px auto 0;
    /* padding: 8px 0px; */
    padding: 8px 6px 6px;
    border-radius: 5px;
    line-height: 1.4rem;
  }
  .btn1_sp a {
    background: #EC6C1F;
    flex-grow: 1;
  }
  .btn2_sp a {
    background: #694F2E;
  }
  .btn3_sp a {
    border: 1px solid #694F2E;
    color: #694F2E;
  }
  .btn1_sp a:hover,
  .btn2_sp a:hover,
  .btn3_sp a:hover {
    opacity: 0.7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .sp_btn .global {
    width: 100%;
    margin: 8px auto 0;
  }
  .sp_btn .infolink {
    width: calc((100% - 3%) / 2);
    margin: 0 0% 3% 0;
    display: flex;
    align-items: stretch;
  }
  .sp_btn .infolink:not(:nth-of-type(2n)) {
    margin: 0 3% 3% 0;
  }
  .sp_btn .infolink a{
  margin: 0;
  }
  .eng_sp a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #694F2E;
    font-size: 14px;
    width: 50%;
    margin: 8px auto 0 auto;
    padding: 0.5em 0;
    border-right: 1px solid #9C866E;
  }
  .chn_sp a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #694F2E;
    font-size: 14px;
    width: 50%;
    margin: 8px auto 0 auto;
    padding: 0.5em 0;
  }
  .eng_sp a:hover,
  .chn_sp a:hover {
    background: #FCDB6F;
    text-decoration: none;
  }
  #fh5co-header h1,
  #fh5co-header .navbar-brand>img.logo {
    width: 147px;
  }
  .container-fluid {
    padding: 7px 0px;
  }
  .head_link.view_sp {
    display: flex;
  }
  .head_link ul.links li.ec-login,
  .head_link ul.links li.ec-cart {
    height: 36px;
  }
  .head_link ul.links li.ec-login {
    width: 52px;
    margin-right:6px;
  }
  .head_link ul.links li.ec-cart {
    width: 30px;
    margin-right: 22px;
  }
  .head_link ul.links li.ec-login span,
  .head_link ul.links li.ec-cart span {
    font-size: 8.5px;
  }
  .head_link ul.links li.ec-login span:before {
    width: 20px;
    height: 20px;
    background-size: cover;
    margin: 0px auto 1px;
  }
  .head_link ul.links li.ec-cart span:before {
    width: 23px;
    height: 20px;
    background-size: cover;
    margin: 0px 0px 0px 3px;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-header>.navbar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn1_sp a,
  .btn2_sp a,
  .btn3_sp a,
  .btn4_sp a {
    font-size: 12px;
  }
}
/* /SP */

/* ------------------------------------------------------- */
/* headerお知らせ（固定帯）※使用しないときはコメントアウト */
/* PC */
/* body {
  margin: 163px 0 auto;
}
.key_slide {
  margin-top: 190px!important;
}
li.menu_products ul.menu__second-level.menu_products_wrap {
  top: 152px !important;
}
.top-notice {
  background-color: #407319;
  background-color: #f88561;
  width: 100%;
}
.top-notice .top-notice_item{
  max-width: 1200px;
  text-align: center;
  margin: auto;
  padding: 6px 0;
  padding: 8px 6px 4px 6px;
  font-size: 12px;
  line-height: 1.6;
}
.top-notice .top-notice_text {
  color: #fbf7ed;
}

.top-notice .top-notice_text p{
  margin: 0;
  font-size: 12px;
  text-align: center;
} */

/* SP版 */
/* @media screen and (max-width: 768px) {
  body {
    margin: 100px 0 auto;  (2行)
    margin: 80px 0 auto; (1行) 
  }
  .top-notice {
    top: 50px;
  }
  .key_slide {
    margin-top: 0px!important;
  }
} */
/* headerお知らせ（固定帯）※使用しないときはコメントアウト */
/* ------------------------------------------------------- */


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* nav */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav>li {
  position: relative;
  display: block;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 0px;
}
.nav li a {
  text-decoration: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
}
.nav>li.disabled>a {
  color: #777777;
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  border-color: #FBB040;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav>li>a>img {
  max-width: none;
}
.navbar {
  /* position: relative; */
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after,
.navbar-collapse:after {
  /* content: " "; */
  display: none;
}
.navbar:after {
  clear: both;
}
.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav {
  margin: 10px -20px;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

/*ドロップダウン_PC*/
.menu>li a {
  display: block;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}
ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}
.menu>li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu__second-level li {
  border-top: 1px solid #9C866E;
  margin: 0 12px;
  padding: 2px 0;
  font-size: 13px;
}
.menu__third-level li {
  border-top: 1px solid #694F2E;
}
.menu {
  *zoom: 1;
}
.menu>li.menu__single {
  position: relative;
}
li.menu__single ul.menu__second-level {
  position: absolute;
  top: 28px;
  width: 100%;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  list-style: none;
  margin: 0;
  padding: 8px 0 0 0;
  background: #FBF7ED;
}
li.menu__single:hover ul.menu__second-level {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

@media (max-width: 768px) {
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
  }
  .navbar-nav>li {
    float: left;
  }
  .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  /*ドロップダウン_SP*/
  .menu>li a {
    display: block;
  }
  ul.menu__second-level {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
  }
  ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
  }
  .menu>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .menu__second-level li {
    border-top: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
  }
  .menu__single .menu__second-level li a {
    padding-left: 1em;
    text-indent: -1.3em;
  }
  .menu__single .menu__second-level li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #725230;
    border-top: 2px solid #725230;
    transform: rotate(45deg);
    display: inline-block;
    margin: -3px 5px 0 6px;
    position: relative;
    top: -3px;
  }
  .menu__third-level li {
    border-top: 1px solid #694F2E;
  }
  .menu:after {
    clear: both;
  }
  .menu {
    *zoom: 1;
  }
  .menu>li.menu__single {
    position: relative;
  }
  li.menu__single ul.menu__second-level {
    position: relative;
    top: 0px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 0px;
    visibility: visible;
    opacity: 1;
  }
}
/* nav */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* ------------------------------------------------------- */
/* toggle (アコーディオン) */
.hamburger-menu .fh5co-nav-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu .fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: relative;
    height: 25px;
    width: 25px;
    top: 15px;
    right: 0px;
    z-index: 21;
    display: block;
    border-bottom: none !important;
  }
  .hamburger-menu .fh5co-nav-toggle i {
    position: absolute;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    width: 25px;
    height: 3px;
    color: #694F2E;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #694F2E;
    transition: all .2s ease-out;
    border-radius: 8px;
  }
  .hamburger-menu .fh5co-nav-toggle i::before,
  .hamburger-menu .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #694F2E;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 8px;
  }
  .hamburger-menu .fh5co-nav-toggle i::before {
    top: -7px;
  }
  .hamburger-menu .fh5co-nav-toggle i::after {
    bottom: -7px;
  }
  .hamburger-menu .fh5co-nav-toggle.active i {
    background: transparent;
  }
  .hamburger-menu .fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  .hamburger-menu .fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  .hamburger-menu .fh5co-nav-toggle.active i::before,
  .hamburger-menu .fh5co-nav-toggle.active i::after {
    background: #694F2E;
  }
  .hamburger-menu .fh5co-nav-toggle:hover,
  .hamburger-menu .fh5co-nav-toggle:focus,
  .hamburger-menu .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
  }
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* header_商品一覧ページ */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
ul.nav {
  position: relative;
}
li.menu_products ul.menu__second-level.menu_products_wrap {
  position: fixed;
  background: #fbf7ed;
  top: 124px!important;
  max-width: 1200px;
  width: 92%;
  height: 85%;
  inset: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  /* overflow-y: scroll; */
}
li.menu_products ul.menu__second-level.menu_products_wrap li.menu_products_list {
  width: 100%;
  height: 94%;
  overflow-y: scroll;
  background: #fbf7ed;
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
}
/* scroll 表示 : Chrome, Safari 対応 */
li.menu_products ul.menu__second-level.menu_products_wrap li.menu_products_list::-webkit-scrollbar {
  background: #ebebeb;
  border-radius: 5px;
  width: 8px;
}
li.menu_products ul.menu__second-level.menu_products_wrap li.menu_products_list::-webkit-scrollbar-thumb {
  background: #fcc300;
  border-radius: 5px;
}
/* scroll 表示 : Firefox 対応 */
li.menu_products ul.menu__second-level.menu_products_wrap li.menu_products_list {
  scrollbar-width: thin;
  scrollbar-color: #fcc300 #ebebeb;
}

.menu__second-level.menu_products_wrap li{
  border-top: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu_products_wrap ul.shopcart_nav li.catergory .cat-lbl {
  font-size: 14px;
}
.menu_products_wrap ul.shopcart_nav{
  max-width: 1100px;
  width: 92%;
  margin: 16px auto;
  justify-content: space-between;
}
.menu_products_wrap ul.shopcart_nav li.catergory {
  width: calc((100% - 80px) / 4);
  margin: 0 0 16px 0;
}
.menu_products_wrap ul.shopcart_nav li.catergory a.cat-link:hover {
  background: none;
  text-decoration: underline!important;
}
.menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit {
  border-top: none;
  padding: 0;
}
.menu_products_wrap ul.shopcart_nav li.sub_catergory_tit a.cat-link {
  padding: 0;
}

@media (max-width: 768px) {
  li.menu_products ul.menu__second-level.menu_products_wrap {
      position: static;
  }
  /* scroll 表示 : Chrome, Safari 対応 */
  li.menu_products ul.menu__second-level.menu_products_wrap::-webkit-scrollbar {
      display:none;
  }
  /* scroll 表示 : Firefox 対応 */
  li.menu_products ul.menu__second-level.menu_products_wrap {
      scrollbar-width: none;
  }
  li.menu_products ul.menu__second-level.menu_products_wrap li.menu_products_list {
    overflow-y: unset;
    margin: 0;
    padding: 0;
  }
  .menu_products .menu_products_wrap li{
      padding: 0;
  }
  .menu_products_wrap ul.shopcart_nav{
      width: 100%;
      margin: 0 auto;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory{
      display: block;
      width: calc((100% - 20px) / 2);
      margin: 0 0 18px 0;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory:not(:nth-of-type(4n)){
      margin: 0 0 22px 0;
      padding: 0;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory:not(:nth-of-type(2n)){
      margin: 0 20px 22px 0;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .catergory_tit{
      height: 48px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .catergory_tit a:before{
      top: 1px;
      left: -16px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .catergory_tit a.cat-link{
      width: auto;
      padding: 10px 0 4px 14px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .catergory_tit .cat-lbl{
      left: -16px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .cat-lbl{
      position: relative;
      left: -6px;
      font-size: 13px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit{
      display: flex;
      width: 100%;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit img{
      display: block;
      width: 28px;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit a:before{
      display:none;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit .cat-icon{
      width: 45px;
      display: flex;
  }
  .menu_products_wrap ul.shopcart_nav li.catergory .sub_catergory_tit .cat-lbl{
      line-height: 1.4;
      text-indent: 0;
  }
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* 商品一覧ページ */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
ul.shopcart_nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  line-height:1
}
ul.shopcart_nav li.catergory {
  margin-bottom: 40px;
  margin-top: 0;
}
ul.shopcart_nav li.catergory .catergory_tit {
  border-bottom: 1px solid #9C866E;
  margin: 0 0 12px 0;
  font-size: 16px;
  height: 44px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
ul.shopcart_nav li.catergory .catergory_tit a {
  margin-left: 16px;
  text-indent: -16px;
}
ul.shopcart_nav li.catergory .catergory_tit a,
ul.shopcart_nav li.catergory .sub_catergory_tit a {
  text-decoration: none;
}
ul.shopcart_nav li.catergory .catergory_tit a:before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 8px;
  height: 8px;
  margin: -3px 2px 0 0;
  border-right: 2px solid #725230;
  border-top: 2px solid #725230;
  transform: rotate(45deg);
  vertical-align: middle;
}
ul.shopcart_nav li.catergory .cat-icon {
  width: 52px;
  padding-right: 12px;
}
ul.shopcart_nav li.catergory .sub_catergory{
  list-style-type: unset;
  padding: 0 0 0 0;
}
ul.shopcart_nav li.catergory .sub_catergory_tit{
  font-size: 12px;
  margin: 0 0 8px 0;
}
ul.shopcart_nav li.catergory .sub_catergory_tit:last-child{
  margin: 0;
}
ul.shopcart_nav li.catergory .sub_catergory_tit .cat-icon{
  width: 40px;
  padding-right: 8px;
}
ul.shopcart_nav li.catergory .sub_catergory_tit .cat-lbl{
  font-size: 12px;
  line-height: 1.2;
}
ul.shopcart_nav li.catergory .sub_catergory_tit .cat-online{
  display: inline-block;
  text-indent: 0px;
}
ul.shopcart_nav li.catergory a.cat-link {
  align-items: center;
  color: #694F2E;
}
ul.shopcart_nav li.catergory img {
  border-radius: 5px;
  width: 32px;
  display: block;
}
ul.shopcart_nav li.catergory a:hover {
  text-decoration: underline;
}
ul.shopcart_nav li.catergory.onlineshop .cat-icon {
  padding: 9px 16px 8px 10px;
}
ul.shopcart_nav li.catergory.onlineshop img {
  width: 70%;
}
ul.shopcart_nav li.catergory .cat-lbl {
  line-height: 1.2;
  font-size: 16px;
}
ul.shopcart_nav li.sub_catergory_tit a.cat-link {
  display: flex;
}

@media (max-width: 768px) {
  ul.shopcart_nav li.catergory .cat-lbl {
  font-size: 14px;}
}

@media (min-width: 601px) {
  ul.shopcart_nav li.catergory:not(:nth-of-type(4n)) {
      margin-right: 26px;
  }
  ul.shopcart_nav li.catergory {
      width: calc((100% - 80px) / 4);
  }
}

@media (max-width: 600px) {
  .bg_ye+div.lpmenu_area {
      margin-bottom: 50px;
  }
  .pickUp-cat h3.subtitle.mid {
      padding-bottom: 15px;
  }
  ul.shopcart_nav li.catergory:not(:nth-of-type(2n)) {
      margin-right: 16px;
  }
  ul.shopcart_nav li.catergory {
      width: calc((100% - 16px) / 2);
      font-size: 12px;
      line-height: 1.5;
  }
  ul.shopcart_nav li.catergory .cat-icon {
      padding-right: 8px;
  }
  .bg_ye+divul.shopcart_nav li.catergory:not(:nth-of-type(2n)) {
      margin-right: 10px;
  }
  ul.shopcart_nav li.catergory.onlineshop .cat-icon {
      padding: 4px 10px;
  }
  ul.shopcart_nav li.catergory.onlineshop .cat-icon img{
      width: 100%; 
  }
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* パンクズ ul.p_list */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
ul.p_list {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  list-style: none;
  line-height: normal;
}
ul.p_list li {
  font-size: 13px;
  margin: 0;
  padding: 0 0.4em 0 0;
  list-style: none;
  /* float: left; */
  color: #9C866E;
  display: inline;
}
ul.p_list li a {
  color: #694F2E;
  text-decoration: none;
}
ul.p_list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  ul.p_list {
    width: 92%;
    max-width: 1200px;
    margin: 10px auto 0;
    padding: 0;
    list-style: none;
  }
  ul.p_list li {
    font-size: 12px;
    margin: 0;
    padding: 0 0.4em 0 0;
    list-style: none;
    float: left;
    color: #9C866E
  }
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* footer */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
#footer {
  background: #FCC300;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0px 0 0 0;
  line-height: 1.8;
}
.footCont {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  padding: 40px 0 20px;
}
.footCont p {
  color: #FFF;
  font-size: 14px;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
  margin: 0;
}
.footCont ul {
  font-size: 13px;
  line-height: 2.0em;
  padding: 20px 0 0px 0;
  margin: 0;
  list-style: none;
}
.footCont ul li {
  float: left;
  margin: 0 2em 0 0;
  width: auto;
  height: 3em;
  line-height: 1.1em;
  text-align: center;
}
.footCont ul li span {
  font-size: 85%;
}
.footCont ul li a {
  color: #694F2E;
  text-decoration: none;
}
.footCont ul li a:hover {
  text-decoration: none;
  color: #FFF;
}
ul.footmenu {
  list-style: none;
  padding: 60px 0 40px 0;
  margin: 0;
}
ul.footmenu li {
  float: left;
  margin: 0 1.5%;
  padding: 0;
  width: 30.3%;
  text-align: center;
}
ul.footmenu li img {
  padding: 0 0 4px 0;
}
ul.footmenu li a {
  color: #694F2E;
}
img.logo_foot {
  width: 168px;
  max-width: 168px;
}
.copyright {
  color: #FFF;
  background: #694F2E;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 14px 8px 12px;
}
.copyright p{
  font-size: 12px;
  text-align: center;
  margin: 0 0 4px 0;
  line-height: 1.6;
}
.copyright small{
  font-size: 88%;
}
.footCnt {
  margin: 0 auto;
  width: 95%;
  max-width: 1100px;
  padding: 40px 0 20px;
}
.footCnt .cont-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footCnt h2 {
  font-size: 16px;
  margin: 10px 0 14px;
  text-align: left;
  letter-spacing: 0.1em;
}
.footCnt hr {
  margin-bottom: 30px !important;
  margin-top: 8px !important;
  border-top: 1px solid #694F2E !important;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.footCnt a {
  text-decoration: none;
}
.footCnt ul {
  list-style: none;
  padding-left: 0;
}
.footCnt ul,
.footCnt .cont-wrapper>ul {
  margin: 0 0 2% 1.5%;
}
.footCnt .cont-wrapper>ul>li {
  font-size: 13.5px;
  line-height: 18px;
  margin: 0 0 6px 0;
}
.footCnt .cont-wrapper>ul>li:last-child {
  margin: 0 0 0 0;
}
.footCnt .cont-wrapper>ul>li a{
  margin: 0 0 0 -13px;
}
.footCnt .cont-wrapper>ul>li a:before{
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  width: 7px;
  height: 7px;
  margin: -3px 5px 0 0;
  border-right: 2px solid #725230;
  border-top: 2px solid #725230;
  transform: rotate(45deg);
  vertical-align: middle;
}
.footCnt .cont-wrapper>ul>li>ul {
  margin-top: 4px;
  padding-left: -12px;
  text-indent: 12px;
}
.footCnt .cont-wrapper>ul>li>ul>li {
  font-size: 12px;
  line-height: 1.7;
  padding: 0;
}
.footCnt .cont-wrapper>ul>li>ul>li a{
  text-decoration: underline;
}
.footCnt .cont-wrapper>ul>li>ul>li a:before{
  display: none;
}
.footCnt #related-siteArea li a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.footCnt #related-siteArea li.icon-none a:before {
  content: none;
}
.footCnt #related-siteArea.cont-wrapper>ul>li a:before{
  transform: none;
}
.footCnt #related-siteArea li.icon-none a img {
  height: 100%;
  width: auto;
}
.footCnt #related-siteArea .kjc a:before {
  background-image: url(https://edisonmama.com/common/images/common_img/kjc-favicon.png);
}
.footCnt #related-siteArea .edimotto a:before {
  background-image: url(https://edisonmama.com/common/images/common_img/fav-edimotto.svg);
}
.footCnt #related-siteArea .recipe a:before {
  background-image: url(https://edisonmama.com/common/images/common_img/jitan_mark.svg);
  width: 20px;
  height: 20px;
  border-right: none;
  border-top: none;
}
.footCnt #related-siteArea .global a:before {
  background-image: url(https://edisonmama.com/common/images/common_img/global.svg);
  width: 17px;
  height: 17px;
  border-right: none;
  border-top: none;
}
.footCnt .logo_foot {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #footer {
    background: #FCC300;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0px 0 0 0;
  }
  .footCont {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
    padding: 40px 15px 20px;
  }
  .footCont p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0 10px 0;
    margin: 0;
  }
  .footCont ul {
    font-size: 13px;
    line-height: 2.0em;
    padding: 20px 0 0px 0;
    margin: 0;
    list-style: none;
  }
  .footCont ul li {
    float: left;
    margin: 0 2em 0 0;
  }
  .footCont ul li a {
    color: #694F2E;
  }
  p.copyright {
    color: #FFF;
    font-size: 11px;
    padding: 0.6em 0 0.2em;
    text-align: center;
    background: #694F2E;
    margin: 0;
  }
  .contents_ml {
    width: 92%;
    margin: 0 auto 0px auto;
    max-width: 850px;
  }
  ul.footmenu {
    list-style: none;
    padding: 30px 0 20px 0;
    margin: 0 auto;
    width: 75%;
  }
  ul.footmenu li {
    float: left;
    margin: 0 0;
    padding: 0 0 12px 0;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
  }
  ul.footmenu li img {
    padding: 0 0 4px 0;
  }
  ul.footmenu li a {
    color: #694F2E;
    font-size: 13px;
  }
  .footCnt {
    margin: 0 auto;
    width: 95%;
    max-width: 1100px;
    padding: 40px 10px 20px;
  }
}
@media (min-width: 601px) {
  .footCnt .cont-wrapper>ul>li {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .copyright p {
    font-size: 10px;
  }
}

/* 画面幅ごとの表示（カラム数）------------ */
@media (min-width: 1000px) {
  .footCnt .cont-wrapper>ul {
    width: calc((100% - 14%) / 6);
  }
  .footCnt .cont-wrapper>ul:not(:nth-of-type(6n)){
    margin-right: 1%;
  }
}

@media (min-width: 701px) and (max-width: 999px) {
  .footCnt .cont-wrapper>ul {
    width: calc((100% - 6%) / 4);
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  .footCnt .cont-wrapper>ul {
    width: calc((100% - 5%) / 3);
  }
}

@media (max-width: 600px) {
  .footCnt .cont-wrapper>ul {
    width: calc((100% - 2.2em) / 2);
  }
  .footCnt .cont-wrapper>ul:not(:nth-of-type(2n)) {
    margin-right: 1em;
  }
  .footCnt .cont-wrapper>ul.shoppingArea {
    width: 100%;
  }
  .logo_foot_wrapper {
    display: none;
  }
}

/* 画面幅ごとの表示（カラム数）ここまで------------ */
.check-txt {
  text-align: center;
}

/* 追従バナー */
.bnr {
  position: fixed;
  width: 320px;
  /* height: 0; */
  bottom: 20px;
  right: 20px;
  z-index: 90;
  box-sizing: border-box;
  padding: 0;
}
.bnr a {
  display: block;
}
.bnr a img{
  border-radius: 10px;
}
.bnr p.close_btn {
  position: absolute;
  right: -8px;
  top: -20px;
}
.bnr p.close_btn a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
}
.bnr p.close_btn a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.bnr p.close_btn a:hover {
  opacity: .8 !important;
}

@media (max-width: 600px) {
  .bnr {
    width: 220px;
    bottom: 18px;
    right: 6px;
  }
  .bnr p.close_btn {
    right: -5px;
    top: -16px;
  }
  .bnr p.close_btn a {
    width: 25px;
  }
  .sku_dtl .sku_list li.current {
    display: block !important;
  }
}

/* ------------------------------------------------------- */
/*                 言語設定                */
/* 共通 */
.lang-setting .gtranslate_wrapper {
  line-height: 1
}
.lang-setting .gt_float_switcher {
  font-family: heisei-maru-gothic-std, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border: 2px solid #f1ede4;
  font-size: 14px;
  box-shadow: rgba(0,0,0,0.05) 0 2px 6px;
  border-radius: 6px;
}
.lang-setting .gt_float_switcher .gt-selected {
  box-shadow: rgba(0,0,0,0.07) 1px 1px 6px;
}
.lang-setting .gt_float_switcher img {
  margin: 0 4px 0 0;
  width: 24px;
  box-shadow: rgba(0,0,0,0.15) 0 2px 6px;
}

/* SP版 */
@media screen and (max-width: 768px) {
  .lang-setting {
    width: 94%;
    margin: 0 auto 20px;
  }
  .lang-setting #gt_float_wrapper {
    position: static!important;
  }
  .lang-setting .gt_float_switcher {
    width: 100%;
    box-shadow: none;
  }
  .lang-setting .gt_float_switcher img:first-child {
    margin: 0 8px 0 0;
  }
  .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    margin-right: 4px;
  }
  .lang-setting .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 15px;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: start;
    align-items: center;
    justify-content: center;
  }
  .lang-setting .gt_float_switcher .gt_options {
    text-align: center;
  }
}
/* ------------------------------------------------------- */