/*customer css */
:root{
  --main-color: #df5656;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dwjjeh');
  src:  url('../fonts/icomoon.eot?dwjjeh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dwjjeh') format('truetype'),
    url('../fonts/icomoon.woff?dwjjeh') format('woff'),
    url('../fonts/icomoon.svg?dwjjeh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-megaphone-off:before {
  content: "\e902";
}
.icon-bell:before {
  content: "\e900";
}
.icon-comment:before {
  content: "\e901";
}
.icon-megaphone:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e906";
}


@font-face {
  font-family: 'Koruri';
  src: url('/dist/fonts/WebKoruri.eot');
  src: url('/dist/fonts/WebKoruri.eot?#iefix') format('embedded-opentype');
  src: url('/dist/fonts/WebKoruri.woff') format('woff'),
       url('/dist/fonts/WebKoruri.ttf') format('truetype');

  /*  for fuck'n chrome  */
  src: url(https://cdn.plusminus.io/font/webkoruri/20140628/WebKoruri.woff) format('woff');
}

body {
  font-family: Koruri;
  background-color: #ffffff;
  padding-top: 50px;
}

a,
a:focus{
  color: var(--main-color);
  text-decoration: none;
}
a:hover{
  color: #e38989;
  text-decoration: none;
}

.message{
  width: 100%;
  text-align: center;
  position: fixed;
  top: 10px;
  left: 0;
  z-index: 10000;
}

.message .com{
  background: #000;
  opacity: 0.7;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.desvg path{
  fill: var(--main-color);
}

.desvg-w path{
  fill: #fff;
}

.good,
.regist-good{
  width: 300px;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 10000;
}

.regist-good02{
  width: 300px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 10000;
}
@media(max-width: 767px){
  .good,
  .regist-good{
    width: 220px;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100000;
  }

  .regist-good02{
    width: 220px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 100000;
  }
}

/*==========================*/
/*  Row  */
/*==========================*/
.row-0 {
  margin-right: -5px;
  margin-left: -5px;
}


.row-0 .col-xs-1,
.row-0 .col-sm-1,
.row-0 .col-md-1,
.row-0 .col-lg-1,
.row-0 .col-xs-2,
.row-0 .col-sm-2,
.row-0 .col-md-2,
.row-0 .col-lg-2,
.row-0 .col-xs-3,
.row-0 .col-sm-3,
.row-0 .col-md-3,
.row-0 .col-lg-3,
.row-0 .col-xs-4,
.row-0 .col-sm-4,
.row-0 .col-md-4,
.row-0 .col-lg-4,
.row-0 .col-xs-5,
.row-0 .col-sm-5,
.row-0 .col-md-5,
.row-0 .col-lg-5,
.row-0 .col-xs-6,
.row-0 .col-sm-6,
.row-0 .col-md-6,
.row-0 .col-lg-6,
.row-0 .col-xs-7,
.row-0 .col-sm-7,
.row-0 .col-md-7,
.row-0 .col-lg-7,
.row-0 .col-xs-8,
.row-0 .col-sm-8,
.row-0 .col-md-8,
.row-0 .col-lg-8,
.row-0 .col-xs-9,
.row-0 .col-sm-9,
.row-0 .col-md-9,
.row-0 .col-lg-9,
.row-0 .col-xs-10,
.row-0 .col-sm-10,
.row-0 .col-md-10,
.row-0 .col-lg-10,
.row-0 .col-xs-11,
.row-0 .col-sm-11,
.row-0 .col-md-11,
.row-0 .col-lg-11,
.row-0 .col-xs-12,
.row-0 .col-sm-12,
.row-0 .col-md-12,
.row-0 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.row-0:before,
.row-0:after{
  display: table;
  content: " ";
}
.row-0:after {
  clear: both;
}


/*==========================*/
/*  SP Header menu  */
/*==========================*/
.sp-navbar {
  display: none;
}

@media(max-width: 992px){
  .sp-navbar {
    display: inline;
    padding:15px 10px 7px;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }

  #nav-drawer {
    position: relative;
  }

  #nav-drawer a.search{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #555;
    line-height: 22px;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 50;
  }

  #nav-drawer a.notification-icon{
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #555;
    line-height: 22px;
    position: absolute;
    left: 35px;
    top: -2px;
    z-index: 50;
  }


  #nav-drawer sup {
    color: #ff0000;
    font-size: 8px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 55;
  }

  #nav-drawer .notification .dropdown-menu {
    min-width: 360px;
  }

  #nav-drawer .notification .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #aaa;
    white-space: normal;
  }

  #nav-drawer .notification .dropdown-menu > li.unread > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: normal;
  }

  #nav-drawer .icon img {
    height: auto;
  }

  #nav-drawer .icon .unread-icon {
    color: #ff0000;
    font-size: 8px;
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 55;
  }


  #nav-drawer h1{
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: center;
    position: absolute;
  }
  #nav-drawer h1 a,
  #nav-drawer h1 a:hover{
    color: var(--main-color);
  }
  #nav-drawer img,
  #nav-drawer svg{
    height: 18px;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 2px;
    background: #555;
    display: block;
    content: '';
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /*中身*/
  #nav-content {
/*  	padding: 20px;*/
    width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 300px;/*最大幅（調整してください）*/
    height: 100%;
    background: #df5656;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  .sp-navbar-nav > li {
    width: 100%;
    display: inline-block;
  }
  .sp-navbar-nav > li.header {
  	background-color: #CC3030;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #AA1616;
  }

  .sp-navbar-nav > li > a {
    background-color: #df5656;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    border-bottom: 1px solid #CC3030;
  }
  .sp-navbar-nav > li > a:hover {
    background-color: #e38989;
    color: #fff;
  }

  #nav-drawer .nav-user{
    margin: 30px;
    text-align: center;
    position: relative;
  }

  #nav-drawer .nav-user img {
    height: auto;
  }

  #nav-drawer .nav-user .flame img{
    background: none;
    position: absolute;
    margin-left: -48px;
    z-index: 11;
    top: -6px;
    left: 50%;
  }

  #nav-drawer .nav-user .name{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
  }

  #nav-drawer .nav-user ul {
    list-style-type: none;
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
  }

  #nav-drawer .nav-user ul.social li {
    position: relative;
    float: left;
    width: calc(100%/4);
  }

  #nav-drawer .nav-user ul.social li img{
    width: 40px;
  }
}


/*==========================*/
/*  Navbar  */
/*==========================*/
.navbar-default{
  display: inline;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 13px;
  font-size: 22px;
  line-height: 24px;
}
.navbar-brand img,
.navbar-brand svg{
  height: 22px;
}

.navbar-default i {
  font-size: 20px;
  position: relative;
}

.navbar-default sup {
  color: #ff0000;
  font-size: 8px;
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 10;
}

.navbar-default .flame img{
  background: none;
  position: absolute;
  z-index: 11;
  top: 12px;
  left: 12px;
}

.navbar-default .notification .dropdown-menu {
  min-width: 360px;
}

.navbar-default .notification .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #aaa;
  white-space: normal;
}

.navbar-default .notification .dropdown-menu > li.unread > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}

.navbar-default .icon .unread-icon {
  color: #ff0000;
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 55;
}

/*.navbar-brand > a,
.navbar-brand > a:hover{
  color: #333;
}
*/
@media(max-width: 992px){
  .navbar-default {
    display: none;
  }
}


/*==========================*/
/*  Breadcrumb  */
/*==========================*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}


/*==========================*/
/*  Page Header  */
/*==========================*/
.page-header {
  padding: 0;
  margin: 20px 0;
  border-bottom: 0;
}
.page-header h1,
.modal-header h1{
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: var(--main-color);
}
.page-header h1 small,
.modal-header h1 small{
  padding: 0 0 0 20px;
  font-size: 16px;
  color: var(--main-color);
}

@media(max-width: 767px){
  .page-header h1,
  .modal-header h1{
    padding: 0;
    margin: 0;
    font-size: 22px;
    color: var(--main-color);
  }
  .page-header h1 small,
  .modal-header h1 small{
    padding: 0 0 0 10px;
    font-size: 14px;
    color: var(--main-color);
  }
}


/*==========================*/
/*  Notification panel */
/*==========================*/
.panel .list-group > .unread > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}

.panel .list-group .panel-icon {
  max-width: 40px;
  float: left;
  position: relative;
}

.panel .list-group .panel-message {
  margin-left: 20px;
  float: left;
}

.panel .list-group .panel-icon .unread-icon {
  color: #ff0000;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 55;
}



/*==========================*/
/*  Section  */
/*==========================*/
.section {
  padding: 50px 0;
}

p.num{
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
p.num strong{
  font-size: 20px;
  font-weight: bold;
}

/*==========================*/
/*  Footer  */
/*==========================*/
.social a.facebook:hover {
  color: #2F477A;
  text-decoration: none;
}

.social a.twitter:hover {
  color: #45B0E3;
  text-decoration: none;
}

.footer {
  margin: 20px 0;
  padding: 20px;
  background: var(--main-color);
}

.footer .copyright{
  color: #fff;
  text-align: center;
}

.footer-menu{
  margin: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-menu{
    margin: 30px 0 60px;
    font-size: 11px;
    text-align: center;
  }
}


/*==========================*/
/*  Well  */
/*==========================*/
.well {
  background: #ffffff;
  border-radius: 0px;
  margin: 0 0 30px 0;
  padding: 20px;
  height: auto;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
}

@media (max-width: 767px) {
  .well {
    padding: 20px 10px;
  }
}


/*==========================*/
/*  Thumbnail  */
/*==========================*/
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0 ease-in-out;
          transition: all 0 ease-in-out;
  position: relative;
}

.thumbnail p {
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.thumbnail p.tag {
  margin: 0;
  padding: 0;
  color: var(--main-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: right;
}

.thumbnail h2 {
  margin: 0;
  padding: 0 0 5px;
  height: 45px;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 2px;
}

.thumbnail .img,
.thumbnail .img02{
  margin: 0 0 5px 0;
  position: relative;
  overflow:hidden;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.thumbnail .img::before,
.thumbnail .img02::before{
  content: '';
  display: block;
  padding-top: 56.25%;
}

.thumbnail .img img,
.thumbnail .img02 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.thumbnail .img02 .date {
  background:rgba(0,0,0,0.5);
  padding: 5px 0;
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 0;
  left:0;
  z-index: 11;
}

.thumbnail .img02 .finish {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left:0;
  z-index: 10;
}

.thumbnail .img02 .finish img{
  width: 56.25%;
  width: : auto;
  opacity: 0.7;
  transform: rotate(-10deg);
}

.thumbnail .img02 img:hover {
  opacity: 0.7;
}

.thumbnail .img02 .achievement {
  display: none;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 40%;
  left:0;
  z-index: 10;
}

.thumbnail .img02 .noachievement {
  display: none;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 40%;
  left:0;
  z-index: 11;
}

.thumbnail .img .likeflame,
.thumbnail .img02 .likeflame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  z-index: 9;
  filter:drop-shadow(0px 2px 2px #222);
}

.thumbnail .setting {
  padding: 9px 10px 8px;
  cursor: pointer;
  position: absolute;
  bottom:  0;
  right: 0;
  z-index: 13;
}

.thumbnail .setting:hover {
  background: #fff;
  opacity: 0.7;
}

.thumbnail .setting i {
  font-size: 18px;
  line-height: 18px;
}

.thumbnail .user{
  height: 30px;
  position: relative;
}

.thumbnail a{
  color: #333;
  text-decoration: none;
}
.thumbnail a:hover{
  color: var(--main-color);
  text-decoration: none;
}

.thumbnail .user a,
.thumbnail .user a:hover{
  color: #333;
  text-decoration: none;
}

.thumbnail .user img{
  background: #fff;
  position: absolute;
  z-index: 13;
  top: -15px;
  left: 5px;
}

.thumbnail .user .flame img{
  background: none;
  position: absolute;
  z-index: 14;
  top: -20px;
  left: 0px;
}

.thumbnail .user .name{
  padding: 0 0 0 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}

.thumbnail p.date {
  margin: 0px;
  padding: 0;
  color: #333;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

.thumbnail .mark {
  margin: 30px 0;
  background: #fff;
  text-align: center;
}

.thumbnail .mark img{
  max-width: 70%;
}

.delopen {
  cursor: pointer;
  color: var(--main-color);
}
.delopen:hover{
  color: #e38989;
}

.LikeBtn {
  text-align: right;
  cursor: pointer;
}

.LikeBtn:hover {
  color: var(--main-color);
}

.UnLikeBtn {
  text-align: right;
}

.ComBtn {
  text-align: right;
  cursor: pointer;
}

.ComBtn:hover {
  color: var(--main-color);
}

.CopyBtn {
  width: 100%;
  margin-top: 1px;
  padding: 2px 5px 1px;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3px;
}

.CopyBtn:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

.copy-list{
  display: inline;
}
.copy-regist{
  display: none;
}

#wish-list-regist .copy-list{
  display: none;
}

#wish-list-regist .copy-regist{
  display: inline;
}

/*==========================*/
/*  Comment  */
/*==========================*/
.comments{
  margin: 30px 0;
}


.comments .comment-form{
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.comments .comment-form #com{
  max-height: 200px;
  padding: 8px;
  line-height: 20px;
}

.comments .comment-form p{
  margin: 10px 0 20px 0;
  padding: 0;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 14px;
}

.comments .countcom{
  margin: 5px 0;
  font-size: 12px;
  color: #999;
  text-align: left;
  line-height: 12px;
}

.comments .comment-area{
  margin-bottom: 10px;
  padding: 15px 20px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.comments .dropdown-toggle i{
  color: var(--main-color);
}

.comments .dropdown-toggle i:hover{
  color: #444;
}

.comments .setup li{
  padding: 5px 20px 5px 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.comments .setup li:hover{
  background: #eee;
}

.comments .setup li:first-child{
  padding-top: 0;
}

.comments .setup li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}

.comments .comment-area .userimg{
  margin: 0 20px 5px 0;
  float: left;
}

.comments .comment-area .userid{
  float: left;
  font-size: 10px;
  color: #ccc;
  line-height: 10px;
}

.comments .comment-area .userid a{
  color: #020202;
}

.comments .comment-area .userid p{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  color: #ccc;
}

.comments .comment-area .follow-btn{
  float: right;
}

.comments .comment-area .area{
  margin-top: 10px;
}

.comments .comment-area .fukidashi{
  padding: 5px;
  background: #fafafa;
  border-radius: 10px;
}

.comments .comment-area .date{
  margin: 5px 0 10px;
  color: #999;
  font-size: 11px;
}

.comments .comment-area .CommentLikeBtn,
.comments .comment-area .ReCommentLikeBtn{
  cursor: pointer;
  color: var(--main-color);
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

.comments .comment-area .UnCommentLikeBtn,
.comments .comment-area .UnReCommentLikeBtn{
  cursor: pointer;
  color: var(--main-color);
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

@media(max-width: 767px){
  .comments{
    margin: 0 -15px 20px -15px;
  }
}


/*==========================*/
/*  pagination  */
/*==========================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  min-width: 40px;
  height: 40px;
  margin: 0 3px;
  line-height: 40px;
  font-size: 16px;
  color: var(--main-color);
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid var(--main-color);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0 5px;
  border-radius: 4px;
  border-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin: 0 5px;
  border-radius: 4px;
  border-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ddd;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

@media(max-width: 767px){
  .pagination > li > a,
  .pagination > li > span {
    padding: 0;
    min-width: 30px;
    height: 30px;
    margin: 0 2px;
    line-height: 30px;
    font-size: 14px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin: 0 2px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    margin: 0 2px;
  }
}


/*==========================*/
/*  Btn  */
/*==========================*/
.btn-next {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 4px;
}

.btn-next:hover,
.btn-next:focus,
.btn-next:active,
.btn-next.active,
.open .dropdown-toggle.btn-next {
  color: #ffffff;
  background-color: #e38989;
  border-color: #e38989;
}

.btn-next:active,
.btn-next.active,
.open .dropdown-toggle.btn-next {
  background-image: none;
}

.btn-back {
  color: var(--main-color);
  background-color: #fff;
  border-color: var(--main-color);
  border-radius: 4px;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active,
.btn-back.active,
.open .dropdown-toggle.btn-back {
  color: #e38989;
  background-color: #fff;
  border-color: #e38989;
}

.btn-back:active,
.btn-back.active,
.open .dropdown-toggle.btn-back {
  background-image: none;
}

.btn-achievement {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  border-radius: 100px;
  opacity: 0.7;
}

.btn-achievement:hover,
.btn-achievement:focus,
.btn-achievement:active,
.btn-achievement.active,
.open .dropdown-toggle.btn-achievement {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  opacity: 1.0;
}

.btn-achievement:active,
.btn-achievement.active,
.open .dropdown-toggle.btn-achievement {
  background-image: none;
}

.btn-noachievement {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  border-radius: 100px;
  opacity: 0.7;
}

.btn-noachievement:hover,
.btn-noachievement:focus,
.btn-noachievement:active,
.btn-noachievement.active,
.open .dropdown-toggle.btn-noachievement {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  opacity: 1.0;
}

.btn-noachievement:active,
.btn-noachievement.active,
.open .dropdown-toggle.btn-noachievement {
  background-image: none;
}

.btn-circle{
  background-color: var(--main-color);
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 50px;
  color : #fff;
  text-align:center;
  line-height: 68px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.btn-circle:hover,
.btn-circle:focus,
.btn-circle:active,
.btn-circle.active,
.open .dropdown-toggle.btn-circle {
  color: #ffffff;
  background-color: #e38989;
  border-color: #e38989;
}

.btn-circle:active,
.btn-circle.active,
.open .dropdown-toggle.btn-circle {
  background-image: none;
}

@media (max-width: 767px) {
  .btn-circle{
    width: 60px;
    height: 60px;
    font-size: 34px;
    line-height: 45px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 100;
  }
}


/*==========================*/
/*  Start  */
/*==========================*/
.start {
  background: var(--main-color);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 5px;
}

@media(max-width: 768px){
  .start p {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }
}


/*==========================*/
/*  main-title  */
/*==========================*/
.main-title{
  width:100%;
  border:0;
  border-radius: 0;
  position: relative;
  overflow:hidden;
}
.main-title .img{
  height:580px;
}

.main-title .img img{
  height:100%;
}

.main-title .sp-img{
  display: none;
}

.main-title .com {
  width: 620px;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 80px;
  left: 100px;
  font-weight: bold;
}

.main-title .backtitle {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 12px;
  bottom: 10px;
  right: 10px;
}

.main-title h1 {
  margin: 0 0 20px 0;
  padding: 0;
  color: var(--main-color);
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 5px;
}

.main-title h1 small{
  color: #333;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 5px;
}

.main-title p{
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.pc{
  display: inline;
}

.sp{
  display: none;
}

@media (max-width: 767px) {
  .main-title .img{
    height:650px;
  }

  .main-title .sp-img{
    margin: 0 0 10px;
    display: inline;
    text-align: center;
  }

  .main-title .sp-img img{
    width:80%;
  }

  .main-title .com {
    width: auto;
    margin: 0;
    padding: 0 10px;
    top: 30px;
    left: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .main-title h1 {
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--main-color);
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .main-title h1 small{
    color: #333;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
  }

  .main-title p{
    margin: 0 0 20px 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .pc{
    display: none;
  }

  .sp{
    display: inline;
  }
}


/*==========================*/
/*  Home  */
/*==========================*/
h2.title{
  padding: 0;
  margin: 0 0 30px;
  font-size: 26px;
  color: var(--main-color);
  text-align: center;
}
h2.title strong{
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
#home .content h2{
  padding: 0;
  margin: 0 0 30px;
  font-size: 26px;
  color: var(--main-color);
  text-align: center;
}
#home .content h3{
  padding: 0;
  margin: 0 0 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
#home .content .com{
  padding: 0;
  margin: 0 0 30px;
  font-size: 26px;
  color: #333;
  text-align: center;
}

#home .content p{
  padding: 0;
  margin: 0 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

#home .content img{
  width: 90%;
}

@media (max-width: 767px) {
  h2.title{
    font-size: 20px;
  }
  h2.title strong{
    font-size: 20px;
  }

  #home .content h2{
    font-size: 20px;
  }

  #home .content h3{
    font-size: 18px;
  }

  #home .content .com{
    font-size: 18px;
  }

  #home .content p{
    font-size: 14px;
  }
}

/*==========================*/
/*  User  */
/*==========================*/
.users {
/*  background: #fff6f6;*/
  padding: 20px;
  text-align: center;
  position: relative;
}

.users .setting{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.users .book{
  margin: 0 auto;
  width: 400px;
  height: 244px;
  background-image: url('/img/user-icon-bg.png');
  background-size: 400px;
}

.users .book .user-area{
  margin: 50px auto 0;
  width: 200px;
  float: left;
  position: relative;
}

.users .book .user-area img{
  background: #ffffff;
  width: 100px;
}

.users .book .user-area .flame img{
  background: none;
  position: absolute;
  z-index: 11;
  top: -10px;
  left: 40px;
  width: 120px;
}

.users .book .user-area p{
  margin: 0;
  height: 34px;
  padding: 10px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}

.users .book .menu-area{
  margin: 30px 25px 0 20px;
  width: 155px;
  text-align: left;
  float: left;
  font-size: 15px;
  line-height: 30px;
}

.users .social{
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.users .social .social-btn{
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

.users .social .social-btn img{
  width: 40px;
}

.users .social .social-btn img:hover{
  opacity: 0.8;
}


@media (max-width: 767px) {
  .users {
    background: #fff6f6;
    padding: 15px;
    text-align: center;
  }

  .users .book{
    margin: 0 auto;
    width: 300px;
    height: 183px;
    background-image: url('/img/user-icon-bg.png');
    background-size: 300px;
  }

  .users .book .user-area{
    margin: 40px auto 0;
    width: 150px;
    float: left;
  }

  .users .book .user-area img{
    width: 70px;
  }

  .users .book .user-area .flame img{
    top: -6px;
    left: 36px;
    width: 80px;
  }

  .users .book .user-area p{
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
  }

  .users .book .menu-area{
    margin: 20px 15px 0 10px;
    width: 125px;
    text-align: left;
    float: left;
    font-size: 12px;
    line-height: 24px;
  }

  .users .social{
    position: absolute;
    bottom: -10px;
    right: 10px;
  }

  .users .social .social-btn{
    margin-left: 5px;
    float: left;
    cursor: pointer;
  }

  .users .social .social-btn img{
    width: 34px;
  }
}

/*==========================*/
/*  Follow  */
/*==========================*/
.thumbnail-users {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  position: relative;
}

.thumbnail-users .img {
  width: 25%;
  padding: 10px 20px;
  font-size: 12px;
  color: #020202;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  float: left;
}

.thumbnail-users .img .flame img{
  background: none;
  position: absolute;
  z-index: 11;
  top: 5px;
  left: 15px;
}


.thumbnail-users .name {
  width: 75%;
  padding: 10px 20px;
  font-size: 12px;
  color: #999;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.thumbnail-users .name p{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbnail-users .follow-area {
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.thumbnail-users .follow-area:first-child {
  border-right: 1px solid #ccc;
}

.thumbnail-users .follow-area p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 10px;
  color: #999;
  line-height: 14px;
}


/*==========================*/
/*  Groups  */
/*==========================*/
.thumbnail-groups {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
}

.thumbnail-groups .img {
  width: 25%;
  padding: 10px 20px;
  font-size: 12px;
  color: #020202;
  font-weight: bold;
  position: relative;
  float: left;
}

.thumbnail-groups .title {
  width: 75%;
  padding: 10px 20px;
  font-size: 12px;
  color: #999;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.thumbnail-groups .title p{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumbnail-groups .follow-area {
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}

.thumbnail-groups .follow-area:first-child {
  border-right: 1px solid #ccc;
}

.thumbnail-groups .follow-area p {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 10px;
  color: #999;
  line-height: 14px;
}


/*==========================*/
/*  Form group  */
/*==========================*/
.form-group{
  margin: 0;
  padding: 0 0 10px 0;
  overflow: hidden;
}

.form-group .control-label{
/*  background: #f1f1f1;*/
  padding-top: 20px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
  text-align: left;
}

.form-group .col-sm-8,
.form-group .col-sm-9{
  padding: 20px;
}

.flame-img{
  position: relative;
}

.flame-img .grayimg{
  opacity: 0.2;
}

.flame-img .txt{
  background:#000;
  margin-top: -12px;
  padding: auto;
  width: 100%;
  height:24px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}

/*==========================*/
/*  Tutorial  */
/*==========================*/
.tutorial-com01{
  padding: 10px 30px;
}

.tutorial-com01 h3{
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
  color: var(--main-color);
  line-height: 30px;
}

.tutorial-com02{
  padding: 30px 30px;
  font-size: 20px;
  color: var(--main-color);
  text-align: center;
}


/*==========================*/
/*  Login  */
/*==========================*/
.login{
  position: relative;
}

.login .logo{
  position: absolute;
  top: 20px;
  right: -5px;
}


/*==========================*/
/*  Form  */
/*==========================*/
/*.label-danger{
  background: var(--main-color);
}*/

.form-login {
  margin: 40px auto;
  max-width: 500px;
}

.form-navi {
  margin-bottom: 20px;
}

.form-navi span {
  margin-right: 10px;
  font-size: 18px;
}

.form-navi .navi-box {
  background: #fff;
  margin-bottom: 10px;
  padding: 8px;
  color: #ccc;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #fff;
}


.form-navi .navi-active {
  background: #fff6f6;
  margin-bottom: 10px;
  padding: 8px;
  color: #202020;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #fff6f6;
}

.input-small {
  width: 180px;
  display: inline-block;
}

.input-birth {
  width: 80px;
  display: inline-block;
}

.input-birth-y {
  width: 120px;
  display: inline-block;
}

.form-rule{
  background: #fff;
  border: solid 1px #ccc;
  width: 100%;
  height: 150px;
  padding: 0.5em;
  overflow: auto;
}

.form-rule h3{
  margin: 0 0 10px 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.form-rule02{
  background: #fff;
  border: solid 1px #ccc;
  width: 100%;
  height: 450px;
  padding: 10px;
  overflow: auto;
}

@media (max-width: 767px) {

  .input-small {
    width: 120px;
    display: inline-block;
  }

  .input-birth {
    width: 65px;
    display: inline-block;
  }

  .input-birth-y {
    width: 65px;
    display: inline-block;
  }
}


.form-error {
  color: #ff0000;
}

#img_url {
  display:none;
}

.imgth {
  margin-bottom: 10px;
  text-align: center;
}

.imgth i{
  font-size: 60px;
  line-height: 60px;
}


/*==========================*/
/*  Switch  */
/*==========================*/
.switchArea {
  line-height    : 34px;
  letter-spacing : 0;
  text-align     : center;
  font-size      : 14px;

  position       : relative;
  margin         : auto;
  width          : 126px;
  background     : #fff;
}

.switchArea input[type="checkbox"] {
  display        : none;
}

.switchArea label {
  display        : block;
  box-sizing     : border-box;
  height         : 34px;
  border         : 2px solid #999999;
  border-radius  : 17px;
}

.switchArea input[type="checkbox"]:checked +label {
  border-color   : var(--main-color);
}

.switchArea label span:after{
  content        : "OFF";
  padding        : 0 0 0 25px;
  color          : #999999;
}

.switchArea  input[type="checkbox"]:checked + label span:after{
  content        : "ON";
  padding        : 0 25px 0 0;
  color          : var(--main-color);
}

.switchArea #swImg {
  position       : absolute;
  width          : 26px;
  height         : 26px;
  background     : #999999;
  top            : 4px;
  left           : 4px;
  border-radius  : 13px;
  transition     : .2s;
}

.switchArea input[type="checkbox"]:checked ~ #swImg {
  transform      : translateX(92px);
  background     : var(--main-color);
}


/*==========================*/
/*  Search  */
/*==========================*/
.list-search{
  background: #f1f1f1;
  margin: 0 0 20px;
  padding: 20px 20px 10px;
  text-align: center;
}

.search_container{
  margin: 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  display: block;
  padding: 5px 20px 5px 10px;
  border-radius: 4px;
  height: 40px;
  width: auto;
  overflow: hidden;
  text-align: left;
}
.search_container input[type="text"]{
  border: none;
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container .searchbtn{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 24px;
  border: none;
  background: none;
  color: var(--main-color);
  position: absolute;
  width: 30px;
  height: 40px;
  right: 10px;
  top: 0px;
  outline : none;
}

.thumbnail-photo {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  position: relative;
}

.thumbnail-photo .img{
  margin: 0;
  height: 60px;
  position: relative;
  overflow:hidden;
}

.thumbnail-photo .img img {
  height: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

#search-list{
  background: #fff;
  /*border: solid 1px #ccc;*/
  overflow: auto;
}

#search-list p{
  margin: 0;
  padding: 0;
  text-align: center;
}

#select-photo {
  margin: 0;
  border: 4px dotted #ccc;
}


/*==========================*/
/*  Groups  */
/*==========================*/
.member-list{
  border: solid 1px #ccc;
  width: 100%;
  height: 180px;
  overflow: auto;
}

.member-list p{
  margin: 5px 10px;
  padding: 0;
}


/*==========================*/
/*  Rule  */
/*==========================*/
#rule .well {
  background: #ffffff;
  border-radius: 30px;
  margin: 0 0 30px 0;
  padding: 40px;
  line-height: 26px;
  height: auto;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
}

#rule h2{
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #020202;
  font-weight: bold;
}

#rule h3{
  margin: 30px 0 20px 0;
  font-size: 18px;
  color: #020202;
  font-weight: 400;
}

@media (max-width: 767px) {
  #rule .well {
    background: #ffffff;
    border-radius: 30px;
    margin: 0 0 30px 0;
    padding: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  #rule h3{
    font-size: 16px;
  }
}


/*==========================*/
/*  Rule  */
/*==========================*/
#cosponsorship .well {
  background: #ffffff;
  border-radius: 30px;
  margin: 0 0 30px 0;
  padding: 30px;
  line-height: 26px;
  height: auto;
  border: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.125);
}

#cosponsorship h2{
  margin: 0 0 20px 0;
  font-size: 24px;
  color: #020202;
  font-weight: bold;
}

#cosponsorship h3{
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 18px;
  color: #020202;
  font-weight: 400;
  border-left: 5px solid var(--main-color);
}

#cosponsorship p{
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #020202;
  font-weight: 400;
}

#cosponsorship .com{
  background: #fff6f6;
  margin: 0 0 30px 0;
  padding: 10px;
  font-size: 14px;
  color: #020202;
  border-radius: 10px;
}

@media (max-width: 767px) {
  #cosponsorship .well {
    margin: 0 0 20px 0;
    padding: 10px;
  }
  #cosponsorship p{
    margin: 0 0 10px 0;
    font-size: 12px;
  }

  #cosponsorship .com{
    margin: 0 0 20px 0;
    padding: 10px;
    font-size: 12px;
  }
}

/*==========================*/
/*  Banner  */
/*==========================*/
.banner{
  position: relative;
  background: var(--main-color);
  margin-bottom: 20px;
  padding: 10px;
}

.banner .img01{
  position: absolute;
  width: 75px;
  bottom: 0px;
  right: 95px;
  z-index: 10;
}

.banner .img02{
  position: absolute;
  width: 100px;
  bottom: 0px;
  right: 15px;
  z-index: 10;
}

.banner .inner{
  background: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 20px;
}

.banner .inner .title{
  margin-bottom: 10px;
  padding: 0px;
  font-size: 20px;
  font-weight: bold;
}

.banner .inner .title strong{
  font-size: 24px;
  color: var(--main-color);
}

.banner .inner p{
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-decoration: underline;
}

.banner .inner p strong{
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 767px) {
   .banner .img01{
    width: 60px;
    bottom: 1px;
    left: 5px;
  }

  .banner .img02{
    width: 70px;
    bottom: 3px;
    right: 15px;
  }

  .banner .inner{
    font-size: 12px;
    letter-spacing: 0px;
  }

  .banner .inner .title{
    font-size: 18px;
  }

  .banner .inner .title strong{
    font-size: 22px;
    color: var(--main-color);
  }

  .banner .inner p{
    font-size: 20px;
    line-height: 30px;
  }

  .banner .inner p strong{
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/*==========================*/
/*  kasasagi  */
/*==========================*/
.bird {
  width: 100px;
  position: absolute;
  transform: translate(-100px, 80vh);
  z-index: 9999;
}

.fly {
  animation: fly 4s linear 1;
}

@keyframes fly {
  0% {
    transform: translate(-100px, 80vh) rotate(10deg);
  }
  100% {
    transform: translate(120vw, -20vh) rotate(10deg);
  }
}

.bird img {
  width: 100px;
  animation: flap 0.3s ease-in-out infinite alternate;
  transform-origin: center;
}

@keyframes flap {
  0% {
    transform: translateY(0px) rotate(5deg) scaleY(1);
  }
  100% {
    transform: translateY(-10px) rotate(-10deg) scaleY(0.95);
  }
}

@media (max-width: 767px) {
  .fly {
    animation: fly 2s linear 1;
  }
}

/*==========================*/
/*  pagetop  */
/*==========================*/
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  font-size: 60%;
  z-index: 100;
}

#back-to-top .img{
  position: relative;
}

#back-to-top .img img,
#back-to-top .img svg{
  position: absolute;
  width: 45px;
  top: -38px;
  left: 0px;
  z-index: 101;
}

#back-to-top a {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  line-height: 14px;
  padding: 10px 10px 5px 10px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
}

#back-to-top a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
}

/*==========================*/
/*  Margin  */
/*==========================*/
.top5{
  margin-top: 5px;
}
.right5{
  margin-right: 5px;
}
.bottom5{
  margin-bottom: 5px;
}
.left5{
  margin-left: 5px;
}

.top10{
  margin-top: 10px;
}
.right10{
  margin-right: 10px;
}
.bottom10{
  margin-bottom: 10px;
}
.left10{
  margin-left: 10px;
}

.top15{
  margin-top: 15px;
}
.right15{
  margin-right: 15px;
}
.bottom15{
  margin-bottom: 15px;
}
.left15{
  margin-left: 15px;
}

.top20{
  margin-top: 20px;
}
.right20{
  margin-right: 20px;
}
.bottom20{
  margin-bottom: 20px;
}
.left20{
  margin-left: 20px;
}

.top25{
  margin-top: 25px;
}
.right25{
  margin-right: 25px;
}
.bottom25{
  margin-bottom: 25px;
}
.left25{
  margin-left: 25px;
}

.top30{
  margin-top: 30px;
}
.right30{
  margin-right: 30px;
}
.bottom30{
  margin-bottom: 30px;
}
.left30{
  margin-left: 30px;
}

.top40{
  margin-top: 40px;
}
.right40{
  margin-right: 40px;
}
.bottom40{
  margin-bottom: 40px;
}
.left40{
  margin-left: 40px;
}

.top50{
  margin-top: 50px;
}
.right50{
  margin-right: 50px;
}
.bottom50{
  margin-bottom: 50px;
}
.left50{
  margin-left: 50px;
}

.top-50{
  margin-top: -50px;
}

.top90{
  margin-top: 90px;
}
@media (max-width: 640px){
  .top90{
    margin-top: 40px;
  }
}


.top-30{
  margin-top: -30px;
}

.top-100{
  margin-top: -200px;
}

/*==========================*/
/*  Color  */
/*==========================*/
.white{
  color: #FFFFFF;
}
.yellow{
  color: #FFC200;
}
.red{
  color: #ED5454;
}
.blue{
  color: #009E96;
}
.green{
  color: #7EC45F;
}
.orange{
  color: #f18d00;
}
.skyblue{
  color: #00B5E1;
}
.pink{
  color: #EB6877;
}
.gray{
  color: #ddd;
}
.color-facebook {
  color: #2F477A;
}
.color-twitter {
  color: #2ca7e0;
}


.bg-gray{
  background: #fafafa;
}

.bg-yellow{
  background: #d9d459;
}

.bg-blue{
  background: #d9eaec;
}

.bg-green{
  background: #7daf3d;
}

.bg-skyblue{
  background: #3d8baf;
}

.bg-orange{
  background: #ffebcf;
}

.bg-gold{
  background: #d4af37;
}

.bg-silver{
  background: #c0c0c0;
}

.bg-bronze{
  background: #cd7f32;
}

.bg-purple{
  background: #86979b;
}

.bg-pink{
  background: #fff6f6;
}


