@charset "utf-8";
/* ===============
main
=============== */
.mainVis__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.mainVis__img{
    display: block;
}

.mainVisImg{
    width: 100vw;
}
.mainVisImg--PC{
    display: none;
}

.text-container{
    width: 100%;
    padding: 20px 0px;
    color: var(--primay-darkBrown);
    background-color: rgba(244, 243, 240, 0.8);
    box-shadow: 0px 0px 20px 0px #F4F3F0;
    position: absolute;
    bottom: 60px;
}

.mainVis__maintxtBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.clown__mainVis{
    width: 42.865px;
    height: 22.979px;
}
.clown__mainVis--reversal{
    transform: scaleX(-1); /* 左右反転 */
}
.mainVis__maintxt{
    color: var(--primary--darkBrown, #401E0A);
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.0;
}
.text-container p{
    margin-top: 24px;
    color: var(--primary--liteBrown);
    text-align: center;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.0;
}

.howToOrder{
    margin-top: 12px;
}

.howToOrder__txt{
    font-size: 1.6rem;
    letter-spacing: 0.64px;
    text-align: center;
}

/* ===============
firster
=============== */
.firster__content{
    margin-top: 48px;
}
.firster__content img{
    margin-top: 60px;
}
.firster__item{
    margin: 60px auto 0;
    width: var(--width-SP);
}
.firster__content img:last-child{
    margin-top: 0 ;
}

.firsterItem__title{
    display: block;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
}
.firsterItem__txt{
    margin-top: 12px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8; /* 28.8px */
    letter-spacing: 0.064rem;
}
.lineDec02__contenar{
    margin-bottom: 40px;
}

/* ===============
about
=============== */
.about{
    background-color: var(--primary--greige);
    padding: 40px 0;
}
.about__contenar{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about__item{
    margin-top: 58px;
    width: var(--width-SP);
}
.aboutItem__title{
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
}
.aboutItem__content{
    margin-top: 12px;
    display: flex;
    gap: 10px;
}
.aboutItem__content--second{
    justify-content: flex-end;
}
.about__img{
    /* width: 50%; */
    /* width: 100%; */
    margin-top: 12px;
    width: 100px;
    height: 125px;
    object-fit: cover; 
}
.aboutItem__txtBox{
    width: 170px;
}
.aboutItem__txt{
    font-family: "Zen Old Mincho";
    font-size: 1.5rem;
    letter-spacing: 0.064rem;
}

/* ===============
creator
=============== */
.creator__content{
    margin: 0 auto;
    margin-top: 40px;
    width: var(--width-SP);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.creator__icon{
    display: flex;
    gap: 20px;
}
.creatorImg{
    width: 100px;
    height: 100px;
}
.nameBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.creator__dec{
    width: 150px;
    height: 21px;
}
.creator__dec--under{
    transform: scaleY(-1);/* 上下反転 */
}
.name{
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
}
.creator__txtBox{
    margin-top: 33px;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.creator__txt{
    font-size: 1.6rem;
    letter-spacing: 0.064rem;
}

/* ===============
woeks
=============== */
.works{
    background-color: var(--primary--greige);
    padding: 40px 0;
}
.works__item{
    /* display: flex;
    flex-direction: column; */
    width: var(--width-SP);
    margin: 40px auto 0;
}
.works__txtBox{
    margin-top: 40px;
}
.works__txt{
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: 0.08rem;
}
.works__txtBox a{
    display: block;
    margin-top: 16px;
}

/* ===============
howToOrder--second
=============== */
.howToOrder__imgOlw{
    margin-top: 18px;
}
.howToOrder__txtBox{
    display: block;
    margin: 18px auto 0;
    width: var(--width-SP);
}

