.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  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: #070707;
  --HAMBURGER_LINE_PS: 9px;
}
.g-user li a.hamburger .icon{
  background-image: url(https://newsmikan.itembox.design/item/asset2024/images/common/sp/top_icon_menu.svg);
}
.g-user li a.hamburger::after{
  content: 'メニュー';
}
.g-user li a.hamburger.active .icon{
  background-image: url(https://newsmikan.itembox.design/item/asset2024/images/common/sp/top_icon_close.svg);
}
.g-user li a.hamburger.active::after{
  content: '閉じる';
}
/*
.hamburger:before {
    content: "MENU";
    position: absolute;
    top: 42px;
    right: 19px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    color: #000;
}
*/
.fat-nav {
  top: 0;
  left: 0;
  z-index: 996;
  position: fixed;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: var(--ORANGE01_OP20);
  -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;
  max-width:1100px;
  -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);
}

.ft-member-btn{
  width: 300px;
  margin: 20px auto;
  position: relative;
}
.ft-member-btn::before{
  content: "";
  display: inline-block;
  background: url(../images/common/img_wagiri.png) no-repeat center center / 100%;
  aspect-ratio: 107/103;
  position: absolute;
  width: 60px;
  top: -50px;
  left: -58px;
}
.ft-member-btn a{
  display: block;
  background-color: var(--GREEN01);
  color: var(--WHITE);
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.ft-member-btn a:visited{
  color: var(--WHITE);
}
.ft-member-btn a span{
  background: url(../images/common/icon_orange_1.svg) no-repeat left center / 30px;
  display: inline-block;
  padding: 5px 0 5px 40px;
}
.ft-point p{
  width: 300px;
  margin: 0 auto;
  line-height: 2;
  padding-bottom: 30px;
  position: relative;
}
.ft-point p::after{
  content: "";
  display: inline-block;
  background: url(../images/common/img_twin.png) no-repeat center center / 100%;
  aspect-ratio: 214/184;
  position: absolute;
  width: 80px;
  right: -60px;
  bottom: 0;
}
.ft-point p strong{
  color: var(--RED01);
  font-size: 25px;
}
.ft-point p strong::after{
  content: "pt";
  font-size: 16px;
}
.ft-ttl{
  border: 1px solid var(--BROWN01);
  color: var(--BROWN01);
  border-left: none;
  border-right: none;
  background-color: var(--BROWN01_OP10);
  padding: 15px calc((100% - var(--INNER_WIDTH)) / 2);
  font-weight: 500;
}
.ft-search-form{
  margin-top: 20px;
}
.ft-search-form input[type="text"]{
  background-color: var(--WHITE);
  border: 1px solid var(--BROWN01);
  padding: 10px 30px 10px 20px;
}
.ft-search-form button{
  width: 15px;
  right: 18px;
}
.ft-keyword{
  white-space: nowrap;
  margin: 10px 0 20px;
}
.ft-keyword li{
  display: inline-block;
  margin-right: 10px;
}
.ft-keyword li a:before{
  content: "#";
  margin-right: 5px;
}
.ft-keyword li a:visited{
  color: var(--BROWN01);
}
.ft-ttl.has-child{
  border-bottom: none;
}
.ft-ttl.has-child{
	position: relative;
}
.ft-ttl.has-child span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
  width: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ft-ttl.has-child span::before,
.ft-ttl.has-child span::after{
	content: "";
	display: inline-block;
	background: var(--TXT_COLOR);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ft-ttl.has-child span::after{
	transition: .3s;
	transform: translate(-50%, -50%) rotate(90deg);
}
.ft-ttl.has-child.active span::after{
	transform: translate(-50%, -50%) rotate(180deg);
}
.ft-menu{
  background-color: var(--WHITE);
  display: none;
}
.ft-menu li{
  border-top: 1px solid var(--BROWN01);
}
.ft-menu li a{
  display: block;
  padding: 12px calc((100% - var(--INNER_WIDTH)) / 2);
  color: var(--BROWN01);
  font-weight: bold;
}
.ft-menu li a:has(.icon){
  display: flex;
  align-items: center;
  font-size: 17px;
}
.ft-menu li a .icon{
  display: inline-block;
  background: no-repeat center center / 100%;
  width: 30px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.ft-link{
  border-bottom: 1px solid var(--BROWN01);
}
.ft-link li{
  border-top: 1px solid var(--BROWN01);
  padding: 10px calc((100% - var(--INNER_WIDTH)) / 2);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ft-link li a{
  display: block;
  font-size: 12px;
  color: var(--BROWN01);
}
.fat-nav .f-bnr-area .for-f{
  display: none;
}
.fat-nav .f-bnr-area .for-ft{
  display: block !important;
}
.fat-nav .f-bnr-list img{
  border-radius: 5px;
}
.fat-nav .f-bnr-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.ft-tel{
  font-weight: bold;
  text-align: center;
  margin: 30px 0 10px;
}
.ft-tel a{
  color: var(--ORANGE03);
  font-size: 30px;
}
.ft-sns{
  padding-bottom: 150px;
}
.ft-hours{
  text-align: center;
  font-size: 13px;
}