.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    /* padding: 196px 0 0; */
    background-color: #000;
    /* background-color: #ffcdcd; */
    /* overflow: hidden; */
}

.lp_wrap h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: serif;
    color: #fff;
    text-align: center;
    line-height: 190%;
    margin: 0 0 70px;
}
.lp_wrap h2 {
    color: #fff;
    font-size: 24px;
}
.lp_wrap h3 {
    color: #fff;
    font-size: 20px;
}
.lp_wrap h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
}
.lp_wrap h4 span {
    width: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.lp_wrap p {
    line-height: 190%;
    color: #fff;
}

hr {
    margin: 0 0 150px !important;
}
.title_gold {
    margin: 0 auto 20px !important;
}


/* Fade in */
.fadein {
    animation-name: fadeinAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.fadeinTrigger{
    opacity: 0;
}



/* NAV MENU */
.nav_menu {
    width: 100%;
}
.nav_menu .nav_menu_wrap {
    width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
    z-index: 2;
}
.nav_menu ul {
    width: 100%;
    position: relative;
    filter: brightness(0.7);
    transition: all 0.1s;
}
.nav_menu ul li {
    width: 68%;
    height: 100px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.nav_menu ul.on {
    filter: brightness(1);
    position: relative;
}
.nav_menu ul li a p {
    margin: 0;
    font-size: 15px;
}
.nav_menu ul.on li a p {
    color: #ffcc00;
    text-decoration: underline;
    text-underline-position: under;
}
.nav_menu ul:hover {
    filter: brightness(1);
    transition: all 0.1s;
}
.nav_menu ul:hover li a p {
    color: #ffcc00;
    text-decoration: underline;
    text-underline-position: under;
}
.nav_menu ul::after {
    content: '';
    width: 98%;
    height: 16vw;
    min-height: 240px;
    background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255, 0) 65%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.nav_menu ul.on::after {
    content: '';
    width: 98%;
    height: 16vw;
    min-height: 240px;
    background: linear-gradient(#fafafa, rgb(255, 255, 255, 0) 65%);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.nav_menu ul:first-child li:last-child::before {
    content: '';
    width: 2.2vw;
    height: 2.2vw;
    min-width: 40px;
    min-height: 40px;
    background: url(/sp/harry_potter/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -8%;
    left: -8%;
    z-index: 2;
}

/* BACKGROUND */
.main_bg .main_bg_wrap {
    position: relative;
}

/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.intro_wrap {
    width: 530px;
    margin: 100px auto;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* tab */
.tab-wrap .tab {
    width: 700px;
    margin: 0 auto;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}
.tab-wrap .tab li {
    width: 24.7%;
    margin: 2px;
    padding: 20px 30px 0;
    text-align: center;
    opacity: 0.6;
}
.tab-wrap .tab li a p {
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: lighter;
}
.tab-wrap .tab li.active {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    position: relative;
}
.tab-wrap .tab li.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ffcb00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.tab-wrap .tab li.active a p {
    color: #ffcb00;
}
.tab-wrap .tab li:hover {
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}
.tab-wrap .tab li:hover a p {
    color: #ffcb00;
}


.tab-wrap .tab li.new a {
    position: relative;
}
.tab-wrap .tab li.new a::before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(/sp/harry_potter/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: 15%;
    transform: translate(-50%, -100%);
    z-index: 2;
}

/* area */
.product {
    width: 100%;
    margin: 0 auto 200px;
}
.area {
    width: 100%;
    position: relative;
    display: none;
    opacity: 0;
}
.area ul {
    width: 900px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.area ul.product_main {
    align-items: center;
}
.area ul.product_list {
    align-items: flex-end;
}
.area ul.product_main li:first-child {
    width: 45%;
}
.area ul.product_main li:last-child {
    width: 50%;
}
.area ul.product_main li h2 {
    font-weight: bold;
    text-align: center;
}
.area ul.product_main li p {
    font: 16px;
}

.area ul.product_list li {
    width: 26%;
    margin: 0 0 40px;
    position: relative;
    transition: all .3s;
}
.area ul.product_list li a p {
    text-align: center;
    cursor: pointer;
}
.area ul.product_list li a img.c_5oz {
    width: 100%;
    margin: 0;
}
.area ul.product_list li a img.c_2oz {
    width: 86%;
    margin: 0 7%;
}
.area ul.product_list li a img.c_1oz {
    width: 80%;
    margin: 0 10%;
}
.area ul.product_list li a img.c_50pe {
    width: 70%;
    margin: 0 15%;
}
.area ul.product_list li a img.c_1-4oz {
    width: 66%;
    margin: 0 17%;
}

.area ul.product_list li.sold-out {
    margin: 50px 0;
}
.area ul.product_list li.sold-out a {
    opacity: 0.7;
}

.area ul.product_list li.sold-out::after {
    content: '現在取扱いが御座いません。';
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 2px 10px;
    background-color: #8b8b8b;
    border-radius: 6px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.area ul.product_list li.sold-out::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.area ul.product_list li:hover {
    filter: brightness(110%);
    transition: all .3s;
}
.area ul.product_list li:hover a p {
    text-decoration: underline;
    text-underline-position: under;
    transition: all .3s;
}
.area ul.product_list li.sold-out:hover {
    filter:none;
}
.area ul.product_list li.sold-out:hover a p {
    text-decoration: none;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* MID BANNER */
.mid_banner {
    position: relative;
}
.mid_banner_wrap::before {
    content: "Illustration by Jim Kay";
    padding: 6px;
    font-size: 10px;
    font-family: serif;
    color: #656565;
    background-color: #00000050;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* CONTENT */
.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.content_wrap {
    width: 800px;
    margin: 160px auto 0;
}
.content_wrap p {
    margin: 0 auto 50px;
}
.content_wrap ul {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_wrap ul.area-1 li:first-child, .content_wrap ul.area-3 li:first-child {
    order: 2;
}
.content_wrap ul li {
    width: 47%;
}
.content_wrap ul li p {
    margin: 0;
}

/* BEHIND */
.behind {
    width: 100%;
    padding: 0 0 160px;
    background: url(/sp/harry_potter/img/22_behind_bg.webp) no-repeat; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.behind::before {
    content: '';
    width: 100%;
    height: 22vw;
    min-height: 260px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}
.behind::after {
    content: '';
    width: 100%;
    height: 17.5vw;
    min-height: 250px;
    background: url(/sp/harry_potter/img/behind_school.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.behind_wrap {
    width: 800px;
    margin: 0 auto;
    padding: 16% 0 0;
}
.behind_wrap p {
    margin: 0 auto 50px;
}
.behind_tit {
    width: 260px;
    margin: 0 0 100px;
}

.behind_cont ul {
    display: flex;
    position: relative;
}
.behind_cont ul li {
    width: 35%;
    position: absolute;
}
.behind_cont ul li:nth-child(1) {
    top: 0;
    left: 0;
    z-index: 1;
}
.behind_cont ul li:nth-child(2) {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.behind_cont ul li:nth-child(3) {
    top: 0;
    right: 0;
    z-index: 1;
}

.designer {
    margin: 460px auto 0;
}
.designer ul {
    margin: 60px auto 0;
    display: flex;
    justify-content: space-around;
}
.designer ul li {
    width: 42%;
}


/* PROTRAIT */
.portrait_wrap {
    width: 1000px;
    margin: 200px auto 0;
}
.portrait_wrap h4 {
    margin: 0 auto 60px;
}
.port_cont {
    width: 600px;
    margin: -80px auto 0;
}
.portrait_wrap p {
    margin: 0 auto 30px;
}

/* SERIE */
.serie {
    width: 100%;
    margin: 260px auto 0;
    padding: 0 0 60px;
    position: relative;
}
.serie::before {
    content: '';
    width: 25%;
    height: 400px;
    background: url(/sp/harry_potter/img/22_decor-4.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: -32%;
    left: 20%;
    transform: translateX(-50%);
}
.serie_wrap {
    width: 96%;
    margin: 0 auto;
}
.serie_wrap .year {
    margin: 60px auto;
}
.serie_wrap h4 {
    font-weight: bold;
}
.serie_wrap h4 span {
    width: 300px;
    font-weight: normal;
}
.serie_wrap p {
    font-size: 14px;
    text-align: center;
    margin: 100px auto 0;
}
.serie_wrap p img {
    width: 4%;
    margin-right: 20px;
}
.serie_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.serie_wrap ul li {
    width: 25%;
    position: relative;
    z-index: 1;
}
.serie_wrap ul li a {
    width: 100%;
    display: block;
    position: relative;
}
.serie_wrap ul li img {
    width: 90%;
    margin: 5%;
    transition: all 0.5s;
}

.serie_wrap ul li a::after {
    content: '';
    width: 92%;
    height: 12.8vw;
    min-height: 186px;
    background: url(/sp/harry_potter/img/serie_border.png) no-repeat;
    background-size: 100%;
    background-position: center;
    filter: drop-shadow(2px 4px 6px #00000075);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    transition: filter 0.5s;
}

.serie_wrap .year22 ul li::before {
    content: '';
    width: 10%;
    height: 6vw;
    min-height: 90px;
    position: absolute;
    top: 7%;
    left: 14%;
    z-index: 2;
    transition: all 0.3s;
}
.serie_wrap .year22 ul li:nth-child(1)::before {
    background: url(/sp/harry_potter/img/serie_flag-1.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(2)::before {
    background: url(/sp/harry_potter/img/serie_flag-2.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(3)::before {
    background: url(/sp/harry_potter/img/serie_flag-3.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(4)::before {
    background: url(/sp/harry_potter/img/serie_flag-4.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}


.serie_wrap ul li:hover img {
    filter: brightness(105%);
    transition: all 0.5s;
}
.serie_wrap ul li:hover a::after {
    filter: none;
    transition: all 0.5s;
}

/* flag change color */
.serie_wrap .year22 ul li:hover::before {
    transition: all 0.3s;
}
.serie_wrap .year22 ul li:nth-child(1):hover::before {
    background: url(/sp/harry_potter/img/serie_flag-1_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(2):hover::before {
    background: url(/sp/harry_potter/img/serie_flag-2_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(3):hover::before {
    background: url(/sp/harry_potter/img/serie_flag-3_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}
.serie_wrap .year22 ul li:nth-child(4):hover::before {
    background: url(/sp/harry_potter/img/serie_flag-4_hover.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

/* smoke hover */
.serie_wrap .year ul li::after {
    content: '';
    width: 100%;
    height: 15vw;
    min-height: 90px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: opacity 1s;
}
.serie_wrap .year22 ul li:nth-child(1)::after {
    background: url(/sp/harry_potter/img/smoke-1.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year22 ul li:nth-child(2)::after {
    background: url(/sp/harry_potter/img/smoke-2.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year22 ul li:nth-child(3)::after {
    background: url(/sp/harry_potter/img/smoke-3.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year22 ul li:nth-child(4)::after {
    background: url(/sp/harry_potter/img/smoke-4.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year24 ul li:nth-child(1)::after {
    background: url(/sp/harry_potter/img/smoke-5.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year24 ul li:nth-child(2)::after {
    background: url(/sp/harry_potter/img/smoke-6.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year24 ul li:nth-child(3)::after {
    background: url(/sp/harry_potter/img/smoke-7.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}
.serie_wrap .year24 ul li:nth-child(4)::after {
    background: url(/sp/harry_potter/img/smoke-8.gif) no-repeat;
    background-size: 100%;
    background-position: center center;
    transition: all 1s;
}




.serie_wrap .year22 ul li:hover::after,
.serie_wrap .year24 ul li:hover::after {
    opacity: 1;
    transition: all 1s;
}





.star span {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    animation: star-animate 3s linear infinite;
    position: absolute;
    top:50%;
    left:50%;
    z-index: -10;
}
.star span::before {
    content:'';
    width: 200px;
    height: 1px;
    background: linear-gradient(-90deg,#fff16fa1, transparent);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@keyframes star-animate
{
    0%
    {
        transform: rotate(-320deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(-320deg) translateX(2000px);
        opacity: 0;
    }
}
.star span:nth-child(1){
    top: 0;
    left: -600px;
    right: initial;
    animation-delay: 7s;
    animation-duration: 3s;
}
.star span:nth-child(2){
    top: 0;
    right: 300px;
    left: initial;
    animation-delay: 11s;
    animation-duration: 4s;
}
.star span:nth-child(3){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 8s;
    animation-duration: 3s;
}
.star span:nth-child(4){
    top: 0;
    left: 60px;
    right: initial;
    animation-delay: 16s;
    animation-duration: 2s;
}
.star span:nth-child(5){
    top: 0;
    left: 400px;
    right: initial;
    animation-delay: 12s;
    animation-duration: 4.5s;
}




/* STORY */
.story {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    background: url(/sp/harry_potter/img/24_story_bg.webp) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.story::before {
    content: '';
    width: 100%;
    height: 22vw;
    min-height: 260px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}

.story_wrap {
    width: 800px;
    margin: 0 auto;
    padding: 16% 0 0;
}
.story_wrap p {
    width: 550px;
    margin: 0 auto 50px;
    position: relative;
}
.story_tit {
    width: 260px;
    margin: 0 auto 140px;
}
.story_cont {
    margin: 0 auto 100px;
    position: relative;
}
.story_cont h4 {
    margin: 0 auto 60px;
    font-weight: bold;
}
.story_cont h4 span {
    width: 400px;
    margin: 0 auto;
    font-weight: normal;
}

.cont-1::before {
    content: '';
    width: 180%;
    height: 800px;
    background: url(/sp/harry_potter/img/24_story_key.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2::before {
    content: '';
    width: 160%;
    height: 800px;
    background: url(/sp/harry_potter/img/24_story_bubble.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2::after {
    content: '';
    width: 1040px;
    height: 200px;
    background: url(/sp/harry_potter/img/24_story_algae.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cont-3::before {
    content: '';
    width: 200px;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_bird.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 15%;
    left: -25%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cont-3::after {
    content: '';
    width: 280px;
    height: 130px;
    background: url(/sp/harry_potter/img/25_story_flying-car.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -20%;
    right: -60%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cont-4::before {
    content: '';
    width: 200px;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_ghost.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 15%;
    left: -35%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.cont-4::after {
    content: '';
    width: 260px;
    height: 210px;
    background: url(/sp/harry_potter/img/25_story_patronum.png) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -25%;
    right: -65%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* frame */
.cont-1 p::before {
    content: '';
    width: 40%;
    height: 220px;
    background: url(/sp/harry_potter/img/24_story_frame-1.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: 14%;
    left: -28%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-1 p::after {
    content: '';
    width: 50%;
    height: 220px;
    background: url(/sp/harry_potter/img/24_story_frame-2.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -5%;
    right: -80%;
    transform: translateX(-50%);
    z-index: -1;
}

.cont-2 p::before {
    content: '';
    width: 50%;
    height: 280px;
    background: url(/sp/harry_potter/img/24_story_frame-3.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -30%;
    left: -32%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-2 p::after {
    content: '';
    width: 45%;
    height: 230px;
    background: url(/sp/harry_potter/img/24_story_frame-4.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    top: -8%;
    right: -75%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-3 p::before {
    content: '';
    content: '';
    width: 45%;
    height: 200px;
    background: url(/sp/harry_potter/img/25_story_frame-5.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: -32%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-3 p::after {
    content: '';
    width: 40%;
    height: 270px;
    background: url(/sp/harry_potter/img/25_story_frame-6.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -10%;
    right: -66%;
    transform: translateX(-50%);
    z-index: -1;
}

.cont-4 p::before {
    content: '';
    content: '';
    width: 45%;
    height: 290px;
    background: url(/sp/harry_potter/img/25_story_frame-7.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: -32%;
    transform: translateX(-50%);
    z-index: -1;
}
.cont-4 p::after {
    content: '';
    width: 40%;
    height: 270px;
    background: url(/sp/harry_potter/img/25_story_frame-8.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: absolute;
    bottom: -30%;
    right: -66%;
    transform: translateX(-50%);
    z-index: -1;
}






