@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  common
--------------------------------------------- */
.ph-inner-pc-menu {
    display: none;
}

.footer-nav {
    display: none;
}

/*btn*/
.btn-wrap {
    text-align: center;
    padding-top: 50px;
}

.btn-wrap.pt-small {
    padding-top: 40px;
}

.btn-wrap-top {
    padding: 50px 0 70px;
    text-align: center;
}

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

.btn-wrap-inner li {
    padding: 0 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 340px;
    height: 60px;
    border-radius: 30px;
    background: #711717;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.1s 0s ease;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 39%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translateY(-50%);
}

.btn:hover {
    opacity: .75;
}

/*block*/

.block {}

.block.pt-small {
    padding-top: 40px;
}

.bg-gray {
    background: #f5f5f5;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/*fadein*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein-active {
    opacity: 1;
    transform: translate(0, 0);
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    max-width: 1366px;
    height: 450px;
    position: relative;
    background: url(../images/mv.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.mv-lead {
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}


.mv-lead small {
    font-size: 28px;
    line-height: 1;
    display: block;
    padding-bottom: 15px;
    color: #e35c6f;
}

.mv-lead span {
    font-size: 56px;
    line-height: 1.25;
}

/* ------------------------------------------
  lead
--------------------------------------------- */
.valentine24-head {
    padding-top: 50px;
    text-align: center;
}

.valentine24-head h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 20px 0;
}

.valentine24-head-lead {
    padding-bottom: 40px;
}

/* ------------------------------------------
  mokuji
--------------------------------------------- */
.valentine24-menu {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.valentine24-menu-musu {
    background: #f7e8ff;
}

.valentine24-menu-tiramisu {
    background: #ebefff;
}

.valentine24-menu-snowball {
    background: #ffe0e0;
}

.valentine24-menu li {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.valentine24-menu a {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.valentine24-menu-snowball .valentine24-menu-img {
    position: relative;
    left: -20px;
}

.valentine24-menu p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    white-space: nowrap;
}

.valentine24-menu-snowball {
    justify-content: start;
}

.valentine24-menu-snowball p {
    padding-left: 0;
    left: -20px;
}

.valentine24-menu p:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    margin-left: -7px;
    bottom: -20px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
}

.valentine24-menu-musu p:after {
    border-bottom-color: #a669ca;
    border-right-color: #a669ca;
}

.valentine24-menu-tiramisu p:after {
    border-bottom-color: #7b74e8;
    border-right-color: #7b74e8;
}

.valentine24-menu-snowball p:after {
    border-bottom-color: #ca5454;
    border-right-color: #ca5454;
}

/* ------------------------------------------
  soup
--------------------------------------------- */
.soup-block {
    margin-top: 60px;
    position: relative;
}

.soup-block:after {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
}

.soup-block#musu:after {
    background: #f7e8ff;
}

.soup-block#tiramisu:after {
    background: #ebefff;
}

.soup-block#snowball:after {
    background: #ffe0e0;
}

.soup-block-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.soup-img {
    width: 100%;
    text-align: right;
}

.soup-block#tiramisu .soup-img {
    text-align: left;
}

.soup-item-inner {
    padding: 160px 0 60px 0;
    display: flex;
}

.soup-text {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -500px;
    z-index: 2;
}

.soup-text-inner {
    width: 500px;
    height: 480px;
    background: #f9f9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 50px 10px;
}

.soup-block#tiramisu .soup-block-inner {
    text-align: right;
}

.soup-text-inner p {
    font-weight: 500;
}

.soup-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    letter-spacing: 2px;
}


.soup-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}

.soup-block#snowball .soup-title:after {
    background: #ca5454;
}

.soup-block#tiramisu .soup-title:after {
    background: #7b74e8;
}

.soup-block#musu .soup-title:after {
    background: #a669ca;
}

.soup-text-cnt-honbun {
    line-height: 2;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

.soup-text-cnt a {
    text-decoration: underline;
}

.soup-block#snowball .soup-text-cnt .soup-text-cnt-link,
.soup-block#snowball .soup-text-cnt p a,
.soup-block#snowball .soup-item-cp {
    color: #ca5454;
}

.soup-block#tiramisu .soup-text-cnt .soup-text-cnt-link,
.soup-block#tiramisu .soup-text-cnt p a,
.soup-block#tiramisu .soup-item-cp {
    color: #7b74e8;
}

.soup-block#musu .soup-text-cnt .soup-text-cnt-link,
.soup-block#musu .soup-text-cnt p a,
.soup-block#musu .soup-item-cp {
    color: #a669ca;
}

.soup-item {
    background: #fff;
    padding-top: 300px;
    display: flex;
    justify-content: end;
}

.soup-gyu .soup-item {
    background: #ffe0e0;
}

.soup-shoga .soup-item {
    background: #ede9db;
}

.soup-wakame .soup-item {
    background: #ebefff;
}

.soup-tamago .soup-item {
    background: #f7e8ff;
}

.soup-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.soup-item-inner {
    padding: 90px 0 60px 110px;
    display: flex;
    position: relative;
    align-items: center;
}

.soup-item-image {
    width: 140px;
    text-align: right;
    position: relative;
}

.soup-item-image p {
    display: flex;
    padding-bottom: 5px;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: -40px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.soup-block#musu .soup-item-image p,
.soup-block#musu .soup-item-btn {
    background: #a669ca;
}

.soup-block#tiramisu .soup-item-image p,
.soup-block#tiramisu .soup-item-btn {
    background: #7b74e8;
}

.soup-block#snowball .soup-item-image p,
.soup-block#snowball .soup-item-btn {
    background: #ca5454;
}

.soup-item-text {
    padding-left: 30px;
    width: 740px;
    text-align: left;
}

.soup-item-title {
    font-weight: 700;
    padding-bottom: 3px;
    font-size: 20px;
}

.soup-item-lead {
    font-weight: 500;
    padding-bottom: 10px;
}

.soup-item-sale {
    text-align: center;
    width: 190px;
}

.soup-item-sale span {
    color: #711717;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    padding: 0 10px;
}

.soup-item-sale span:before,
.soup-item-sale span:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 14px;
    background: #711717;
    top: 9px;
}

.soup-item-sale span:before {
    transform: rotate(330deg) translateY(-50%);
    left: 0;
}

.soup-item-sale span:after {
    transform: rotate(30deg) translateY(-50%);
    right: 0;
}

.soup-item-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    text-decoration: none;
    width: 230px;
    height: 40px;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    padding-bottom: 1px;
    transition: all 0.3s 0s ease;
}

.soup-item-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 48%;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.soup-item-btn:hover {
    background: #aa1010;
    opacity: 1;
}

/* ------------------------------------------
  campaign
--------------------------------------------- */
.campaign {
    text-align: center;
    padding: 40px;
}

.campaign a:hover {
    opacity: 0.75;
}

.soup-item-cp {
    font-weight: 500;
}

/* ------------------------------------------
  itemList
--------------------------------------------- */
.itemLink {
    /*background: url(../images/itemLink-bg.jpg) no-repeat center;*/
    text-align: center;
    padding: 40px 0 60px;
}

.itemLink p {
    font-size: 20px;
    font-weight: 500;
    color: #565656;
    padding-bottom: 5px;
}

.itemLink a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff !important;
    width: 540px;
    height: 80px;
    text-align: center;
    border-radius: 12px;
    font-size: 22px;
    background: rgb(239, 118, 192);
    background: linear-gradient(180deg, rgba(239, 118, 192, 1) 0%, rgba(196, 104, 193, 1) 100%);
    overflow: hidden;
    transition: all 0.3s 0s ease;
}

.itemLink a:hover {
    opacity: 1;
    background: linear-gradient(180deg, rgb(217 93 169) 0%, rgb(173 87 170) 100%);
}

.itemLink a:before,
.itemLink a:after {
    content: "";
    display: block;
    width: 57px;
    height: 57px;
    background-size: cover !important;
    position: absolute;
}

.itemLink a:before {
    left: 0;
    bottom: 0;
    background: url(../images/itemLink-ribbon.png) no-repeat;
}

.itemLink a:after {
    right: 0;
    top: 0;
    background: url(../images/itemLink-ribbon-r.png) no-repeat;
}

/* ------------------------------------------
  modal
--------------------------------------------- */
.modal__content {
    padding: 30px 50px;
    width: 500px;
    text-align: center;
}

.modal__content h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 7px;
    line-height: 1.2;
}

.modal__content h2 span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-img {
    text-align: center;
    margin-bottom: 20px;
}

.modal-img img {
    width: 400px;
}

.modal-recipe {
    margin-bottom: 20px;
    padding: 0 30px 30px;
}

.modal-inner {
    background: #fff;
}

.modal-inner h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    padding: 5px 0px;
}

.modal-inner + .modal-inner {
    margin-top: 20px;
}

.modal-material {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 30px;
    text-align: left;
}

.modal-material dt {
    width: 70%;
}

.modal-material dd {
    width: 30%;
}

.modal-material dt,
.modal-material dd {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

.modal-recipe li {
    text-align: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.modal-recipe li:before {
    display: block;
    width: 18px;
    height: 18px;
    background: #711717;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.modal-recipe li:nth-child(1):before {
    content: "1";
}

.modal-recipe li:nth-child(2):before {
    content: "2";
}

.modal-recipe li:nth-child(3):before {
    content: "3";
}

.modal-recipe li:nth-child(4):before {
    content: "4";
}

.modal-recipe li:nth-child(5):before {
    content: "5";
}

.modal__content .js-modal-close {
    text-decoration: underline !important;
}

#modal01 h2 span,
#modal01 .js-modal-close {
    color: #a669ca;
}

#modal02 h2 span,
#modal02 .js-modal-close {
    color: #7b74e8;
}

#modal03 h2 span,
#modal03 .js-modal-close {
    color: #ca5454;
}

#modal01 .modal__content {
    background: #f7e8ff;
}

#modal02 .modal__content {
    background: #ebefff;
}

#modal03 .modal__content {
    background: #ffe0e0;
}

#modal01 .modal-inner h3,
#modal01 .modal-recipe li:before,
#modal01 .soup-title:after {
    background: #a669ca;
}

#modal02 .modal-inner h3,
#modal02 .modal-recipe li:before,
#modal02 .soup-title:after {
    background: #7b74e8;
}


#modal03 .modal-inner h3,
#modal03 .modal-recipe li:before,
#modal03 .soup-title:after {
    background: #ca5454;
}

.modal-closeBtn {
    position: absolute;
    top: 50px;
    right: 50%;
    margin-right: -320px;
}

/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {

    /*common*/
    html {
        overflow-x: hidden;
    }

    body {
        font-size: 3.8vw;
        min-width: 0;
        overflow-x: hidden;
    }

    .main {}

    a:hover,
    a:not(.btn):hover {
        opacity: 1;
    }

    .btn-wrap {
        padding-top: 30px;
    }

    .btn {
        width: 280px;
        height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .btn:after {
        top: 36%;
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
        display: none !important;
    }

    .block {}

    .block.pt-small {
        padding-top: 20px;
    }

    .inner {
        width: 100%;
    }

    .cmn-lead {
        padding-bottom: 20px;
    }

    /*header*/
    .header .logo {
        padding-top: 3px;
    }

    .header a:hover {
        opacity: 1;
    }

    .header .header-inner {
        padding: 0 20px;
    }

    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }

    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv-sp {
        position: relative;
        padding-top: 89%;
    }

    .mv-sp > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mv-inner {
        position: absolute;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .mv-lead {
        width: 100vw;
        letter-spacing: 0.5vw;
    }

    .mv-lead small {
        font-size: 4.8vw;
    }

    .mv-lead span {
        font-size: 8vw;
    }

    .valentine24-lead-img {
        width: 20vw;
    }

    /* ------------------------------------------
      head
    --------------------------------------------- */

    .valentine24-head {
        padding: 9vw 4vw 0;
        text-align: center;
    }

    .valentine24-head h2 {
        font-size: 5.4vw;
        padding: 4vw 0;
        letter-spacing: 0.25vw;
    }

    .valentine24-head-lead {
        padding-bottom: 6vw;
    }

    .valentine24-menu {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .valentine24-menu li {
        width: 31.5%;
        display: block;
        padding: 2vw 0 8vw 0;
        position: relative;
    }

    .valentine24-menu a {
        display: inline-block;
        overflow: visible;
    }

    .valentine24-menu-img {
        width: 100%;
        height: 25vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .valentine24-menu-snowball .valentine24-menu-img {
        position: relative;
        left: 0;
        overflow: hidden;
    }

    .valentine24-menu-musu img {
        width: 70%;
    }

    .valentine24-menu-tiramisu img {
        width: 75%;
    }

    .valentine24-menu-snowball img {
        width: 110%;
        max-width: none;
    }

    .valentine24-menu p {
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1.3;
        position: static;
        margin-bottom: 10px;
        padding-left: 0;
        letter-spacing: 0;
    }

    .valentine24-menu p:after {
        left: 50%;
        width: 2.6vw;
        height: 2.6vw;
        transform: rotate(45deg) translateY(-50%);
        margin-left: -2vw;
        bottom: -6vw;
        border-bottom-width: 0.6vw;
        border-bottom-style: solid;
        border-right-width: 2px;
        border-right-style: solid;
    }

    /* ------------------------------------------
      lead
    --------------------------------------------- */
    .lead {
        padding: 30px 20px 30px;
    }

    .lead-title {
        font-size: 16px;
        padding-bottom: 30px;
        letter-spacing: 2px;
    }

    .lead-item {
        width: 100%;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .lead-item-image {
        width: 100%;
        margin-bottom: 15px;
    }

    .lead-item-image img {
        width: 100%;
    }

    .lead-item-text {
        width: 100%;
    }

    .lead-item-title {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .lead-item:nth-child(2) {
        flex-wrap: wrap-reverse;
    }

    .lead-item:last-child {
        padding-bottom: 40px;
    }

    /* ------------------------------------------
      mokuji
    --------------------------------------------- */
    .lead-mokuji {
        width: 100%;
        padding-bottom: 20px;
    }

    .lead-mokuji-title {
        font-size: 16px;
        top: -16px;
    }

    .lead-mokuji ul {
        flex-wrap: wrap;
        margin: 0 -5px;
    }

    .lead-mokuji-item {
        margin: 0 5px 10px;
        width: calc(50% - 10px);
    }

    .lead-mokuji-item a {
        width: 100%;
        height: 65px;
        font-size: 3.5vw;
        padding-bottom: 15px;
    }

    /* ------------------------------------------
      soup-block
    --------------------------------------------- */
    .soup-block {
        margin-top: 10vw;
        padding-bottom: 10vw;
        position: relative;
    }

    .soup-block#musu {
        background: #f7e8ff;
    }

    .soup-block#tiramisu {
        background: #ebefff;
    }

    .soup-block#snowball {
        background: #ffe0e0;
    }

    .soup-block:after {
        content: none;
    }

    .soup-block-inner {
        width: 100%;
    }

    .soup-text-inner {
        width: 100%;
        height: auto;
        padding: 5vw 0;
    }

    .soup-text {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        margin: -10vw 0 6vw 0;
        left: 0;
        z-index: 2;
        padding: 0 4vw;
    }

    .soup-text-inner {
        width: 100%;
        height: auto;
        padding: 6vw 0 7vw;
    }

    .soup-title {
        padding-bottom: 3vw;
        font-size: 5.2vw;
        margin-bottom: 4vw;
    }

    .soup-item {
        padding: 0 20px 0;
    }

    .soup-item-image {
        width: 24vw;
        position: absolute;
        top: 12vw;
        left: 6vw;
        text-align: center;
    }

    .soup-item-image p {
        padding-bottom: 1vw;
        width: 14vw;
        height: 14vw;
        border-radius: 7vw;
        top: -11vw;
        left: -2vw;
        text-align: center;
        line-height: 1.3;
        font-weight: 700;
        color: #fff;
        font-size: 10px;
    }

    .soup-item-image img {
        width: 100%;
        margin-top: -25px;
    }

    .soup-item-text {
        padding-left: 0;
        width: 100%;
    }

    .soup-text-cnt-honbun {
        padding-bottom: 4vw;
        letter-spacing: 0.2vw;
    }

    .soup-item:before {
        content: none;
    }

    .soup-item-inner {
        padding: 0 4vw;
        width: 100%;
        display: flex;
        align-items: flex-start;
        position: relative;
    }

    .soup-item-title {
        padding-left: 30vw;
        font-size: 4.4vw;
    }

    .soup-item-lead {
        padding-left: 30vw;
        padding-bottom: 5vw;
    }

    .soup-item-sale {
        width: 100%;
        margin-bottom: 5px;
    }

    .soup-item-btn {
        width: 100%;
        height: 10vw;
    }

    .soup-item-cp {
        text-align: center;
    }

    /* ------------------------------------------
      itemList
    --------------------------------------------- */
    .itemLink {
        text-align: center;
        padding: 8vw 7vw 10vw;
    }

    .itemLink p {
        font-size: 4.6vw;
        padding-bottom: 2vw;
    }

    .itemLink a {
        width: 100%;
        height: 18vw;
        border-radius: 2vw;
        font-size: 5.2vw;
        line-height: 1.2;
        top: 0;
        letter-spacing: 0.5vw;
    }

    .itemLink a:before,
    .itemLink a:after {
        width: 12vw;
        height: 12vw;
    }

    /* ------------------------------------------
      modal
    --------------------------------------------- */
    .modal__content {
        padding: 8vw 8vw;
        width: 90%;
        text-align: center;
    }

    .modal__content h2 {
        margin-bottom: 6vw;
        font-size: 5.4vw;
        letter-spacing: 0.8vw;
        line-height: 1.2;
    }

    .modal__content h2 span {
        font-size: 4.0vw;
        margin-bottom: 2vw;
    }

    .modal-img {
        margin-bottom: 6vw;
    }

    .modal-img img {
        width: 100%;
    }

    .modal-recipe {
        margin-bottom: 5vw;
        padding: 0 5vw 5vw;
    }

    .modal-inner {
        background: #fff;
    }

    .modal-inner h3 {
        margin-bottom: 3vw;
        padding: 1vw 0px;
        font-size: 4vw;
    }

    .modal-inner + .modal-inner {
        margin-top: 7vw;
    }

    .modal-material {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5vw 5vw;
        text-align: left;
    }

    .modal-material dt {
        width: 70%;
    }

    .modal-material dd {
        width: 30%;
    }

    .modal-material dt,
    .modal-material dd {
        border-bottom: 1px dotted #ccc;
        padding: 2vw 0;
    }

    .modal-recipe li:before {
        display: block;
        width: 5vw;
        height: 5vw;
        border-radius: 2.5vw;
        position: absolute;
        top: 1vw;
        font-size: 3.8vw;
        line-height: 4.8vw;
    }

    .modal-closeBtn {
        position: absolute;
        top: 50px;
        right: 5%;
        margin-right: 0;
    }

    .modal-closeBtn img {
        width: 10vw;
    }


}
