.anchor {
    display: block;
    padding-top: 70px !important;
    margin-top: -70px !important;
}

.header-inner {
    background-image: url("/sp/service/repair/images/images/top-mv-sp.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
  
.header__logo {
    display: flex;
    justify-content: flex-start;
    gap: 10% !important;
    padding: 20px;
}
  
.header__logo img {
    vertical-align: top;
}
  
.duskin__logo {
    width: 20%;
}
/* 2026.02.04 */
.repair__logo {
	/* width: 25%; */
	padding-top: 6px;
	width: calc(0.95 * 20%);
}
  
header .header__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.8);
    height: 60px;
}
  
.header__menu.change-color {
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.8);
    height: 60px;
}
  
header .header__menu_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("/sp/service/repair/images/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 32px;
    z-index: 99;
}
  
header .header__menu_btn.active {
    background: url("/sp/service/repair/images/menu-close.png");
    background-repeat: no-repeat;
    background-size: contain;
}
  
header .header__menu__nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 98;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
  
header .header__menu__nav_inner {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    background: url("/sp/service/repair/images/main-back.jpg");
    background-size: 50%;
}
  
.menu__logo {
    display: flex;
    padding: 20px;
    margin: 0;
}
  
.menu__logo .duskin__logo {
    display: block;
    width: 20%;
    margin-right: 2rem;
}
  
.menu__logo .repair__logo {
    display: block;
    width: 20%;
}
  
.menu__logo .duskin__logo img, .menu__logo .repair__logo img {
    width: 100%;
}
  
.menu-title {
    margin-top: 10vh;
    text-align: left;
}
  
.menu-title img {
    width: 30%;
    padding-left: 5%;
}
  
.menunav__item li {
    width: 70%;
    margin: 0 auto;
    display: block;
    border-bottom: #fff 3px solid;
    padding: 3%;
    text-align: left;
}
  
.menunav__item li:last-child {
    border-bottom: none;
    text-align: center;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
}
  
.menunav__item li:last-child img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  
.menunav__item li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
  
.menunav__item li img {
    width: 15%;
    margin-right: 10%;
}
  
.menunav__item li span {
    width: 60%;
    vertical-align: bottom;
}