.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  z-index: 998;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  --HAMBURGER_LINE_COLOR: var(--TXT_BGCOLOR_BROWN_1);
  --HAMBURGER_LINE_PS: 9px;
}
/*
.hamburger:before {
    content: "MENU";
    position: absolute;
    top: 42px;
    right: 19px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
}
*/

.hamburger__icon {
  position: relative;
  margin-bottom: 20px;
}
.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
  display: block;
  width: 25px;
  height: 1.5px;
  background-color: var(--HAMBURGER_LINE_COLOR);
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  /* -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; */
}
.hamburger .hamburger__icon:before {
  width: 100% !important;
}
.hamburger .hamburger__icon:after {
  width: 100% !important;
}
.hamburger__icon:before,
.hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: calc(0px - var(--HAMBURGER_LINE_PS));
}
.hamburger__icon:after {
  top: var(--HAMBURGER_LINE_PS);
}
/* .hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
  background-color: var(--HAMBURGER_LINE_COLOR);
}
.hamburger.active .hamburger__icon:before {
  transform: translateY(var(--HAMBURGER_LINE_PS)) rotate(45deg);
  background-color: var(--HAMBURGER_LINE_COLOR);
}
.hamburger.active .hamburger__icon:after {
  transform: translateY(calc(0px - var(--HAMBURGER_LINE_PS))) rotate(-45deg);
  background-color: var(--HAMBURGER_LINE_COLOR);
} */
.hamburger.active .hamburger__icon,
.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
  background-color: transparent;
}
.hamburger.active .hamburger__icon{
  background-image: url(../images/common/sp/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  height: 32px;
  margin-bottom: 0;
  top: -8px;
}
.hamburger.ft-spMenu__item.active::after{
  content: "閉じる";
}
.fat-nav {
  top: 0;
  left: 0;
  z-index: 988;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  margin: 0 auto;
  height: 100%;
  padding: 60px 0% 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.fat-nav__logo {
  max-width: 300px;
  width:60%;
}
.fat-nav__logo a {
  display: grid;
  place-items: center;
}
span.fat-nav__infoTxt{
	display: block;
  width: 100%;
  text-align: center;
}
.fat-nav__info {
display: flex;
flex-direction: column;
}
.fa-nav__infoTxt {
  font-size: var(--FZ_11);
}
.fat-nav__group {
  margin-top: 18px;
  margin-inline: calc(50% - 50vw);
  border-top: 1px solid var(--BDCOLOR_BROWN_1);
  border-bottom: 1px solid var(--BDCOLOR_BROWN_1);
  display: flex;
}
.fat-nav__groupItem:first-child{
	border-right: 1px solid var(--BDCOLOR_BROWN_1);
}
.fat-nav__groupItem{
	flex:1;
	padding-block: 5px;
}
.fat-nav__groupTxt {
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
}
.fat-nav__blocks {
  margin-top: 30px;
  padding-bottom: 100px;
}
.fat-nav__block + .fat-nav__block {
  margin-top: 40px;
}
.fat-nav .g-btnContainer--horizontal a {
  height: 100%;
  display: grid;
  place-items: center;
}
.fat-nav__items {
  margin-top: 30px;
}
.fat-nav__item {
  border-bottom: 1px dotted var(--BDCOLOR_BROWN_1);
}
.fat-nav__item:first-of-type {
  border-top: 1px dotted var(--BDCOLOR_BROWN_1);
}
.fat-nav__item a {
  display: flex;
  align-items: center;
  padding-block: 10px;
  position: relative;
}
.fat-nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  aspect-ratio: 1;
  border-right: 2px solid var(--BDCOLOR_BROWN_1);
  border-bottom: 2px solid var(--BDCOLOR_BROWN_1);
}
.fat-nav__img {
  flex: 0 0 calc(87 / 335 * 100%);
  aspect-ratio: 87 / 156;
}
.fat-nav__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fat-nav__content {
  flex-grow: 1;
  padding-inline: 12px;
  position: relative;
}
.fat-nav__lead {
  padding-inline: 5px;
  background-color: var(--BEIGE01);
  min-height: 48px;
  display: grid;
  align-items: center;
  border-radius: 3px;
  font-size: var(--FZ_13);
  font-weight: var(--FF_W_M);
  letter-spacing: 0.05em;
  max-width: 200px;
}
.fat-nav__txt {
  margin-top: 5px;
  font-size: var(--FZ_13);
  font-weight: var(--FF_W_M);
  letter-spacing: 0.05em;
}
.fat-nav__ttl {
  font-size: var(--FZ_16);
  font-weight: var(--FF_W_B);
}
.fat-nav__content::before {
  content: "";
  position: absolute;
  width: calc(57 / 237 * 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  top: 35px;
  right: 25px;
  display: none;
  background-size: cover;
}
.fat-nav__item:nth-of-type(5) .fat-nav__content::before {
  display: block;
  background-image: url(../images/common/nav/deco01.jpg);
}
.fat-nav__item:nth-of-type(6) .fat-nav__content::before {
  display: block;
  background-image: url(../images/common/nav/deco02.jpg);
}
.fat-nav__links {
  margin-top: 18px;
}
.fat-nav__link {
  border-bottom: 1px dotted var(--BDCOLOR_BROWN_1);
}
.fat-nav__link:first-of-type {
  border-top: 1px dotted var(--BDCOLOR_BROWN_1);
}
.fat-nav__link a {
  display: block;
  font-size: var(--FZ_16);
  font-weight: var(--FF_W_B);
  position: relative;
  padding: 18px 10px;
}
.fat-nav__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  aspect-ratio: 1;
  border-right: 2px solid var(--BDCOLOR_BROWN_1);
  border-bottom: 2px solid var(--BDCOLOR_BROWN_1);
}
.fat-nav__banner {
  margin-top: 30px;
}
.fat-nav__banner figcaption {
  margin-top: 10px;
  font-size: var(--FZ_12);
  letter-spacing: 0.05em;
}
.fat-nav__ {
}
.fat-nav__block .g-product{
	border-top: 1px solid var(--GRAY02);
}
.fat-nav__block .g-product__body::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    aspect-ratio: 1;
    border-right: 2px solid var(--BDCOLOR_BROWN_1);
    border-bottom: 2px solid var(--BDCOLOR_BROWN_1);
}