@charset "utf-8";

/*==========================
fadeIn
==========================*/
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}
/* =========artcleheader======== */
.article__header{
    margin: 70px auto 0;
    max-width: 343px;
    height: 262px;
}

.pcFv{
    display: none;
}

.visually-hidden {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
  }

/* artcleheaderPC769px */
@media screen and (min-width: 769px) {
    .article__header{
        margin: 65px auto 0;
        max-width: 1182px;
        height: 576px;
    }

    .spFv{
        display: none;
    }

    .pcFv{
        display: block;
    }

}
/* =========/artcleheader======== */
/* =========about us======== */

.subtopic--aboutUs{
    color: var(--main, #242422);
    margin-top: 4px;
    text-align: center;
}

.topic--aboutUs{
    color: var(--sub, #A4A4A4);
    text-align: center;
    margin-top: -20px;
}

.content{
    margin: 0 auto;
    max-width: 311px;
    width: 100%;
    padding: 0 4.2%;
    position: relative;
}

.content:first-of-type{
    margin-top: 106px;
}

.content--y{
    margin-top: 100px;
}

.content img{
    width: 176px;
    height: 176px;
    flex-shrink: 0;
    z-index: 10;
}

.content--y img{
    display: block;
    margin: 0 0 0 auto;
}

.aboutus__textbox::before {
    content: "";
    position: absolute;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/about_back2.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.3; /* 背景のみに適用 */
    z-index: -1;  /* 背景として */
}

.aboutus__title{
    color: var(--main);
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.5;

    display: block;
    /* max-width: 311px; */
    overflow-wrap: break-word;
    margin-top: 30px;
}

.aboutus__title span{
    margin-left: 10px;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 1.5;
}

.aboutus__text{
    color: var(--main);
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 1.5; 

    display: block;
    /* max-width: 311px; */
    overflow-wrap: break-word;
    margin-top: 30px;
    padding-bottom: 4.2%;
}

.aboutus__hobby{
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 1.5; 
    padding-bottom: 40px;
}

.aboutUs__img{
    margin: 50px auto 0;
    max-width: 343px;
    aspect-ratio: 343/343;
}

.aboutUspc{
    display: none;
}

.aboutUs__container{
    margin: 64px auto 0;
    max-width: 343px;

}


/* .aboutUs__title{
    margin-top: 48px;
    color: var(--back, #E6E6E6);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 350;
    line-height: 1.5;
}

.aboutUs__text{
    margin-top: 32px;
    color: var(--back, #E6E6E6);
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 1.5;
} */



/* productPC769px */
@media screen and (min-width: 769px) {
    .subtopic--aboutUs{
        font-size: 3rem;
        font-weight: 500;

        margin-top: 155px;
    }

    .topic--aboutUs{
        margin-top: -110px;
    }

    .content{
        margin: 0 auto;
        max-width: 1143px;
        width: 100%;
        padding: 0 5.7%;
        position: relative;
    }

    .content--y{
        margin-top: 100px;
    }

    .content img{
        width: 400px;
        height: 400px;
        flex-shrink: 0;
        z-index: 10;
    }

    .aboutus__textbox::before {
        content: "";
        position: absolute;
        top: 75px;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(../images/about_back2.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        opacity: 0.3; /* 背景のみに適用 */
        z-index: -1;  /* 背景として */
    }

    .aboutus__title{
        font-size: 5.2rem;
    }
    
    .aboutus__title span{
        margin-left: 20px;
        font-size: 2rem;
        line-height: 1.5;
    }
    
    .aboutus__text{
        font-size: 1.8rem;
        font-weight: 350;
        line-height: 2; 

        padding-bottom: 20px;
    }
    
    .aboutus__hobby{
        font-size: 1.8rem;
        font-weight: 350;
        line-height: 1.5; 
        padding-bottom: 40px;
    }
    
}

/* =========/=about us======== */
