@charset "UTF-8";

/* ===========================
main
============================*/
/* sectionClay */
.topic {
    width: 61.8%;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    letter-spacing: 4.4px;
    margin: 35px auto 0;
}

.spImg__main {
    width: 82.6%;
    margin-top: 19px;
    border-radius: 0px 1px 1px 0px;
}

/* 画像ZoomInアニメ */
.mainVisual__outer {
    overflow: hidden;
}

.mainVisual__outer img {
    /* img要素に以下のアニメーションプロパティが適用されます: */
    animation: zoom-in 4s linear 0s 1 normal both;
}

.section--clay h3 {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8; /* 36px */
    letter-spacing: 4px;
    margin-top: 40px;
    margin-right: 9.3%;
}

.section--clay p {
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    letter-spacing: 1.02px;
    width: 272px;
    margin: 30px 7.2% 0 auto;
}

/* sectionClay pc*/
@media screen and (min-width:1025px) {
    .topic {
        width: 63.4%;
        font-size: 3rem;
        letter-spacing: 21px;
        margin: 110px auto 0;
    }

    .mainVisual__outer {
        width: 59.4%;
    }
    
    .pcImg__main {
        width: 100%;
        margin-top: 160px;
        border-radius: 0px 1px 1px 0px;
    }

    .main__outer {
        display: flex;
        flex-direction: row;
    }

    .main__caption {
        display: flex;
        flex-direction: column;
        width: 39.6%;
        justify-content: flex-end;
    }
    
    .section--clay h3 {
        margin-top: 0;
        margin-right: 9.1%;
    }
    
    .section--clay p {
        width: 79.3%;
        margin: 70px 9.3% 0 auto;
        padding-bottom: 14%;
    }
}
/* pc 1025px */

/* sectionClay tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .topic {
            width: auto;
            margin: 65px auto 0;
        }

        .mainVisual__outer {
            width: 68%;
        }

        .main__outer {
            display: flex;
            flex-direction: row;
        }
        
        .spImg__main {
            display: block;
            width: 100%;
            margin-top: 100px;
        }

        .main__caption {
            display: flex;
            flex-direction: column;
            width: 41.6%;
            justify-content: flex-end;
        }

        .spBr--tb {
            display: block !important;
        }

        .main__caption br {
            display: none;
        }

        .main__caption .pcSpan {
            display: none;
        }
        
        .section--clay h3 {
            margin-top: 137px;
            margin-right: 12%;
        }
        
        .section--clay p {
            width: 73%;
            margin: 30px 12% 0 auto;
        }
}
/* tb 768px-1024px */

/* sectionClay カスタムブレイクポイント */
@media (min-width: 1025px) and (max-width: 1274px) {
    .spBr--tb {
        display: block;
    }

    .main__caption .pcSpan {
        display: none;
    }

    .section--clay p {
        padding-bottom: 2%;
    }

    .spBr--c {
        display: block;
    }
}
/* カスタム 1025-1274px */

/* sectionClaydesk */
.claydesk__outer {
    width: 91.4%;
    margin: 120px auto 0;
}

.contents__title {
    font-family: "Noto Serif JP";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.8; /* 30.6px */
    letter-spacing: 3px;
}

.contents__txt {
    font-size: 1.6rem;
    letter-spacing: 0.96px;
}

.contents__txt--clay {
    margin-top: 30px;
}

.section--claydesk p:nth-of-type(2),
.section--claydesk p:nth-of-type(3) {
    margin-top: 16px;
}

.section--claydesk span {
    text-indent: -17px;
    padding-left: 17px;
    display: block;
}

.section--claydesk img {
    width: 81.6%;
    margin: 30px 0 0 auto;
    display: block;
    border-radius: 1px 0px 0px 1px;
}

/* sectionClaydesk pc*/
@media screen and (min-width:1025px) {
    .section--claydesk {
        position: relative;
    }

    .claydesk__outer {
        width: 75.7%;
        margin: 190px auto 0;
        max-width: 1800px;
    }
    
    .contents__title {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.5; /* 30.6px */
        letter-spacing: 2px;
    }
    
    .contents__txt--clay {
        margin-top: 50px;
        max-width: 1230px;
    }

    .contents__txt--clay03 {
        width: 68.3%;
    }

    .section--claydesk img {
        width: 29.4%;
        min-width: 370px;
        position: absolute;
        right: 0;
        bottom: -51%;
        margin: 0;
    }
}
/* pc 1025px */

/* sectionClaydesk tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .section--claydesk {
            position: relative;
        }

        .claydesk__outer {
            width: 89.2%;
            margin: 150px auto 0;
        }
        
        .contents__txt--clay {
            margin-top: 50px;
        }

        .contents__txt--clay03 {
            width: 53.9%;
        }

        .tbSpan {
            text-indent: -17px;
            padding-left: 17px;
            display: inline-block;
        }

        .section--claydesk img {
            width: 40%;
            margin-top: -120px;
        }
}
/* tb 768px-1024px */


/* sectionclayTherapy */
.clayTherapy__contents {
    width: 91.4%;
    margin: 105px auto 0;
}

.clayTherapy__contents p {
    margin-top: 30px;
}

.clayTherapy__contents a {
    color: var(--primary-blackLow);
}

.clayTherapy__contents a:hover {
    color: var(--primary-pink);
    border-bottom: 0.1px solid var(--primary-pink);
}

/* sectionclayTherapy pc*/
@media screen and (min-width:1025px) {
    .clayTherapy__contents {
        width: 75.7%;
        margin: 300px auto 0;
        max-width: 1300px;
    }

    .clayTherapy__contents p {
        margin-top: 50px;
    }
}
/* pc 1025px */

/* sectionclayTherapy tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .clayTherapy__contents {
            width: 89.2%;
            margin: 140px auto 0;
        }
}
/* tb 768px-1024px */

/* sectionSelect */
.section--select h3 {
    width: 92.4%;
    margin: 105px auto 0;
}

.contents__txt--select {
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 91.4%;
}

.section--select img {
    width: 80%;
    margin: 20px auto 0; 
    display: block;
    border-radius: 1px;
}

/* sectionSelect pc*/
@media screen and (min-width:1025px) {
    .section--select {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 2030px;
    }
    
    .section--select img {
        width: 35.4%;
        margin: 196px 0 0 0; 
        max-width: 620px;
        object-fit: contain;
        border-radius: 0px 1px 1px 0px;
    }

    .select__contents {
        margin-right: 11.4%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }   

    .section--select h3 {
        margin: 290px 0 0 0;
        text-align: right;
        padding-right: 14px;
    }

    .contents__txt--select {
        margin: 50px 0 0 0;
        min-width: 400px;
        width: 88.4%;
    }
}
/* pc 1025px */

/* sectionSelect tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--select {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            max-width: 960px;
        }
        
        .section--select img {
            width: 39%;
            height: 50vh;
            margin: 140px 0 0 0;
            object-fit: cover;
            border-radius: 0px 1px 1px 0px;
        }

        .select__contents {
            margin-right: 5.3%;
        }   

        .section--select h3 {
            margin: 140px 0 0 0;
            width: auto;
        }

        .contents__txt--select {
            margin: 50px 0 0 0;
            width: 343px;
        }
}
/* tb 768px-1024px */

/* sectionTrouble */
.section--trouble {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.section--trouble h3 {
    width: 92%;
}

.txt__outer {
    width: 84%;
    padding: 10px;
    border-radius: 1px;
    background: var(--primary-beigeSalon);   
    margin: 30px auto 0;
}

.bold {
    color: var(--primary-pink);
    font-weight: 700;
}

.txt__outer p:nth-of-type(2) {
    margin-top: 24px;
}

.section--trouble small {
    width: 78.7%;
    margin-top: 16px;
    color: var(--primary-blackLow);
    font-size: 1.5rem;
    letter-spacing: 0.9px;
}

/* sectionTrouble pc*/
@media screen and (min-width:1025px) {
    .section--trouble {
        margin-top: 136px;
    }

    .section--trouble h3 {
        width: auto;
    }

    .txt__outer {
        margin: 50px auto 0;
        width: 890px;
        background: none;
    }
        
    .txt__outer p:nth-of-type(2) {
        margin-top: 8px;
    }
    
    .section--trouble small {
        width: 890px;
    }
}
/* pc 1025px */

/* sectionTrouble tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--trouble {
            margin-top: 110px;
        }

        .section--trouble h3 {
            width: auto;
        }

        .txt__outer {
            margin: 50px auto 0;
            width: 688px;
        }

        .section--trouble .pcSpan {
            display: none;
        } 

        .section--trouble .spBr {
            display: block;
        }

        .spBr--02 {
            display: none !important;
        }
        
        .txt__outer p:nth-of-type(2) {
            margin-top: 16px;
        }
        
        .section--trouble small {
            width: 668px;
        }
}
/* tb 768px-1024px */


/* sectionEffect */
.section--effect {
    margin: 123px auto 0;
    width: 91.4%;
}

.section--effect h3 {
    font-family: "Noto Serif JP";
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.section--effect h4 {
    margin-top: 33px;
}

.section--effect h5 {
    color: var(--primary-pink);
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 1.7px;
    border-bottom: 0.6px solid var(--primary-pink);
    margin-top: 40px;
    display: inline-block;
}

.effect01 {
    margin-top: 30px !important;
}

.effect__item p {
    margin-top: 10px;
}

.contents__txt--effect {
    margin-top: 40px;
}

.therapyImg {
    width: 100%;
    margin-top: 30px;
    border-radius: 1px;
}

.contents__jfaa {
    font-size: 1.6rem;
    line-height: 1.6; /* 25.6px */
    letter-spacing: 0.96px;
    margin-top: 50px;
}

.contents__jfaa ul {
    margin-top: 30px;
}

.contents__jfaa li {
    text-indent: -18px;
    padding-left: 17px;
}

/* sectionEffect pc*/
@media screen and (min-width:1025px) {
   .section--effect {
        margin: 143px auto 0;
        width: auto;
    }

    .effect__outer {
        width: 75.9%;
        margin: 0 auto;
    }

    .section--effect h4 {
        margin-top: 53px;
        font-size: 1.7rem;
        line-height: 1.5; /* 25.5px */
        letter-spacing: 1.7px;
    }

    .section--effect h5 {
        margin-top: 30px;
    }

    .effect01 {
        margin-top: 20px !important;
    }

    .contents__txt--effect {
        margin-top: 34px;
    }

    .effect02__outer {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        max-width: 2260px;
    }

    .therapyImg {
        width: 46.5%;
        margin-top: 163px;
        border-radius: 1px 0px 0px 1px;
        object-fit: contain;
        max-width: 880px;
    }

    .contents__jfaa {
        width: 540px;
        width: 37.5%;
        margin-top: 110px;
        margin-left: 12.2%;
    }

    .contents__jfaa li {
        text-indent: 0;
        padding-left: 0;
    }
}
/* pc 1025px */

/* sectionEffect tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
      .section--effect {
            margin: 123px auto 0;
            width: auto;
        }

        .effect__outer {
            width:89.2%;
            margin: 0 auto;
        }

        .section--effect h4 {
            margin-top: 53px;
            line-height: 1.5; /* 25.5px */
            letter-spacing: 1.7px;
        }

        .section--effect h5 {
            margin-top: 30px;
        }

        .contents__txt--effect {
            margin-top: 30px;
        }

        .effect02__outer {
            display: flex;
            justify-content: space-between;
            flex-direction: row-reverse;
        }

        .therapyImg {
            width: 359px;
            height: 182px;
            margin-top: 110px;
            border-radius: 1px 0px 0px 1px;
        }

        .contents__jfaa {
            width: 45%;
            margin-top: 110px;
            margin-left: 6%;
        }

        .contents__jfaa li {
            text-indent: 0;
            padding-left: 0;
        }

        .jfaaTxt {
            width: 539px;
        }
}
/* tb 768px-1024px */



/* sectionClaytype */
.section--claytype {
    margin: 120px auto 0;
}

.section--claytype h3 {
    text-align: center;
    font-family: Marcellus;
    font-size: 2.2rem;
    line-height: 1.8; /* 39.6px */
    letter-spacing: 4.4px;
}

.section--claytype button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    width: 100%;
}

.section--claytype button:first-of-type {
    margin-top: 60px;
}

.p-modal-btn__img {
    width: 50.4%;
    display: block;
    max-width: 230px;
}

.txt__en {
    text-align: center;
    font-family: Marcellus;
    font-size: 1.7rem;
    letter-spacing: 1.7px;
    margin-top: 10px;
}

.txt__jp {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8; /* 27px */
    letter-spacing: 3px;
    margin-top: 8px;
    display: inline-block;
}

.section--claytype button {
    cursor: auto;
}

.p-modal-btn__title {
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    line-height: 2; /* 30px */
    letter-spacing: 0.9px;
    border-bottom: 0.6px solid var(--primary-black);
    margin-top: 16px;
    cursor: pointer;
}

.p-modal-btn__title:hover {
    color: var(--primary-pink);
    border-bottom: 0.6px solid var(--primary-pink);
}

/* modal */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.p-modal {
    visibility: hidden;
    opacity : 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    overflow: scroll;
}

.p-modal__item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 343px;
    /* padding: 68px 0 45px; */
    padding: 30px 0;
    background: #EEE;
    border-radius: 1px;
    box-shadow: 0px 4px 4px 0px var(--line, rgba(47, 47, 47, 0.30));
}


.p-modal__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-modal__img {
    width: 300px;
    height: 145px;
}

.p-modal__title {
    text-align: center;
    font-family: Marcellus;
    font-size: 1.8rem;
    line-height: 1.8; /* 32.4px */
    letter-spacing: 3.6px;
    width: 260px;
    margin-top: 25px;
}

.p-modal__title span {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8; /* 27px */
    letter-spacing: 3px;
}

.p-modal__text {
    margin-top: 30px;
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    width: 260px;
}

.p-modal__text small {
    color: var(--primary-blackLow);
    font-size: 1.5rem;
    letter-spacing: 0.9px;
}

.p-modal__text:last-child {
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6; /* 22.4px */
    letter-spacing: 0.28px;
    text-align: center;
}

.p-modal__close {
    /* position: absolute;
    top: 8px;
    right: 11px;
    cursor: pointer; */
    display: none;
}

.p-modal__close img {
    /* width: 52px; */
    display: none;
}

.is-show {
    visibility: visible;
    opacity : 1;
}

/* sectionClaytype pc*/
@media screen and (min-width:1025px) {
   .section--claytype {
        margin: 265px auto 0;
    }

    .type__outer {
        display: flex;
        width: 93%;
        max-width: 1800px;
        margin: 80px auto 0;
        gap: 3%;
        justify-content: center;
    }

    .section--claytype button {
        margin-top: 0;
    }

    .section--claytype button:first-of-type {
        margin-top: 0;
    }

    .p-modal-btn__img {
        width: 80.4%;
    }

    .txt__en {
        margin-top: 26px;
    }

    .p-modal-btn__title {
        margin-top: 20px;
    }

    /* modal pc*/
    .p-modal__item {
        width: 930px;
        padding: 55px 0 59px;
    }

    .p-modal__img {
        width: 576px;
        height: 260px;
    }

    .p-modal__title {
        width: auto;
        margin-top: 30px;
    }

    .p-modal__text {
        margin-top: 40px;
        width: 754px;
    }

    .p-modal__close {
        top: 24px;
        right: 38px;
        position: absolute;
        cursor: pointer;
        display: block;
    }

    .p-modal__close img {
        width: 52px;
        display: block;
    }
}
/* pc 1025px */

/* sectionClaytype tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
       .section--claytype {
            margin: 170px auto 0;
        }

        .type__outer {
            display: flex;
            width: 93.3%;
            margin: 120px auto 0;
            justify-content: center;
        }

        .section--claytype button {
            margin-top: 0;
        }

        .section--claytype button:first-of-type {
            margin-top: 0;
        }

        .p-modal-btn__img {
            width: 80.4%;
        }

        .txt__en {
            margin-top: 40px;
            font-size: 1.4rem;
        }

        .txt__jp {
            font-size: 1.4rem;
            letter-spacing: 2.8px;
            margin-top: 26px;
            display: block;
        }

        .txt__en--gm {
            margin-top: 19px;
        }

        .txt__jp--gm {
            margin-top: 0;
        }

        .p-modal-btn__title {
            font-size: 1.3rem;
            letter-spacing: 0.78px;
        }
        
        /* modal tb*/
        .p-modal__item {
            width: 683px;
            padding: 30px 0 44px;
        }

        .p-modal__img {
            width: 410px;
            height: 185px;
        }

        .p-modal__title {
            width: auto;
            margin-top: 20px;
        }

        .p-modal__text {
            margin-top: 30px;
            width: 594px;
        }

        .p-modal__close {
            top: 11px;
            right: 44px;
            position: absolute;
            cursor: pointer;
            display: block;
        }

        .p-modal__close img {
            width: 52px;
            display: block;
        }
}
/* tb 768px-1024px */

/* sectionClaytype カスタムブレイクポイント */
@media (min-width: 1025px) and (max-width: 1319px) {
    .section--claytype {
        margin: 170px auto 0;
    }

    .type__outer {
        display: flex;
        width: 93.3%;
        margin: 120px auto 0;
        justify-content: center;
    }

    .section--claytype button {
        margin-top: 0;
    }

    .section--claytype button:first-of-type {
        margin-top: 0;
    }

    .p-modal-btn__img {
        width: 80.4%;
    }

    .txt__en {
        margin-top: 40px;
        font-size: 1.4rem;
    }

    .txt__jp {
        font-size: 1.4rem;
        letter-spacing: 2.8px;
        margin-top: 26px;
        display: block;
    }

    .txt__en--gm {
        margin-top: 19px;
    }

    .txt__en--gm .tbBr {
        display: block;
    }

    .txt__jp--gm {
        margin-top: 0;
    }

    .p-modal-btn__title {
        font-size: 1.3rem;
        letter-spacing: 0.78px;
    }
    
    /* modal tb*/
    .p-modal__item {
        width: 683px;
        padding: 30px 0 44px;
    }

    .p-modal__img {
        width: 410px;
        height: 185px;
    }

    .p-modal__title {
        width: auto;
        margin-top: 20px;
    }

    .p-modal__text {
        margin-top: 30px;
        width: 594px;
    }

    .p-modal__close {
        top: 11px;
        right: 44px;
        position: absolute;
        cursor: pointer;
        display: block;
    }

    .p-modal__close img {
        width: 52px;
        display: block;
    }
}
/* 1025-1319px */

/* sectionQuality */
.section--quality img {
    width: 100%;
    margin-top: 110px;
}
 
.quality__article {
    margin: 0 4.2%;
}

.quality__article h3 {
    text-align: center;
    margin-top: 40px;
}

.quality__article p {
    margin-top: 30px;
}

/* sectionQuality pc*/
@media screen and (min-width:1025px) {
    .section--quality img {
        margin-top: 300px;
    }
    
    .quality__article {
        margin: 80px auto 0;
    }
    
    .quality__article p {
        width: 75.5%;
        max-width: 1510px;
        margin: 50px auto 0;
    }
}
/* pc 1025px */

/* sectioQuality tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {    
        .section--quality img {
            margin: 270px 0 0 0;
        }
            
        .quality__article {
            margin: 40px auto 0;
        }
        
        .quality__article p {
            width: 78%;
            margin: 50px auto 0;
        }
}
/* tb 768px-1024px */

/* sectionOtherTherapy */
.section--otherTherapy {
    margin: 120px auto 0 4.2%;
}

.section--otherTherapy h4 {
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.section--otherTherapy ul {
    width: 264px;
}

.section--otherTherapy li {
    display: flex;
    padding: 4px 10px;
    align-items: flex-start;
    border-radius: 1px;
    border-bottom: 0.6px solid var(--primary-black);
    margin-top: 50px;
    text-align: right;
    font-family: "Noto Serif JP";
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    display: inline-block;
}

.section--otherTherapy li:nth-of-type(2) {
    margin-top: 20px;
}

.section--otherTherapy li:hover {
    color: var(--primary-pink);
    border-bottom: 0.6px solid var(--primary-pink);
}

/* sectionOtherTherapy pc*/
@media screen and (min-width:1025px) {
    .section--otherTherapy {
        margin: 300px auto 256px;
    }
    
    .section--otherTherapy h4 {
        font-size: 1.8rem;
        letter-spacing: 1.8px;
        text-align: center;
    }

    .section--otherTherapy ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        width: auto;
    }
    
    .section--otherTherapy li {
        padding: 10px;
        align-items: center;
        margin-top: 60px;
        text-align: center;
        font-size: 1.7rem;
        letter-spacing: 1.02px;
        display: flex;
    }
    
    .section--otherTherapy li:nth-of-type(2),
    .reservationBtn {
        margin-top: auto;
    }
}
/* pc 1025px */

/* sectionOtherTherapy tb */
@media screen and (min-width: 768px) and (max-width: 1024px) {
        .section--otherTherapy {
            margin: 237px auto 168px;
        }
        
        .section--otherTherapy h4 {
            font-size: 1.6rem;
            letter-spacing: 1.6px;
            text-align: center;
        }

        .section--otherTherapy ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            width: auto;
        }
    
        .section--otherTherapy li {
            padding: 10px;
            align-items: center;
            margin-top: 60px;
            text-align: center;
            font-size: 1.6rem;
            letter-spacing: 0.96px;
            display: flex;
        }
        
        .section--otherTherapy li:nth-of-type(2),
        .reservationBtn {
            margin-top: auto;
        }
}
/* tb 768px-1024px */

/* else カスタムブレイクポイント */
@media (max-width: 350px) {
    .topic {
        font-size: 2rem;
    }

    .contents__title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    .contents__txt {
        font-size: 1.5rem;
    }

    .section--effect h3 {
        font-size: 1.8rem;
    }
}