@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/

ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}




/*------------------------------------*/

h1{
	margin: 0;
}
main section.key-visual {
	position: relative;
	background: url(../images/used-wheel/bg-top-2.webp) center bottom / cover no-repeat #ffffff;
	height: auto;
	margin-bottom: 0;
}

#used_wheel{
    background-image: url(../images/used-wheel/bg-4.jpg);
    background-repeat: repeat;
}

main section.key-visual h1 img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
}
.down-arrow-wrap{
}
.down-arrow{
position: relative;
    top: -120px;
    width: 50%;
    margin: 0 auto;
}

.down-arrow img{
    width: 100%;
    height: auto;
}
.intro{
    /*background: url(../images/used-wheel/bg-lead.png) center bottom / cover no-repeat #ffffff;*/
        border-bottom: 2px solid #f9bf2d;
    background: url(../images/used-wheel/bg-top-3.webp) center bottom / cover no-repeat #ffffff;
    background-position: bottom;
    background-size: cover;
    margin-top: -272px;
    /* position: absolute; */
    padding: 5%;
}

.intro-img-wrap{
    display: flex;
}
.intro-img{
    width: 45%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 100;
    margin: 3% auto;
    top: 58px;
}

.intro-img img{
width: 100%;
height: auto;
}



.intro-h2{
    font-size: 1.2rem;
    position: relative;
    top: -165px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 5px rgb(4 22 62);
    font-weight: bold;
    font-size: 1.4rem;
}

.jump ul{
    overflow: hidden;
    padding-left: 0;
}


.jump li{
    width: 20%;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    list-style: none;
}
.jump_point{
    height: 40px;
}
.li_jump_last{
      border-right:none !important;  
}

.jump{
        width: 100%;
        padding: 1%;
        font-size: 0.8rem;
    }
    .jump_point{
        height: 20px;
    }

.text-white{
	color: #fff;
    font-weight: bold;
}


main section.situation {
    padding: 1%;
    width: 100%;
    height: auto;
    background: url(../images/used-wheel/coin-2.webp) center bottom / cover no-repeat #ffffff;
    background-position: right;
    background-size: cover;
}


main section.situation > .main-img img {
    width: 50%;
    height: auto;
    line-height: 0;
    vertical-align: top;
    margin: 0 25%;
}

.situation-wrap {
    background-color: #fff;
    margin: 7% auto;
    width: 80%;
}
.i-check{
    margin-right: 10px;
    color: #ef8f3a;
    font-size: 1rem;
}
/*枠線つき吹き出し*/
.balloon{
  position: relative;
  padding: 1em;
  border: 3px solid #ef8f3a;
  /*box-shadow: 1px 1px 10px #8e8e8e;*/
  z-index: 99;
}

.balloon-001 {
	display: flex;
    justify-content: center;
    position: relative;
    /*max-width: 300px;
	border-radius: 5px;
    */
    margin-bottom: 15px;
	padding: 0 0.8em 1.2em;
    
    background-color: #e41420;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #e41420;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}



.situation-item{
	width: 100%;
    height: auto;
    /* display: inline-block; */
    text-align: center;
    background: #fff;
}

.situation-item p{
    font-size: 0.8rem;
    line-height: initial;
    font-weight: bold;
    border-bottom: 2px #ef8f3a dotted;
    padding: 0% 0 4%;

}



main section.omakase {
	position: relative;
	background: url(../images/used-wheel/bg-omakase-2.png) center bottom / cover no-repeat #ffffff;
	height: auto;
}

main section.used-items{
	  width: 100%;
    height: auto;
    background-image: url(../images/used-wheel/bg-2.jpg);
    background-repeat: repeat;
    text-align: center;
    padding-top: 9%;
}

.used-item-wrap{
    padding: 4%;
    margin: 0 auto;
    /*display: flex;*/
    width: 100%;
}



.used-item {
    width: 80%;
    margin: 1% auto 6%;
    /* background-color: #fff; */
    padding: 4%;
    /* border-radius: 10px; */
    /* border: #ffa800 5px solid; */
}


.sticker {
    width: 30%;
    height: auto;
    position: relative;
    top: -26px;
    left: -100px;
    display: inline-block;
}

.sticker img{
    width: 100%;
    height: auto;
}

.item_img {
width: 100%;
    background-color: #fff;
    margin: -72px auto 0;
    border-radius: 50%;
}

.item_img-last{
		margin-top: 0;
}


.item_img img{
	width: 100%;
    height: auto;
	
}
.item_name{
    margin: -4% auto 2%;
    text-align: center;
    width: 80%;
    height: auto;
    background-color: #fdd23c;
    padding: 2%;
    border-radius: 5px;
    font-size: 0.6rem;
    color: #000;
    font-weight: bold;
}

.h2_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.h2-deco {
	position: relative;
    display: table-cell;
    padding: 0 45px;
    text-align: center;
    margin: 4% auto;
    display: inline-block;
    color: #e41420;
}
.h2-deco:before, .h2-deco:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: #e40220;
}
.h2-deco:before {
	left:0;
	transform: rotate(60deg);
}
.h2-deco:after {
	right: 0;
	transform: rotate(-60deg);
}

main section.purchase{
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: url(../images/used-wheel/bg-item.png) ,url(../images/used-wheel/bg-3.jpg) ;
    background-repeat: repeat;
    padding: 2% 1% 6%;
    background-size: contain;
}
.h2_wrap-bgred{
    background: #c91004;
}
.h2-purchase{
	color: transparent;
    background: linear-gradient(0deg, #ffc95a 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #ffc95a 90% 100%);
    -webkit-background-clip: text;
    width: 100%;
    font-size: 2rem;
}
.purchase-wrap{
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*background-color: #eee;*/
    padding: 1%;
}
.slider{
	width: 100%;
	height: auto;
	display: flex;
    flex-direction: row;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}

.swiper-button-prev ,.swiper-button-next{
	color: #fff;
    top: 70px;
    font-size: 0.7em;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    border-bottom: 16px solid transparent;
    border-right: 16px solid #acacac;
    border-top: 16px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    border-bottom: 16px solid transparent;
    border-left: 16px solid #acacac;
    border-top: 16px solid transparent;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.slider-item{
    width: calc(49% - 1%); /* 2つ横並び時の幅調整 */
     margin: 10px;
    margin: 1%;
    height: auto;
    background-color: #fff;
    padding: 1%;
    border-radius: 6px;
}

.slider-thumbnail,.compare-menu-detail{
	display: none;
}

.item-detail table{
	width: 100%;
	height: auto;
    margin: 4% 0 0;
    font-size: 0.5em;
      border-collapse: collapse; /* セルの境界を重ねる */
  border: 1px solid black;   /* テーブル全体のボーダー */
}
.item-detail table th,.item-detail table td{
  border: 1px solid black;   /* セルごとのボーダー */
}
.item-detail table tr{
    width: auto;
    height: 73px;
}
.item-detail table th{
    background-color: #eee;
    padding: 0;
    letter-spacing: 0.2rem;
    width: 12%;
}

.item-detail table th span{
    /*↓縦書きの記述*/
    writing-mode: vertical-rl;
    /*↓縦書きの記述を改行させないための記述*/
    white-space: pre;
    /*↓いるかどうかわからない*/
    display:inline-block;
}
.item-detail table td{
	margin: 1%;
    padding-left: 3%;
    width: 88%;
}
.price-text{
    font-size: 0.9rem;
    color: red;
    font-weight: bold;
}

/*-----アコーディオン-----*/
    

.panel {

}
.panel > dt {
    color: #000000;
    cursor: pointer;
    padding: 12px;
    font-weight: bold;
    font-size: 1em;
 	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    text-align: center;
    width: 80%;
    margin: 4% auto;
}
 
.panel > dd {
  /*border: solid 1px Silver;*/
  margin: 0px;
  /*padding: 14px;*/
}

.panel > dt > p {
    display: inline-block;
    width: 70%;
    margin: 0;
}
.panel > dt > span {
    text-align: right;
    display: inline-block;
    width: 6%;
}
/*-----アコーディオン-----*/ 

/*-----アコーディオンQA-----*/
    
.qa {
    width: 94%;
    font-size: 0.7rem;
    padding-top: 0;
    margin: 0 auto;
}
.panel2 {
    border: 2px solid #f9d23c;
    background-color: #fff;
        margin-top: 0;
    margin-bottom: 10%;
}
.panel2 > dt {
	color: #000000;
    cursor: pointer;
	padding: 8px 6px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    width: 94%;
    background: #fff;
}
 
.panel2 > dd {
    margin: 0px;
    padding: 14px;
    font-size: 0.8rem;
}

.panel2 > dt > p {
    text-align: left;
    display: inline-block;
    width: 94%;
    margin: 0;
}
.panel2 > dt > span {
    text-align: right;
    display: inline-block;
    width: 6%;
}
/*-----アコーディオン2おわり-----*/ 

.h2-qa{
	border: 2px solid #f9d23c;
    background-color: #f9d23c;
    padding: 2%;
    margin: 0;
}

main section.step{
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 5% 5%;
}

.step-wrap{

}

.balloon-002 {
    display: flex;
    justify-content: center;
    position: relative;
    /*max-width: 300px;*/
    margin-bottom: 15px;
    padding: .8em 1.2em;
    background-color: #cb1104;
    color: #ffffff;
}

.balloon-002::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #ca1004;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.point_item {
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
}
.point_title p {
    background-color: #cb1204;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 22px;
    text-align: center;
    margin: 0;
    padding-top: 7px;
    display: inline-block;
}

.point_title span {
    font-size: 0.8rem;
    display: block;
}
.point_title_wrap{
	display: flex;
    width: 50%;
    margin: 0 auto;
}

.point_item_maintext{
	font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    border-bottom: none;
    width: 100%;
}

h3{
	font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    border-bottom: none;
    width: 100%;
    line-height: 1.5rem;
}

.point_item_img img{
	width: 100%;
	height: auto;
}

.point_item_img{
    width: 70%;
    margin: 0 auto;
    /* background: #fff; */
    /* border-radius: 5px; */
    /* padding: 5%; */
    border: 2px solid #000;
    border-bottom: none;
}

.point_item_subtext{
    font-size: 0.8rem;
    width: 70%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5%;
    border: 2px solid #000;
}



main section.access{
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}

.shop-wrap{

    display: flex;
    flex-direction: column;
}

.access-h2 {
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}

.shop-name{
	 width: 100%;
}
.shop-img,.shop-text {
	width: 100%;
	height: auto;
}

.shop-img{
    width: auto;
    margin: 5%;
}
.shop-img-f{
    width: 100%;
    margin: 0;
}
.shop-img img{
	width: 100%;
	height: auto;
}
.pctL {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0.8rem;
    width: 90%;
    margin: 0 auto;
    background: #fff;
}
.shoplist th, .shoplist td {
    border: 1px solid #CCCCCC;
    padding: 8px;
}
.shoplist th {
    font-weight: bold;
    color: #333333;
    background-color: #f2f2f2;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
}
.shoplist td {
    text-align: left;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
border: none;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.storeblogs-wrap {
background: #fff;
}
.storeblogs {
    width: 360px;
    margin: 60px auto 0;
    padding: 0 4% 4%;
}
.storeblogs .catch_copy {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
}
.storeblogs .similar-articles {
    font-size: 14px;
    color: #000000;
    width: 100%;
    margin: 0 auto 15px;
}
.storeblogs .similar-articles { position: relative; border: 1px solid #000; padding: 20px; box-sizing: border-box; }
.storeblogs .similar-articles a { display: flex; flex-wrap: wrap; justify-content: space-around; text-decoration: none; }
.storeblogs .similar-articles .label { position: absolute; top: -6px; left: -6px; background: #000000; padding: 3px 5px; color: #ffffff; font-size: var(--compact-blogs-font-size); }
.storeblogs .similar-articles .photo { width: 316px; }
.storeblogs .similar-articles .photo img { width: 100%; height: auto; }
.storeblogs .similar-articles a:hover { opacity: 0.8; }
.storeblogs .similar-articles .detail { width: 316px; position: absolute; bottom: 20px; background: rgb(0,0,0,0.5); }
.storeblogs .similar-articles .detail .title { position: relative; color: #ffffff; font-weight: var(--base-blogs-font-weight); margin-top: 10px; padding: 0 10px 7px; }
/*
.storeblogs .similar-articles .detail .title::after { content: ''; width: 16px; height:1px; background: #ffffff; position: absolute; bottom: 10px; right: 3px; transform: rotate(45deg); }
.storeblogs .similar-articles .detail .title::before { content: ''; width: 36px; height:1px; background: #ffffff; position: absolute; bottom: 5px; right: 6px; }
*/
.storeblogs .similar-articles .detail .title::after {
    content: '';
    border-top: 7px solid transparent;
    border-right: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.storeblogs .similar-articles .detail .title::before {
    content: '';
    width: 14px;
    height:1px;
    background: #ffffff;
    position: absolute;
    bottom: 12px;
    right: 5px;
    transform: rotate(-45deg);
}
.storeblogs .similar-articles .detail .title span { display: inline-block; }
.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }
.storeblogs .similar-articles .detail .con-button { width: 170px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: #fff; border: 1px solid #000; padding: 5px 10px!important; box-sizing: border-box; text-align: center;  }
.storeblogs .similar-articles .detail .con-button.blog-link { display: none; }




/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) {
	section.key-visual{
		width: 100%;
	}
	section.key-visual　> .main-img img {
		max-width: var(--width-pc);
	}
	section.situation{
		width: 100%;
	}
	section.situation　> .main-img img {
		max-width: var(--width-pc);
	}

main section.key-visual h1 {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.balloon-001::before {
    bottom: -21px;
    width: 50px;
    height: 22px;
}
.balloon {
    padding: 1em;
    border: 6px solid #ef8f3a;
    background: #fff;
}
.down-arrow {
    position: relative;
    top: -300px;
    }
.intro {
    margin-top: -520px;
}

.intro-img {
    width: 24%;
}
.intro-h2 {
    top: -400px;
    font-size: 1.8rem;
}
.situation-wrap {
    max-height: 450px;
}


main section.situation {
    background-position: top;
    background-size: contain;
    background-repeat: repeat-x;
}

.situation-item p {
    font-size: 1rem;
    padding: 0% 0 2%;
}

main section.used-items {
    padding-top: 2%;
}

.sticker {
    width: 40%;
    top: -50px;
    left: -90px;
}
.h2-deco {
    margin: 4% auto 0;
    font-size: 2rem;
    }

.purchase-wrap {
    max-width: 980px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #acacac;
    border-top: 20px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #acacac;
    border-top: 20px solid transparent;
}

.slider-item {
    /*width: 24.25%;*/
    width: calc(25% - 1%); /* 4つ横並び時の幅調整 */
    margin: 0;
    margin-right: 1%;
}
.slider-item-last{
    margin-right: 0;
}
.item-detail table {
    font-size: 0.7em;
}
.item-detail table th {
    padding: 4% 1% 2%;
    }
.item_name {
    margin: 2% auto 2%;
}
.used-item-wrap {
    padding: 4%;
    margin: 0 auto;
    display: flex;
    }

.used-item{
    width: 32%;
    margin: 2%;
    background-color: #fff;
    padding: 2%;
    border-radius: 10px;
    border: #ffa800 5px solid; 
}

.item_img {
    width: 100%;
    background-color: #fff;
    margin: -80px auto 0;
    border-radius: 50%;
    height: auto;
}
h3 {
    font-size: 0.9rem;
    }
.item_img-last {
    margin-top: 0;
}
.point_item{
    width: 31.333%;
    margin: 1%;
}
.h2-purchase {
    padding: 2%;
}
.panel2 {
    border: 2px solid #f9d23c;
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 3%;
    margin: 0 auto 8%;
}
.panel > dt {
    padding: 1.5%;
    font-size: 1.2em;
    width: 40%;
}
.panel2 > dt {
    padding: 1% 2%;
    font-size: 1.4em;
    width: 80%;
    margin: 2% auto;
}
.panel2 > dd {
    margin: 0 auto;
    padding: 0 3%;
    font-size: 1rem;
    width: 80%;
}

.swiper-button-prev, .swiper-button-next {
    top: 65px;
}

.balloon-003 {
    background: inherit;
    }
.balloon-003::before {
    background-color: inherit;
}
main section.step {
    padding: 5% 2%;
    max-width: 980px;
}
.step-wrap {
    display: flex;
}

.point_item_subtext {
    width: 80%;
    height: 120px;
}
    .point_item_img {
    width: 80%;
}
.qa ,.access,.intro-img-wrap,.used-item-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.shop-wrap{
	display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.access-h2{
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}
.bg-white{
    background: inherit;
}
.shop-name {
font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    margin: 2%;
}
.shop-img{
	 width: 40%;
         margin: 2% 2% 2% 3%;
}
.shop-text{
	 width: 60%;
    padding: 0;
}

.intro-img-wrap{
    max-width: 980px;
}
 .storeblogs {
        width: 680px;
        margin-bottom: 90px;
        padding: 0 0 4% 0;
    }
    .storeblogs .similar-articles { width: 680px;}
    .storeblogs .similar-articles .photo { display: block; }
    .storeblogs .similar-articles .detail { position: static; background: none; padding: 0 0 0 12px; }
    .storeblogs .similar-articles .detail .title { color: #000000; padding: 0 0 7px 0; border-bottom: 1px solid #000;font-weight: bold; }
    .storeblogs .similar-articles .detail .title::after,
    .storeblogs .similar-articles .detail .title::before { display: none; }
    .storeblogs .similar-articles .detail .description { display: block; margin: 12px 0 38px; }
    .storeblogs .similar-articles .detail .con-button { left: auto; right: 20px; transform: none; }
    .storeblogs .similar-articles .detail .con-button.blog-link { display: block; }
    .storeblogs .similar-articles a:visited .detail .title,
    .storeblogs .similar-articles a:link .detail .title,
    .storeblogs .similar-articles a:link .detail .con-button, 
    .storeblogs .similar-articles a:visited .detail .con-button { color: #000000; }
    .storeblogs .similar-articles a:hover .detail .con-button { background: #000000; color: #ffffff; }

}
@media screen and (min-width:960px) {
.down-arrow {
    top: -200px;
    }
.intro-h2 {
    top: -520px;
    font-size: 2rem;
}
.sticker {
    left: -114px;
}
.item_img-last {
    margin-top: 10px;
}
.intro {
    margin-top: -600px;
}
.situation-item p {
    font-size: 1.2rem;
}
.balloon {
    padding: 1em 2em 1em 2em;
}
.swiper-button-prev, .swiper-button-next {
    top: 90px;
}
.item-detail table {
    font-size: 0.8em;
}
}
@media screen and (min-width:1180px) {
.down-arrow {
    top: -400px;
    }
.intro-h2 {
    top: -574px;
}
.intro {
    margin-top: -670px;
}
}
@media screen and (min-width:1500px) {
.down-arrow {
    top: -420px;
    }
.intro-h2 {
    top: -700px;
}
.intro {
    margin-top: -800px;
}
}
