@charset "utf-8";

/* reset
--------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* clearfix 
--------------------------------------- */
.cf:before,
.cf:after{content:' ';display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
*{zoom:1;}
@media screen and (max-width:640px){
  .sp-cf:before,
  .sp-cf:after{content:' ';display:table;}
  .sp-cf:after{clear:both;}
  .sp-cf{*zoom:1;}
}

/* general
--------------------------------------- */
body{
  width:100%;
  background-color:#0c0103;
  font-size:24px;
  color:#555;
  line-height:1.5;
  font-family:"メイリオ",Meiryo,"Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-text-size-adjust:100%;
     -moz-text-size-adjust:100%;
      -ms-text-size-adjust:100%;
       -o-text-size-adjust:100%;
          text-size-adjust:100%;
}
.rnd{font-family:'M PLUS Rounded 1c',sans-serif;}
.rnd-small{
  -webkit-transform:rotate(0.028deg);
     -moz-transform:rotate(0.028deg);
      -ms-transform:rotate(0.028deg);
       -o-transform:rotate(0.028deg);
          transform:rotate(0.028deg);
}
a{outline:none;text-decoration:none;color:#fff;}
a[href^="tel:"]{cursor:default;color:#fff;}
img{max-width:100%;height:auto;vertical-align:bottom;}
.pc{display:block;}
.sp{display:none;}
#header,#footer,#splash,#head-navi,#foot-navi,
.section{
  width:100%;
  min-width:1200px;
  margin:auto;
overflow:hidden;
}
.wrap{
  width:1200px;
  min-width:1200px;
  margin:auto;
}
.inner{
  width:1200px;
  margin:auto;
}
.ov:hover{opacity:0.6;}
.ov{transition:opacity 0.3s ease-out;cursor:pointer;}
@media screen and (max-width:1200px){.wrap{width:100%;}}
@media screen and (max-width:640px){
  body{font-size:24px;}
  h1,h2,h3,h4,h5,li,p{background:none;}
  .pc{display:none;}
  .sp{display:block;}
  #header,#footer,#splash,#head-navi,#foot-navi,
  .section{
    width:640px;
    min-width:640px;
  }
  .wrap{
    width:640px;
    min-width:640px;
  }
  .inner{
    width:560px;
    overflow:hidden;
  }
}

/* header
--------------------------------------- */
#header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100px;
  min-width:1200px;
  background-color:rgba(0,0,0,1.0);
  z-index:999;
}
#header #toggle{display:none;}
#header h1{
  float:left;
  width:748px;
  padding-top:12px;
}
#header .navi{
  float:right;
  width:440px;
}

#header .navi ul{
  text-align:center;
}
#header .navi ul li{
  display:inline-block;
}
#header .navi ul li a{
  display:block;
  width:110px;
  height:40px;
  padding:25px 0 35px;
  font-size:18px;
  color:#fff;
  font-weight:600;
  background-color:#0c0103;
  transition:background-color 300ms;
}
#header .navi ul li a span{font-weight:500;font-size:16px;}
#header .navi ul li a span.sml{font-size:12px;}
#header .navi ul li a:hover,
#header .navi ul li.current a{background-color:#3e3a39;}

@media screen and (max-width:1480px){
  #header{width:100%;}
}
@media screen and (max-width:1200px){
  #header{width:1200px;}
}
@media screen and (max-width:640px){
  #header{
    width:640px;
    min-width:640px;
    height:100px;
  }
  #header .inner{width:640px;}
  #header #toggle{
    display:block;
    float:right;
    margin-right:10px;
    padding-top:10px;
    cursor:pointer;
    z-index:1000;
  }
  #header h1{
    width:540px;
    margin-left:10px;
    padding-top:20px;
  }

  #sp-navi{background:#f00;
    position:fixed;
    width:640px;
    top:100px;
    z-index:1000;
  }
  #sp-navi{display:none;}
  #sp-navi ul{border-top:1px solid #fff;}
  #sp-navi ul li{
    display:block;
    border-bottom:1px solid #fff;
  }
  #sp-navi ul li a{
  height:40px;
  color:#fff;
    display:block;
    width:640px;
    padding:20px 0 40px;
    font-size:24px;
    text-align:center;
    font-weight:600;
    background-color:#0c0103;
    transition:background-color 300ms;
  }
  #sp-navi ul li a span{font-weight:500;}
  #sp-navi ul li a:hover,
  #sp-navi ul li.current a{background-color:#3e3a39;}
}

/* page top */
.pagetop-wrap{
	width:1400px;
	margin:auto;
}
#pagetop{
  display:none;
  position:fixed;
  bottom:40px;
  margin-left:1320px;
  width:64px;
  opacity:1.0;
  cursor:pointer;
  z-index:1000;
  transition:opacity 300ms;
}
#pagetop:hover{opacity:0.7;}
@media screen and (max-width:1400px){
  #pagetop{
    right:20px;
    margin:0;
  }
}
@media screen and (max-width:640px){
  .pagetop-wrap{width:initial;}
  #pagetop{
    width:64px;
    bottom:50px;
    right:10px;
    margin:0;
  }
  #pagetop:hover{opacity:1.0;}
}

/* コンテンツ メイン
--------------------------------------- */
#contents{
  position:relative;
  width:100%;
  min-height:5940px;
  overflow:hidden;
}
#block-background,
#block-contents{width:100%;top:0;left:0;right:0;margin:auto;}
@media screen and (max-width:1480px){
  #contents{min-width:1200px;}
}
@media screen and (max-width:1200px){
  #contents{width:1200px;}
}
@media screen and (max-width:640px){
  #contents{width:640px;min-width:640px;min-height:5680px;}
}

/* 背景
--------------------------------------- */
#bg1{
  position:absolute;
  top:100px;
  width:100%;
  height:2000px;
  background:url(../images/bg1.png) center top no-repeat;
  background-size:100%;
  z-index:1;
}
#bg2{
  position:absolute;
  top:1400px;
  width:100%;
  height:2000px;
/*padding-top:220px;
margin-top:-220px;*/
  background:url(../images/bg2.png) center top no-repeat;
  background-size:100%;
  z-index:2;
}
#bg2 .logo-wrap{
  position:absolute;
  top:500px;
  left:0;
  right:0;
  width:1200px;
  margin:auto;
}
#bg2 .logo-wrap .logo{
  margin-left:auto;
  margin:right:-80px;
  width:180px;
}
#bg3{
  position:absolute;
  top:3460px;
  width:100%;
  height:2000px;
  background:url(../images/bg3.png) center top no-repeat;
  background-size:100%;
  z-index:3;
}
.fixed{position:fixed !important;top:100px !important;}

@media screen and (max-width:1480px){
  #bg1,#bg2,#bg3{min-width:1200px;background-size:1480px;}
  #bg2 .logo-wrap{top:460px;}
  #bg2 .logo-wrap .logo{margin-right:0;width:160px;}
}

@media screen and (max-width:640px){
  #bg1,#bg2,#bg3{width:640px;min-width:640px;background-size:640px;}
  #bg1{top:100px;}
  #bg2{top:830px;}
  #bg2 .logo-wrap{
    top:200px;
    width:640px;
  }
  #bg2 .logo-wrap .logo{
    margin-left:510px;
    width:110px;
  }
  #bg3{top:1800px;}
  .fixed{top:100px !important;}
}

/* キービジュアル
--------------------------------------- */
#splash{
  position:absolute;
  top:100px;
  left:0;
  right:0;
  width:100%;
  height:1440px;
  margin:auto;
  z-index:100;
}
#splash .inner{position:relative;width:1200px;}
#splash .overlay{position:absolute;}
#splash #overlay1-1{
  top:0px;
  left:1087px;
  width:127px;
}
#splash #overlay1-2{
  top:0px;
  left:1000px;
  width:127px;
}
#splash #overlay1-3{
  top:0px;
  left:920px;
  width:127px;
}
#splash #overlay2{
  top:660px;
  left:0px;
}
#splash #overlay3{
  top:1130px;
  left:525px;
}

@media screen and (max-width:1200px){
  #splash{width:1200px;}
}
@media screen and (max-width:640px){
  #splash{
    width:640px;
    min-width:640px;
    height:750px;
    overflow:hidden;
  }
  #splash .inner{width:640px;height:750px;}
  #splash #overlay1-1{left:540px;width:100px;}
  #splash #overlay1-2{left:470px;width:100px;}
  #splash #overlay1-3{left:400px;width:100px;}
  #splash #overlay2{
    top:450px;
    left:10px;
    width:480px;
  }
  #splash #overlay3{
    top:708px;
  left:290px;
    width:320px;
  }
}

/* 公演情報
--------------------------------------- */
#infomation{
  position:absolute;
  top:1440px;
  left:0;
  right:0;
  width:100%;
  height:3100px;
  margin:auto;
  z-index:100;
}
#infomation .inner{position:relative;}
#infomation .overlay{position:absolute;width:1200px;}
#infomation #info-ol1{
  top:620px;
  left:0;
  right:0;
  margin:auto;
}
#infomation #info-ol1 p{
  font-weight:600;
  color:#fff;
  text-align:center;
  line-height:1.2;
  /*text-shadow:0 0 .1em #c90,0 0 .1em #fb0,0 0 .3em #fb0,0 0 .5em #fb0;*/
  text-shadow:1px 1px 2px #000,1px -1px 2px #000,-1px 1px 2px #000,-1px -1px 2px #000,
              0 0 .1em #000,0 0 .1em #000,0 0 .3em #000,0 0 .5em #000;
}
#infomation #info-ol1 p.date{font-size:36px;}
#infomation #info-ol1 p.date .y{}
#infomation #info-ol1 p.date .md{font-size:68px;}
#infomation #info-ol1 p.date .w{}
#infomation #info-ol1 p.date .t{}
#infomation #info-ol1 p.place{font-size:48px;}

/* video */
.block-video{
  position:absolute;
  top:900px;
  left:0;
  right:0;
  width:1140px;
  margin:auto;
}
.block-video .mi{margin-bottom:40px;text-align:center;}
.block-video .area-video{
  background-color:rgba(255,255,255,0.3);
  border-radius:5px;
  padding:20px 30px;
}
.block-video .wrap-video{
  width:960px;
  height:540px;
  margin:auto;
  background:url(../media/video-poster.jpg) 0 0 no-repeat;
  background-size:100%;
  overflow:hidden
}
.block-video .wrap-video video{width:100%;}

#infomation #info-ol2{
  top:1800px;
  left:0;
}
#infomation #info-ol2 h3{
  margin-bottom:50px;
  text-align:center;
}
#infomation #info-ol2 .attention{
  width:520px;
  margin:0 auto 50px;
}
#infomation #info-ol2 .attention span,
#infomation #info-ol2 .attention a{
  display:block;
  width:520px;
  height:30px;
  padding:20px 0;
  font-weight:600;
  color:#fff;
  text-align:center;
  text-shadow:1px 1px 2px #060,1px -1px 2px #060,-1px 1px 2px #060,-1px -1px 2px #060;
  background-color:#26b7bc;
  border:2px solid #fff200;
  border-radius:5px;
  transition:text-shadow 300ms,background-color 300ms;
}
#infomation #info-ol2 .attention a:hover{
  background-color:#42d4d9;
  text-shadow:0 0 .1em #c90,0 0 .1em #fb0,0 0 .3em #fb0,0 0 .5em #fb0;
}

#infomation .block-video .attention2{
  width:520px;
  margin:50px auto 0;
}
#infomation .block-video .attention2 span,
#infomation .block-video .attention2 a{
  display:block;
  width:520px;
  height:30px;
  padding:20px 0;
  font-weight:600;
  color:#fff;
  text-align:center;
  text-shadow:1px 1px 2px #060,1px -1px 2px #060,-1px 1px 2px #060,-1px -1px 2px #060;
  background-color:#fff200;
  border:2px solid #26b7bc;
  border-radius:5px;
  transition:text-shadow 300ms,background-color 300ms;
}
#infomation .block-video .attention2 a:hover{
  background-color:#fff200;
  text-shadow:0 0 .1em #c90,0 0 .1em #fb0,0 0 .3em #fb0,0 0 .5em #fb0;
}

#infomation #info-ol2 p.txt1,
#infomation #info-ol2 p.txt2,
#infomation #info-ol2 p.txt3{
  color:#fff;
  text-align:center;
}
#infomation #info-ol2 p.txt1,
#infomation #info-ol2 p.txt2,
#infomation #info-ol2 p.txt3{
  text-shadow:1px 1px 2px #000,1px -1px 2px #000,-1px 1px 2px #000,-1px -1px 2px #000,
              0 0 .1em #000,0 0 .1em #000,0 0 .3em #000,0 0 .5em #000;
}
#infomation #info-ol2 p.txt2{font-weight:600;}
#infomation #info-ol2 p.txt2 .yellow,
#infomation #info-ol2 p.txt2 .white,
#infomation #info-ol2 p.txt2 .green{font-size:36px;}
#infomation #info-ol2 hr{margin:30px 0;border-color:#fff;}

#infomation .panel{margin-top:50px;}
#infomation .panel dl{
  margin-bottom:10px;
  color:#fff;
  background-color:rgba(255,255,255,0.3);
  border-radius:5px;
}
#infomation .panel dl dt,
#infomation .panel dl dd{
  float:left;
  padding:20px 30px;
  line-height:1.8;
}
#infomation .panel dl dt{
  width:320px;
  padding-right:0;
  font-weight:600;
}
#infomation .panel dl dd{
  width:820px;
  padding-left:0;
}
#infomation .panel dl dd ul{
  font-size:18px;
  padding-left:1.0em;
  text-indent:-1.0em;
}

@media screen and (max-width:1200px){
  #infomation{width:1200px;}
}

@media screen and (max-width:640px){
  #infomation{width:640px;min-width:640px;height:2680px;top:1200px;}
  #infomation .inner{width:640px;height:2680px;}
  #infomation .overlay{width:640px;}
  #infomation #info-ol1{top:0;}
  #infomation #info-ol1 p.date{font-size:32px;}
  #infomation #info-ol1 p.date .md{font-size:48px;}
  #infomation #info-ol1 p.place{font-size:36px;}

  .block-video{
    top:180px;
    width:560px;
  }
  .block-video .area-video{
    width:520px;
    height:315px;
    padding:20px 20px 0px;
  }
  .block-video .wrap-video{width:520px;height:293px;}
  .block-video video{width:520px;height:293px;}

  #infomation #info-ol2{top:820px;}
  #infomation #info-ol2 .attention span,
  #infomation #info-ol2 .attention a{height:32px;font-size:32px;line-height:1;border-width:3px}
  #infomation #info-ol2 p{width:580px;margin:auto;}
  #infomation #info-ol2 p.txt1{text-align:left;}
  #infomation #info-ol2 p.txt2 .yellow,
  #infomation #info-ol2 p.txt2 .white,
  #infomation #info-ol2 p.txt2 .green{font-size:32px;}

  #infomation .panel dl{
    width:520px;
    margin:0 auto 20px;
    padding:20px 30px;
  }
  #infomation .panel dl dt,
  #infomation .panel dl dd{
    float:none;
    padding:0;
    line-height:1.5;
  }
  #infomation .panel dl dt,
  #infomation .panel dl dd{width:100%;}
  #infomation .panel dl dd ul{font-size:21px;}
}

/* チケット情報
--------------------------------------- */
#ticket{
  position:absolute;
  top:4600px;
  left:0;
  right:0;
  width:100%;
  height:1240px;
  margin:auto;
  z-index:100;
}
#ticket .inner{position:relative;}
#ticket .overlay{position:absolute;}

#ticket #ticket-ol{
  top:0px;
  left:0;
}
#ticket #ticket-ol h3{
  margin-bottom:50px;
  text-align:center;
}

#ticket .panel dl{
  margin-bottom:10px;
  color:#fff;
  background-color:rgba(255,255,255,0.3);
  border-radius:5px;
}
#ticket .panel dl dt,
#ticket .panel dl dd{
  float:left;
  padding:20px 30px;
  font-weight:600;
  line-height:1.8;
}
#ticket .panel dl dt{
  width:320px;
  padding-right:0;
}
#ticket .panel dl dd{
  width:820px;
  padding-left:0;
}
#ticket .panel dl dd a:hover{text-decoration:underline;}

#ticket .guide{
  margin-top:60px;
  color:#fff;
  text-align:center;
}
#ticket .guide p.ti{font-weight:600;}
#ticket .guide p.tel{}
#ticket .guide p.tel span{font-size:48px;font-weight:600;}
#ticket .guide p.txt{}
#ticket .guide p.date{font-size:36px;font-weight:600;}

@media screen and (max-width:1200px){
  #ticket{width:1200px;}
}
@media screen and (max-width:640px){
  #ticket{
    top:3820px;
    width:640px;
    min-width:640px;
    height:1700px;
  }
  #ticket .inner{width:640px;height:1700px;}
  #ticket .overlay{width:640px;}

  #ticket .panel dl{
    width:520px;
    margin:0 auto 20px;
    padding:20px 30px;
  }
  #ticket .panel dl dt,
  #ticket .panel dl dd{
    float:none;
    padding:0;
    line-height:1.5;
  }
  #ticket .panel dl dt,
  #ticket .panel dl dd{width:100%;}

  #ticket .guide{width:580px;margin:60px auto 0;}
  #ticket .guide p.tel span{font-size:36px;}
  #ticket .guide p.date{font-size:32px;}
}

/* #footer
--------------------------------------- */
#footer{
  position:absolute;
  bottom:0px;
  left:0;
  right:0;
  width:1200px;
  height:190px;
  margin:auto;
  z-index:100;
}
#footer ul.f-sns{
  margin-top:40px;
  margin-bottom:40px;
  font-size:2.5em;
  line-height:1.0;
  color:#fff;
  text-align:center;
}
#footer ul.f-sns li{
  display:inline-block;
  margin-right:48px;
}
#footer ul.f-sns li:last-of-type{margin-right:0;}
#footer ul.f-sns li i:before{color:#fff;}
#footer ul.f-sns li a{transition:text-shadow 300ms;}
#footer ul.f-sns li a:hover{text-shadow:0 0 .1em #ddf,0 0 .3em #ddf,0 0 .6em #ddf;}
#footer ul.sponsor{
  text-align:center;
  padding-bottom:25px;
  font-size:14px;
  color:#fff;
}
@media screen and (max-width:640px){
  #footer{width:640px;min-width:640px;height:230px;}
  #footer ul.f-sns{margin-bottom:30px;}
  #footer ul.sponsor{
    font-size:18px;
    line-height:1.8;
  }
}

/*#infomation,#ticket,#footer{border-top:1px solid #f00;}*/

/* 汎用
--------------------------------------- */
.disable{display:none;}
.hidden{visibility:hidden;}
/* align */
.fl,.pc-fl{float:left;}
.fr,.pc-fr{float:right;}
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.top{vertical-align:top !important;}
.middle{vertical-align:middle !important;}
.bottom{vertical-align:bottom !important;}
.img-left{text-align:left !important;}
.img-right{text-align:right !important;}
.img-center{margin-left:auto;margin-right:auto;text-align:center;}
.pc-center{text-align:center;}
hr{height:0;border:solid #ccc;border-width:1px 0 0 0;clear:both;}
@media screen and (max-width:640px){
  .pc-fl,.pc-fr{float:none;margin-left:auto;margin-right:auto;text-align:center;}
  .img-left,.img-right{text-align:center !important;}
  .pc-center{text-align:left;}
  .sp-center{text-align:center;}
  .sp-fn{float:none !important;}
}
/* font */
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs21{font-size:21px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.ex-small{font-size:0.75em !important;}
.small{font-size:0.86em !important;}
.large{font-size:1.28em !important;}
.ex-large{font-size:1.56em !important;}
@media screen and (max-width:640px){
  .fs12,.fs14,.fs16{font-size:18px;}
  .fs18,.fs20{font-size:24px;}
  .fs22{font-size:26px;}
  .fs24{font-size:28px;}
}
.lh12{line-height:1.2 !important;}
.lh14{line-height:1.4 !important;}
.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}
.lh18{line-height:1.8 !important;}
.lh20{line-height:2.0 !important;}
.bold,b,.b{font-weight:600 !important;}
.normal,.n{font-weight:500 !important;}
.underline{text-decoration:underline;}
.underbar{border-bottom:1px solid #000;}
.nowrap{white-space:nowrap;}
.break{word-wrap:break-word;white-space:normal;}
sup{font-size:0.75em !important;vertical-align:top;}
sub{font-size:0.75em !important;vertical-align:baseline;}
.sup{font-size:0.75em !important;vertical-align:top;position:relative;top:-0.1em;}
/* indent */
.ind5{padding-left:0.5em;text-indent:-0.5em;}
.ind6{padding-left:0.6em;text-indent:-0.6em;}
.ind7{padding-left:0.7em;text-indent:-0.7em;}
.ind8{padding-left:0.8em;text-indent:-0.8em;}
.ind9{padding-left:0.9em;text-indent:-0.9em;}
.ind10{padding-left:1.0em;text-indent:-1.0em;}
.ind11{padding-left:1.1em;text-indent:-1.1em;}
.ind12{padding-left:1.2em;text-indent:-1.2em;}
.ind13{padding-left:1.3em;text-indent:-1.3em;}
.ind14{padding-left:1.4em;text-indent:-1.4em;}
.ind15{padding-left:1.5em;text-indent:-1.5em;}
.ind16{padding-left:1.6em;text-indent:-1.6em;}
.ind17{padding-left:1.7em;text-indent:-1.7em;}
.ind18{padding-left:1.8em;text-indent:-1.8em;}
.ind19{padding-left:1.9em;text-indent:-1.9em;}
.ind20{padding-left:2.0em;text-indent:-2.0em;}
.ind25{padding-left:2.5em;text-indent:-2.5em;}
.ind30{padding-left:3.0em;text-indent:-3.0em;}
.ind32{padding-left:3.2em;text-indent:-3.2em;}
.ind35{padding-left:3.5em;text-indent:-3.5em;}
.ind40{padding-left:4.0em;text-indent:-4.0em;}
.ind45{padding-left:4.5em;text-indent:-4.5em;}
.ind50{padding-left:5.0em;text-indent:-5.0em;}
/* margin */
.m0{margin:0 !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m35{margin:35px !important;}
.m40{margin:40px !important;}
.m45{margin:45px !important;}
.m50{margin:50px !important;}
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt35{margin-top:35px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt100{margin-top:100px !important;}
.mt120{margin-top:120px !important;}
.mb0{margin-bottom:0 !important;}
.mb2{margin-bottom:2px !important;}
.mb4{margin-bottom:4px !important;}
.mb5{margin-bottom:5px !important;}
.mb8{margin-bottom:8px !important;}
.mb10{margin-bottom:10px !important;}
.mb12{margin-bottom:12px !important;}
.mb15{margin-bottom:15px !important;}
.mb18{margin-bottom:18px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb100{margin-bottom:100px !important;}
.mb120{margin-bottom:120px !important;}
.mb140{margin-bottom:140px !important;}
.mb150{margin-bottom:150px !important;}
.mb160{margin-bottom:160px !important;}
.mb180{margin-bottom:180px !important;}
.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}
.ml100{margin-left:100px !important;}
.ml120{margin-left:120px !important;}
.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr100{margin-right:100px !important;}
.mr120{margin-right:120px !important;}
.mb10em{margin-bottom:1.0em !important;}
.mb15em{margin-bottom:1.5em !important;}
.mb20em{margin-bottom:2.0em !important;}
.ml10em{margin-left:1.0em !important;}
.ml15em{margin-left:1.5em !important;}
.ml20em{margin-left:2.0em !important;}
.pull5em{margin-left:-0.5em;}
.pull10em{margin-left:-1.0em;}
.pull12em{margin-left:-1.2em;}
.pull15em{margin-left:-1.5em;}
.pull18em{margin-left:-1.8em;}
.pull20em{margin-left:-2.0em;}
/* padding */
.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p35{padding:35px !important;}
.p40{padding:40px !important;}
.p45{padding:45px !important;}
.p50{padding:50px !important;}
.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}
.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt100{padding-top:100px !important;}
.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}
.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}
.pr50{padding-right:50px !important;}
.pb0{padding-bottom:0 !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}
.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}
.pb100{padding-bottom:100px !important;}
.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}
.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}
.pl50{padding-left:50px !important;}
/* width */
.wTri{width:33%;}
.wQuart{width:24.8%;}
.wHalf{width:49.9%;}
.wWide{width:66%;}
.wFull{width:99.8%;}
.w2{width:2%;}
.w3{width:3%;}
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
.w22{width:22%;}
.w24{width:24%;}
.w28{width:28%;}
.w32{width:32%;}
.w34{width:34%;}
.w38{width:38%;}
.w33{width:33%;}
.w36{width:36%;}
.w42{width:42%;}
.w44{width:44%;}
.w48{width:48%;}
.w52{width:52%;}
.w54{width:54%;}
.w58{width:58%;}
.w62{width:62%;}
.w64{width:64%;}
.w68{width:68%;}
.w63{width:63%;}
.w66{width:66%;}
.w67{width:67%;}
.w72{width:72%;}
.w74{width:74%;}
.w78{width:78%;}
.w82{width:82%;}
.w84{width:84%;}
.w88{width:88%;}
.w92{width:92%;}
.w94{width:94%;}
.w98{width:98%;}
.w96{width:96%;}
@media screen and (max-width:640px){
  .sp-flex{
    float:none !important;
    width:100% !important;
    margin-bottom:20px;
  }
  .sp-flex0{width:0  !important;}
  .sp-flex5{width:5% !important;}
  .sp-flex10{width:10% !important;}
  .sp-flex20{width:20% !important;}
  .sp-flex30{width:30% !important;}
  .sp-flex40{width:40% !important;}
  .sp-flex50{width:50% !important;}
  .sp-flex60{width:60% !important;}
  .sp-flex70{width:70% !important;}
  .sp-flex80{width:80% !important;}
  .sp-flex90{width:90% !important;}
  .sp-flex100{width:100% !important;}
  .sp-flex33{width:33% !important;}
  .sp-flex34{width:34% !important;}
  .sp-flex67{width:67% !important;}
  .sp-flex25{width:25% !important;}
  .sp-flex75{width:75% !important;}
  .sp-flex28{width:28% !important;}
  .sp-flex72{width:72% !important;}
  .sp-flex48{width:48% !important;}
  .sp-flex58{width:58% !important;}
  .sp-flex45{width:45% !important;}
  .sp-flex55{width:55% !important;}
}
@media screen and (max-width:640px){
  .sp-img5 img{width:5%;}
  .sp-img10 img{width:10%;}
  .sp-img20 img{width:20%;}
  .sp-img30 img{width:30%;}
  .sp-img40 img{width:40%;}
  .sp-img50 img{width:50%;}
  .sp-img60 img{width:60%;}
  .sp-img70 img{width:70%;}
  .sp-img80 img{width:80%;}
  .sp-img90 img{width:90%;}
  .sp-img100 img{width:100%;}
}

/* color */
.white{color:#ffffff;}
.black{color:#000000;}
.yellow{color:#fff200;}
.green{color:#26b7bc;}
.orange{color:#f3994f;}
.brown{color:#522f1a;}
.red{color:#b4222e;}
.bg-white{background-color:#ffffff;}
.bg-black{background-color:#000000;}
.bg-yellow{background-color:#fff200;}
.bg-green{background-color:#26b7bc;}
.bg-orange{background-color:#f3994f;}
.bg-brown{background-color:#522f1a;}
.bg-red{background-color:#b4222e;}
.pink{color:#eb7288;}
.blue{color:#182262;}
.bg-pink{background-color:#eb7288;}
.bg-blue{background-color:#182262;}
