@charset "UTF-8";

body {
    background-image: url(../image/about/dot_background.jpg);
    background-size: 300%;
    background-repeat: repeat;
    object-fit: cover;
} 

.pc__wrap {
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

/*=============
 main-about
 ==============*/

.about-wrapper {
    padding: 0 6.4% 50px;
    border-radius: 0px;
    background-color:transparent;
    background-image: none;
    background-blend-mode: soft-light;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}  

/* 01 */
.about__subTitle {
    display: flex;
    margin: 79px auto 0;
    align-items: center;
    position: relative;
}

.about__subTitle__circle {
    width: 72px;
    height: 78px;
    border-radius: 50%;
    background: #FF8572;
    margin-right: 14px;
}

.about__subTitle__circleBorder {
    width: 60px;
    height: 65px;
    border-radius: 50%;
    border: 2px dashed #fff;
    stroke-width: 1px;
    position: absolute;
    left: 1.7%;
}

.about__subTitle__fig {
    color: #fff;
    font-family: "Zen Maru Gothic";
    font-size: 3.2rem;
    font-weight: 700;
    position: absolute;
    left: 6%;
}

.about__subTitle__txt {
    color: var(--primary-black);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-weight: 500;
}

.soup__img {
    display: block;
    border-radius: 20px;
    width: 231px;
    height: 247px;
    margin: 22px auto 0;
}

.memo__flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.memo1 {
    margin: 60px auto;
}

.memo__base {
    width: 142px;
    height: 86px;
    border: dashed 2px #FFF;
    border-radius: 2px;
    box-shadow: 0 0 0 6px #5FC491;
    padding: 5px 10px;
    background: #5FC491;
}

.memo__carrot {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: -200px 0 0 -30px;
}

.memo__title {
    margin-top: -10px;
    font-size: 1.1em;
    color: var(--primary-black);
    font-family: "Itim";
    font-weight: 400;
    text-align: center;
}

.memo__txt {
    margin-top: 8px;
    color: #33302C;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.3rem;
    font-weight: 500;
}

.memo1__img {
    width: 135px;
    height: 122px;
}

.cakeImg__flex {
    display: flex;
    justify-content: right;
    margin: -50px 0 30px 0;
}

.cakeImg {
    width: 50px;
    height: 70px;
}

.mamo2__img {
    width: 190px;
    height: 195px;
    border-radius: 10px;
}

.memo2 {
    margin-top: 150px;
}

.diet__img {
    display: block;
    margin: 100px auto 0;
    width: 230px;
    height: 200px;
}

/* 02 */
.sofa__img {
    display: block;
    width: 229px;
    height: 222px;
    border-radius: 20px;
    margin: 22px auto 0;
}

.memo3 {
    margin: 60px auto;
}

.memo3__img {
    width: 134px;
}

.memo3__txt {
    color: var(--primary-black);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 1.2rem;
    font-weight: 500;
}

/* 03 */
.dance__img {
    display: block;
    width: 229px;
    height: 223px;
    border-radius: 20px;
    margin: 22px auto 0;
}

.memo4 {
    margin: 50px 104px 0 95px;
}

.dance__crab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 72px;
}

.crab__img1 {
    width: 95px;
}

.dance__txt {
    color: var(--primary-black);
    font-family: "Dela Gothic One";
    font-size: 1.5rem;
    font-weight: 400;
}

.crab__img2 {
    width: 95px;
}

.dance__carrot {
    margin-top: 85px;
}

.dance__carrot1 {
    display: block;
    width: 110px;
    height: 110px;
}

.dance__carrot2 {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.dance__carrot__flex {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dance__carrot__txt {
    color: var(--primary-black);
    font-family: "Dela Gothic One";
    font-size: 1.4rem;
    font-weight: 400;
}

.dance__carrot3 {
    width: 130px;
    height: 130px;
    margin-right: 0;
}

.tired {
    margin-top: 93px;
}

.tired__img {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: 170px;
}

.tired__txt {
    color: var(--primary-black);
    font-family: "Zen Maru Gothic";
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
}

.footer  {
    background-color: none;
}

