@media (max-width: 768px) {
    a.menu-btn {
        width: 50px;
        min-height: 50px;
        position: absolute;
        border: none;
        top: 10px;
        right: 10px;
        z-index: 8999;
        transition: none;
        height: auto;
        box-shadow: none;
        background: #F8F8F6;
        border-radius: 6px;
    }
    a.menu-btn span {
        display: block;
        position: absolute;
        height: 2px;
        width: 20px;
        top: 12px;
        background-color: #000;
        left: 16px;
        transition: all 0.5s;
        border-radius: 5px;
    }
    a.menu-btn span:nth-child(2) {
        top: 18px;
    }
    a.menu-btn span:nth-child(3) {
        top: 24px;
    }
    a.menu-btn::after {
        content: 'MENU';
        left: calc(50%);
        transform: translateX(-50%);
        top: 29px;
        position: absolute;
        color: #000;
        width: max-content;
        font-size: 1.2rem;
        text-align: center;
        font-family: "Rokkitt", serif;
        font-weight: 500;
    }
    .loading-inner img{
        width: 60vw;
        height: auto;
    }
    .slide-main{
        height: 560px;
        background-image: url(../images/index/main-img-sp.jpg?v=1);
    }
    .home-banner .container{
        padding-top: 50px;
    }
    
    a.menu-btn.open{
        background-color: #878787;
    }
    a.menu-btn.open:after {
        content: "CLOSE";
    }
    body.menu-open header:before {
        display: none;
    }
    a.menu-btn.open span {
        display: block;
        position: absolute;
        transform: rotate(45deg);
        top: 18px;
        left: 15px;
        background-image: unset;
    }
    .header-menu a.active, .header-menu a:hover{
        background-color: transparent;
        color: #0E121B;
    }
    a.menu-btn.open span:nth-child(2) {
        display: none;
    }
    a.menu-btn.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    a.menu-btn.open:hover {
        opacity: 1;
    }
    .header-menu a{
        padding: 15px 0;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #0E121B;
        border-radius: 0;
    }
    .header-menu a:first-child {
        border-top: 1px solid #0E121B;
    }
    .header-right {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0px;
        padding: 0;
        margin-top: 0px;
        padding-top: 84px;
        color: #000;
        background-color: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        z-index: 2;
        overflow: hidden;
    }
    /* .header-main .main-menu::after {
        content: "";
        width: 425px;
        height: 425px;
        top: -10px;
        background-image: url(../images/index/bg-menu.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    } */
    header .header-right {
        overflow-y: hidden;
    }
    body.menu-open header:before {
        display: none;
    }
    .box-slide-banner {
        margin-top: 140px;
    }
    .menu-open .header-right {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }
    nav.header-menu {
        flex-direction: column;
        box-shadow: none;
        padding: 0 20px;
    }
    .header-actions {
        flex-direction: column;
        padding: 0 20px;
        margin-top: 35px;
    }
    a.btn.btn-outline {
        background-color: #878787;
        gap: 20px;
        justify-content: flex-start;
    }
    a:not(.btn):hover {
        opacity: 1;
    }
    nav.header-menu {
        flex-direction: column;
        box-shadow: none;
        padding: 0 20px;
    }
    .header-actions {
        flex-direction: column;
        padding: 0 20px;
        margin-top: 35px;
    }
    a.btn.btn-outline {
        background-color: #878787;
        gap: 20px;
        justify-content: flex-start;
    }
    .home-banner-cont h1 {
        font-size: 2.8rem;
    }
    .home-banner-cont p {
        font-size: 2rem;
    }
    .box-flex-btn-banner {
        flex-direction: column;
    }
    .home-important {
        flex-direction: column;
        gap: 15px;
    }
    a.item-important {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 30px;
    }
    .main-title-en {
        font-size: 22px;
        padding-left: 40px;
    }
    .main-title-en span {
        font-size: 5rem;
    }
    .main-title-en::after {
        width: 30px;
        height: 33px;
        bottom: 12px;
    }
    .main-title-jp {
        font-size: 2rem;
    }
    .list-item-about {
        flex-direction: column;
        gap: 10px;
    }
    .box-about-item {
        width: 100%;
    }
    .col-inner.about-right-cs {
        padding: 16px;
        margin-top: 30px;
        height: auto;
    }
    .box-about-right {
        margin-top: 0;
        width: 100%;
    }
    .title-about {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .col-inner.about-right-cs::after {
        width: 100%;
        border-radius: 10px;
    }
    .name-store {
        font-size: 2.2rem;
    }
    .list-info-store li {
        font-size: 1.6rem;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .list-info-store {
        margin-bottom: 20px;
    }
    .product-excep {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .img-full-cs {
        height: 130px;
    }
    .news-item {
        margin-bottom: 20px;
    }
    .slide-contact-item.slick-slide {
        padding: 0 5px;
    }
    .slide-contact-item.slick-slide {
        padding: 0 5px;
    }
    .box-btn-contact {
        flex-direction: column;
        align-items: center;
    }
    .box-footer{
        flex-wrap: wrap;
    }
    .footer-right {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }
    .footer-left {
        width: 100%;
    }
    .box-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .box-link-footer:first-child {
        width: 30%;
    }
    .box-link-footer{
        width: 50%;
    }
    #go-top {
        width: 40px;
        right: 10px;
    }
    #go-top.show {
        bottom: 50px;
    }
    .page-header-title span {
        font-size: 5rem;
    }
    .page-header-title {
        font-size: 3rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .page-header-jp {
        font-size: 2.5rem;
    }
    .page-header {
        padding: 40px 0;
    }
    .sub-title-en {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }
    h2.sub-title-jp {
        font-size: 2rem;
    }
    .sub-title {
        padding-bottom: 15px;
    }
    a.tel::before {
        width: 30px;
        height: 30px;
    }
    a.tel {
        padding-left: 40px;
    }
    .box-contact-form {
        padding: 20px 16px;
    }
    .form-item input[type=text],
    .form-item input[type=email],
    .form-item input[type=tel],
    .form-item textarea {
        height: 50px;
        padding: 16px;
    }
    .form-item textarea{
        height: 200px;
    }
    .one-btn{
        text-align: center;
    }
    .form-item {
        margin-bottom: 20px;
    }
    .form-item .sign {
        font-size: 1.4rem;
        min-height: 24px;
    }
    .form-item .left {
        font-size: 1.4rem;
    }
    .form-policy .left {
        justify-content: flex-start;
    }
    .form-item.form-policy {
        text-align: left;
    }
    label.checkbox {
        justify-content: flex-start;
    }
    .page-header-img {
        height: 250px;
    }
    ul.list-anchor {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: flex-start;
    }
    ul.list-anchor li {
        width: calc(50% - 8px);
    }
    ul.list-anchor li a {
        font-size: 1.4rem;
        padding-left: 24px;
    }
    ul.list-anchor li a::before {
        width: 18px;
        height: 24px;
    }
    .page-anchor {
        padding: 20px 0;
    }
    body {
        font-size: 1.4rem;
    }
    .title-stock-en {
        font-size: 2rem;
    }
    .title-stock-cont span {
        font-size: 3.5rem;
    }
    .title-stock-cont {
        font-size: 2rem;
    }
    .img-title-stock {
        width: 35px;
    }
    .title-stock-jp{
        position: relative;
        top: 2px;
    }
    .merit-item {
        padding: 15px;
        flex-direction: column;
        gap: 20px;
    }
    .merit-content {
        border-top: 1px solid #0E121B;
        border-left: none;
        padding: 10px 0 0;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 10px;
    }
    .merit-label {
        font-size: 2rem;
    }
    .company-info-left {
        padding-right: 0;
    }
    .img-company-info {
        height: auto;
    }
    .img-company-info img {
        max-width: 100%;
        position: static;
        width: auto;
        border-radius: 10px;
    }
    .table-info {
        gap: 20px;
    }
    .table-info-left {
        width: 70px;
    }
    .timeline-wrap {
        padding-left: 15px;
    }
    .timeline-wrap::before {
        width: 20px;
    }
    .timeline-item {
        gap: 20px;
        margin-bottom: 20px;
    }
    .timeline-year {
        font-size: 3rem;
    }
    .timeline-content {
        padding-top: 5px;
    }
    span.month {
        font-size: 1.6rem;
        width: 35px;
    }
    .timeline-row {
        align-items: flex-start;
    }
    .toggle-faq {
        padding: 16px;
    }
    .we-cards {
        flex-direction: column;
        margin-top: 40px;
        gap: 20px;
        min-height: auto;
    }
    .we-card{
        border-radius: 5px;
        padding: 20px 15px;
    }
    .we-card-left {
        margin-right: 0;
        width: min(310px, 80vw);
        height: calc(min(310px, 80vw) * 0.699);
    }
    .we-content {
        padding: 0 0px;
    }
    h3.we-card-title, p.we-card-title{
        text-align: center;
    }
    h3.we-card-title,
    p.we-card-title {
        font-size: 18px;
    }
    p.we-card-body {
        font-size: 14px;
    }
    .we-card-center {
        width: min(320px, 85vw);
        height: calc(min(320px, 85vw) * 0.699);
    }
    .we-card-right {
        width: min(310px, 80vw);
        height: calc(min(310px, 80vw) * 0.699);
        margin: 0;
    }
    .box-slide-career {
        margin: 0;
        padding: 0 15px;
    }
    .career-title {
        font-size: 2.4rem;
        margin: 14px 0;
    }
    .cp-bottom {
        padding: 0;
    }
    .list-toggle-job .toggle-faq {
        padding: 15px 10px 15px 15px;
    }
    .toggle-faq .toggle-hd h3{
        font-size: 1.6rem;
    }
    .toggle-faq .toggle-hd::after {
        transform: none;
        top: 0px;
    }
    .table-job-right,.table-job-left{
        padding: 10px;
    }
    .box-flex-cat {
        gap: 10px;
        margin-top: 20px;
    }
    .box-flex-cat a.cat {
        padding: 4px;
        font-size: 1.3rem;
    }
    .table-job-left {
        width: 100px;
        padding: 16px;
    }
    .box-store-info {
        padding: 40px 20px;
        margin-top: 50px;
    }
    .box-store-info .box-button-store {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .box-store-info .box-button-store a.btn.btn-main {
        width: 100%;
    }
    .box-store-info ul.list-info-store {
        flex-direction: column;
    }
    .table-store-left {
        width: 100px;
    }
    .box-button-store-single {
        flex-direction: column;
    }
    .box-button-store-single a.btn.btn-main {
        width: 100%;
    }
    .box-store-acess {
        padding: 20px;
    }
    .box-img-store-access {
        flex-direction: column;
    }
    .img-access-left {
        width: 100%;
    }
    .content-access-right {
        width: 100%;
        padding: 20px;
    }
    .title-access {
        font-size: 2.4rem;
    }
    .gallery-track img {
        width: 200px;
    }
    .gallery-track {
        gap: 16px;
    }
    .sidebar {
        flex-direction: column;
        gap: 20px;
    }
    .sidebar-item select {
        width: 180px;
        height: 40px;
        padding: 10px 15px;
    }
    .box-news-list .news-item {
        padding: 15px 0;
        gap: 10px;
        margin-bottom: 0;
    }
    .box-news-list a.cat {
        padding: 1px 10px 4px;
        border-radius: 4px;
    }
    .news-item .date {
        font-size: 1.3rem;
    }
    .box-news-list .news-cont {
        padding-right: 20px;
    }
    .box-news-list .img-news {
        width: 85px;
    }
    .title-single {
        font-size: 2rem;
    }
    .post-content h2 {
        font-size: 2rem;
        padding-left: 17px;
        line-height: 1.5;
    }
    .post-content h2::before {
        width: 3px;
        height: calc(100% - 8px);
    }
    .post-content h3 {
        font-size: 2rem;
    }
    .post-content h4 {
        font-size: 1.8rem;
        padding-left: 20px;
    }
    .post-content h4::before {
        width: 10px;
        height: 10px;
        top: 8px;
    }
    .post-content h5 {
        font-size: 1.6rem;
    }
    .box-header-top{
        padding: 20px 0;
    }
    #home-store-map {
        height: 200px !important;
    }
    body.archive-store .img-store{
        height: 150px;
    }
    a.btn.btn-main{
        min-height: 50px;
        font-size: 1.4rem;
    }
    .post-navi .wp-postnavi {
        justify-content: space-between;

    }
    .post-navi .wp-postnavi > li{
        flex: none;
    }
    .post-navi .wp-postnavi > li {
        width: 25%;
    }
    .post-navi .wp-postnavi > li:first-child {
        width: 25%;
    }
    .post-navi .wp-postnavi > li:nth-child(2) {
        width: 40%;
    }
    .post-navi .wp-postnavi > li:last-child {
        text-align: right;
    }
    .btn-home-single {
        max-width: 100%;
        width: 100%;
    }
    #home-about:after{
        width: 120px;
        height: auto;
    }
    .store-badge{
        font-size: 1.3rem;
        padding: 5px 10px;
    }
    .title-product{
        font-size: 1.5rem;
    }
    .home-slide-contact .slide-contact-item{
        width: 150px !important;
    }
    .home-slide-contact .slide-contact-item img{
        height: 190px;
    }
    .page-header-jp, .page-header-jp h1{
        font-size: 2rem;
    }
    .page-header-img{
        height: 130px;
    }
    span.month::before{
        width: 10px;
    }
    .timeline-item{
        gap:10px;
        flex-wrap: wrap;
    }
    .timeline-item > div{
        width: 100%;
    }
    .timeline-row{
        padding-left: 20px;
    }
    span.month::before{
        left: -15px;
    }
    .slide-career-item{
        width: 320px;
    }
    .slide-career .slick-slide{
        padding: 0 20px;
    }
    .block-text{
        text-align: left;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .store-group-title{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .box-btn-contact a.btn.btn-main{
        width: 320px;
    }
    .footer-left > a{
        display: block;
        margin: auto;
        text-align: center;
    }
    .footer{
        padding-top: 20px;
    }
    .info-footer .address span:first-child{
        flex-shrink: 0;
        display: none;
    }
    .info-footer .address br.hide{
        display: none;
    }
    .footer-bottom-left{
        padding-right: 0;
        text-align: left;
    }
    .page-header-title::after{
        width: 50px;
        bottom: 2px;
    }
    .img-company-1{
        width: 200px;
        margin: auto;
    }
    .name-ceo-name{
        font-size: 2rem;
    }
    h3.merit-title{
        font-size: 1.7rem;
    }
    p.merit-desc{
        font-size: 1.4rem;
    }
    .title-stock-cont span,.title-stock-jp{
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    }
    .table-info-right{
        padding: 10px 0;
    }
    .sidebar-item select{
        font-size: 14px;
    }
    a.title-news{
        font-size: 1.4rem;
    }
    .title-single h1{
        font-size: 2rem;
    }
    .product-cat-select{
        font-size: 14px;
        width: 250px;
        height: 40px;
        border-radius: 5px;
    }
    body.archive:not(.home) .box-product{
        padding: 0;
    }
    .table-job-left{
        padding: 10px;
    }
    .btn-box{
        width: 250px;
        margin: auto;
    }
    body.archive .store-badges{
        top: 15px;
        left: 15px;
    }
    .img-banner-store-single{
        height: 150px;
    }
    .table-store-left{
        padding: 10px 10px;
        width: 90px;
    }
    .table-store-right{
        padding: 10px 10px 10px 15px;
    }
    .map-store-single iframe{
        height: 200px;
    }
    .list-info-store li{
        font-size: 1.4rem;
    }
    .list-info-store li::before{
        width: 18px;
        height: 18px;
        top: 5px;
    }
    .title-access{
        font-size: 1.8rem;
    }
    .content-access-right p{
        font-size: 1.4rem;
    }
    .gallery-track img{
        height: 200px;
    }
    .single-store .page-header-title{
        font-size: 2rem;
    }
    ul.breadcrumb li a {
        font-size: 12px;
    }
    ul.breadcrumb li span {
    font-weight: 500;
    font-size: 12px;
    }
    body.archive .store-group-title{
        margin-top: 50px;
    }
    
    #sb_instagram #sbi_images .sbi_item{
    width: 150px !important;
    padding: 0 5px;
    }
}
