@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin: 0; padding: 0;}
body { overflow-x: hidden;font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; font-variant-east-asian: proportional-width;/*  font-feature-settings: "palt"; */font-weight: 400;font-style: normal;}
ul { list-style: none; }
fieldset,img { border: 0; vertical-align: middle; overflow: hidden; }
a{color: #274783;  cursor: pointer;}
a[href]:hover { color: #cb1212; }
.tuline { text-decoration: underline; }
.clear { clear: both; display: block; height: 0; overflow: hidden; }
img{ max-width:100%; height:auto;}

.hop08{transition: opacity 0.4s;}
.hop08:hover{ opacity: 0.8; }

.color_whi{ color:#fff;}
.color_red02{ color:#a20303;}
.color_red{ color:#ff3200;}
.color_ered{color: #e5001b;}
.color_pink{ color: #ec6d74;}
.color_yellow{ color: #f6e400;}
.color_inblue{ color: #1d4282;}
.color_upblue{ color: #00b1d4;}
.color_green{ color: #009754;}
.color_egreen{color: #8cca8e;}
.color_orge{ color: #ef8200;}
.color_cucu{ color: #852a8a;}
.color_gray{ color: #8b8c8b;}

.fs80{font-size:0.8em; line-height: 1.2;}
.fs90{font-size:0.9em; line-height: 1.2;}
.fs110{font-size:1.1em; line-height: 1.2;}
.fs120{font-size:1.2em; line-height: 1.3;}
.fs150{font-size:1.5em; line-height: 1.3;}
.fs180{font-size:1.8em; line-height: 1.3;}
.fs200{font-size:2em; line-height: 1.3;}

.mt-15 { margin-top: 0.15rem; }
.mt-30 { margin-top: 0.3rem; }
.mt-50 { margin-top: 0.5rem; }
.mt-70 { margin-top: 0.7rem; }
.mt-100 { margin-top: 1rem; }

.mb-10 { margin-bottom: 0.1rem; }
.mb-15 { margin-bottom: 0.15rem; }
.mb-30 { margin-bottom: 0.3rem; }
.mb-50 { margin-bottom: 0.5rem; }
.mb-70 { margin-bottom: 0.7rem; }
.mb-100 { margin-bottom: 1rem; }
  
.align_center{text-align: center;}
.fwb{ font-weight: bold;}

.inner_ytbp{ position: relative; padding-bottom: 56.25%;  margin:1% 0 4% 0;}
.inner_ytbp iframe{ position: absolute; top: 0; left: 0; width: 100%;height: 100%; }

.an_scl{ opacity: 0; }
.pc_none{ display: none; }
.sp_none{ display: block; }

.wf-EN{font-family: "Jersey 20", sans-serif;font-weight: 400;font-style: normal;}
.wf-title{ font-family: "Jersey 20", sans-serif;font-weight: 400;font-style: normal;}
/* .wf-title02{font-family: "Crimson Text", serif;font-weight: 600;font-style: italic;} */



.ytb_mob{ padding:0 0 3% 0;width:900px; max-width: 100%; margin:0 auto;box-sizing: border-box;}
.ytb_inst{ width: 100%; padding-bottom: 52.6%; position: relative;}
.ytb_inst iframe{ position: absolute; top: 0; left:0; width: 100%; height: 100%; }

:root{
  --htf: 100px;
  --bdf: 0.2rem;
  --mnH: 84px;
  --ftH: 92px;
  --maincolor: #da005b;
}


/******************************************************************/
html{ font-size:var(--htf);}
body{font-size:var(--bdf);line-height: 1.5;background:url("../images/bg.jpg") 0 0 repeat; }
.headmob{ position: relative; background: #fff; padding-bottom: 0.85rem; }
.headmob::after{content: ""; display: block; position: absolute; top:calc(100% - 1px);left:0;width: 100%;height: 14px; background:url("../images/t-bg.svg") 0 center repeat-x; background-size: auto 100%; /* animation:bgleft 66s linear infinite; */ }
.top_banner{position: relative; text-align: center; z-index: 50;}
.tpx_ph{ padding: 0.9rem 0 0.9rem 0; width: 1000px; max-width: 93%; margin:0 auto; text-align: center; }
.tpx_ph img{ }



@keyframes bgleft {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 100%;
  }
}




/* menu */
.menu_mob{width: 100%;margin: 0 auto; font-size:30px; line-height: 100%;padding:0; z-index: 20; }
.ban_tpnsc{display:none;}

.menu_mob.pfix{ position: fixed; left: 0; top: 0;bottom:auto; z-index: 300;height: auto; }
  .inner_mb{width: 100%;  margin: 0 auto; top: 0;display: flex; justify-content: center; align-items: center;}
  .menu_mob ul{ display: flex; justify-content: center; padding: 0 0.5em 0 calc(0.5em + 0.06rem); }
  .menu_mob.pfix ul{ animation: msslid 0.45s both; }

  .inner_mb ul li{ position: relative; margin:0.1em; }
  .menu_inlist a{--cl:#fff;--bg:url("../images/menubg.png"); position:relative; display:block; color:var(--cl)!important;  padding:0.1em 1em;overflow: hidden; text-decoration: none; transition: all 0.3s ease-in-out;}
    .menu_inlist a::before{content: ""; display: block; position: absolute; top: 0px;left: 0; width: calc(100% - var(--hum,2em)); height: 100%;background:var(--bg) 0 0 no-repeat;background-size: auto 100%; z-index: -1;transition: all 0.4s;}
    .menu_inlist a::after{content: ""; display: block; position: absolute; top: 0px;right: 0; width: calc(100% - var(--hum,2em) ); height: 100%; background:var(--bg) 100% 0 no-repeat;background-size: auto 100%;z-index: -1;transition: all 0.4s;}
  .menu_inlist a:hover,.menu_inlist .sel a{--cl:#fff;--bg:url("../images/menubg_hover.png");}

/* menu */

/**/


@keyframes msslid {
  0%{ transform: translateY(60%); opacity: 0;}
  100%{transform: translateY(0); opacity: 1;}
}

@keyframes lineus {
  0%{ transform: scale(1, 1);}
  50%{ transform: scale(1.3, 1.3);}
  100%{transform: scale(1, 1);}
}



.fadeIn{ animation: fadeIn 0.7s ease-out both; }
@keyframes fadeIn {
  0%{ opacity: 0;}
  100%{opacity: 1;}

}
.fadeUp{ animation: fadeUp 0.7s ease-out both; }
@keyframes fadeUp {
  0%{ transform: translateY(0.28rem); opacity: 0;}
  100%{transform: translateY(0); opacity: 1;}

}
.fadeInfo{animation:fadeInfo 0.6s ease-out both;}
@keyframes fadeInfo {
  0%{transform:translateY(0.18rem); opacity:0;}
  100%{transform:translateY(0); opacity:1;}
}


.wrap{ position: relative; padding-bottom: 0.2rem; }

.menupx .wrap{ padding-top:var(--mnH);}

.mob_binner{ position: relative; color:#000; padding:1px 0;}
  .pgae_tit{text-align: center;color: #000000; font-size: 1.5em; line-height:1.5; font-weight: 400; padding: 3em 0 0 0;}

  .mobin_pz{ position: relative; z-index: 10;width:1000px; max-width:90%; margin:0 auto 0.4rem auto; box-sizing:border-box; padding:0.87rem 0.5rem 0.5rem 0.5rem; background-color: #fff; border-top: 0.08rem solid var(--maincolor); }
    .mobin_pz::before{ content: ""; position: absolute; width: 0.72rem; height: 0.41rem; display: block; top: 0; left: calc(50% - 0.36rem); background: url('../images/title_bic.svg') 0 0 no-repeat; background-size: 100% auto;  }

    .in_tt{text-align: center; max-width:100%; padding:0.7em 0 0.1em 0;font-size: 2.8em; line-height: 100%;display: flex;justify-content: center;align-items: center;height: 1.5em;}
    .tt_en{font-weight: 600; color:var(--maincolor); transform-origin: 0 0; display: inline-block; }
    .text_cont{width: 900px; max-width:100%;margin: 0 auto;}
    .title_02{ font-size: 1.8em; line-height: 1.1; font-weight: 800; letter-spacing: 0.3em; text-align: center; }
    .timeline{ text-align: center; padding: 0.6rem 0;}


  .stitle{ font-size: 1.2em; line-height: 1; font-weight:500;margin-bottom: 0.1rem; }
    .stitle span{ display: inline-block; padding: 0.2em 0.3em; background: #000; color: #fff; }
  .info_block + .info_block{margin-top:1.5em;}



.boxins{padding:1em 2em 2em 2em; margin-bottom: 2.5em;position: relative; border: 0.04rem solid var(--maincolor); }

    .soldout{position: relative;}
        .soldout::before{ content: ""; position:absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(134,100,186 ,0.8); z-index: 10; }
        .soldout::after{content: "SOLD OUT";position:absolute; top:50%; left:50%; transform: translate(-50%,-50%) rotate(-10deg);font-weight: bolder; font-size: 2.6em; color: #f00; z-index: 11;}
    
    .tyfcso_ins{position: relative;position:absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
        .tyfcso_ins::before{ content: "";  position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1; }
        .tyfcso_ins span{font-size: 2.2em; line-height: 1.2; font-weight: bolder;color: #ca9500; z-index: 10;transform:rotate(-7deg);}

    .boxinline{ display: flex; flex-wrap: wrap; text-align: left; }
      .infoinner{ width: 100%; box-sizing: border-box; }
      .infoinner.w50{ width:50%; padding-right: 2%; }

      .title_is{display: inline-block; padding: 0.2em 0.4em; color: #fff; background-color: #000; margin: 2em 0 0.7em 0; }

    .boxin_title{width: 100%;font-size: 1.3em; line-height: 1.3em; z-index: 20; text-align: center; color: var(--maincolor); position: absolute; top: -0.9em; left: 0; box-sizing: border-box;}
        .btis{display: inline-block;background: #fff; padding:0.2em 0.4em;}

    .ban_mobins{display: inline-flex;align-items: center; padding: 0.2em 0.5em; margin: 0.5em; border: 0.02rem solid var(--maincolor); border-radius: 0.3em; text-decoration: none; color: var(--maincolor); line-height: 1.2em; transition: all 0.3s;}
    .ban_mobins::before{content: ""; display: inline-block; width: 0.8em; height: 1em; background: url('../images/ban_icon.png') 0 0 no-repeat; background-size: auto 100%;}
      .ban_mobins:hover{background-color: #ffeaf3;}







  /*news*/
  .news_inmob{position: relative;}

  .newsin_box{ width: 900px;max-width: 100%; margin: 0 auto; font-size:1em;  line-height: 150%; color: #000;}
  .newsin_box li{ padding-bottom: 1em; padding-left: 6em; text-indent: -6em; }
    .newstime{padding-right: 1em;}
  .newsin_box li a{color: #000;}
  .newsin_box li a:hover{color: #0888ac;}
  .news_inmob .inn_eds{background-color:#f5ac73; top: 0rem; bottom: -0.5rem; height:auto;transform: skewY(-5deg);transform-origin: 0 0;}

  .newspg .news_inmob{ padding:4% 8.33% 6% 8.33%; z-index: 3;}
  .newspg .mobin_txlin{ text-align:left; color:#000;background-color:rgba(255,255,255,0.7);}
  .newspg .ne_inmob{ padding-bottom:5%; }
  .newspg .nw_tit{ text-align:center; font-weight:bold;}
  .newsline{height:0.5em; background:#ffd0a8;margin:0.5em 0;}


  .fly_op{ position: relative; top: -0.85rem; display: block; height: 0;  }
  .fly_op02{ position: relative; top: -0.3rem; display: block; height: 0;  }
  .fly_op03{ position: relative; top: -2.95rem; display: block; height: 0;  }

  .titlbg{padding-bottom: 0.3em;}
  .titlbg span{ display: inline-block;padding: 0.3em 0.6em; background:#f5ac73; color: #fff; line-height: 120%; font-size: 0.22rem; }

  .texinli{font-size: 0.9em;line-height: 160%; font-weight: 400;}
  .texinli li{margin-left: 1em; list-style: '・';}
  .texinli02{font-size: 0.9em;line-height: 160%; font-weight: 400;}
  .texinli02 li{margin-left: 1em; list-style: '※';}
  ul li.nolst{margin-left:0; padding-left: 1em; text-indent: -1em; list-style: none;}


/*about*/
.about_inmob{text-align: center;padding-top: 0.7rem;}
.about_inmob .inn_eds{background-color:#f5ac73; top: 0; bottom: 0; height: 100%;transform-origin: center;transform: skewY(-5deg);}


/*ticket*/
  .link_out{display: flex; width: 900px; max-width: 100%; margin: 2em auto 0 auto; padding: 2em;background: #fff; box-shadow: inset 0 0 0 0.04rem #fff,inset 0 0 0 0.08rem #ff9016;box-sizing: border-box; border-radius: 0.2rem;}
    .link_out dt{ width: 30%; border-right: 0.02rem solid #ff9016; display: flex; justify-content: center; align-items: center; font-size: 1.3em; color: #666666; }
    .link_out dd{ width: 66%; margin-left:4%; padding: 0.5em 0; line-height: 120%; color: #666666; }
    .link_out dd a{display: inline-block; padding: 0.2em 0;color: #666666; text-decoration: none;}
    .link_out dd a[href]:hover{color: #d26d00;}


.soldoutmob{ background: rgba(0, 0, 0, 0.05);margin-bottom: 1em; display: flex; flex-wrap: wrap; width:100%;box-sizing: border-box;}
    .soldout_tit{width:100%; display: flex;align-items: center; justify-content: center;  box-sizing: border-box; font-size: 1.5em; padding: 0.5em 1em; background: #ababab; font-weight: bold; color: #fff;}
    .soldinmob .soldout_tit{background: #43bcc5;}
    .soldout_list{width: 100%;padding:1.5em;box-sizing: border-box; text-align: center;}
    .soldout_list a{ display: inline-block; padding: 0.2em 0; color: #000;}
    .soldout_list a[href]:hover{color:#ee7700;}


.txin_01{text-indent:-1em; padding-left: 1em; display: block;}


/*goods*/
.goods_inmob .inn_eds{background-color:#f5ac73;}
.goodslistmob{display: flex; flex-wrap: wrap;}
.goodsints{width: 48.5%;margin: 0 3% 0.3rem 0%;position: relative;padding-top: 0.5rem; }
.goodslistmob .goodsints:nth-child(2n){margin-right: 0;}

.gd_phnf{ margin-bottom: 3%; border-radius: 8px; overflow: hidden; border:0.02rem solid #7d61a8;}

.gd_txin{ text-align: left; font-size: 0.8em; line-height: 1.5; }
.gd_instit{ font-size: 1.4em; line-height: 130%;text-align: center; padding-bottom: 0.3em; }
.gd_pri{ font-size: 1.2em; line-height: 120%; font-weight: bold;text-align: center; padding-bottom: 0.7em;color: #7d61a8; }
.goods_new{ display: inline-block; padding: 0.2em 0.8em; color: #fff; background-color:#ea5432; font-size: 0.9em; line-height: 100%; margin: 5px;}

.glslide{overflow:hidden; position: relative;}
.glslide-track{display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; overscroll-behavior-x:contain;}
.glslide-track::-webkit-scrollbar{display:none;}
.glslide-item{flex:0 0 100%; scroll-snap-align:start;}
/* .glslide::before{content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 30; background: url("../images/hand_icon.png") center center no-repeat; background-size: 30% auto; opacity: 0.5; pointer-events: none; transition: opacity 0.3s; }
.glslide:hover::before{ opacity: 0; } */
.glsprev{ position: absolute; top:calc(50% - 0.15rem); left:-0.2rem; width:0; height:0; padding:0; background:none; border: 0.15rem solid transparent; border-left-width: 0.3rem;border-right:0.3rem solid #000; opacity: 0.5; z-index: 30; transition: opacity 0.3s; cursor: pointer; }
.glsnext{ position: absolute; top:calc(50% - 0.15rem); right:-0.2rem; width:0; height:0; padding:0; background:none; border: 0.15rem solid transparent; border-right-width: 0.3rem;border-left:0.3rem solid #000; opacity: 0.5; z-index: 30; transition: opacity 0.3s;cursor: pointer;}
.glsprev:hover,.glsnext:hover{opacity: 0.8;}
.tx_id01{padding-left: 1em; text-indent: -1em; display: block;}
.tx_id02{padding-left: 2em; text-indent: -2em; display: block;}
.tx_id03{padding-left: 3em; text-indent: -3em; display: block;}
.tx_id04{padding-left: 4em; text-indent: -4em; display: block;}
.tx_id05{padding-left: 5em; text-indent: -5em; display: block;}


.txgline li{ padding-left: 1em; text-indent: -1em; }
.banshow_ph{ display: inline-block; padding:0.1em 1em; color:#fff; background: #000; border-radius: 0.3em; text-decoration: none; transition: all 0.3s; }
.banshow_ph[href]:hover{color:#000;background: #fff; }
.show_ph{ display: none; }
.show_ph.is-open{display:block;}



/*special*/
.special_inmob{text-align: center;background-color: #f5ac73;}

.special_inmob a:hover{text-decoration: underline; }

.spec_inmob{ text-align: left; color: #8b8c8b; }
.spec_incon{ float: left;  width:46.25%; margin:3.33% 0 0 2.5%; display: table;}
.spec_incon .spec_inph{ display: table-cell; width:21.6%;  }
.spec_incon .spec_intxb{ display: table-cell; vertical-align: top;}
.spec_incon .spec_intt{ font-weight: bold; padding-bottom:0.1rem;}



footer{ position: relative; bottom: 0; left: 0; width: 100%; font-size: 12px; line-height: 1.6;}
.foot{ padding:40px 0; color: #000; text-align: center;  }


.pgtp{position: fixed; bottom: 0.6rem; right:0.3rem; text-align: center; text-decoration: none; border-radius: 6px; display:block; opacity:0; visibility:hidden; pointer-events:none; transition:opacity 0.3s; z-index: 100; width: 0.86rem;}
.pgtp.is-visible{opacity:1; visibility:visible; pointer-events:auto;}
.pgtp:hover{text-decoration: none;opacity: 0.7;}


.ban_more{ margin: 3%; text-align: center; }
.ban_more a{ display: inline-block; font-size:0.26rem;  padding: 0.5em 1.5em; line-height: 100%; text-decoration: none;  transition:all 0.4s; color:#fff; background-color: #000; border-radius: 0.5em; font-weight: 500; }
.ban_more a:hover{ color: #fff;background-color: #03348f;}


@media screen and (max-width:1480px) {
  /* .mobinbg{ width: calc(100% - 0.8rem); } */



}



@media screen and (max-width:1200px) {
  :root{
    --htf: 8.33vw;
  }
  .menu_mob{ font-size:1.8em;}
}
@media screen and (max-width:768px) {

  :root{
    --htf: 13.02vw;
  }

html,body{ width: 100%; overflow-x: hidden; }

.pc_none{ display: block; }
.sp_none{ display: none; }

.headmob{ position: relative; z-index: 80; padding-bottom: 0; }
.headmob::after{display:none;}
.top_banner{ text-align: center; padding-bottom:0rem; }
.tpx_ph{padding:0.6rem 0 0.8rem;}


/* menu */
.menu_mob{z-index: 201;padding: 0; font-size:2em;height:em;border:0; bottom: 0; /* background: #fff; */}
  .menu_mob::before{content: "";height:0.14rem; width: 100%; z-index: 201; position: absolute; bottom:-0.14rem;left: 0; transition: height 0.4s,bottom 0.4s ; background: url("../images/t-bg.svg") center 0 repeat-x; background-size: auto 0.14rem; }

  .ban_tpnsc{ display:block; text-align: center; height: 0.4rem; position: absolute; bottom: 0rem; left: 0; width: 100%;}

  .ban_op{ display:inline-block; background:var(--maincolor); border-radius: 999px; border:0.05rem solid #fff;  line-height: 0; position: relative; padding:0.41rem 0.21rem; width: 1rem;height: 1rem; box-sizing:border-box; z-index: 351; transform: scale(1.2); cursor:pointer;}
  .ban_op::before{content: "";display: block; width:0.5rem; height: 0.07rem;background:var(--opcls,#fff); position:absolute; top:0.24rem; left:0.21rem; transition:all 0.3s; transform-origin: 0 100%; border-radius: 99px; }
  .ban_op::after{ content: ""; display: block; width:0.5rem; height: 0.07rem;background:var(--opcls,#fff); position:absolute; bottom:0.24rem; left:0.21rem;transition:all 0.3s;    transform-origin: 0 0; border-radius: 99px;}
  .ban_op span{ display: block;width:0.5rem;  height:0.07rem; background:var(--opcls,#fff);transition:all 0.3s; border-radius: 99px; }
  .ban_op.sel::before{transform: rotate(45deg) translateX(0);transform-origin: 50% 50%;
      top: 0.425rem;}
  .ban_op.sel::after{transform: rotate(-45deg) translateX(0);transform-origin: 50% 50%;
      top: 0.425rem;bottom:auto;}
  .ban_op.sel span{ opacity:0;}

  .menupx.menuopen .ban_op{ position: absolute; right: 0.1rem;top: 0.1rem;}
  .menupx.menuopen .ban_op.sel{background:none; border: 0; --opcls:#da005b;}
    .menupx.menuopen .ban_op.sel::before{ width: 0.8rem;}
    .menupx.menuopen .ban_op.sel::after{ width: 0.8rem;}

  .mobin_pz{padding: 0.7rem 0.4rem 0.4rem 0.4rem;}

  .in_tt{padding: 0.8em 0 0.5em 0;  font-size: 3em; line-height: 100%;}
  .inners_con{ margin: 0 0 1.6em 0.8em;}

  .inner_mb{  width: 100%;padding:0.4rem 0; display: none; position:absolute; z-index: 301; background: #fff; }
  .inner_mb.is-open{display:block; animation:menuOpen 0.4s ease-out both;}
  @keyframes menuOpen {
    0%{opacity:0; transform:translateY(-0.15rem);}
    100%{opacity:1; transform:translateY(0);}
  }
  .inner_mb ul{padding:1rem 0 0.4rem 0; background: none; display: block!important; }
  .menuopen .inner_mb ul{position:relative; top:-0.45rem;}
  .inner_mb ul li{ float: left; width:92%; box-sizing:border-box; margin:2% 4%; }
  .menu_inlist a:hover,.menu_inlist .sel a{--bgcl:#fff;}


  .pfix .ban_tpnsc{position:static;}
  .pfix .inner_mb{position:absolute;top:100%; left: 0;}
  .menu_mob.pfix{padding:0.1rem 0 0 0; background-color: #fff; }
  .menu_mob.pfix .inner_mb ul{padding:0.4rem 0;}

  .menuopen .menu_mob::before{ height:110vh;bottom:-100vh; background-color: #fff; }

/* menu */


/*artist*/
  .fly_op02{top: -0.3rem;}
  .boxins{padding: 0 0.2rem 0.25rem 0.2rem;}
  .boxin_title{position: static;margin:0 -0.2rem 0 -0.2rem; width: calc(100% + 0.4rem); }
    .btis{ background: var(--maincolor); color: #fff; display: block; padding: 0.5em 1em;}

  .infoinner.w50{ width: 100%; padding: 0; }


/*goods*/
.goodsints{width:94.68%;margin: 0 2.66% 4.93% 2.66%;position: relative;padding-top: 0.2rem; }
.gd_txin{ text-align: left; }
.gd_instit{ font-size: 1.3em; line-height: 130%;text-align: center; padding-bottom: 0.3em; }
.gd_pri{ font-size: 1.1em; line-height: 120%; font-weight: bold;text-align: center; }



.foot{ width: 100%;font-size:10px; position: relative; }



}

@media (prefers-reduced-motion: reduce) {
  .fadeIn,
  .fadeUp,
  .fadeInfo,
  .inner_mb.is-open,
  .menu_mob.pfix ul{animation-duration:0.01ms!important; animation-delay:0s!important;}
}


@media screen and (max-width:375px) {
  .f14{font-size:8px;line-height:145%; }
  .f16{font-size:10px;line-height:156%; }
  .f18{font-size:12px;line-height:156%; }
  .f20{font-size:14px;line-height:120%; }
  .f24{font-size:18px;line-height:120%; }
  .f36{font-size:30px;line-height:120%; }


}
