﻿/***********************************************/
/*  共通  */
/***********************************************/

* 
{
    margin:0;
    padding:0;
}

body 
{
    
    font-size: 72%;
}

ul{
	list-style:none;
}

li{
	list-style-image:none;!important
}

#contents h2 
{
    width:auto;
    height:auto;
    background:none;
    color:#000;
    margin:0;
    padding:0;
    float:none;
    border:none;
    text-align:left;
}

#contents h2 img
{
    width:auto;
    background:none;
    margin:0;
    padding:0;
    position:relative;
    top:auto;
    left:auto;
}

.many-text {
    font-size:9px!important;

}



/***********************************************/
/*  contents  */
/***********************************************/


#contents
{
    position:relative;
    width:950px;
    padding:0;
    box-sizing:border-box;
    background:url(../image/mainBg.png) 0 0 repeat;
}

#contents *
{
    box-sizing:border-box;
}


.contents-inner {
    padding-bottom:90px;
}

/***********************************************/
/*  contents header  */
/***********************************************/

/***********************************************/
/*  contents inner  */
/***********************************************/

#contents h2 {
    display:block;
    width:100%;
    height:186px;
    background:url(../image/mainTitle.png) 0 0 no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    border-radius: 0;
}

.contents-lead {
    position:relative;
    display:block;
    width:100%;
    height:588px;
    background:url(../image/leadBg.png) 0 0 no-repeat;
}

.leadBox {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    width:528px;
    height:334px;
    padding-top:55px;
    background:url(../image/leadBoxBg.png) 0 0 no-repeat;
    text-align:center;
}

.leadBox p {
    display:block;
    margin:auto;
    width:400px;
    height:154px;
    margin-bottom:35px;
    padding-top:55px;
    background:url(../image/leadTxt.png) 0 0 no-repeat;
    background-size:contain;
    text-align:center;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.leadBox a {
    display:block;
    margin:0 auto;
    width:230px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #E60012;
    border-radius:20px;
    font-size:1.6em;
    text-decoration:none;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.leadBox a:hover {
    background-color:#E60012;
    color:#FFF;
}



h3.shopListTitle {
    display: block;
    width: 100%;
    height: 30px;
    background:url(../image/shopLIstTitle.png) 50% 50% no-repeat #00125d;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.shopList {
    width:100%;
    padding:40px 0;
    background-color:rgba(255,255,255,0.5);
    border-bottom:20px solid #00125d;
    margin-bottom:70px;
}

.shopList ul {
    width:757px;
    margin:0 auto;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}

.shopList ul li {
    display:block;
    width:231px;
    margin-bottom:30px;
}

.shopList ul li a {
    display:block;
    width:231px;
    height:231px;
    padding-top:140px;
    background:url(../image/shopNomal.png) 0 0 no-repeat;
    text-align:center;
    text-decoration:none;
    color:#FFF;
    overflow:hidden;
}

.shopList ul li a span {
    font-size:1.4em;
}

.shopList ul li a:hover {
    background:url(../image/shophover.png) 0 0 no-repeat;
    padding-top:231px;
}

#ichibangyoza {
    background:url(../image/ichibanImg.png) 50% 50% no-repeat;
}

#gyozatei {
    background:url(../image/gyozateiImg.png) 50% 50% no-repeat;
}

#kansyaAsato {
    background:url(../image/kansyaasatoImg.png) 50% 50% no-repeat;
}

#golden {
    background:url(../image/goldenImg.png) 50% 50% no-repeat;
}

#kansya {
    background:url(../image/kansyaImg.png) 50% 50% no-repeat;
}

#Taiwanhanten{
    background:url(../image/taipeiImg.png) 50% 50% no-repeat;
}

#saikatei{
    background:url(../image/saikaImg.png) 50% 50% no-repeat;
}

#tanmen831{
    background:url(../image/831Img.png) 50% 50% no-repeat;
}

#kadekaru{
    background:url(../image/kadekaruImg.png) 50% 50% no-repeat;
}

#toryumon{
    background:url(../image/touryumonImg.png) 50% 50% no-repeat;
}

#hana{
    background:url(../image/hanaImg.png) 50% 50% no-repeat;
}

#yannomise{
    background:url(../image/yannomiseImg.png) 50% 50% no-repeat;
}

#yankyoufan{
    background:url(../image/yankyoufanImg.png) 50% 50% no-repeat;
}

#early{
    background:url(../image/earlyImg.png) 50% 50% no-repeat;
}

#manchinen{
    background:url(../image/manchinenImg.png) 50% 50% no-repeat;
}

#sorahana{
    background:url(../image/sorahanaImg.png) 50% 50% no-repeat;
}

#fuukingen{
    background:url(../image/fuukingenImg.png) 50% 50% no-repeat;
}

#quickly{
    background:url(../image/quicklyImg.png) 50% 50% no-repeat;
}

#kyoya{
    background:url(../image/kyoyaImg.png) 50% 50% no-repeat;
}

#kintsubo{
    background:url(../image/kintsuboImg.png) 50% 50% no-repeat;
}

#shopSingleArea {
    display:none;
}

#flextest {
    display:flex;
}

.flexChild {
    display:block;
    width:10%;
}

/***********************************************/
/*  shop single  */
/***********************************************/
.shopSingle {
    width:556px;
    padding:33px 0;
    background-image:url(../image/shopSingleTop.png),url(../image/shopSingleBottom.png);
    background-position:0 top,0 bottom;
    background-repeat:no-repeat,no-repeat;
}

.hiddenInner {
    width:100%;
    padding:3px 48px;
    box-sizing:border-box;
    background:url(../image/shopSingleBg.png) 0 0 repeat-y;
}

.hiddenInner h4 {
    width:100%;
    text-align:center;
    margin-bottom:10px;
    font-size:3em;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.hiddenInner img {
    width:100%;
    margin:0;
}

.hiddenInner p {
    font-size: 1.8em;
}

.hiddenInner p.caption {
    width:100%;
    text-align:center;
    background-color:#00125d;
    color: #FFF;
    font-size: 1.8em;
    padding: 3px 0;
    margin-bottom:5px;
}

.hiddenInner p.caption {
    width:100%;
    text-align:center;
    background-color:#00125d;
    color: #FFF;
    font-size: 1.8em;
    padding: 3px 0;
    margin-bottom:5px;
}

.hiddenInner p.itemLead {
    margin-bottom:10px;
}

a.telLink {
    display:block;
    width:100%;
    height:55px;
    padding-left:60px;
    background:url(../image/telicon.png) 0 0 no-repeat;
    font-size:3em;em;
    text-decoration:none;
    color:#000;
    line-height: 1em;
    margin-bottom:10px;
    box-sizing:border-box;
}

a.telLink span{
    font-size:10px;
}

.hiddenInner ul {
    width:100%;
    font-size:1.4em;
    margin-bottom:10px;
}

.hiddenInner ul li {
    display:inline-block;
    margin-right:5px;
}

a.shopLink {
    display:block;
    margin:0 auto;
    width:230px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #E60012;
    border-radius:20px;
    font-size:1.6em;
    text-decoration:none;
    -webkit-transition:0.3s;
    transition:0.3s;
}

a.shopLink:hover {
    background-color:#E60012;
    color:#FFF;
}


/***********************************************/
/*  oubo プレゼント応募う方法  */
/***********************************************/
#oubo {
    width:850px;
    margin:0 auto 30px;
    padding:15px;
    background:url(../image/textBg.png) 0 0 repeat;
    border:2px solid #FFF;
    position:relative;
}

#oubo h3 {
    position:absolute;
    top:-20px;
    left:50%;
    width:443px;
    margin-left:-222px;
}

.ouboInner {
    background-color:#FFF;
    width:100%;
    padding:45px 55px;
}

p.boutTerm {
    width:100%;
    height:33px;
    line-height:33px;
    background-color:#fdeae4;
    text-align:center;
    font-size:1.8em;
    font-weight:bold;
    margin-bottom:35px;
}

.step1 {
    display:block;
    width;709px;
    height:197px;
    background:url(../image/step1.png) 0 0 repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    padding:90px 0 0 60px;
}

.step1Sns {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
     -webkit-flex-direction:         row;
     flex-direction:         row;
}

.step1Sns h4 {
    display:block;
    width:131px !important;
    height:50px;
    margin-right:15px;
    background:url(../image/snsTitle.png) 0 0 no-repeat;
}

.step1Sns a {
    display:block;
    width:57px;
    height:57px;
    margin-right:15px;
}

.step1Sns a.fbIcon {
    background:url(../image/fb.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.twIcon {
    background:url(../image/tw.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.inIcon {
    background:url(../image/insta.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.lineIcon {
    background:url(../image/line.png) 0 0 no-repeat;
    background-size:contain;
}

.step2 {
    display:block;
    width:704px;
    height:256px;
    background:url(../image/step2.png) 0 0 no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.step3 {
    display:block;
    width:576px;
    height:61px;
    background:url(../image/step3.png) 0 0 no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.hashTag {
    display:block;
    width:560px;
    height:35px;
    line-height:35px;
    margin:0 auto 30px;
    border:1px solid #F00;
    font-size:1.6em;
}

p.hashTitle {
    width:138px;
    background-color:#F00;
    color:#FFF;
    float:left;
    text-align:center;
    margin-right:1em;
}

p.hashTxt {
    width:auto;
}

p.attention {
    width:560px;
    margin:0 auto 20px;
}

p.kiyakuBox {
    text-align:center;
}

a.kiyakuLink {
    margin:0 auto;
    text-align:center;
    font-size:1.6em;
}

#chinaBanner {
    width:100%;
}

#chinaBanner a {
    display:block;
    width:100%;
    height:604px;
    background:url(../image/chinaBanner.png) 0 0 no-repeat;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

/***********************************************/
/*  footer 部分 全レイアウト共通 No Touch!  */
/***********************************************/


.tools_btn_R a
{
    display:block;
    width:30px;
    height:30px;
}

.tools_btn 
{
    position:relative;
    bottom:inherit;
    right:inherit;
}

#footer 
{
    min-width:950px;
}

.tools_btn .tools_btn_R a
{
    text-indent:0%;
}

.tools_btn_L,
.tools_btn_R
{
    width:40px;
    height:auto;
}

.tools_btn_L 
{
    margin-right:10px;   
}

.tools_btn_R 
{
    
    margin-left:0%;   
}

.tools_btn_L a, .tools_btn_R a 
{
    width:40px;
    height:auto;
    text-indent:0%;
}

.tools_btn_L a img, .tools_btn_R a img
{
    width:100%;
}

.shareLine 
{
    display:none;
}

#pc_share_outer 
{
    width:950px;
    margin:0 auto;
}


#footer_L a.sp_footer_info,
#footer_L a.sp_footer_top
{
    display:none;
}

.sp_footer-nav
{
    display:none;
}

.footerLink 
{
    display:none;
}



/***********************************************/
/*  pageTop  */
/***********************************************/
    


a.topLink 
{
    width:80px;
    height:80px;
    line-height:80px;
    color:#FFF;
    display:block;
    position: fixed;
    right:2%;
    bottom: 17%;
    margin-left:0;
    padding: 0;
    border-radius:40px;
    background-color:rgba(229,0,73,0.6);
    font-size: 12px;
    text-align:center;
    z-index:1000;
    text-decoration:none;
}


/***********************************************/
/*  clearfix  */  
/***********************************************/
.cf:after {
  content: "";
  clear: both;
  display: block;
}


/***********************************************/
/*  スマートフォン  */  
/***********************************************/


@media screen and (max-width: 768px)
{

/***********************************************/
/*  contents  */
/***********************************************/


#contents
{
    width:100%;
}


/***********************************************/
/*  contents header  */
/***********************************************/

/***********************************************/
/*  contents inner  */
/***********************************************/

#contents h2 {
    display:block;
    width:100%;
    height:0;
    padding-bottom:28.91%;
    background:url(../image/mainTitleSP.png) 0 0 no-repeat;
    background-size:contain;
}

.contents-lead {
    position:relative;
    display:block;
    width:100%;
    height:auto;
    padding-top:48%;
    background:url(../image/leadBg.png) 0 0 no-repeat;
    background-size:contain;
}

.leadBox {
    display:block;
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin:auto;
    width:100%;
    height:0;
    padding-bottom:49.3%;
    background:url(../image/leadBoxBgSP.png) 0 0 no-repeat;
    background-size:100% 100%;
    text-align:center;
}

.leadBox p {
    position:absolute;
    top:40px;
    display:block;
    margin:auto;
    width:100%;
    height:0;
    margin-bottom:10px;
    padding-bottom:26%;
    background:url(../image/leadTxt.png) 50% 0 no-repeat;
    background-size:80% auto;
    text-align:center;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}

.leadBox a {
    position:absolute;
    left:50%;
    bottom:22px;
    display:block;
    margin:0 0 0 -115px;
    width:230px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #E60012;
    border-radius:20px;
    font-size:1.6em;
    text-decoration:none;
    -webkit-transition:0.3s;
    transition:0.3s;
}

.leadBox a:hover {
    background-color:#E60012;
    color:#FFF;
}



h3.shopListTitle {
    display: none;
}

.shopList {
    display:none;
}

#shopSingleArea {
    display:block;
    background:url(../image/shopSingleHead.png) 0 0 no-repeat;
    background-size:100% auto;
    padding-top:26%;
}

#flextest {
    display:flex;
}

.flexChild {
    display:block;
    width:10%;
}

/***********************************************/
/*  shop single  */
/***********************************************/
.SPnav {
    margin-bottom:15px;
    padding:10px 0;
    background-color:#e50049;
}
.SPnav h3 {
    text-align:center;
    margin-bottom:10px;
}

ul.btnBox {
    width:90%;
    margin:0 auto;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-border-radius:5px;
    border-radius:5px;
    overflow:hidden;
    border-bottom:2px solid #333;
}

ul.btnBox li {
    width:50%;
    background-color:#903;
    background-repeat:no-repeat;
    background-size:auto 80%;
    text-align:center;
    padding:5px 0;
}

ul.btnBox li img {
    width:60%;
}

ul.btnBox li#gyozaBtn {
    background-image:url(../image/btnRB.png);
    background-position:left top;
    border-bottom:1px solid #600;
}

ul.btnBox li#menBtn {
    background-image:url(../image/btnLB.png);
    background-position:right top;
    border-left:1px solid #600;
    border-bottom:1px solid #600;
}

ul.btnBox li#komeBtn {
    background-image:url(../image/btnLU.png);
    background-position:right bottom;
}

ul.btnBox li#yamuchaBtn {
    background-image:url(../image/btnRU.png);
    background-position:left bottom;
    border-right:1px solid #600;
}

.btnOn {
    background-color:#FFFF63 !important;
}

.shopSingle {
    width:88%;
    margin:0 auto 30px;
    padding:5.1% 0 5.09%;
    background-image:url(../image/shopSingleTop.png),url(../image/shopSingleBottom.png);
    background-size:contain,contain;
    background-position:0 top,0 bottom;
    background-repeat:no-repeat,no-repeat;
}

.hiddenInner {
    width:100%;
    padding:3px 20px;
    box-sizing:border-box;
    background:url(../image/shopSingleBg.png) 0 0 repeat-y;
    background-size:100% auto;
}

.hiddenInner h4 {
    width:100%;
    text-align:center;
    margin-bottom:10px;
    font-size:3em;
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.hiddenInner h4 span {
    font-size:1rem;
}

.hiddenInner img {
    width:100%;
    margin:0;
}

.hiddenInner p {
    font-size: 1.8em;
}

.hiddenInner p.caption {
    width:100%;
    text-align:center;
    background-color:#00125d;
    color: #FFF;
    font-size: 1.8em;
    padding: 3px 0;
    margin-bottom:5px;
}

.hiddenInner p.caption {
    width:100%;
    text-align:center;
    background-color:#00125d;
    color: #FFF;
    font-size: 1.8em;
    padding: 3px 0;
    margin-bottom:5px;
}

.hiddenInner p.itemLead {
    margin-bottom:10px;
}

a.telLink {
    display:block;
    width:100%;
    height:auto;
    padding-left:20%;
    background:url(../image/telicon.png) 0 0 no-repeat;
    background-size:contain;
    font-size:2em;
    text-decoration:none;
    color:#000;
    line-height: 1em;
    margin-bottom:10px;
    box-sizing:border-box;
}

a.telLink span{
    font-size:10px;
    line-height:1em;
}

.hiddenInner ul {
    width:100%;
    font-size:1.4em;
    margin-bottom:10px;
}

.hiddenInner ul li {
    display:inline-block;
    margin-right:5px;
}

a.shopLink {
    display:block;
    margin:0 auto;
    width:100%;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #E60012;
    border-radius:20px;
    font-size:1.6em;
    text-decoration:none;
    -webkit-transition:0.3s;
    transition:0.3s;
}

a.shopLink:hover {
    background-color:#E60012;
    color:#FFF;
}

.menAreaSp,
.yamuchaAreaSp,
.komeAreaSp {
    display:none;
}


/***********************************************/
/*  oubo プレゼント応募う方法  */
/***********************************************/
#oubo {
    width:88%;
}

#oubo h3 {
    position:absolute;
    top:-20px;
    left:50%;
    width:80%;
    margin-left:-40%;
}

#oubo h3 img {
    width:100%;
}

.ouboInner {
    background-color:#FFF;
    width:100%;
    padding:10px 6%;
}

p.boutTerm {
    width:100%;
    height:auto;
    line-height:auto;
    background-color:#fdeae4;
    text-align:center;
    font-size:1.4em;
    font-weight:bold;
    margin-bottom:35px;
    padding:0 5px;
}

.step1 {
    display:block;
    width:100%;
    height:auto;
    background:url(../image/step1SP.png) 0 0 no-repeat;
    background-size:contain;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    padding:12% 0 0 0;
    margin-bottom:15px;
}

.step1Sns {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari */
    display: flex;
     -webkit-flex-direction:         row;
     flex-direction:         row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}

.step1Sns h4 {
    display:block;
    width:100% !important;
    height:25px;
    line-height:25px;
    margin-right:0;
    margin-bottom:5px;
    background:none;
    text-indent:0;
    background-color:#49275d;
    color:#FFF;
    text-align:center;
    font-size:1.2em;
}

.step1Sns a {
    display:block;
    width:23%;
    height:0;
    padding-bottom:23%;
    margin-right:0;
}

.step1Sns a.fbIcon {
    background:url(../image/fb.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.twIcon {
    background:url(../image/tw.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.inIcon {
    background:url(../image/insta.png) 0 0 no-repeat;
    background-size:contain;
}

.step1Sns a.lineIcon {
    background:url(../image/line.png) 0 0 no-repeat;
    background-size:contain;
}

.step2 {
    width:100%;
    height:0;
    margin-bottom:15px;
    padding-bottom:62%;
    background:url(../image/step2SP.png) 0 0 no-repeat;
    background-size:contain;
}

.step3 {
    display:block;
    width:100%;
    height:0;
    margin-bottom:15px;
    padding-bottom:22%;
    background:url(../image/step3SP.png) 0 0 no-repeat;
    background-size:contain;
}

.hashTag {
    display:block;
    width:100%;
    height:auto;
    line-height:auto;
    margin:0 auto 30px;
    border:1px solid #F00;
    font-size:1.4em;
    text-align:center;
}

p.hashTitle {
    width:100%;
    background-color:#F00;
    color:#FFF;
    float:none;
    text-align:center;
    margin-right:1em;
}

p.hashTxt {
    width:auto;
    font-size:0.8em;
}

p.attention {
    width:100%;
    margin:0 auto 20px;
}

p.kiyakuBox {
    text-align:center;
}

a.kiyakuLink {
    margin:0 auto;
    text-align:center;
    font-size:1.6em;
}

#chinaBanner {
    width:100%;
}

#chinaBanner a {
    display:block;
    width:100%;
    height:0;
    padding-bottom:92%;
    background:url(../image/chinaBannerSP.png) 0 0 no-repeat;
    background-size:contain;
}
/***********************************************/
/*  pageTop  */
/***********************************************/
a.topLink 
{
    width:80px;
    height:80px;
    line-height:80px;
    color:#FFF;
    display:block;
    position: fixed;
    right:2%;
    bottom: 17%;
    margin-left:0;
    padding: 0;
    border-radius:40px;
    background-color:rgba(229,0,73,0.6);
    font-size: 12px;
    text-align:center;
    z-index:1000;
    text-decoration:none;
}

/***********************************************/
/*  footer 部分 全レイアウト共通 No Touch!  */
/***********************************************/
#footer {
    min-width: 100%;
}

.footerLink,
.shareLine {
    display: block;
}

.footerLink 
{
    font-size:1.4em;
}

.footerLink ul li p {
    overflow: hidden;
    padding: 10% 0 10% 6%;
    font-size: 1em;
}
#footer_inner{
    background-color: #481F00;
    padding: 3% 0;
}

#footer_L
{
    width:100%;
    padding-bottom:3%;
}

#footer_L a 
{
    display:none;
    font-size:1.2em;
}

#footer_L a.sp_footer_info
{
    width:auto;
    float:left;
    display:block;
    line-height:14px;
    margin-left:5%;
    vertical-align: baseline;
}

#footer_L a.sp_footer_top 
{
    width:auto;
    float:right;
    margin:0 5% 0 0;
    display:block;
    line-height:14px;
    vertical-align: baseline;
}

#footer_R
{
    width:100%;
    clear:both;
    text-align:center;
    background-color:#B3ADA0;
}



}

@media screen and (max-width: 480px)
{
    

}