
#page-top{
    display: none !important;
}


a.fixed-cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px); 
}

.l-fix{
    display: none !important;
}


.page-header{
    display: none !important;
}


#about_center > img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

#about_center {
    width: 80%;
    margin: 0 auto;
}


#about .c-heading {
    text-align: center;
    margin-bottom: 30px;
}

#about .c-heading span {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#about .c-heading h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #FF4800;
    line-height: 1.4;
}

#about .about_intro {
    text-align: center;
    margin: 50px auto;
    padding: 0 20px;
}

#about .about_intro__heading {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 30px;
    background: linear-gradient(transparent 70%, #FFFF5A 70%, #FFFF5A 85%, transparent 120%);
    display: inline;
}

#about .about_intro__txt {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 30px 0;
    color: #333;
}

#about .about_intro__note {
    font-size: 0.9rem;
    line-height: 1.6;
}


#about .about_nav {
    margin: 50px auto;
    padding: 0 20px;
}

#about .about_nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#about .about_nav__list li {
    flex: 0 1 auto;
}

#about .about_nav__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border: 2px solid #FF4800;
    border-radius: 8px;
    color: #FF4800;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    position: relative;
}

#about .about_nav__list li a:hover {
    background-color: #FF4800;
    color: #fff;
}

#about .about_nav__list li a .nav_icon {
    width: 10px;
    height: 10px;
    transition: filter 0.3s ease-in-out;
    object-fit: contain;
    position: absolute;
    left: 90%;
    transform: translateX(-50%);
}

#about .about_nav__list li a:hover .nav_icon {
    filter: brightness(0) invert(1);
}

#about .about__strengths {
    padding: 50px 0;
    background-color: #FF4800;
}

#about .about__strengths .center_box {
    background-color: transparent;
}

#about .about__strengths .c-heading span {
    color: #fff;
}

#about .about__strengths .c-heading h2 {
    color: #fff;
}

#about .strengths__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#about .strengths__item {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

#about .strengths__content {
    flex: 1;
    padding: 30px;
}

#about .strengths__item-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF4800;
    margin-bottom: 15px;
}

#about .strengths__item-text {
    font-size: 1rem;
    line-height: 1.8;
}

#about .strengths__image {
    flex-shrink: 0;
    width: 50%;
    height: auto;
}

#about .strengths__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#about .about_select {
    margin: 50px 0;
}


#about #about_center {
    max-width: 1000px;
    margin: 0 auto;
}


#about .about_select__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#about .about_select__item {
    display: flex;
    align-items: center;
    gap: 0;
    background-color: #FF4800;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

#about .reason-number {
    flex-shrink: 0;
    width: 200px;
    text-align: center;
    padding: 30px 20px;
    color: #fff;
    border-right: 4px solid #fff;
}

#about .reason-label {
    display: block;
    font-size: 0.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}

#about .reason-num {
    display: block;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1;
}

#about .about_select__content {
    flex: 1;
    padding: 30px 25px;
}

#about .about_select__ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

#about .about_select__txt {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #fff;
}

#about .about__shop__list {
    margin: 50px 0;
}

#about .about__shop__list__txt {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 30px;
}

#about .about__shop__list img {
    width: 100%;
    height: auto;
    display: block;
}

#about .about__voice {
    background-color: #FDF7E2;
    padding: 50px 0;
}

#about #about_voice_section {
    max-width: 1000px;
    margin: 0 auto;
}

#about .voice__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#about .voice__item {
    width: calc(50% - 10px);
    display: flex;
    gap: 15px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

#about .voice__image {
    flex-shrink: 0;
    width: 80px;
    height: 140px;
    overflow: hidden;
}

#about .voice__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#about .voice__text {
    flex: 1;
}

#about .voice__text p {
    font-size: 0.9rem;
    line-height: 1.9;
    margin: 0;
}

#about .voice__note {
    text-align: right;
    font-size: 0.85rem;
    color: #666;
    margin: 0;
}

#about .about__faq {
    padding: 50px 0;
}

#about .faq__list {
    margin: 0;
    padding: 0;
}

#about .faq__item {
    border-bottom: 3px solid #FF4800;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#about .faq__question {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

#about .faq__q {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333333;
    flex-shrink: 0;
}

#about .faq__q-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    flex: 1;
}

#about .faq__answer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
}

#about .faq__a {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF4800;
    flex-shrink: 0;
}

#about .faq__a-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    flex: 1;
}

.fixed-cta {
    position: fixed;
    right: 3%;
    bottom: 3%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #FF4800;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 6px 0 0px #C33700;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.9s ease;
}


.fixed-cta:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}

.fixed-cta__icon {
    width: 50px;
    height: auto;
    margin-bottom: 8px;
}

.fixed-cta__text {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 8px;
}

.fixed-cta__arrow {
    width: 12px;
    height: auto;
}

@media screen and (max-width: 740px) {

    #about .c-heading {
        margin-bottom: 25px;
    }

    #about .c-heading span {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }

    #about .c-heading h2 {
        font-size: 1.5rem;
    }

    #about .about_intro {
        margin: 30px auto;
        padding: 0 15px;
    }

    #about .about_intro__heading {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 20px;
        background: linear-gradient(transparent 72%, #FFFF5A 72%, #FFFF5A 88%, transparent 88%);
    }

    #about .about_intro__txt {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    #about .about_intro__note {
        font-size: 0.75rem;
        line-height: 1.5;
    }

    #about .about_nav {
        margin: 30px auto;
        padding: 0 15px;
    }

    #about .about_nav__list {
        gap: 12px;
    }

    #about .about_nav__list li {
        flex: 0 1 calc(50% - 6px);
    }

    #about .about_nav__list li a {
        padding: 12px 15px;
        font-size: 0.9rem;
        gap: 6px;
    }

    #about .about_nav__list li a .nav_icon {
        width: 14px;
        height: 14px;
    }

    #about .strengths__item {
        flex-direction: column;
        padding: 0;
        gap: 0;
    }

    #about .strengths__content {
        padding: 20px;
    }

    #about .strengths__item-title {
        font-size: 1.3rem;
    }

    #about .strengths__item-text {
        font-size: 0.95rem;
    }

    #about .strengths__image {
        width: 100%;
        height: auto;
    }

    #about .strengths__image img {
        height: auto;
    }

    #about .about_select__list {
        gap: 15px;
    }

    #about .about_select__item {
        flex-direction: column;
        align-items: stretch;
    }

    #about .reason-number {
        width: 100%;
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #fff;
    }

    #about .about_select__content {
        padding: 25px 20px;
    }

    #about .reason-num {
        font-size: 2rem;
    }

    #about .about_select__ttl {
        font-size: 1.1rem;
    }

    #about .about_select__txt {
        font-size: 0.85rem;
    }

    #about .about__shop__list__txt {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }


    #about .voice__item {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #about .voice__text p {
        font-size: 0.85rem;
    }

    #about .voice__note {
        font-size: 0.75rem;
    }

    #about .faq__q,
    #about .faq__a {
        font-size: 1.3rem;
    }

    #about .faq__q-text {
        font-size: 1rem;
    }

    #about .faq__a-text {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 480px) {

    #about .c-heading {
        margin-bottom: 20px;
    }

    #about .c-heading span {
        font-size: 0.75rem;
        margin-bottom: 6px;
    }

    #about .c-heading h2 {
        font-size: 1.2rem;
    }

    #about .about_intro__heading {
        font-size: 1.1rem;
        background: linear-gradient(transparent 73%, #FFFF5A 73%, #FFFF5A 90%, transparent 90%);
    }

    #about .about_intro__txt {
        font-size: 0.85rem;
    }

    #about .about_intro__note {
        font-size: 0.7rem;
    }

    #about .about_nav__list li {
        flex: 0 1 calc(50% - 6px);
    }

    #about .about_nav__list li a {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    #about .about_nav__list li a .nav_icon {
        width: 12px;
        height: 12px;
    }

    #about .strengths__list {
        gap: 15px;
    }

    #about .strengths__item {
        padding: 0;
        gap: 0;
    }

    #about .strengths__content {
        padding: 15px;
    }

    #about .strengths__item-title {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    #about .strengths__item-text {
        font-size: 0.85rem;
        line-height: 1.7;
    }

    #about .reason-number {
        padding: 15px;
    }

    #about .about_select__content {
        padding: 20px 15px;
    }

    #about .reason-label {
        font-size: 0.7rem;
    }

    #about .reason-num {
        font-size: 1.8rem;
    }

    #about .about_select__ttl {
        font-size: 1rem;
        margin-bottom: 10px;
    }

    #about .about_select__txt {
        font-size: 0.8rem;
        line-height: 1.6;
    }

    #about .about__shop__list__txt {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }


    #about .voice__list {
        gap: 15px;
        margin-bottom: 15px;
    }

    #about .voice__item {
        padding: 15px;
    }

    #about .voice__image {
        width: 170px;
        height: 130px;
    }

    #about .voice__text p {
        font-size: 0.8rem;
    }

    #about .faq__question,
    #about .faq__answer {
        gap: 10px;
    }

    #about .faq__q,
    #about .faq__a {
        font-size: 1.2rem;
    }

    #about .faq__q-text {
        font-size: 0.9rem;
    }

    #about .faq__a-text {
        font-size: 0.85rem;
    }

    #about .faq__item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .fixed-cta {
        right: 3%;
        bottom: 3%;
        width: 115px;
        height: 115px;
        box-shadow: 0px 6px 0 0px #C33700;
    }

    .fixed-cta__icon {
        width: 35px;
        margin-bottom: 5px;
    }

    .fixed-cta__text {
        font-size: 0.75rem;
        margin-bottom: 5px;
    }

    .fixed-cta__arrow {
        width: 10px;
    }
}

/* Store List Styles (PC) */
@media print, screen and (min-width: 741px) {
    #about .store_list {
        margin-right: -40px;
        overflow: hidden;
    }

    #about .store_list li {
        float: left;
        margin: 0 40px 40px 0;
        height: 300px;
        width: 220px;
    }

    #about .store_list li:last-child {
        float: left;
        margin-bottom: 40px;
    }

    #about .store_list h3 {
        margin: 10px 0 5px;
        font-size: 16px;
        color: #222222;
    }

    #about .store_list h2 {
        color: #ff4800;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #about .store_list p {
        font-size: 13px;
    }

    #about .store_list .imgwrap {
        aspect-ratio: 3/2;
        overflow: hidden;
    }

    #about .store_list a img {
        transition: 0.3s;
        width: 100%;
        height: auto;
    }

    #about .store_list a:hover {
        text-decoration: none;
    }

    #about .store_list a:hover img {
        opacity: 0.8;
    }

    #about .store_link {
        margin: 50px 0 70px;
    }

    #about .store_link p {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #about .store_link p:nth-child(3n) {
        margin-right: 0px;
    }
}

/* Store List Styles (SP) */
@media screen and (max-width: 740px) {
    #about .store_list {
        margin-bottom: 25px;
    }

    #about .store_list li {
        float: left;
        width: 50%;
        padding: 0 6px;
        margin-bottom: 20px;
    }

    #about .store_list img {
        width: 100%;
    }

    #about .store_list h3 {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 150%;
        color: #222222;
    }

    #about .store_list h2 {
        color: #ff4800;
        font-size: 11px;
        margin-bottom: 5px;
    }

    #about .store_list p {
        font-size: 11px;
    }

    #about .store_link {
        margin-bottom: 30px;
    }

    #about .store_link img {
        width: 100%;
    }

    #about .store_link p {
        float: left;
        width: 50%;
        padding: 0 6px;
        margin-bottom: 15px;
    }

    html,
    body {
        overflow-x: hidden;
    
    }
    .main_contents{
        padding: 0;
    }

    }

