@charset "UTF-8";

/*======================
common
======================== */

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family:
        'Zen Kaku Gothic New',
        'Noto Aerif JP',
        Arial,
        serif;
    background-color: #F6F3E7;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-style: normal;
    font-family: "Zen Kaku Gothic New";
    color: #634B3C;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.title {
    color: #634B3C;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 4.4rem;
    font-weight: 400;
}

.subTitle {
    width: 100%;
    text-align: center;
    color: #634B3C;
    font-family: "Noto Serif JP";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 23px auto 0;
}

.line {
    width: 84%;
    display: block;
    margin: 61px auto 0;
}

.sectionBg {
    background-color: #F6F3E7;
}

.spBr {
    display: none;
}

/* body sp */
@media screen and (max-width: 767px) {
    .title {
        font-size: 2.6rem;
    }

    .subTitle {
        font-size: 1.4rem;
    }

    .line {
        margin: 30px auto 0;
    }

    .spBr {
        display: block;
    }
}

/* btn */

.btnBody {
    position: relative;
    width: 405px;
    height: 63px;
    background: #413F43;
    margin: 63px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s;
}

.btnBody:hover {
    background: #7D7A80;
}

.btnTxt {
    position: relative;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
}

.arrow {
    position: absolute;
    right: 34px;
    display: block;
    width: 14.5px;
    height: 10px;
}

/* btn sp */
@media screen and (max-width: 767px) {
    .btnBody {
        width: 260px;
        margin: 46px auto 0;
    }

    .btnTxt {
        font-size: 1.4rem;
    }

    .arrow {
        right: 32px;
    }
}


/*======================
header
======================== */
.header__logo {
    color: #FFF;
    font-family: Palatino;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: normal;
}

.headerBody {
    display: flex;
    padding: 35px 30px 35px 47px;
    justify-content: space-between;
}

.header__list {
    display: flex;
    gap: 50px;
    align-items: center;
    white-space: nowrap;
}

.header__item {
    color: #FFF;
    font-weight: 500;
    line-height: normal;
    transition: color 0.5s;
}

.header__item:hover {
    color: #595049;
}

.instagram {
    width: 34px;
    height: 34px;
    margin-right: 3.5%;
}

.header__right {
    width: 169px;
    display: flex;
    align-items: center;
    gap: 53px;
}

/* header sp */
@media screen and (max-width: 1350px) {
    .header__list {
        display: none;
    }

    .instagram {
        display: none;
    }

    .headerBody {
        padding: 40px 44px 39px 43px;
    }

    .header__right {
        width: 46px;
    }
}

/* .nav初期表示 */
.nav {
    background-color: #F6F3E7;
    background-image: url(../images/top/menu_img.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 120;
    transform: translateX(100%);
    transition: transform 0.4s;
    box-sizing: border-box;
    display: flex;
}

.nav__body {
    position: relative;
    margin-left: 42%;
    margin-right: 40px;
}

.nav__logo {
    display: block;
    width: 169px;
    position: absolute;
    margin-top: 35px;
    left: 47px;
}

.close__btn {
    display: block;
    width: 39px;
    position: absolute;
    margin-top: 35px;
    right: 4%;
}

.header__img {
    width: 505px;
    height: 810px;
}

.header__body {
    display: flex;
    margin-top: 120px;
    gap: 85px;
}

.header__title {
    color: #595049;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.header__btn--body {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
    transition: color 0.5s;
}

.header__btn--body:hover {
    color: #9A8F86;
}

.header__arrow {
    position: absolute;
    right: 12px;
}

.header__btn--txt {
    color: #595049;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 13px;
}

.header__btn--service {
    margin-top: 15px;
    margin-left: 15px;
}

.header__btn {
    margin-top: 25px;
}

.header__policy {
    display: flex;
    gap: 10%;
    align-items: center;
    margin-top: 32px;
    white-space: nowrap;
}

.cancelHeader__txt {
    color: #595049;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.privacyHeader__txt {
    color: #595049;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.headerBtn {
    display: block;
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.headerBtn__body {
    position: relative;
    justify-content: center;
    padding-top: 30px;
    margin-top: 72px;
    background: #413F43;
    color: #FFF;
    font-size: 2.8rem;
    width: 100%;
    height: 101px;
    transition: background-color 0.5s;
}

.headerBtn__body:hover {
    background-color: #7D7A80;
}

.headerArrow {
    position: absolute;
    width: 21px;
    height: 14px;
    top: 38%;
    right: 8%;
}

/* header sp */
@media screen and (max-width: 1200px) {
    .nav {
        display: block;
        background-image: none;
    }

    .nav__body {
        margin: 0 auto;
        padding: 0 18%;
    }

    .header__img {
        display: none;
    }

    .nav__logo {
        top: 5px;
        left: 40px;
    }

    .close__btn {
        top: 5px;
        margin-right: 30px;
    }

    .header__body {
        display: block;
        margin-top: 135px;
    }

    .headerBtn {
        font-size: 2.1rem;
        height: 59px;
    }

    .header__btn--line {
        width: 100%;
    }

    .header__policy {
        display: block;
    }

    .cancelHeader__txt {
        margin-top: 14px;
    }

    .privacyHeader__txt {
        margin-top: 14px;
    }

    .header__instagram {
        margin-top: 14px;
    }
}

@media screen and (max-width: 318px) {
    .header__arrow {
        display: none;
    }
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/*======================
main
======================== */

/* firstView */
.video__container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video__container .video {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 100;
}


/* topHeader */
.topHeader__catchCopy {
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.topHeader__txt {
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 29px;
}

.topHeader__btn {
    width: 200px;
    height: 66px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    background: #133462;
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    position: relative;
    position: fixed;
    right: 0;
    top: 700px;
    z-index: 105;
    transition: background-color 0.5s;
}

.topHeader__btn:hover {
    background: #466691;
}

.topHeader__catchCopy {
    margin-top: 340px;
}

/* topHeader sp */
@media screen and (max-width: 767px) {
    .topHeader__catchCopy {
        font-size: 3.2rem;
    }

    .topHeader__txt {
        font-size: 1.4rem;
    }

    .topHeader__btn {
        width: 100%;
        font-size: 1.8rem;
        bottom: 0;
        left: 0;
        top: auto;
    }

    .topHeader__btn--arrow {
        display: none;
    }
}


/* about */
.linewhite_sp {
    display: none;
}

.about {
    color: #FFF;
    margin-top: 506px;
    padding-bottom: 106px;
}

.about__catchCopy {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 5.9rem;
    font-weight: 500;
}

.about__txt--item {
    width: 59%;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
    font-weight: 400;
    line-height: 2.5;
}

.about__txt--item:first-of-type {
    margin-top: 82px;
}

.about__btn {
    width: 430px;
    height: 63px;
    margin: 82px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    font-weight: 400;
    line-height: normal;
    position: relative;
    transition: background-color 0.5s;
    transition: color 0.5s;
}

.about__btn:hover {
    background-color: #FFF;
    color: #413F43;
}

.about__arrow {
    position: absolute;
    right: 29px;
}

/* about sp */
@media screen and (max-width: 767px) {
    .about__catchCopy {
        font-size: 2.8rem;
    }

    .about__txt--item {
        width: 76%;
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 30px;
        text-align: left;
    }

    .about__txt--item:first-of-type {
        margin-top: 56px;
    }

    .about__btn {
        width: 76%;
        max-width: 298px;
        min-width: 240px;
        height: 63px;
        margin: 68 auto 0;
    }

    .about__btn--txt {
        font-size: 1.4rem;
    }

    .about__arrow {
        display: none;
    }
}

@media screen and (max-width: 1435px) {
    .about__txt--item {
        text-align: left;
    }
}

/* ayurveda */
.ayurveda {
    padding: 110px 120px 0;
}

.ayurveda__body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 48px auto 0;
    gap: 4.5%;
}

.ayurveda__txt {
    width: 40%;
    font-weight: 400;
    line-height: 2.5;
}

.ayurveda__txt--item {
    font-weight: 400;
    line-height: 2.5;
    font-size: 1.8rem;
}

.ayurveda__txt--item:last-of-type {
    margin-top: 36px;
}

/* ayurveda sp */
@media screen and (max-width: 1400px) {
    .ayurveda {
        padding: 54px 26px 0;
    }

    .ayurveda__body {
        display: block;
    }

    .ayurveda__txt {
        width: 90%;
        margin: 76px auto 0;
        font-size: 1.4rem;
        line-height: 2;
    }

    .ayurvedaImg {
        display: block;
        margin: 0 auto;
    }
}

/* service */
.service {
    padding-top: 200px;
}

.service__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 82px 3% 0;
}

.service__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.service__link {
    position: relative;
}

.service__link:hover .service__linkBody {
    opacity: 1;
    visibility: visible;
}

.service__link:hover .service__titleTxt {
    opacity: 0;
    visibility: hidden;
}

.service__titleTxt {
    display: flex;
    justify-content: center;
}

.service__title {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #FFF;
    text-shadow: 0px 0px 5px #595049;
    font-family: "Noto Serif JP";
    font-size: 3.5rem;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.service__subTitle {
    position: absolute;
    top: 54%;
    z-index: 10;
    color: #FFF;
    text-shadow: 0px 0px 5px #595049;
    font-size: 2rem;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.service__link--list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service__img {
    width: 351px;
    height: auto;
}

.service__linkBody {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    white-space: nowrap;
    text-align: center;
    background: rgba(0, 0, 0, 0.66);
    box-shadow: 0px 4px 60px 16px #F6F3E7 inset;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.service__link--item {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 34px;
}

.service__img1 {
    height: 440px;
}

/* service sp */
@media screen and (max-width: 900px) {
    .service {
        padding-top: 153px;
    }

    .service__list {
        display: block;
        margin: 61px auto 0;
    }

    .service__item {
        display: block;
        margin: 6px auto 0;
    }

    .service__card {
        margin: 6px 0 auto;
    }

    .service__img {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 329px;
        object-fit: cover;
    }
}

/* message */
.message {
    padding-top: 200px;
}

.message__body {
    margin-top: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4%;
}

.message__img {
    width: 33%;
    height: auto;
    aspect-ratio: 233/210;
    z-index: 0;
    position: relative;
}

.message__txtBody {
    width: 39%;
}

.message__name {
    font-family: "Noto Serif JP";
    font-size: 3.2rem;
    font-weight: 400;
    line-height: normal;
}

.message__position {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}

.message__line {
    margin-top: 26px;
}

.message__txt {
    font-weight: 400;
    line-height: 1.5;
    margin-top: 18px;
}

.message__txt:nth-of-type(2) {
    margin-top: 3%;
}

/* message sp */
@media screen and (max-width: 900px) {
    .message {
        padding-top: 153px;
    }

    .message__body {
        margin: 58px auto 0;
        display: block;
    }

    .message__img {
        width: 70%;
        height: auto;
    }

    .message__txtBody {
        padding: 27px 6.7% 0;
        width: 100%;
    }

    .message__name {
        font-size: 2.4rem;
    }

    .message__position {
        font-size: 1.4rem;
    }

    .message__txt {
        margin-top: 27px;
        font-size: 1.4rem;
    }

    .message__img {
        display: block;
        margin: 0 auto;
        width: 87%;
        height: auto;
    }
}


/* voice */
.voice {
    padding-top: 200px;
    position: relative;
}

.voice__mandara {
    position: absolute;
    top: -330px;
    left: -650px;
    z-index: 1;
    opacity: 0.1;
}

.voice__body {
    position: relative;
    display: flex;
    gap: 33px;
    justify-content: center;
    margin-top: 107px;
    z-index: 11;
}

.voice__list {
    width: 332px;
    height: auto;
    background: #FFF;
    padding: 45px 37px 60px;
    position: relative;
}

.voice__item {
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.voice__name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
}

.voice__txt {
    line-height: 1.8;
    margin-top: 28px;
    font-size: 1.6rem;
}

.voice__img {
    width: 94px;
    height: 94px;
    aspect-ratio: 1/1;
}

/* slick */
/* dots */
.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots li button:before {
    font-size: 18px;
    top: 6px;
}

.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 7px;
    height: 7px;
    margin: 46px 10px 0;
    background: #CCC7C4;
    cursor: pointer;
    border-radius: 50%;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #634B3C;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* arrows */
.arrow_box {
    display: flex;
    align-items: center;
    margin: 46px 0 0;
}

.prev-arrow,
.next-arrow {
    display: flex;
    width: 38px;
    height: 38px;
    background-color: #FFF;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid #634B3C;
}

.prev-arrow {
    position: absolute;
    bottom: -13px;
    left: 52px;
    background-image: url(../images/top/voice_arrow_prev.svg);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: center;
}

.next-arrow {
    position: absolute;
    bottom: -13px;
    right: 52px;
    background-image: url(../images/top/voice_arrow.svg);
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: center;
}


/* voice sp */
@media screen and (max-width: 767px) {
    .voice {
        padding-top: 100px;
    }

    .voice__body {
        display: block;
        width: 332px;
        margin: 40px auto 0;
    }

    .voice__txt {
        font-size: 1.4rem;
    }

    .voice__name {
        font-size: 1.4rem;
    }

    .voice__list {
        height: 450px;
    }
}



/* news */
.news {
    padding-top: 200px;
    position: relative;
}

.news__list {
    width: 70%;
    margin: 121px auto 0;
}

.news__body {
    display: flex;
    margin-top: 41px;
    position: relative;
    transition: color 0.5s;
    padding-right: 80px;
}

.news__body:hover {
    color: #9A8F86;
}

.news__date {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
}

.news__information {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
    white-space: nowrap;
}

.news__txt {
    margin-left: 107px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
}

.news__line {
    margin-top: 42px;
    width: 100%;
}

.news__arrow {
    position: absolute;
    top: 12px;
    right: 20px;
}

.news__mandara {
    position: absolute;
    top: -60px;
    right: -700px;
    opacity: 0.1;
}

.news__item {
    display: flex;
    gap: 62px;
}

/* news sp */
@media screen and (max-width: 1110px) {
    .news {
        padding-top: 100px;
    }

    .news__information {
        display: none;
    }

    .news__arrow {
        display: none;
    }

    .news__body {
        display: block;
        padding-right: 0;
    }

    .news__txt {
        margin-top: 13px;
        margin-left: 0;
    }

    .news__line {
        margin-top: 24px;
    }

    .news__list {
        margin: 30px auto 0;
    }
}

/* column */
.column {
    padding-top: 200px;
}

.column__list {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 90px;
    gap: 3.5%;
}

.column__item {
    width: 21%;
    max-width: 302px;
    height: 392px;
    background: #FFF;
    padding: 13px 13px 24px;
    position: relative;
}

.column__item:hover {
    transform: scale(1.1, 1.1);
    transition: 0.5s;
}

.column__btnBody:hover {
    color: #9A8F86;
}

.column__date {
    display: block;
    margin-top: 13px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    margin-left: 12px;
}

.column__txt {
    margin-top: 3px;
    margin-left: 12px;
    margin-bottom: 64px;
}

.column__btn {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-left: 12px;
    position: absolute;
    bottom: 28px;
}

.column__btnBody {
    display: flex;
    transition: color 0.5s;
}

.column__arrow {
    position: absolute;
    left: 113px;
    bottom: 35px;
}

.column__line {
    position: absolute;
    bottom: 24px;
    left: 22px;
}

/* column sp */
@media screen and (max-width: 767px) {
    .column {
        padding-top: 100px;
    }

    .column__list {
        display: block;
        width: 298px;
        margin: 35px auto 0;
    }
    .column__item:hover {
        transform: scale(1,1);
    }
}

/* faq */
.faq {
    padding-top: 100px;
    padding-bottom: 286px;
    position: relative;
    overflow: hidden;
}

.faq__list {
    width: 70%;
    margin: 0 auto;
}

.faq__item {
    height: 71px;
    background: #FFF;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 51px;
    padding-left: 3%;
    position: relative;
}

.faq__item:first-of-type {
    margin-top: 91px;
}

.faq__body {
    margin-top: 35px;
}

.faq__mandara {
    position: absolute;
    top: -72px;
    left: -500px;
    opacity: 0.1;
}

.details {
    margin-top: 25px;
}

.details-summary {
    width: 70%;
    margin: 0 auto;
    color: #634B3C;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.8rem;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: block;
    padding: 20px 48px 20px 20px;
    text-align: left;
    background-color: #FFF;

    &:hover {
        cursor: pointer;
        opacity: 0.8;
    }

    .btn {
        position: absolute;
        top: 37%;
        right: 6%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #634B3C;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }

        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }

    &.is-active {
        .btn {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);

            &:before {
                content: none;
            }
        }
    }
}

.details-summary::-webkit-details-marker {
    display: none;
}

.details-content {
    position: relative;
    padding: 20px;
    width: 70%;

    margin: 0 auto;
    background: #E2DAC0;

    p {
        margin: 0 0 20px;
        color: #634B3C;
        font-size: 1.8rem;
        text-align: left;

        &:last-of-type {
            margin: 0 0 0;
        }
    }
}

.service_jump {
    text-decoration-line: underline;
}

/* faq sp */
@media screen and (max-width: 767px) {
    .details-summary {
        font-size: 1.4rem;
        width: 90%;
    }

    .details-content {
        width: 90%;
        p {
            font-size: 1.4rem;
        }
    }
}

/*======================
footer
======================== */

.footer {
    background: #413F43;
    padding-top: 81px;
    padding-bottom: 55px;
}

.footer__logo {
    display: block;
    margin: 0 auto;
}

.footer__line {
    display: block;
    margin: 51px auto 0;
}

.footer__body {
    display: flex;
    margin-top: 66px;
    margin-left: 40%;
    margin-right: 50px;
    gap: 85px;
}

.footer__title {
    color: #FFF;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.footer__btn--body {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.footer__arrow {
    position: absolute;
    right: 12px;
}

.footer__btn--txt {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 13px;
}

.footer__btn--service {
    margin-top: 15px;
    margin-left: 15px;
}

.footer__btn {
    margin-top: 25px;
}

.footer__btn--line {
    width: 100%;
}

.footer__policy {
    display: flex;
    gap: 10%;
    align-items: center;
    margin-top: 32px;
    white-space: nowrap;
}

.cancel__txt {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.privacy__txt {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
}

.copy {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    margin-left: 120px;
    margin-bottom: 30px;
}

.small {
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .footer__body {
        padding: 0 18% 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__policy {
        display: block;
        margin-top: 25px;
        margin-right: 0;
    }

    .cancel__txt {
        margin-top: 30px;
        font-size: 1.6rem;
    }

    .privacy__txt {
        margin-top: 30px;
        font-size: 1.6rem;
    }

    .footer__instagram {
        margin-top: 30px;
    }

    .copy {
        margin-left: 18%;
        margin-top: 14px;
    }
}