@charset "UTF-8";

/*==========================
Article header
==========================*/

.section--introduction {
    padding: 70px 7% 90px;
}

.introduction__topic {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 1.5vw;
    padding: 0 10px;
}

.introduction__title {
    color: var(--primary-black);
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.4px;
    margin-top: 10px;
}

.introduction__img {
    width: clamp(89px,23.7vw,109px);
    height: auto;
    animation: fuwafuwa3 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0) rotate(-3deg);
    }
    100% {
        transform:translate(0, 0) rotate(3deg);
    }
}

.introduction__txt {
    color: var(--primary-black);
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1.6px;
    margin-top: 10px;
}

.introduction__btn {
    margin-top: 30px;
}

.servicebtn {
    position: relative;
    display: block;
    background-color: var(--primary-pink);
    color: var(--primary-white);
    padding: 20px 32px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    margin-top: 8px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.servicebtn::after {
    position: absolute;
    content: '';
    background-image: url(../images/btn_icon2.webp);
    text-align: center;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 50%;
    right: 8.5vw;
    transform: translateY(-50%);
}

.servicebtn:hover {
    letter-spacing: 0.15em;
}

/* Article header pc */

@media screen and (min-width: 999px){

    .section--introduction {
        padding: 120px 0 100px;
    }
    
    .introduction__box {
        display: flex;
        max-width: 1280px;
        padding: 0 60px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    
    .introduction__content {
        max-width: 437px;
    }
    
    .introduction__topic {
        padding: 0;
    }
    
    .introduction__title {
        font-size: 3.2rem;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 3.2px;
    }
    
    .introduction__img {
        width: clamp(100px,8.8vw,120px);
        height: auto;
    }
    
    .introduction__txt {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: 1.8px;
        margin-top: 21px;
    }
    
    .introduction__btn {
        margin-top: 0;
        width: 28.7vw;
    }
    
    .servicebtn {
        width: 100%;
    }
    
    .servicebtn::after {
        right: 7.7%;
    }
}
/* pc 769px */

/* =======================
nail
========================== */

.section--nail {
    padding: 0 0 60px;
}

.nail__topic {
    display: flex;
    padding-left: 10px;
    align-items: center;
    gap: 30px;
}

.nail__title {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
}


.nail__content {
    margin-top: 40px;
    padding: 0 7%;
}

.nail__topic img {
    width: clamp(70px,18.6vw,120px);
    height: auto;
    animation: fuwafuwa3 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0) rotate(-3deg);
    }
    100% {
        transform:translate(0, 0) rotate(3deg);
    }
}

.nail__txt {
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: 1.9px;
    margin-top: 30px;
}

.colum__up {
    margin-bottom: -1px;
}

.column {
    position: relative;
    background-color: var(--primary-lightpink);
    padding: 30px 7% 60px;
}

.column__top {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 3.2vw;;
}

.column__top img {
    width: clamp(82px,21.8vw,120px);
    animation: fuwafuwa3 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0) rotate(-3deg);
    }
    100% {
        transform:translate(0, 0) rotate(3deg);
    }
}

.column__subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.12px;
}

.column__title {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.68px;
    margin-top: 15px;
    color: #E5797B;
}

.column__txt1 {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.8px;
    margin-top: 30px;
}

.column__pictures {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.column__pictures img {
    width: 41.3vw;
}

.column__txt2 {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.8px;
    margin-top: 30px;
}

.column__img {
    display: block;
    margin: 30px auto 0;
    width: 100%;
}

.pinkpoint {
    color: #E5797B;
}

/* nail pc */

@media screen and (min-width: 769px){
    .nail__box {
        padding: 0 60px;
        margin: 0 auto;
    }

    .nail__img img{
        display: block;
        margin: 0 auto;
    }
    
    .nail__topic img {
        width: clamp(70px,18.6vw,120px);
        height: auto;
    }
    
    .nail__topic {
        justify-content: center;
    }
    
    .engtitle {
        font-size: 1.4rem;
    }

    .column {
        padding: 0 60px;
    }

    .column__top {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 4vw;
    }
    
    .column__top img {
        width: clamp(82px,21.8vw,120px);
    }
    
    .column__pictures img {
        width: 41.3vw;
    }
    
    .column__img {
        display: block;
        margin: 30px auto 0;
    }
}


@media screen and (min-width: 999px){

    .column {
        padding: 0;
    }

    .section--nail {
        padding: 150px 0;
    }

    .nail__box {
        display: flex;
        max-width: 1280px;
        padding: 0 60px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        gap: 4.1vw;
    }

    .nail__img img {
        width: 38.1vw;
        height: auto;
    }

    .nail__content {
        margin-top: 0;
        width: 34.5vw;
        padding: 0%;
    }

    .nail__title {
        margin-top: 10px;
        font-size: 3.2rem;
    }

    .nail__topic {
        justify-content: space-between;
    }

    .nail__topic img {
        width: clamp(90px,7.5vw,108px);
        height: auto;
    }

    .nail__txt {
        font-size: 1.8rem;
        line-height: 2.2;
        letter-spacing: 1.8px;
        margin-top: 10px;
    }

    .column_content1 {
        display: flex;
        align-items: center;
        max-width: 1280px;
        padding: 0 60px;
        margin: 0 auto;
        justify-content: space-between;
        gap: 5.9vw;
    }

    .column__topic {
        width: 40.6vw;
    }

    .column__top {
        justify-content: left;
        align-items: center;
        gap: 2vw;
    }

    .column__top img {
        width: clamp(110px,10.4vw,150px);
    }

    .column__subtitle {
        font-size: 2.0rem;
        font-weight: 500;
        letter-spacing: 1.4px;
    }

    .column__title {
        font-size: 3.2rem;
        line-height: 1.5;
        letter-spacing: 2.24px;
    }

    .column__txt1 {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
    }

    .column__pictures {
        max-width: 480px;
        margin-top: 0;
        gap: 2vw;
    }

    .column_content2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 60px;
        max-width: 1280px;
        margin: 0 auto;
        gap: 5.9vw;
    }

    .column__txt2 {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        width: 40.6vw;
    }
    
    .column__img {
        max-width: 480px;
        height: auto;
        margin: 0;
    }
}
/* pc 999px */

/*==========================
footcare
==========================*/

.section--footcare {
    padding: 70px 0 0;
    overflow: hidden;
}

.footcare__content {
    padding: 40px 7% 0;
}

.footcare__title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}

.footcare__txt {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 1.6px;
    margin-top: 30px;
}

.footcare__suisai {
    position: relative;
    width: clamp(227px,60.5vw,250px);
    height: auto;
    right: -54.4vw;
}

.suisaibox {
    overflow: hidden;
    margin-top: -30px;
}

/* footcare pc */

@media screen and (min-width: 769px){

    .footcare__box {
        padding: 0 60px;
        margin: 0 auto;
    }

    .footcare__img img{
        display: block;
        margin: 0 auto;
    }
    
    .footcare__title {
        text-align: left;
    }
    
    .footcare__suisai {
        right: -80vw;
    }
}

@media screen and (min-width: 999px){
    .section--footcare {
        padding: 120px 0 150px;
        border-bottom: 3px solid var(--primary-lightpink);;
    }

    .footcare__box {
        display: flex;
        max-width: 1280px;
        padding: 0 60px;
        margin: 0 auto;
        align-items: center;
        gap: 4.1vw;
    }
    
    .footcare__img img {
        display: block;
        max-width: 550px;
    }

    .footcare__content {
        padding: 0;
    }

    .footcare__title {
        font-size: 3.2rem;
    }

    .footcare__txt {
        font-size: 1.8rem;
        line-height: 2.2;
        letter-spacing: 1.8px;
        margin-top: 40px;
    }

    .footcare__suisai {
        position: relative;
        width: clamp(250px,24vw,347px);
        height: auto;
        margin-top: 5px;
        right: -81.9vw;
    }

    .suisaibox {
        overflow: hidden;
        margin-top: -133px;
    }
}
/* pc 999px */

/*==========================
caremake
==========================*/

.section--caremake {
    position: relative;
    margin-top: -80px;
    z-index: 20;
}

.footcare__illustration {
    display: block;
    width: clamp(101px,26.9vw,120px);
    height: auto;
    margin-left: 61.8vw;
    animation: fuwafuwa3 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0) rotate(-3deg);
    }
    100% {
        transform:translate(0, 0) rotate(3deg);
    }
}

/* caremake pc */

@media screen and (min-width: 769px){

    .caremake__img img {
        max-width: 550px;
        display: block;
        margin: 0 auto;
    }
}
/* pc 769px */

/* caremake pc */

@media screen and (min-width: 999px){
    .section--caremake {
        padding: 120px 0 15px;
        margin-top: -200px;
    }

    .caremake__img img {
        max-width: 550px;
    }

    .footcare__illustration {
        width: clamp(120px,10.4vw,151px);
        margin-left: 74.7vw;
        margin-top: 0;
    }
}
/* pc 999px */

/*==========================
esute
==========================*/

.section--esute {
    padding: 80px 0 0;
}

.esute__illustration {
    width: clamp(107px,28.5vw,127px);
    margin: 10px 0 0 24px;
    animation: fuwafuwa3 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa3 {
    0% {
        transform:translate(0, 0) rotate(-3deg);
    }
    100% {
        transform:translate(0, 0) rotate(3deg);
    }
}

/* esute pc */

@media screen and (min-width: 769px){
    
    .esute__content {
        margin: 40px 22px 0;
    }
    
    .esute img {
        display: block;
        margin: 0 auto;
    }

    .esute__illustration {
        width: clamp(107px,28.5vw,127px);
        margin: 10px 0 0 100px;
    }
 
}
/* pc 769px */

@media screen and (min-width: 999px){
    .section--esute {
        padding: 150px 0 0;
        border-top: 3px solid var(--primary-lightpink);
    }

    .esute img {
        max-width: 550px;
    }

    .esute__illustration {
        margin: 10px 0 0 53.6vw;
    }
}