@charset "UTF-8";

/* ==========================================================================
utility
========================================================================== */

/*=== global ===*/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html,
body {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  height: auto;
  color: #383838;
  font-weight: 300;
  counter-reset: curri;
}

/*Lists*/

dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/*Embedded content*/

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top;
}

.img-fluid {
  width: 100%;
}

figure {
  margin-bottom: 0;
}

/*Forms*/

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button {
  border: none;
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

input[type="basketCheck"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: 13px;
  width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*Tables*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*position*/

.pr {
  position: relative;
}

.ab {
  position: absolute;
}

.pf {
  position: fixed;
}

/*overflow vertical-align visibility*/

.ovxs {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.ovh {
  overflow: hidden;
}

.vm {
  vertical-align: middle;
}

.vh {
  visibility: hidden;
}

/*display*/

.db {
  display: block;
}

.di {
  display: inline;
}

.dib {
  display: inline-block;
}

.dtb {
  display: table;
}

.dtb-cell {
  display: table-cell;
}

.z-2 {
  z-index: 2;
}

.z-10 {
  z-index: 10;
}

/*br*/

.spBrDb br {
  display: block;
}

.spBrDn br {
  display: none;
}

@media (min-width: 768px) {
  /* md */

  .spBrDb br {
    display: none;
  }

  .spBrDn br {
    display: block;
  }
}

/*opacity*/

.op-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.op-02 {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.op-04 {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.op-05 {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.op-06 {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.op-08 {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.op-09 {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.op-095 {
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/*margin*/

.ml-025 {
  margin-left: 0.4px;
  margin-left: .025rem;
}

.mr-025 {
  margin-right: 0.4px;
  margin-right: .025rem;
}

.mx--1 {
  margin-right: -4px;
  margin-right: -.25rem;
  margin-left: -4px;
  margin-left: -.25rem;
}

.mx--2 {
  margin-right: -8px;
  margin-right: -.5rem;
  margin-left: -8px;
  margin-left: -.5rem;
}

/*btn*/

.btn {
  letter-spacing: 0;
  line-height: 1.2;
  padding: .53em 0 .52em;
  position: relative;
}

.btn:hover {
  background: #f7f7f7;
  color: #000;
}

.btn .small {
  transition: all 0.5s;
}

.btn:hover .small {
  color: #fff;
}

.btn-default {
  border-radius: .25rem;
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  transition: color .1s ease-in, background .1s ease-in;
}

.btn-default:hover {
  background: #ccc;
  color: #fff;
}

.btn-default:hover small {
  color: #fff;
}

.btn-solid {
  border: 1.6px solid #ccc;
  border: .1rem solid #ccc;
}

.btn-solid-blk {
  border: 1.6px solid #000;
  border: .1rem solid #000;
}

.btn-solid-blk:hover {
  background: #000;
}

.btn-solidWht {
  border: 1px solid #fff;
}

.btn-dbSolid {
  border: 5.6px double #444;
  border: .35rem double #444;
}

.btn-dbSolidWht {
  border: 5.6px double #fff;
  border: .35rem double #fff;
}

.btn > input[type="text"] {
  border: 0;
  outline: 0;
  background: none;
  line-height: 1.4;
}

.btn-wht {
  background: #fff;
}

.btn-wht:hover,
.btn-wht:active {
  background: #ccc;
  color: #fff;
}

.btn-clr-wht {
  color: #fff;
}

.btn-clr-wht:hover {
  color: #333;
}

.btn-clr-blk {
  color: #333;
}

.btn-clr-blk:hover {
  color: #666;
}

.btn-blk {
  background: #000;
  color: #fff;
}

.btn-blk .small {
  color: #fff;
}

.btn-blk:hover {
  background: #fff;
  color: #000;
}

.btn-blk:hover .txt-wht,
.btn-blk.btn-regBg:hover .small {
  color: #000;
}

.btn-shadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15), -1px -1px 2px rgba(0, 0, 0, 0.1);
}

/*LIST*/

.liDisc > li {
  margin-left: 20.8px;
  margin-left: 1.3rem;
  list-style-type: disc;
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

.liDisc > li a {
  display: block;
}

.liDic > li {
  margin-left: 20.8px;
  margin-left: 1.3rem;
  list-style-type: decimal;
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
}

.liDic > li a {
  display: block;
}

.liDib > li {
  display: inline;
}

.liDib > li:before {
  margin-left: .05em;
  margin-right: .5em;
  color: #666;
  vertical-align: middle;
}

.liDib > li:first-child:before,
.liSlash ul > li:before {
  margin-left: 0;
  margin-right: 0;
}

.liLine > li {
  display: inline;
}

.liLine > li:before {
  content: "|";
  margin-left: .05em;
  margin-right: .5em;
  color: #666;
  vertical-align: middle;
}

.liLine > li:first-child:before,
.liLine ul > li:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.liSlash > li {
  display: inline;
}

.liSlash > li:before {
  content: "/";
  margin-left: .05em;
  margin-right: .5em;
  color: #666;
  vertical-align: middle;
}

.liSlash > li:first-child:before,
.liSlash ul > li:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.liSlash.clr-wht > li:before {
  color: #f7f7f7;
}

.liSlash.small {
  letter-spacing: 0;
  line-height: 1.3;
}

.liCheck {
  padding-left: 1.3em;
}

.liCheck > li {
  position: relative;
}

.liCheck > li:before {
  font-family: 'FontWashira';
  content: "\f05d";
  position: absolute;
  top: 0;
  left: -1.3em;
}

/*bf-icon*/

.bf-icon:before,
.af-icon:after,
.list-screening > li:after,
.btn-gotoWish.af-icon.fa-chevron-right:before,
.onNavSide:before {
  font-family: 'FontWashira';
  font-weight: normal !important;
}

.bf-icon:before {
  margin-right: .3em;
}

.bf-icon.bf-list {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.bf-icon.bf-list:before {
  position: absolute;
  left: 0;
  top: 0;
}

.bf-icon.bf-icon-lt {
  position: relative;
}

.bf-icon.bf-icon-lt:before {
  position: absolute;
  top: 4.8px;
  top: .3rem;
  left: 8px;
  left: .5rem;
  margin: 0;
}

.af-icon:after {
  margin-left: .5em;
  position: relative;
}

.af-icon:before {
  content: "" !important;
}

.af-icon.fa-caret-down:after {
  content: "\f0d7";
}

.af-icon.fa-chevron-down:after {
  content: "\f078";
}

.af-icon.fa-chevron-right:after {
  content: "\f054";
}

.af-icon.fa-external-link:after {
  content: "\f08e";
}

.af-icon.fa-forward:after {
  content: "\f04e";
}

.af-icon.fa-heart:after {
  content: "\f004";
}

.af-icon.fa-map-marker:after {
  content: "\f041";
}

.af-icon.fa-twitter:after {
  content: "\f099";
  top: -.06em;
}

.af-icon.fa-facebook:after {
  content: "\f09a";
  top: -.05em;
}

.af-icon.fa-play:after {
  content: "\f04b";
  top: -.065em;
}

.af-icon.fa-refresh:after {
  content: "\f021";
  top: -.065em;
}

.btn-bficon {
  line-height: 1;
}

.btn-bficon.bf-icon:before {
  display: block;
  font-size: 2.8em;
  margin-right: 0;
  margin-bottom: .1em;
}

/*border hr*/

.btda {
  border-top: 1.6px dashed #e6e6e6;
  border-top: .1rem dashed #e6e6e6;
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.btdaOnly {
  border-top: 1.6px dashed #e6e6e6;
  border-top: .1rem dashed #e6e6e6;
}

.bbda {
  border-bottom: 1.6px dashed #e6e6e6;
  border-bottom: .1rem dashed #e6e6e6;
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.bbdaOnly {
  border-bottom: 1.6px dashed #e6e6e6;
  border-bottom: .1rem dashed #e6e6e6;
}

.btsd {
  border-top: 1.6px solid #333;
  border-top: .1rem solid #333;
  margin-top: 19.2px;
  margin-top: 1.2rem;
  padding-top: 20.8px;
  padding-top: 1.3rem;
}

.btsdOnly {
  border-top: 1.6px solid #e6e6e6;
  border-top: .1rem solid #e6e6e6;
}

.bbsdOnly {
  border-bottom: 1.6px solid #e6e6e6;
  border-bottom: .1rem solid #e6e6e6;
}

.brsdOnly {
  border-right: 1.6px solid #e6e6e6;
  border-right: .1rem solid #e6e6e6;
}

.btdbOnly {
  border-top: 4px double #e6e6e6;
}

.bbdbOnly {
  border-bottom: 4px double #e6e6e6;
}

.btdb {
  border-top: 4px double #888;
  margin-top: 18.4px;
  margin-top: 1.15rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.blsd {
  border-left: 1.6px solid #ccc;
  border-left: .1rem solid #ccc;
}

.brsd {
  border-right: 1.6px solid #ccc;
  border-right: .1rem solid #ccc;
}

.box-bsd {
  border: 1.6px solid #e6e6e6;
  border: .1rem solid #e6e6e6;
}

.box-bdb {
  border: 3.2px double #e6e6e6;
  border: .2rem double #e6e6e6;
}

.box-bda {
  border: 1.6px dashed #e6e6e6;
  border: .1rem dashed #e6e6e6;
}

.box-btBbStd {
  border-top: 1.6px solid #e6e6e6;
  border-top: .1rem solid #e6e6e6;
  border-bottom: 1.6px solid #e6e6e6;
  border-bottom: .1rem solid #e6e6e6;
}

.bc-gray {
  border-color: #666;
}

.bc-lightGray {
  border-color: #f1efef;
}

.bbc-blk {
  border-bottom-color: #333;
}

.bbra-0 {
  border-radius: 0;
}

.bbra-0 .page-link {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0  !important;
  border-top-right-radius: 0 !important;
}

.btnone {
  border-top: none;
}

.bw-01r {
  border-width: 1.6px;
  border-width: .1rem;
}

.bw-02r {
  border-width: 3.2px;
  border-width: .2rem;
}

.bw-025r {
  border-width: 4px;
  border-width: .25rem;
}

.bw-03r {
  border-width: 4.8px;
  border-width: .3rem;
}

.bw-04r {
  border-width: 6.4px;
  border-width: .4rem;
}

.bw-05r {
  border-width: 8px;
  border-width: .5rem;
}

.bw-06r {
  border-width: 9.6px;
  border-width: .6rem;
}

.bw-07r {
  border-width: 11.2px;
  border-width: .7rem;
}

.bw-1r {
  border-width: 16px;
  border-width: 1rem;
}

.bc-gray {
  border-color: #e2e2e2;
}

.bc-darkGray {
  border-color: #a5a5a5;
}

.bc-lightGray {
  border-color: #f3f3f3;
}

/* md */

@media (min-width: 768px) {
  .bw-md-1r {
    border-width: 1rem;
  }

  .bw-md-2r {
    border-width: 2rem;
  }

  .btsdOnly-md {
    border-top: .1rem solid #e6e6e6;
  }

  .brsdOnly-md {
    border-right: .1rem solid #e6e6e6;
  }

  .blsdOnly-md {
    border-left: .1rem solid #e6e6e6;
  }

  .brlsd-md {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }

  .brlsd-md {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

hr {
  margin-bottom: 0;
  margin-top: 0;
}

/*animate*/

.trs-all-05 {
  transition: all 0.5s;
}

/*grid*/

.container,
.container-fluid,
[class^="col-"] {
  padding-right: 8px;
  padding-right: .5rem;
  padding-left: 8px;
  padding-left: .5rem;
}

.row {
  margin-right: -8px;
  margin-right: -.5rem;
  margin-left: -8px;
  margin-left: -.5rem;
}

.row.low-gutters > [class^="col-"],
.row.low-gutters > [class*=" col-"] {
  padding-right: 4px;
  padding-right: .25rem;
  padding-left: 4px;
  padding-left: .25rem;
}

/* md */

@media (min-width: 768px) {
  .container,
  .container-fluid,
  [class^="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .row.low-gutters > [class^="col-"],
  .row.low-gutters > [class*=" col-"] {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

/*xxl*/

@media (min-width: 1366px) {
  /*grid*/

  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxl-0 {
    right: auto;
  }

  .pull-xxl-1 {
    right: 8.333333%;
  }

  .pull-xxl-2 {
    right: 16.666667%;
  }

  .pull-xxl-3 {
    right: 25%;
  }

  .pull-xxl-4 {
    right: 33.333333%;
  }

  .pull-xxl-5 {
    right: 41.666667%;
  }

  .pull-xxl-6 {
    right: 50%;
  }

  .pull-xxl-7 {
    right: 58.333333%;
  }

  .pull-xxl-8 {
    right: 66.666667%;
  }

  .pull-xxl-9 {
    right: 75%;
  }

  .pull-xxl-10 {
    right: 83.333333%;
  }

  .pull-xxl-11 {
    right: 91.666667%;
  }

  .pull-xxl-12 {
    right: 100%;
  }

  .push-xxl-0 {
    left: auto;
  }

  .push-xxl-1 {
    left: 8.333333%;
  }

  .push-xxl-2 {
    left: 16.666667%;
  }

  .push-xxl-3 {
    left: 25%;
  }

  .push-xxl-4 {
    left: 33.333333%;
  }

  .push-xxl-5 {
    left: 41.666667%;
  }

  .push-xxl-6 {
    left: 50%;
  }

  .push-xxl-7 {
    left: 58.333333%;
  }

  .push-xxl-8 {
    left: 66.666667%;
  }

  .push-xxl-9 {
    left: 75%;
  }

  .push-xxl-10 {
    left: 83.333333%;
  }

  .push-xxl-11 {
    left: 91.666667%;
  }

  .push-xxl-12 {
    left: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }

  .h-xxl-34rem {
    height: 34rem;
  }
}

@media (min-width: 1800px) {
  /*grid*/

  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xxxl-0 {
    right: auto;
  }

  .pull-xxxl-1 {
    right: 8.333333%;
  }

  .pull-xxxl-2 {
    right: 16.666667%;
  }

  .pull-xxxl-3 {
    right: 25%;
  }

  .pull-xxxl-4 {
    right: 33.333333%;
  }

  .pull-xxxl-5 {
    right: 41.666667%;
  }

  .pull-xxxl-6 {
    right: 50%;
  }

  .pull-xxxl-7 {
    right: 58.333333%;
  }

  .pull-xxxl-8 {
    right: 66.666667%;
  }

  .pull-xxxl-9 {
    right: 75%;
  }

  .pull-xxxl-10 {
    right: 83.333333%;
  }

  .pull-xxxl-11 {
    right: 91.666667%;
  }

  .pull-xxxl-12 {
    right: 100%;
  }

  .push-xxxl-0 {
    left: auto;
  }

  .push-xxxl-1 {
    left: 8.333333%;
  }

  .push-xxxl-2 {
    left: 16.666667%;
  }

  .push-xxxl-3 {
    left: 25%;
  }

  .push-xxxl-4 {
    left: 33.333333%;
  }

  .push-xxxl-5 {
    left: 41.666667%;
  }

  .push-xxxl-6 {
    left: 50%;
  }

  .push-xxxl-7 {
    left: 58.333333%;
  }

  .push-xxxl-8 {
    left: 66.666667%;
  }

  .push-xxxl-9 {
    left: 75%;
  }

  .push-xxxl-10 {
    left: 83.333333%;
  }

  .push-xxxl-11 {
    left: 91.666667%;
  }

  .push-xxxl-12 {
    left: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}

/*font-size*/

.fs-xxs {
  font-size: 13.6px;
  font-size: .85rem;
}

.fs-xs {
  font-size: 16px;
  font-size: 1rem;
}

.fs-sm {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.fs-md {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.fs-lg {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.fs-xl {
  font-size: 32px;
  font-size: 2rem;
}

.fs-xxl {
  font-size: 44.8px;
  font-size: 2.8rem;
}

.fs-xxxl {
  font-size: 60.8px;
  font-size: 3.8rem;
}

.fs-xxxxl {
  font-size: 70.4px;
  font-size: 4.4rem;
}

/*fa*/

.fa-104x {
  font-size: 22.4px !important;
  font-size: 1.4rem !important;
}

.fa-105x {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.fa-106x {
  font-size: 25.6px !important;
  font-size: 1.6rem !important;
}

.fa-107x {
  font-size: 27.2px !important;
  font-size: 1.7rem !important;
}

.fa-108x {
  font-size: 28.8px !important;
  font-size: 1.8rem !important;
}

.fa-2x {
  font-size: 32px !important;
  font-size: 2rem !important;
}

/* sm */

@media (min-width: 576px) {
  /*font-size*/

  .fs-sm-xxs {
    font-size: .85rem;
  }

  .fs-sm-xs {
    font-size: 1rem;
  }

  .fs-sm-sm {
    font-size: 1.2rem;
  }

  .fs-sm-md {
    font-size: 1.4rem;
  }

  .fs-sm-lg {
    font-size: 1.6rem;
  }

  .fs-sm-xl {
    font-size: 2rem;
  }

  .fs-sm-xxl {
    font-size: 2.8rem;
  }

  .fs-sm-xxxl {
    font-size: 3.8rem;
  }

  .fs-sm-xxxxl {
    font-size: 4.4rem;
  }
}

/* md */

@media (min-width: 768px) {
  /*font-size*/

  .fs-md-xsmall {
    font-size: 0.75rem;
  }

  .fs-md-xxs {
    font-size: .85rem;
  }

  .fs-md-xs {
    font-size: 1rem;
  }

  .fs-md-sm {
    font-size: 1.2rem;
  }

  .fs-md-md {
    font-size: 1.4rem;
  }

  .fs-md-lg {
    font-size: 1.6rem;
  }

  .fs-md-xl {
    font-size: 2rem;
  }

  .fs-md-xxl {
    font-size: 2.8rem;
  }

  .fs-md-xxxl {
    font-size: 3.8rem;
  }

  .fs-md-xxxxl {
    font-size: 4.4rem;
  }
}

/* lg */

@media (min-width: 992px) {
  html {
    font-size: 90%;
  }

  /*font-size*/

  .fs-lg-xxs {
    font-size: .85rem;
  }

  .fs-lg-xs {
    font-size: 1rem;
  }

  .fs-lg-sm {
    font-size: 1.2rem;
  }

  .fs-lg-md {
    font-size: 1.4rem;
  }

  .fs-lg-lg {
    font-size: 1.6rem;
  }

  .fs-lg-xl {
    font-size: 2rem;
  }

  .fs-lg-xxl {
    font-size: 2.8rem;
  }

  .fs-lg-xxxl {
    font-size: 3.8rem;
  }

  .fs-lg-xxxxl {
    font-size: 4.4rem;
  }
}

/*xl*/

@media (min-width: 1200px) {
  body {
    padding-bottom: 6.7rem;
  }

  /*font-size*/

  .fs-xl-xxs {
    font-size: .85rem;
  }

  .fs-xl-xs {
    font-size: 1rem;
  }

  .fs-xl-sm {
    font-size: 1.2rem;
  }

  .fs-xl-md {
    font-size: 1.4rem;
  }

  .fs-xl-lg {
    font-size: 1.6rem;
  }

  .fs-xl-xl {
    font-size: 2rem;
  }

  .fs-xl-xxl {
    font-size: 2.8rem;
  }

  .fs-xl-xxxl {
    font-size: 3.8rem;
  }

  .fs-xl-xxxxl {
    font-size: 4.4rem;
  }
}

/*xxl*/

@media (min-width: 1366px) {
  /*font-size*/

  .fs-xxl-xxs {
    font-size: .85rem;
  }

  .fs-xxl-xs {
    font-size: 1rem;
  }

  .fs-xxl-sm {
    font-size: 1.2rem;
  }

  .fs-xxl-md {
    font-size: 1.4rem;
  }

  .fs-xxl-lg {
    font-size: 1.6rem;
  }

  .fs-xxl-xl {
    font-size: 2rem;
  }

  .fs-xxl-xxl {
    font-size: 2.8rem;
  }

  .fs-xxl-xxxl {
    font-size: 3.8rem;
  }

  .fs-xxl-xxxxl {
    font-size: 4.4rem;
  }
}

@media (min-width: 1800px) {
  /*font-size*/

  .fs-xxxl-xxs {
    font-size: .85rem;
  }

  .fs-xxxl-xs {
    font-size: 1rem;
  }

  .fs-xxxl-sm {
    font-size: 1.2rem;
  }

  .fs-xxxl-md {
    font-size: 1.4rem;
  }

  .fs-xxxl-lg {
    font-size: 1.6rem;
  }

  .fs-xxxl-xl {
    font-size: 2rem;
  }

  .fs-xxxl-xxl {
    font-size: 2.8rem;
  }

  .fs-xxxl-xxxl {
    font-size: 3.8rem;
  }

  .fs-xxxl-xxxxl {
    font-size: 4.4rem;
  }
}

/*===Typography===*/

/*h*/

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  color: #333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

/*a*/

a,
a.small small {
  color: #333;
  word-wrap: break-word;
}

a,
a img,
a figure {
  transition: all 0.5s;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a:hover img,
a:hover figure {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

a:hover,
a:focus,
.btn:hover,
small.small a:hover,
a.small:hover small {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a.hover {
  color: #e61919;
}

small.small a:hover,
a.small:hover small {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.sp-tel a {
  color: #333;
}

/*small*/

small,
.small,
h3 .small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  letter-spacing: 0;
  font-size: 12.8px;
  font-size: .8rem;
}

small.small,
.small,
.small small {
  letter-spacing: 0;
}

.small-em-5 {
  font-size: .5em;
}

.xsmall {
  font-size: 10.4px;
  font-size: .65rem;
}

/*ls lh*/

.ls--01 {
  letter-spacing: -1.6px !important;
  letter-spacing: -.1rem !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-005 {
  letter-spacing: 0.8px !important;
  letter-spacing: .05rem !important;
}

.ls-01 {
  letter-spacing: 1.6px !important;
  letter-spacing: .1rem !important;
}

.ls-02 {
  letter-spacing: 3.2px !important;
  letter-spacing: .2rem !important;
}

.ls-03 {
  letter-spacing: 4.8px !important;
  letter-spacing: .3rem !important;
}

.ls-04 {
  letter-spacing: 6.4px !important;
  letter-spacing: .4rem !important;
}

.ls-05 {
  letter-spacing: 8px !important;
  letter-spacing: .5rem !important;
}

.ls-06 {
  letter-spacing: 9.6px !important;
  letter-spacing: .6rem !important;
}

.ls-07 {
  letter-spacing: 11.2px !important;
  letter-spacing: .7rem !important;
}

.lh-05 {
  line-height: 8px;
  line-height: .5rem;
}

.lh-075 {
  line-height: 12px;
  line-height: .75rem;
}

.lh-08 {
  line-height: 12.8px;
  line-height: .8rem;
}

.lh-09 {
  line-height: .9 !important;
}

.lh-099 {
  line-height: .99 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-101 {
  line-height: 1.1 !important;
}

.lh-102 {
  line-height: 1.2 !important;
}

.lh-103 {
  line-height: 1.3 !important;
}

.lh-104 {
  line-height: 1.4 !important;
}

.lh-105 {
  line-height: 1.5 !important;
}

.lh-106 {
  line-height: 1.6 !important;
}

.lh-107 {
  line-height: 1.7 !important;
}

.lh-108 {
  line-height: 1.8 !important;
}

.lh-109 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-205 {
  line-height: 2.5 !important;
}

/* md */

@media (min-width: 768px) {
  .lh-md-2017 {
    line-height: 2.17;
  }
}

/*text*/

p {
  font-size: 14.4px;
  font-size: .9rem;
  line-height: 1.3;
}

p::selection {
  background: #f7f7f7;
}

b,
strong {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.tac {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

/* md */

@media (min-width: 768px) {
  .tac-md {
    text-align: center;
  }

  .tr-md {
    text-align: right;
  }

  .tl-md {
    text-align: left;
  }
}

.txt−vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.indent {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.fsn {
  font-style: normal;
}

.fsi {
  font-style: italic;
}

.tdu {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}

.tdw {
  text-decoration-style: wavy;
  -webkit-text-decoration-style: wavy;
}

.tddb {
  text-decoration-style: double;
  -webkit-text-decoration-style: double;
}

.ttu {
  text-transform: uppercase;
}

.tind-1 {
  text-indent: .95em;
}

.txt-kome {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  display: inline-block;
  line-height: 1.3;
}

.txt-kome:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.txt-list {
  padding-left: 11.2px;
  padding-left: .7rem;
}

.txt-list.bf-icon:before {
  left: -.8em;
}

.txt-shadow {
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.txt-attend {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.2;
  padding: 16px;
  padding: 1rem;
  border: 1px dashed #666;
  color: #aaa;
}

/*txt-color*/

.clr-red,
.red {
  color: #e61919;
}

.clr-green {
  color: #09865f;
}

.clr-lightNdg {
  color: #61b7ad;
}

.clr-yellow {
  color: #FAFF2D;
}

.clr-blue {
  color: #4DC1EA;
}

.clr-blk {
  color: #000;
}

.clr-lightBlk {
  color: #444;
}

.clr-wht {
  color: #fff;
}

.clr-wht .small {
  color: #fff;
}

.clr-darkWht {
  color: #e8e8e8;
}

.clr-gray {
  color: #949494;
}

.clr-darkGray {
  color: #666;
}

.clr-lightGray {
  color: #dcdcdc;
}

.clr-grayWht {
  color: #ddd;
}

.clr-btn-blk {
  color: #000;
}

.clr-btn-gray {
  color: #666;
}

.h-100vh {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-4em {
  height: 4em;
}

.h-5em {
  height: 5em;
}

/* hrem */

.h-1rem {
  height: 16px;
  height: 1rem;
}

.h-105rem {
  height: 24px;
  height: 1.5rem;
}

.h-2rem {
  height: 32px;
  height: 2rem;
}

.h-205rem {
  height: 40px;
  height: 2.5rem;
}

.h-3rem {
  height: 48px;
  height: 3rem;
}

.h-4rem {
  height: 64px;
  height: 4rem;
}

.h-5rem {
  height: 80px;
  height: 5rem;
}

.h-6rem {
  height: 96px;
  height: 6rem;
}

.h-7rem {
  height: 112px;
  height: 7rem;
}

.h-8rem {
  height: 128px;
  height: 8rem;
}

.h-9rem {
  height: 144px;
  height: 9rem;
}

.h-10rem {
  height: 160px;
  height: 10rem;
}

.h-11rem {
  height: 176px;
  height: 11rem;
}

.h-12rem {
  height: 192px;
  height: 12rem;
}

.h-13rem {
  height: 208px;
  height: 13rem;
}

.h-14rem {
  height: 224px;
  height: 14rem;
}

.h-15rem {
  height: 240px;
  height: 15rem;
}

.h-16rem {
  height: 256px;
  height: 16rem;
}

.h-17rem {
  height: 272px;
  height: 17rem;
}

.h-18rem {
  height: 288px;
  height: 18rem;
}

.h-20rem {
  height: 320px;
  height: 20rem;
}

.h-22rem {
  height: 352px;
  height: 22rem;
}

.h-24rem {
  height: 384px;
  height: 24rem;
}

.h-24rem {
  height: 384px;
  height: 24rem;
}

.h-26rem {
  height: 416px;
  height: 26rem;
}

.h-30rem {
  height: 480px;
  height: 30rem;
}

.h-32rem {
  height: 512px;
  height: 32rem;
}

.h-33rem {
  height: 528px;
  height: 33rem;
}

.h-34rem {
  height: 544px;
  height: 34rem;
}

/* md */

@media (min-width: 768px) {
  .h-md-1rem {
    height: 1rem;
  }

  .h-md-105rem {
    height: 1.5rem;
  }

  .h-md-2rem {
    height: 2rem;
  }

  .h-md-205rem {
    height: 2.5rem;
  }

  .h-md-3rem {
    height: 3rem;
  }

  .h-md-4rem {
    height: 4rem;
  }

  .h-md-5rem {
    height: 5rem;
  }

  .h-md-6rem {
    height: 6rem;
  }

  .h-md-7rem {
    height: 7rem;
  }

  .h-md-8rem {
    height: 8rem;
  }

  .h-md-9rem {
    height: 9rem;
  }

  .h-md-10rem {
    height: 10rem;
  }

  .h-md-12rem {
    height: 12rem;
  }

  .h-md-13rem {
    height: 13rem;
  }

  .h-md-14rem {
    height: 14rem;
  }

  .h-md-15rem {
    height: 15rem;
  }

  .h-md-16rem {
    height: 16rem;
  }

  .h-md-17rem {
    height: 17rem;
  }

  .h-md-18rem {
    height: 18rem;
  }

  .h-md-20rem {
    height: 20rem;
  }

  .h-md-22rem {
    height: 22rem;
  }

  .h-md-24rem {
    height: 24rem;
  }

  .h-md-24rem {
    height: 24rem;
  }

  .h-md-26rem {
    height: 26rem;
  }

  .h-md-30rem {
    height: 30rem;
  }

  .h-md-32rem {
    height: 32rem;
  }

  .h-md-33rem {
    height: 33rem;
  }

  .h-md-34rem {
    height: 34rem;
  }
}

/* lg */

@media (min-width: 992px) {
  .h-lg-1rem {
    height: 1rem;
  }

  .h-lg-105rem {
    height: 1.5rem;
  }

  .h-lg-2rem {
    height: 2rem;
  }

  .h-lg-205rem {
    height: 2.5rem;
  }

  .h-lg-3rem {
    height: 3rem;
  }

  .h-lg-4rem {
    height: 4rem;
  }

  .h-lg-5rem {
    height: 5rem;
  }

  .h-lg-6rem {
    height: 6rem;
  }

  .h-lg-7rem {
    height: 7rem;
  }

  .h-lg-8rem {
    height: 8rem;
  }

  .h-lg-9rem {
    height: 9rem;
  }

  .h-lg-10rem {
    height: 10rem;
  }

  .h-lg-12rem {
    height: 12rem;
  }

  .h-lg-13rem {
    height: 13rem;
  }

  .h-lg-14rem {
    height: 14rem;
  }

  .h-lg-15rem {
    height: 15rem;
  }

  .h-lg-16rem {
    height: 16rem;
  }

  .h-lg-17rem {
    height: 17rem;
  }

  .h-lg-18rem {
    height: 18rem;
  }

  .h-lg-20rem {
    height: 20rem;
  }

  .h-lg-22rem {
    height: 22rem;
  }

  .h-lg-24rem {
    height: 24rem;
  }

  .h-lg-24rem {
    height: 24rem;
  }

  .h-lg-26rem {
    height: 26rem;
  }

  .h-lg-30rem {
    height: 30rem;
  }

  .h-lg-32rem {
    height: 32rem;
  }

  .h-lg-33rem {
    height: 33rem;
  }

  .h-lg-34rem {
    height: 34rem;
  }
}

/*xl*/

@media (min-width: 1200px) {
  .h-xl-1rem {
    height: 1rem;
  }

  .h-xl-105rem {
    height: 1.5rem;
  }

  .h-xl-2rem {
    height: 2rem;
  }

  .h-xl-205rem {
    height: 2.5rem;
  }

  .h-xl-3rem {
    height: 3rem;
  }

  .h-xl-4rem {
    height: 4rem;
  }

  .h-xl-5rem {
    height: 5rem;
  }

  .h-xl-6rem {
    height: 6rem;
  }

  .h-xl-7rem {
    height: 7rem;
  }

  .h-xl-8rem {
    height: 8rem;
  }

  .h-xl-9rem {
    height: 9rem;
  }

  .h-xl-10rem {
    height: 10rem;
  }

  .h-xl-12rem {
    height: 12rem;
  }

  .h-xl-13rem {
    height: 13rem;
  }

  .h-xl-14rem {
    height: 14rem;
  }

  .h-xl-15rem {
    height: 15rem;
  }

  .h-xl-16rem {
    height: 16rem;
  }

  .h-xl-17rem {
    height: 17rem;
  }

  .h-xl-18rem {
    height: 18rem;
  }

  .h-xl-20rem {
    height: 20rem;
  }

  .h-xl-22rem {
    height: 22rem;
  }

  .h-xl-24rem {
    height: 24rem;
  }

  .h-xl-24rem {
    height: 24rem;
  }

  .h-xl-26rem {
    height: 26rem;
  }

  .h-xl-30rem {
    height: 30rem;
  }

  .h-xl-32rem {
    height: 32rem;
  }

  .h-xl-33rem {
    height: 33rem;
  }

  .h-xl-34rem {
    height: 34rem;
  }
}

/*xxl*/

@media (min-width: 1366px) {
  .h-xxl-1rem {
    height: 1rem;
  }

  .h-xxl-105rem {
    height: 1.5rem;
  }

  .h-xxl-2rem {
    height: 2rem;
  }

  .h-xxl-205rem {
    height: 2.5rem;
  }

  .h-xxl-3rem {
    height: 3rem;
  }

  .h-xxl-4rem {
    height: 4rem;
  }

  .h-xxl-5rem {
    height: 5rem;
  }

  .h-xxl-6rem {
    height: 6rem;
  }

  .h-xxl-7rem {
    height: 7rem;
  }

  .h-xxl-8rem {
    height: 8rem;
  }

  .h-xxl-9rem {
    height: 9rem;
  }

  .h-xxl-10rem {
    height: 10rem;
  }

  .h-xxl-12rem {
    height: 12rem;
  }

  .h-xxl-13rem {
    height: 13rem;
  }

  .h-xxl-14rem {
    height: 14rem;
  }

  .h-xxl-15rem {
    height: 15rem;
  }

  .h-xxl-16rem {
    height: 16rem;
  }

  .h-xxl-17rem {
    height: 17rem;
  }

  .h-xxl-18rem {
    height: 18rem;
  }

  .h-xxl-20rem {
    height: 20rem;
  }

  .h-xxl-22rem {
    height: 22rem;
  }

  .h-xxl-24rem {
    height: 24rem;
  }

  .h-xxl-24rem {
    height: 24rem;
  }

  .h-xxl-26rem {
    height: 26rem;
  }

  .h-xxl-30rem {
    height: 30rem;
  }

  .h-xxl-32rem {
    height: 32rem;
  }

  .h-xxl-33rem {
    height: 33rem;
  }

  .h-xxl-34rem {
    height: 34rem;
  }
}

@media (min-width: 1800px) {
  .h-xxxl-1rem {
    height: 1rem;
  }

  .h-xxxl-105rem {
    height: 1.5rem;
  }

  .h-xxxl-2rem {
    height: 2rem;
  }

  .h-xxxl-205rem {
    height: 2.5rem;
  }

  .h-xxxl-3rem {
    height: 3rem;
  }

  .h-xxxl-4rem {
    height: 4rem;
  }

  .h-xxxl-5rem {
    height: 5rem;
  }

  .h-xxxl-6rem {
    height: 6rem;
  }

  .h-xxxl-7rem {
    height: 7rem;
  }

  .h-xxxl-8rem {
    height: 8rem;
  }

  .h-xxxl-9rem {
    height: 9rem;
  }

  .h-xxxl-10rem {
    height: 10rem;
  }

  .h-xxxl-12rem {
    height: 12rem;
  }

  .h-xxxl-13rem {
    height: 13rem;
  }

  .h-xxxl-14rem {
    height: 14rem;
  }

  .h-xxxl-15rem {
    height: 15rem;
  }

  .h-xxxl-16rem {
    height: 16rem;
  }

  .h-xxxl-17rem {
    height: 17rem;
  }

  .h-xxxl-18rem {
    height: 18rem;
  }

  .h-xxxl-20rem {
    height: 20rem;
  }

  .h-xxxl-22rem {
    height: 22rem;
  }

  .h-xxxl-24rem {
    height: 24rem;
  }

  .h-xxxl-24rem {
    height: 24rem;
  }

  .h-xxxl-26rem {
    height: 26rem;
  }

  .h-xxxl-30rem {
    height: 30rem;
  }

  .h-xxxl-32rem {
    height: 32rem;
  }

  .h-xxxl-33rem {
    height: 33rem;
  }

  .h-xxxl-34rem {
    height: 34rem;
  }
}

.mh-1rem {
  min-height: 16px !important;
  min-height: 1rem !important;
}

.mh-2rem {
  min-height: 32px !important;
  min-height: 2rem !important;
}

.mh-3rem {
  min-height: 48px !important;
  min-height: 3rem !important;
}

.mh-4rem {
  min-height: 64px !important;
  min-height: 4rem !important;
}

.mh-7rem {
  min-height: 112px !important;
  min-height: 7rem !important;
}

.mh-8rem {
  min-height: 128px !important;
  min-height: 8rem !important;
}

/*%*/

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100-1rem {
  width: calc( 100% - 1rem);
}

.w-100-2rem {
  width: calc( 100% - 2rem);
}

.w-100-205rem {
  width: calc( 100% - 2.5rem);
}

.w-100-3rem {
  width: calc( 100% - 3rem);
}

.w-100-305rem {
  width: calc( 100% - 3.5rem);
}

.w-100-4rem {
  width: calc( 100% - 4rem);
}

.w-100-col2-305rem {
  width: calc( 100% - 16.666667% - 3.5rem);
}

.w-120 {
  width: 120%;
}

/*rem*/

.w-05rem {
  width: 8px;
  width: .5rem;
}

.w-1rem {
  width: 16px;
  width: 1rem;
}

.w-105rem {
  width: 24px;
  width: 1.5rem;
}

.w-2rem {
  width: 32px;
  width: 2rem;
}

.w-205rem {
  width: 40px;
  width: 2.5rem;
}

.w-3rem {
  width: 48px;
  width: 3rem;
}

.w-4rem {
  width: 64px;
  width: 4rem;
}

.w-5rem {
  width: 80px;
  width: 5rem;
}

.w-6rem {
  width: 96px;
  width: 6rem;
}

.w-7rem {
  width: 112px;
  width: 7rem;
}

.w-8rem {
  width: 128px;
  width: 8rem;
}

/*em*/

.w-4em {
  width: 4em;
}

.w-5em {
  width: 5em;
}

/* md */

@media (min-width: 768px) {
  .w-md-3rem {
    width: 3rem;
  }

  .w-md-4rem {
    width: 4rem;
  }

  .w-md-5rem {
    width: 5rem;
  }

  .w-md-6rem {
    width: 6rem;
  }

  .w-md-100-3rem {
    width: calc( 100% - 3rem);
  }

  .w-md-100-305rem {
    width: calc( 100% - 3.5rem);
  }

  .w-md-100-4rem {
    width: calc( 100% - 4rem);
  }
}

.mt-05 {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.ml--1 {
  margin-left: -4px;
  margin-left: -.25rem;
}

.ml--2 {
  margin-left: -8px;
  margin-left: -.5rem;
}

.ml--3 {
  margin-left: -16px;
  margin-left: -1rem;
}

/* md */

@media (min-width: 768px) {
  .ml-md--1 {
    margin-left: -.25rem;
  }

  .ml-md--2 {
    margin-left: -.5rem;
  }

  .ml-md--3 {
    margin-left: -1rem;
  }
}

/*xxl*/

@media (min-width: 1366px) {
  /*spacing*/

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .h-xxl-34rem {
    height: 34rem;
  }
}

/*xxxl*/

@media (min-width: 1800px) {
  /*spacing*/

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }

  .m-xxxl-3 {
    margin: 1rem !important;
  }

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .m-xxxl-4 {
    margin: 1.5rem !important;
  }

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }

  .m-xxxl-5 {
    margin: 3rem !important;
  }

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }

  .p-xxxl-3 {
    padding: 1rem !important;
  }

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .p-xxxl-4 {
    padding: 1.5rem !important;
  }

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }

  .p-xxxl-5 {
    padding: 3rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }
}

/* === Modals === */

.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 43, 43, 0.45);
  z-index: 10600;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-duration: 400ms;
}

.modal-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popup-overlay {
  z-index: 10200;
}

.modal {
  width: 80%;
  max-width: 350px;
  position: fixed;
  z-index: 11000;
  left: 50%;
  margin-left: calc( 80% * -0.5);
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: .5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate3d(0, 0, 0) scale(1.185);
  transition-property: transform, opacity;
  color: #000;
  display: none;
}

.modal.modal-in {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition-duration: 400ms;
  transform: translate3d(0, 0, 0) scale(1);
}

.modal.modal-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 10999;
  transition-duration: 400ms;
  transform: translate3d(0, 0, 0) scale(0.815);
}

.modal-inner,
.actions-modal-button,
.actions-modal-label,
.modal-button {
  background: #fdfdfd;
}

.modal-button {
  color: #e61919;
}

.modal-inner {
  padding: 32px;
  padding: 2rem;
  border-radius: .5rem .5rem 0 0;
  position: relative;
}

.modal-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

html.pixel-ratio-2 .modal-inner:after {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .modal-inner:after {
  transform: scaleY(0.33);
}

.modal-title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.modal-title + .modal-text {
  margin-top: 5px;
}

.modal-text {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: bold;
}

.modal-buttons {
  height: 48px;
  height: 3rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-buttons.modal-buttons-vertical {
  display: block;
  height: auto;
}

.modal-button {
  width: 100%;
  padding: 0 5px;
  height: 48px;
  height: 3rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 48px;
  line-height: 3rem;
  text-align: center;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

.modal-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  transform-origin: 100% 50%;
}

html.pixel-ratio-2 .modal-button:after {
  transform: scaleX(0.5);
}

html.pixel-ratio-3 .modal-button:after {
  transform: scaleX(0.33);
}

.modal-button:first-child {
  border-radius: 0 0 0 .5rem;
}

.modal-button:last-child {
  border-radius: 0 0 .5rem 0;
}

.modal-button:last-child:after {
  display: none;
}

.modal-button:first-child:last-child {
  border-radius: 0 0 .5rem .5rem;
}

.modal-button.modal-button-bold {
  font-weight: 500;
}

html:not(.watch-active-state) .modal-button:active,
.modal-button.active-state {
  background: #d4d4d4;
}

.modal-buttons-vertical .modal-button {
  border-radius: 0;
}

.modal-buttons-vertical .modal-button:after {
  display: none;
}

.modal-buttons-vertical .modal-button:before {
  display: none;
}

.modal-buttons-vertical .modal-button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #b5b5b5;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

html.pixel-ratio-2 .modal-buttons-vertical .modal-button:after {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .modal-buttons-vertical .modal-button:after {
  transform: scaleY(0.33);
}

.modal-buttons-vertical .modal-button:last-child {
  border-radius: 0 0 .5rem .5rem;
}

.modal-buttons-vertical .modal-button:last-child:after {
  display: none;
}

.modal-no-buttons .modal-inner {
  border-radius: .5rem;
}

.modal-no-buttons .modal-inner:after {
  display: none;
}

.modal-no-buttons .modal-buttons {
  display: none;
}

.actions-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11000;
  width: 100%;
  transform: translate3d(0, 100%, 0);
}

.actions-modal.modal-in {
  transition-duration: 300ms;
  transform: translate3d(0, 0, 0);
}

.actions-modal.modal-out {
  z-index: 10999;
  transition-duration: 300ms;
  transform: translate3d(0, 100%, 0);
}

.actions-modal-group {
  margin: 8px;
  margin: .5rem;
}

.actions-modal-button,
.actions-modal-label {
  width: 100%;
  text-align: center;
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.actions-modal-button:after,
.actions-modal-label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 2.4px;
  height: .15rem;
  width: 100%;
  background-color: #d0d0d0;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

html.pixel-ratio-2 .actions-modal-button:after,
html.pixel-ratio-2 .actions-modal-label:after {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .actions-modal-button:after,
html.pixel-ratio-3 .actions-modal-label:after {
  transform: scaleY(0.33);
}

.actions-modal-button a,
.actions-modal-label a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-weight: 300;
}

.actions-modal-button b,
.actions-modal-label b {
  font-weight: 500;
}

.actions-modal-button.actions-modal-button-bold,
.actions-modal-label.actions-modal-button-bold {
  font-weight: 700;
}

.actions-modal-button.actions-modal-button-red,
.actions-modal-label.actions-modal-button-red {
  color: #ff3b30;
}

.actions-modal-button:first-child,
.actions-modal-label:first-child {
  border-radius: .5rem .5rem 0 0;
}

.actions-modal-button:last-child,
.actions-modal-label:last-child {
  border-radius: 0 0 .5rem .5rem;
}

.actions-modal-button:last-child:after,
.actions-modal-label:last-child:after {
  display: none;
}

.actions-modal-button:first-child:last-child,
.actions-modal-label:first-child:last-child {
  border-radius: .5rem;
}

.actions-modal-button.disabled,
.actions-modal-label.disabled {
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  color: #8e8e93;
}

.actions-modal-button {
  cursor: pointer;
  line-height: 3.5;
  font-size: 17.6px;
  font-size: 1.1rem;
  color: #191919;
}

html:not(.watch-active-state) .actions-modal-button:active,
.actions-modal-button.active-state {
  background: #dcdcdc;
}

.actions-modal-label {
  font-size: 13px;
  line-height: 1.3;
  min-height: 48px;
  min-height: 3rem;
  padding: 8px 10px;
  color: #8a8a8a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

input.modal-text-input {
  box-sizing: border-box;
  height: 30px;
  background: #fff;
  margin: 0;
  margin-top: 15px;
  padding: 0 5px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  display: block;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input.modal-text-input + input.modal-text-input {
  margin-top: 5px;
}

.modal-input-double input.modal-text-input {
  border-radius: 5px 5px 0 0;
}

.modal-input-double + .modal-input-double input.modal-text-input {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}

.popover {
  width: 320px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 11000;
  margin: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: 0;
  border-radius: .5rem;
  position: absolute;
  display: none;
  transform: none;
  transition-property: opacity;
}

.popover.modal-in {
  transition-duration: 300ms;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popover .list-block {
  margin: 0;
}

.popover .list-block ul {
  background: none;
}

.popover .list-block:first-child ul {
  border-radius: .5rem .5rem 0 0;
}

.popover .list-block:first-child ul:before {
  display: none;
}

.popover .list-block:first-child li:first-child a {
  border-radius: .5rem .5rem 0 0;
}

.popover .list-block:last-child ul {
  border-radius: 0 0 .5rem .5rem;
}

.popover .list-block:last-child ul:after {
  display: none;
}

.popover .list-block:last-child li:last-child a {
  border-radius: 0 0 .5rem .5rem;
}

.popover .list-block:first-child:last-child li:first-child:last-child a,
.popover .list-block:first-child:last-child ul:first-child:last-child {
  border-radius: .5rem;
}

.popover .list-block + .list-block {
  margin-top: 35px;
}

.popover-angle {
  width: 26px;
  height: 26px;
  position: absolute;
  left: -26px;
  top: 0;
  z-index: 100;
  overflow: hidden;
}

.popover-angle:after {
  content: ' ';
  background: rgba(255, 255, 255, 0.95);
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  transform: rotate(45deg);
}

.popover-angle.on-left {
  left: -26px;
}

.popover-angle.on-left:after {
  left: 19px;
  top: 0;
}

.popover-angle.on-right {
  left: 100%;
}

.popover-angle.on-right:after {
  left: -19px;
  top: 0;
}

.popover-angle.on-top {
  left: 0;
  top: -26px;
}

.popover-angle.on-top:after {
  left: 0;
  top: 19px;
}

.popover-angle.on-bottom {
  left: 0;
  top: 100%;
}

.popover-angle.on-bottom:after {
  left: 0;
  top: -19px;
}

.popover-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.actions-popover .list-block + .list-block {
  margin-top: 20px;
}

.actions-popover .list-block ul {
  background: #fff;
}

.actions-popover-label {
  padding: 8px 10px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  position: relative;
}

.actions-popover-label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #d2d2d6;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

html.pixel-ratio-2 .actions-popover-label:after {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .actions-popover-label:after {
  transform: scaleY(0.33);
}

.actions-popover-label:last-child:after {
  display: none;
}

.popup,
.login-screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10400;
  background: #fff;
  box-sizing: border-box;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition-property: transform;
  transform: translate3d(0, 100%, 0);
}

.popup.modal-in,
.login-screen.modal-in,
.popup.modal-out,
.login-screen.modal-out {
  transition-duration: 400ms;
}

.popup.modal-in,
.login-screen.modal-in {
  transform: translate3d(0, 0, 0);
}

.popup.modal-out,
.login-screen.modal-out {
  transform: translate3d(0, 100%, 0);
}

.login-screen.modal-in,
.login-screen.modal-out {
  display: block;
}

@media all and (min-width: 630px) and (min-height: 630px) {
  .popup:not(.tablet-fullscreen) {
    width: 630px;
    height: 630px;
    left: 50%;
    top: 50%;
    margin-left: -315px;
    margin-top: -315px;
    transform: translate3d(0, 1024px, 0);
  }

  .popup:not(.tablet-fullscreen).modal-in {
    transform: translate3d(0, 0, 0);
  }

  .popup:not(.tablet-fullscreen).modal-out {
    transform: translate3d(0, 1024px, 0);
  }
}

@media all and (max-width: 629px), (max-height: 629px) {
  html.with-statusbar-overlay .popup {
    height: calc(100% - 20px);
    top: 20px;
  }

  html.with-statusbar-overlay .popup-overlay {
    z-index: 9800;
  }
}

html.with-statusbar-overlay .login-screen,
html.with-statusbar-overlay .popup.tablet-fullscreen {
  height: calc(100% - 20px);
  top: 20px;
}

.modal .preloader {
  width: 34px;
  height: 34px;
}

.preloader-indicator-overlay {
  visibility: visible;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none;
}

.preloader-indicator-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 8px;
  margin-left: -25px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11000;
  border-radius: 5px;
}

.preloader-indicator-modal .preloader {
  display: block;
  width: 34px;
  height: 34px;
}

.picker-modal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
  z-index: 11500;
  display: none;
  transition-property: transform;
  background: #cfd5da;
  transform: translate3d(0, 100%, 0);
}

.picker-modal.modal-in,
.picker-modal.modal-out {
  transition-duration: 400ms;
}

.picker-modal.modal-in {
  transform: translate3d(0, 0, 0);
}

.picker-modal.modal-out {
  transform: translate3d(0, 100%, 0);
}

.picker-modal .picker-modal-inner {
  height: 100%;
  position: relative;
}

.picker-modal .toolbar {
  position: relative;
  width: 100%;
}

.picker-modal .toolbar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  height: 1px;
  width: 100%;
  background-color: #929499;
  display: block;
  z-index: 15;
  transform-origin: 50% 0%;
}

html.pixel-ratio-2 .picker-modal .toolbar:before {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .picker-modal .toolbar:before {
  transform: scaleY(0.33);
}

.picker-modal .toolbar + .picker-modal-inner {
  height: calc(100% - 3rem);
}

.picker-modal.picker-modal-inline,
.popover .picker-modal {
  display: block;
  position: relative;
  background: none;
  z-index: inherit;
  transform: translate3d(0, 0, 0);
}

.picker-modal.picker-modal-inline .toolbar:before,
.popover .picker-modal .toolbar:before {
  display: none;
}

.picker-modal.picker-modal-inline .toolbar:after,
.popover .picker-modal .toolbar:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #929499;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

html.pixel-ratio-2 .picker-modal.picker-modal-inline .toolbar:after,
html.pixel-ratio-2 .popover .picker-modal .toolbar:after {
  transform: scaleY(0.5);
}

html.pixel-ratio-3 .picker-modal.picker-modal-inline .toolbar:after,
html.pixel-ratio-3 .popover .picker-modal .toolbar:after {
  transform: scaleY(0.33);
}

.popover .picker-modal {
  width: auto;
}

.popover .picker-modal .toolbar {
  background: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* ==========================================================================
PLUGIN css
========================================================================== */

/* FontWashira subset */

@font-face {
  font-family: FontWashira;
  src: url("/assets/fonts/FontWashira.ttf?97rcsq") format("truetype"), url("/assets/fonts/FontWashira.woff?97rcsq") format("woff"), url("/assets/fonts/FontWashira.svg?97rcsq") format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontWashira;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-deg-comment-blk:before {
  content: "\e90e";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-yahoo:before {
  content: "\e904";
}

.fa-userprof:before {
  content: "\e900";
}

.fa-user-circle-o:before {
  content: "\e901";
}

.fa-search:before {
  content: "\e902";
}

.fa-search-plus:before {
  content: "\e903";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-random:before {
  content: "\e905";
}

.fa-pencil-square-o:before {
  content: "\e906";
}

.fa-newspaper-o:before {
  content: "\e907";
}

.fa-map-marker:before {
  content: "\e908";
}

.fa-loading:before {
  content: "\e909";
}

.fa-home:before {
  content: "\e90a";
}

.fa-history:before {
  content: "\e90b";
}

.fa-heart-o:before {
  content: "\e90c";
}

.fa-hashtag:before {
  content: "\e90d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-deg-source:before {
  content: "\e90f";
  color: #e61919;
}

.fa-deg-source-gray:before {
  content: "\e910";
  color: #9d9fa2;
}

.fa-deg-jane:before {
  content: "\e911";
  color: #e61919;
}

.fa-deg-jane-gray:before {
  content: "\e912";
  color: #9d9fa2;
}

.fa-deg-jane-blk:before {
  content: "\e913";
}

.fa-deg-comment:before {
  content: "\e914";
  color: #e61919;
}

.fa-deg-comment-gray:before {
  content: "\e915";
  color: #9d9fa2;
}

.fa-commenting:before {
  content: "\e916";
}

.fa-cog:before {
  content: "\e917";
}

.fa-clipboard:before {
  content: "\e918";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-camera-retro:before {
  content: "\e91a";
}

.fa-bullhorn:before {
  content: "\e91b";
}

.fa-btn-source:before {
  content: "\e91c";
}

.fa-btn-source-red:before {
  content: "\e91d";
  color: #e61919;
}

.fa-btn-search:before {
  content: "\e91e";
  color: #9d9fa2;
}

.fa-btn-jane:before {
  content: "\e91f";
}

.fa-btn-jane-red:before {
  content: "\e920";
  color: #e61919;
}

.fa-btn-comment:before {
  content: "\e921";
}

.fa-btn-comment-red:before {
  content: "\e922";
  color: #e61919;
}

.fa-bolt:before {
  content: "\e923";
}

.fa-bg-pc .path1:before {
  content: "\e924";
  color: #eeefef;
}

.fa-bg-pc .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-bg-pc .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-bg-pc .path4:before {
  content: "\e927";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-bg-pc .path5:before {
  content: "\e928";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-bg-pc .path6:before {
  content: "\e929";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-bg-pc .path7:before {
  content: "\e92a";
  margin-left: -1em;
  color: #dedfdf;
}

.fa-batch-official:before {
  content: "\e92b";
  color: #fff;
}

.fa-envelope:before {
  content: "\f003";
}

.fa-times:before {
  content: "\f00d";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-twitter_sign:before {
  content: "\f081";
}

.fa-facebook-official:before {
  content: "\f082";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-google:before {
  content: "\f1a0";
}

html {
  background: #f7f7f7;
  height: 100%;
}

body {
  width: 100%;
  position: relative;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
  background: #fff;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  letter-spacing: 0;
  padding-bottom: 224px;
  padding-bottom: 14rem;
  margin-bottom: 59.2px;
  margin-bottom: 3.7rem;
}

p {
  margin-bottom: 0;
}

.fwb,
a {
  font-weight: 600;
}

.small {
  font-size: 13.6px;
  font-size: 0.85rem;
}

.xsmall {
  font-size: 12px;
  font-size: .75rem;
}

.xxsmall {
  font-size: 10.4px;
  font-size: .65rem;
}

.btsdOnly {
  border-color: #e0e0e0;
}

a:not([href]).btn-clr-blk,
a:not([href]).btn-clr-blk:hover,
a:not([href]).btn-clr-blk:focus {
  color: #bbb;
}

.mx--2 {
  margin-right: -12px;
  margin-right: -.75rem;
  margin-left: -12px;
  margin-left: -.75rem;
}

.mx--3 {
  margin-right: -16px;
  margin-right: -1rem;
  margin-left: -16px;
  margin-left: -1rem;
}

/* md */

@media (min-width: 768px) {
  .mx-md--1 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .mx-md--2 {
    margin-right: -.75rem;
    margin-left: -.75rem;
  }

  .mx-md--3 {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .mx-md--4 {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .mx-md--5 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

/*form*/

input,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 16px;
}

button:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

textarea::-webkit-input-placeholder {
  font-size: 18.4px;
  font-size: 1.15rem;
}

textarea:textarea:-ms-placeholder {
  font-size: 18.4px;
  font-size: 1.15rem;
}

textarea.form-control {
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.45;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control:-ms-placeholder {
  color: #aaa;
}

button {
  width: 100%;
  font-weight: bold;
  background: none;
  padding: 0;
}

.a-tdu {
  padding-bottom: .08em;
  border-bottom: 0.64px solid #000;
  border-bottom: .04rem solid #000;
}

.actions-modal-button.clr-red {
  color: #e61919;
}

.form-input-noborder {
  padding: 0;
  border: none;
}

/*SignUp*/

.pageSignLogin .form-control::-webkit-input-placeholder {
  font-size: .9em;
  font-weight: bold;
}

.pageSignLogin .form-control::-ms-placeholder {
  font-size: .9em;
  font-weight: bold;
}

/*bg*/

.bg-orange {
  background: #f6b80a;
}

.bg-blk {
  background: #333;
}

.bg-wht {
  background: #fff;
}

.bg-lightGray {
  background: #f3f3f3;
}

.bg-gray {
  background: #e2e2e2;
}

.bg-bgc {
  background-color: #f0f0f0;
}

.btn {
  padding: 3.2px 0;
  padding: .2rem 0;
}

.btn-red {
  background: #e61919;
  color: #fff;
  border-color: #e61919;
}

.btn-red:hover {
  background: #f7f7f7;
  color: #e61919;
}

.btn-blk {
  background: #333;
  color: #fff;
}

.btn-blk:hover {
  background: #e61919;
}

.btn-solid {
  border: 1px solid #333;
}

.btn-solid-red {
  border: 3.2px solid #e61919;
  border: .2rem solid #e61919;
  color: #e61919;
}

.btn-solid-red:hover {
  background: #e61919;
  color: #fff;
}

.btn-solid-gray {
  border: 3.2px solid #666;
  border: .2rem solid #666;
  color: #666;
}

.btn-solid-gray:hover {
  background: #666;
  color: #fff;
}

.btn-clr-red {
  color: #e61919;
}

.btn-clr-gray {
  color: #666;
}

.btn-clr-lightGray {
  color: #909090;
}

.btn-hover-redBgWht:hover {
  background: #fff;
  color: #e61919;
  border-color: #e61919;
}

.btn-gray {
  background: #e6e6e6;
}

.btn-rounded-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: 4px;
  border-top-right-radius: .25rem;
}

#btn-tags:hover,
#btn-tags:focus,
#btn-tags.hover {
  color: #333;
}

#btn-tags.navEntryOn {
  color: #e61919;
}

.trs-slider {
  left: 0;
  transition: all .5s .03s;
}

.nav-act .box-navAct {
  width: 78.4px;
  width: 4.9rem;
  padding-left: 10.4px;
  padding-left: .65rem;
}

.nav-act .box-navAct .rounded-circle {
  border: 3.2px solid #ddd;
  border: .2rem solid #ddd;
}

.nav-act .box-navAct h2 {
  font-size: 9.6px;
  font-size: .6rem;
  font-weight: normal;
  margin-top: 6.4px;
  margin-top: .4rem;
  letter-spacing: -0.56px;
  letter-spacing: -.035rem;
}

/* md */

@media (min-width: 768px) {
  .nav-act .box-navAct h2 {
    font-size: .55rem;
    letter-spacing: -.04rem;
  }
}

.user-official .nav-act-prof {
  position: relative;
}

.user-official .nav-act-prof:after {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  right: 3.2px;
  right: .2rem;
  content: " ";
  width: 20.8px;
  width: 1.3rem;
  height: 20.8px;
  height: 1.3rem;
  background: url("/assets/img/global/icons/batch-official.svg") no-repeat;
  background-size: contain;
}

.nav-act .user-official {
  width: 79.2px;
  width: 4.95rem;
}

.nav-act .user-official .rounded-circle {
  border: 6.4px double #ddd;
  border: .4rem double #ddd;
}

.nav-act .user-official h2 {
  margin-top: 4.8px;
  margin-top: .3rem;
  font-weight: bold;
}

.nav-act-active .rounded-circle {
  border-color: #e61919 !important;
}

.liDic-today {
  position: relative;
  top: -1.6px;
  top: -.1rem;
  counter-reset: curri;
}

.liDic-today > li {
  position: relative;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-top: 8px;
  margin-top: .5rem;
}

.liDic-today > li:before {
  position: absolute;
  top: 0;
  left: -.05em;
  font-size: 13.6px;
  font-size: .85rem;
  text-align: center;
  width: 17.6px;
  width: 1.1rem;
  height: 64px;
  height: 4rem;
  counter-increment: curri;
  background-image: url("/assets/img/global/icons/ribbon-gray.svg");
  background-repeat: no-repeat;
  background-position: 0.05em 0.05em;
  background-size: contain;
  content: counter(curri);
  color: #fff;
  font-weight: 600;
  letter-spacing: -1.6px;
  letter-spacing: -.1rem;
}

.liDic-today > li:first-child:before {
  background-image: url("/assets/img/global/icons/ribbon-red.svg");
}

.liWashilog li {
  margin-top: 8px;
  margin-top: .5rem;
}

.liDic-today-prof {
  width: 20px;
  width: 1.25rem;
}

.pageWashi .liDic-today-prof {
  width: 32px;
  width: 2rem;
}

.liOr > li {
  display: inline;
}

.liOr > li:before {
  content: "or";
  margin-left: .05em;
  margin-right: .5em;
  color: #666;
  vertical-align: middle;
}

.liOr > li:first-child:before,
.liOr ul > li:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.liResult {
  padding-top: 52px;
  padding-top: 3.25rem;
  margin-bottom: -12px;
  margin-bottom: -.75rem;
}

.liResult.over-tl {
  margin-bottom: -4px;
  margin-bottom: -.25rem;
}

.liResult > li {
  position: relative;
}

.liResult > li:before {
  content: "";
  height: 100%;
  background: #ddd;
  width: 60%;
  left: 20%;
}

.liResult > li:before,
.liResult-voted:after {
  position: absolute;
  bottom: 35.2px;
  bottom: 2.2rem;
}

.liResult h4 {
  font-size: 12px;
  font-size: .75rem;
  width: 100%;
  height: 32px;
  height: 2rem;
  line-height: 1;
  text-align: center;
}

.liResult .deg-result {
  width: 100%;
  left: 0;
  font-weight: normal;
  letter-spacing: -1.568px;
  letter-spacing: -.098rem;
  position: absolute;
  font-size: 12.8px;
  font-size: .8rem;
}

.liResult .liResult-most .deg-result {
  font-weight: bold;
  color: #e61919;
}

.liResult .liResult-most:before {
  background: #e61919;
}

.liResult-voted:after {
  font-family: 'FontWashira';
  font-weight: normal;
  font-size: 27.2px;
  font-size: 1.7rem;
  content: "\f05d";
  width: 100%;
  left: 0;
  text-align: center;
  color: #666;
}

.liResult-voted.liResult-most:after {
  color: #fff;
}

.atc-hot .prof-user-official:after {
  width: 15.2px;
  width: .95rem;
  height: 15.2px;
  height: .95rem;
  right: -4.8px;
  right: -.3rem;
}

.atc-hot h2 {
  font-size: 15.52px;
  font-size: .97rem;
}

.pageDetail:not(.pageWashi) .atc-hot h2 {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.liPics {
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.liPics li {
  margin-top: 8px;
  margin-top: .5rem;
}

.liQuestion {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: -8px;
  margin-bottom: -.5rem;
}

.liQuestion li a {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
  border-bottom: 1.6px solid #dedcdc;
  border-bottom: .1rem solid #dedcdc;
  position: relative;
}

.liQuestion li a:after {
  color: #dedcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.2px;
  right: .2rem;
  font-family: 'FontWashira';
  font-weight: normal;
  font-size: 27.2px;
  font-size: 1.7rem;
  content: "\f05d";
}

.liQuestion li:last-child a {
  border-bottom: none;
}

.liQuestion li .liQuestion-checked:after {
  color: #e61919;
}

.liSelect {
  margin-left: 32px;
  margin-left: 2rem;
}

.liSelect li a:after {
  color: #dedcdc;
  position: absolute;
  top: -1.92px;
  top: -.12rem;
  left: -33.6px;
  left: -2.1rem;
  font-family: 'FontWashira';
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  content: "\f05d";
}

body:not(.pageEntry).liSelect li:last-child a {
  border-bottom: none;
}

.pageEntry .box-bsd h2:first-child {
  border-top: none;
}

.liSelect li .liSelect-checked:after {
  color: #e61919;
}

.liSelect .bf-deg:before {
  left: auto;
  right: 4px;
  right: .25rem;
}

.liSelect .deg-jane:before {
  background-image: url("/assets/img/global/icons/deg-jane-gray.svg");
}

.liSelect .deg-source:before {
  background-image: url("/assets/img/global/icons/deg-source-gray.svg");
}

.liSelect .deg-comment:before {
  background-image: url("/assets/img/global/icons/deg-comment-gray.svg");
}

.liQuestion li .liSelect-checked:after {
  color: #e61919;
}

.liNotice li .prof-user-official:after {
  right: -4.8px;
  right: -.3rem;
  width: 14.4px;
  width: .9rem;
  height: 14.4px;
  height: .9rem;
}

.liTags li {
  display: inline;
  margin-right: 3.2px;
  margin-right: .2rem;
}

.liBbsd li {
  padding: 17.6px 5% 18.4px;
  padding: 1.1rem 5% 1.15rem;
  border-bottom: 0.8px solid #ccc;
  border-bottom: .05rem solid #ccc;
  line-height: 1.2;
}

.liBbsd a {
  color: #000;
}

.liBbsd a .small {
  color: #737373;
}

.liSns .form-control {
  padding: 8px 12px 8px 35.2px;
  padding: .5rem .75rem .5rem 2.2rem;
}

.liSns .fa {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #333;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  width: 41.12px;
  width: 2.57rem;
  height: 41.12px;
  height: 2.57rem;
  line-height: 41.12px;
  line-height: 2.57rem;
  text-align: center;
  pointer-events: none;
}

.liSns input::-webkit-input-placeholder {
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14.4px;
  font-size: .9rem;
  top: -1.6px;
  top: -.1rem;
  position: relative;
}

.liSns input:-moz-placeholder {
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14.4px;
  font-size: .9rem;
  top: -1.6px;
  top: -.1rem;
  position: relative;
}

.liSns input:-ms-placeholder {
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14.4px;
  font-size: .9rem;
  top: -1.6px;
  top: -.1rem;
  position: relative;
}

.bf-deg {
  position: relative;
  padding-left: 1.1em;
  font-weight: bold;
  color: #e61919;
}

.bf-deg:before {
  content: " ";
  position: absolute;
  left: -.05em;
  top: .17em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
}

.deg-jane:before {
  background-image: url("/assets/img/global/icons/deg-jane.svg");
}

.deg-source:before {
  background-image: url("/assets/img/global/icons/deg-source.svg");
}

.deg-comment:before {
  background-image: url("/assets/img/global/icons/deg-comment.svg");
}

.bf-notice {
  color: #333;
  padding-left: 1.3em;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.bf-notice:before {
  top: .8em;
}

.bf-notice.deg-jane:before {
  background-image: url("/assets/img/global/icons/deg-jane-blk.svg");
}

.bf-notice.deg-comment:before {
  background-image: url("/assets/img/global/icons/deg-comment-blk.svg");
}

.bf-action {
  position: relative;
  padding-left: 2.2em;
  padding-top: 1.65em;
  padding-bottom: 1.5em;
  font-weight: bold;
  color: #666;
  line-height: 1;
}

.bf-action:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 1.1em;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-jane:before {
  background-image: url("/assets/img/global/icons/btn-jane.svg");
}

.btn-comment:before {
  background-image: url("/assets/img/global/icons/btn-comment.svg");
}

.btn-source:before {
  background-image: url("/assets/img/global/icons/btn-source.svg");
}

.bfAction-done.bf-action {
  color: #e61919;
}

.bfAction-done.btn-jane:before {
  background-image: url("/assets/img/global/icons/btn-jane-red.svg");
}

.bfAction-done.btn-comment:before {
  background-image: url("/assets/img/global/icons/btn-comment-red.svg");
}

.bfAction-done.btn-source:before {
  background-image: url("/assets/img/global/icons/btn-source-red.svg");
}

/*------------------------------------------------------------------ [Select2] */

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d5d8de;
  border-radius: .2rem;
}

.select2-container--default .select2-selection--single {
  height: calc(3.02rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 16px;
  padding: 0 1rem;
  height: calc(3.02rem + 2px);
  line-height: calc(3.02rem + 2px);
  font-size: 16px;
  color: #404040;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.02rem + 2px);
  width: 32px;
  width: 2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f107";
  font-family: 'FontWashira';
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  line-height: calc(3.02rem + 2px);
  color: #404040;
}

.select2-container--default .select2-selection--multiple {
  border-top-right-radius: 0 !important;
  min-height: calc(16px + .4rem);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 6.4px 8px;
  padding: .4rem .5rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #5a5a5a;
  border-width: 0;
  padding: 4.8px 6.4px;
  padding: .3rem .4rem;
  line-height: 1.2;
  margin-right: 6.4px;
  margin-right: .4rem;
  margin-top: 6.4px;
  margin-top: .4rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #666666;
  margin-right: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #4d4d4d;
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 26px;
}

.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d5d8de;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\f106";
}

.select2-container--default .select2-results__group {
  font-size: 12px;
  color: #5a5a5a;
}

.select2-container--default .select2-results__option {
  padding: 10px 6px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f7f7f7;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(230, 25, 25, 0.8);
}

.select2-container--default .select2-dropdown {
  border-width: 1px;
  border-color: #d5d8de;
}

.select2-container--default .select2-dropdown--above {
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-dropdown--below {
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-search--dropdown {
  background-color: #f2f3f4;
  border-bottom: 1px solid #d5d8de;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

/* ==========================================================================
loading
========================================================================== */

#loading {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transition-property: color;
  transition: all 0.5s;
}

#loading.active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -100;
}

#load-wrap {
  width: 64%;
  transition: transform 0.2s;
}

#load-wrap.active {
  transform: scale(1.05);
}

/* ==========================================================================
header
========================================================================== */

.header {
  background: #e61919;
  padding-bottom: 1.6px;
  padding-bottom: .1rem;
}

.header,
.header > div {
  height: 62.4px;
  height: 3.9rem;
}

.pageDetail .header .fa {
  font-size: 24px;
  font-size: 1.5rem;
}

.pageDetail .header .fa-location-arrow {
  padding-left: 12px;
  padding-left: .75rem;
}

.pageHeaderFixed {
  padding-top: 62.4px;
  padding-top: 3.9rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.pageHeaderFixed .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
}

.pageFollow.pageHeaderFixed {
  padding-top: 129.6px;
  padding-top: 8.1rem;
}

.nowShown a {
  color: #000;
}

.pageEntry .fixed-top:not(.header-not-sp) {
  top: 130.4px;
  top: 8.15rem;
}

.pageSearch .fixed-top:not(.header-not-sp) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pageFollow .fixed-top:not(.header-not-sp),
.pageEntry .fixed-top:not(.header-not-sp) {
  top: 62.4px;
  top: 3.9rem;
}

.pageFollow.pageSearch .fixed-top:not(.header-not-sp) {
  top: 57.6px;
  top: 3.6rem;
}

.pageSignLogin {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
}

/* ==========================================================================
main
========================================================================== */

.bgCover-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-entry {
  line-height: 1.1;
}

.content-entry p,
.content-entry a {
  font-size: 17.6px;
  font-size: 1.1rem;
  display: inline;
  line-height: 1.4;
  letter-spacing: 0;
}

.slick-three .content-entry p,
.slick-three .content-entry a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

/* external css: flickity.css */

.slick-three .carousel-cell {
  border-left: 1px solid #ccc;
  margin-right: 0;
}

.slick-three .box-daily-user {
  margin-right: 0;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.slick-three .box-daily-user:first-child {
  border-left: none;
}

.bf-washiraAction {
  color: #666;
  position: absolute;
  bottom: 8px;
  bottom: .5rem;
  left: 16px;
  left: 1rem;
}

.bf-washiraAction.deg-jane:before {
  background-image: url("/assets/img/global/icons/deg-jane-gray.svg");
  top: .13em;
}

.bf-washiraAction.deg-source:before {
  background-image: url("/assets/img/global/icons/deg-source-gray.svg");
  top: .13em;
}

.readMore:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 44.8px;
  height: 2.8rem;
  z-index: 2;
  top: -48px;
  top: -3rem;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
}

.btn-readMore {
  padding-top: 24px;
  padding-top: 1.5rem;
  margin-top: 8px;
  margin-top: .5rem;
}

.btn-readMore:before {
  content: "･･･";
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  transform: rotate(90deg);
}

.slick-one {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.slick-one .carousel-cell {
  width: 80%;
  margin-left: 16px;
  margin-left: 1rem;
}

.content-entry .box-links a {
  display: block;
}

/*pageEntry*/

.pageEntry textarea.form-control {
  background-color: #fff;
  padding: 0;
}

.pageEntry .liBbsd {
  padding-top: 62.4px;
  padding-top: 3.9rem;
}

.any-images {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  height: 68px;
  height: 4.25rem;
}

.any-images::last-child {
  margin-bottom: 0;
}

.any-images-main-2 {
  height: 144px;
  height: 9rem;
}

.any-images-main-3 {
  height: 220px;
  height: 13.75rem;
}

#ta-entry {
  max-height: none;
}

.pageCenter {
  padding-bottom: 0 !important;
  height: 100%;
}

.pageCenter #main {
  padding-top: 0 !important;
  height: 100%;
}

.content-entry-sourceed {
  padding: 8px 8px 8px 32px;
  padding: .5rem .5rem .5rem 2rem;
  border: 1.6px solid #e2e2e2;
  border: .1rem solid #e2e2e2;
  background: #fff;
}

.content-entry-sourceed.bf-deg:before {
  top: 12px;
  top: .75rem;
  left: 8px;
  left: .5rem;
}

.content-entry-sourceed .liDic-today-prof {
  top: -0.16px;
  top: -.01rem;
  width: 17.6px;
  width: 1.1rem;
}

.content-entry-sourceed .content-entry p,
.content-entry-sourceed .content-entry span {
  font-size: 18.4px;
  font-size: 1.15rem;
}

.i-ab-RB {
  right: 16px;
  right: 1rem;
  bottom: 16px;
  bottom: 1rem;
}

.img-align-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.prof-user-official {
  position: relative;
}

.prof-user-official:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ";
  width: 17.6px;
  width: 1.1rem;
  height: 17.6px;
  height: 1.1rem;
  background: url("/assets/img/global/icons/batch-official.svg") no-repeat;
  background-size: contain;
}

.pageUser .prof-user-official:after {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

/*form*/

.form-control,
.select2-container--default .select2-selection--single {
  background-color: #fbfbfb;
}

.form-control {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 12px 16px;
  padding: .75rem 1rem;
}

.box-search .form-control-success {
  background-image: url("/assets/img/global/icons/btn-search.svg");
  background-position: center left 9px;
  background-position: center left .5625rem;
  padding-left: 36px;
  padding-left: 2.25rem;
  padding-right: 16px;
  padding-right: 1rem;
  border-color: #ccc;
}

.box-search input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13.6px;
  font-size: .85rem;
  position: relative;
  top: 6.4px;
  top: .4rem;
}

.box-search input:-moz-placeholder {
  color: #ccc;
  font-size: 13.6px;
  font-size: .85rem;
  position: relative;
  top: 6.4px;
  top: .4rem;
}

.box-search input:-ms-placeholder {
  color: #ccc;
  font-size: 13.6px;
  font-size: .85rem;
  position: relative;
  top: 6.4px;
  top: .4rem;
}

.box-search textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 11.2px;
  font-size: .7rem;
}

.box-search textarea:-moz-placeholder {
  color: #ccc;
  font-size: 11.2px;
  font-size: .7rem;
}

.box-search textarea:-ms-placeholder {
  color: #ccc;
  font-size: 11.2px;
  font-size: .7rem;
}

.box-comment {
  background: #fff;
}

.box-comment.compositionend {
  bottom: 43.2px;
  bottom: 2.7rem;
}

.box-comment .form-control-success {
  font-size: 16px;
  width: 100%;
  background-image: url("/assets/img/global/icons/btn-comment.svg");
  background-size: 1.8rem 1.8rem;
  background-position: center left 20px;
  background-position: center left 1.25rem;
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 0;
  border: none;
}

.nowReply:after {
  content: "↑ 返信コメント入力中...";
  font-weight: bold;
  font-size: 12.8px;
  font-size: .8rem;
  color: #aaa;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  margin-top: 8px;
  margin-top: .5rem;
  margin-left: 48px;
  margin-left: 3rem;
  border-top: 1.6px solid #e6e6e6;
  border-top: .1rem solid #e6e6e6;
  width: calc(100% - 3rem);
}

.list-entry-pics .ab {
  width: 27.2px;
  width: 1.7rem;
  height: 27.2px;
  height: 1.7rem;
  padding-bottom: 0.8px;
  padding-bottom: .05rem;
  line-height: 1;
  right: -12.8px;
  right: -.8rem;
  top: -12.8px;
  top: -.8rem;
  z-index: 2;
}

.list-entry-pics.added-place .ab {
  top: -3.2px;
  top: -.2rem;
}

.collapseOn {
  display: none;
}

.form-control:focus,
.focusOn {
  border-color: #e85c5c !important;
}

.box-form-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fbfbfb;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.box-form-control .form-control {
  border: none;
}

.rounded-l-0,
.form-rounded-l-0 .select2-container--default .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-r-0,
.form-rounded-r-0 .select2-container--default .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-rounded-l-0 .select2-container--default .select2-selection--single {
  border-left: none;
  height: calc(3.06rem + 1.5px);
}

.no-gutters .rounded-l-0 {
  border-left-color: #fbfbfb;
}

.no-gutters .rounded-l-0:focus {
  border-left-color: #e85c5c;
}

#openurl {
  padding-left: 136px;
  padding-left: 8.5rem;
  position: relative;
}

#openurl:before {
  content: "https://washira.jp/";
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 12px;
  top: .75rem;
  font-size: 15.2px;
  font-size: .95rem;
  color: #666;
}

.box-selects {
  position: relative;
  top: -1.5px;
}

.box-selects .form-rounded-l-0 {
  position: relative;
  top: -.5px;
}

.no-label {
  margin-top: 26.72px;
  margin-top: 1.67rem;
}

.clr-btn-lightGray {
  color: #666;
}

.clr-btn-red {
  color: #e61919;
}

.pageHeaderFixed.pageHot {
  padding-bottom: 224px;
  padding-bottom: 14rem;
}

.pageHot .slider-nav {
  position: fixed;
  background: #fff;
  z-index: 10;
  width: 100%;
}

.pageHot #list-room {
  padding-top: 67.2px;
  padding-top: 4.2rem;
}

/* ==========================================================================
footer and more
========================================================================== */

/* Footer */

#footer-normal {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 59.2px;
  bottom: 3.7rem;
  left: 0;
}

#footer-normal ul:not(.list-sns) .btn-clr-blk:hover {
  color: #666;
  text-decoration: underline;
}

.copyright {
  letter-spacing: 0;
  font-size: 10.4px;
  font-size: .65rem;
  font-weight: 300;
}

.copyright a,
.copyright small {
  color: #fff;
}

.nav-footer li {
  width: 20%;
}

.nav-footer a {
  color: #333;
  font-size: 10.4px;
  font-size: .65rem;
}

#nav-footer-notice {
  position: relative;
}

#nav-footer-notice .rounded-circle {
  font-size: 14.4px;
  font-size: .9rem;
  font-weight: bold;
  position: absolute;
  top: -.4em;
  right: .6em;
  padding: .42em .4em .38em;
  line-height: 1;
  background: #e61919;
  color: #fff;
}

#nav-footer-notice .btn-bficon.bf-icon:before {
  font-size: 4em;
  line-height: 0.75;
  margin-bottom: 0;
}

.pageSignLogin #footer-normal {
  bottom: 4.8px;
  bottom: .3rem;
}

.pageNofooter #footer-normal,
.pageNofooter .nav-footer {
  display: none !important;
}

/*modal*/

.modal-content {
  min-width: 310px;
  background: #000;
  padding: 96px 32px 32px;
  padding: 6rem 2rem 2rem;
  border-radius: 0;
  position: relative;
}

.modal-dialog {
  margin: 0 auto;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate3d(0, -0.5%, 0);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modalOpen-fixed {
  position: fixed;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.modal-content,
.modal-footer {
  border: none;
}

.modal.fade.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-body {
  padding: 0;
  border: 2px solid #e82727;
  background: #fff;
}

.modal-content {
  min-height: 100%;
  padding-bottom: 100px;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: none;
  background-clip: border-box;
  box-shadow: none;
}

/* ==========================================================================
Responsive
========================================================================== */

/* iPhone 320px */

@media only screen and (min-width: 320px) {
  html {
    font-size: 75%;
  }
}

/* Android 360px × 1.125 */

@media only screen and (min-width: 360px) {
  html {
    font-size: 87%;
  }
}

/* iPhone6 375px × 117.1875 */

@media only screen and (min-width: 375px) {
  html {
    font-size: 87.55%;
  }
}

/* iPhone6 plus 414px × 1.29375 */

@media only screen and (min-width: 412px) {
  html {
    font-size: 90%;
  }
}

/* sm */

/* md */

@media (min-width: 768px) {
  html {
    font-size: 112%;
  }

  body {
    background: #f0f0f0 url("/assets/img/global/icons/bg-pc.jpg") repeat;
    margin-bottom: 0;
  }

  .pageHome #main {
    padding-top: 4.4rem;
  }

  #main {
    padding-top: 4.75rem;
  }

  .pageDetail .header:not(.header-not-sp),
  .pageDetail #main {
    padding-top: 4.2rem;
  }

  .pageSignLogin #main {
    padding-top: 3rem;
  }

  .lh-md-1 {
    line-height: 1;
  }

  .lh-md-2 {
    line-height: 2;
  }

  .lh-202 {
    line-height: 2.4;
  }

  /*SignUp*/

  .pageSignLogin {
    padding-bottom: 8.75rem;
  }

  /*header*/

  .header,
  .header > div {
    height: 3.6rem;
  }

  .pageDetail .header:not(.header-not-sp) {
    background: none;
  }

  .pageDetail .header:not(.header-not-sp) .clr-wht {
    color: #4e4e4e;
  }

  .header-not-sp .xsmall {
    font-size: .55rem;
  }

  .header-not-sp #nav-footer-notice .rounded-circle {
    font-size: .75rem;
    padding: .3em .3em .28em;
    background: #fff;
    color: #e61919;
    right: -.4em;
  }

  .header-not-sp #nav-footer-notice:hover .rounded-circle,
  .header-not-sp #nav-footer-notice.nowShown .rounded-circle {
    color: #fff;
    background: #000;
  }

  .header-not-sp .clr-wht:hover {
    color: #000;
  }

  .pageHeaderFixed {
    padding-top: 3.6rem;
  }

  .form-control {
    font-size: 1rem;
  }

  .box-search input::-webkit-input-placeholder {
    font-size: 1rem;
    top: 0;
  }

  .box-search input:-moz-placeholder {
    font-size: 1rem;
    top: 0;
  }

  .box-search input:-ms-placeholder {
    font-size: 1rem;
    top: 0;
  }

  .box-selects {
    top: -.13rem;
  }

  .select2-container--default .select2-selection--single {
    height: calc(2.705rem + 2px);
  }

  .form-rounded-l-0 .select2-container--default .select2-selection--single {
    height: calc(2.705rem + 2px);
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    line-height: calc(2.605rem + 2px);
    font-size: 1rem;
  }

  .no-label {
    margin-top: 1.6rem;
  }

  .xsmall-md {
    font-size: .7rem;
  }

  .wrap-content > section,
  .wrap-content > div,
  .wrap-content > article,
  .box-homeTop,
  .wrap-content > .liNotice {
    border: 1px solid #e6e6e6;
  }

  hr.btsdOnly.bw-07r {
    border-top-color: #f0f0f0;
  }

  .btn-clr-md-lightGray {
    color: #909090;
  }

  /*SignUp*/

  .nav-footer {
    display: none;
    visibility: hidden;
  }

  #footer-normal,
  .pageSignLogin #footer-normal {
    bottom: 0;
  }

  .pageNofooter #footer-normal {
    display: block !important;
  }

  .wrap-content > .liNotice {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .liNotice li:last-child {
    border-bottom: none;
  }

  .slick-three .carousel-cell.is-selected:first-child {
    left: -0.125% !important;
  }

  .modal {
    max-width: none;
    width: 40%;
    margin-left: -20%;
    top: auto;
    bottom: 50%;
    transform: translate3d(0, 54%, 0);
  }

  .actions-modal {
    width: 45%;
    left: 50%;
    margin-left: -22.5%;
    bottom: 50%;
    transform: translate3d(0, 54%, 0);
  }

  .actions-modal.modal-in,
  .modal.modal-in {
    transform: translate3d(0, 50%, 0);
  }

  .actions-modal.modal-out {
    transition-duration: 150ms;
    transform: translate3d(0, 54%, 0);
  }

  .modal-title {
    display: none;
  }

  .actions-modal-button a {
    display: block;
  }

  .actions-modal-button a:hover {
    background: #eaeaea;
  }

  /*pageHeaderFixed*/

  .pageHeaderFixed #main {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  /*pageUser*/

  .pageUser.pageDetail .header:not(.header-not-sp) {
    padding-top: 4.25rem;
  }

  .pageUser .modal-act-user-me,
  .pageUser .modal-act-user {
    position: absolute;
    right: -1.3rem;
    top: -1.8rem;
    letter-spacing: -.02rem;
  }

  .pageHeaderFixed .header:not(.header-not-sp) {
    position: relative;
    z-index: 1;
    padding-top: .6rem;
  }

  .pageHeaderFixed.pageDetail .header:not(.header-not-sp) button {
    width: auto;
    border-radius: .2rem;
    position: fixed;
    right: 13.3%;
    top: 4.75rem;
    background: #e61919;
    text-align: center;
    padding: 0.25rem .5rem 0.25rem .75rem;
    color: #fff;
    border: .2rem solid #e61919;
  }

  .pageHeaderFixed.pageDetail .header:not(.header-not-sp) button:hover {
    background: #fff;
    color: #e61919;
    border-color: #e61919;
  }

  .pageUser.pageDetail #main {
    padding-top: 0;
  }

  .prof-user-official:after {
    right: 0.4rem;
  }

  /*pageWashi*/

  .pageWashi .row.no-gutters .btn {
    max-width: 5.85rem;
    position: relative;
    right: calc(100% - 8.85rem);
  }

  .pageWashi .prof-user-official:after {
    right: -.4rem;
  }

  .pageWashi .content-entry-sourceed .content-entry p {
    font-size: 1rem;
  }

  .pageWashi .content-entry-sourceed .content-entry span,
  .pageEntry .content-entry-sourceed .content-entry span {
    font-size: .8rem;
  }

  /*footer*/

  #footer-normal .small {
    font-size: .65rem;
    letter-spacing: 0;
  }

  /*entry*/

  .liPics {
    padding-bottom: 1rem;
  }

  .liPics li,
  .liDic-today > li {
    margin-top: 1rem;
  }

  .box-comment {
    position: relative;
    background: #fbfbfb;
  }

  .box-comment .form-control-success {
    font-size: 1rem;
    padding-right: .65rem;
  }

  .bf-action:before {
    top: 1.1em;
    left: -.25em;
    width: 2em;
    height: 2em;
  }

  /*pageSearch*/

  .pageSearch .fixed-top:not(.header-not-sp) {
    top: 3.6rem;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div {
    margin-right: .4rem;
    margin-left: .4rem;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div > .bbsdOnly {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 0;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div > :before,
  .pageSearch .fixed-top:not(.header-not-sp) > div > :after {
    content: "";
    width: 10rem;
    height: 1rem;
    background: #f0f0f0;
    position: absolute;
    top: 0;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div > :before {
    left: -1rem;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div > :after {
    right: -1rem;
  }

  /*pageFollow*/

  .pageFollow .header:not(.header-not-sp) {
    top: 0;
  }

  .pageFollow .fixed-top:not(.header-not-sp) {
    position: relative;
    top: 0;
    border-bottom: none;
  }

  .pageFollow.pageHeaderFixed {
    padding-top: 3.9rem;
  }

  .pageEntry .liBbsd {
    padding-top: 4.3rem;
  }

  .pageEntry .fixed-top:not(.header-not-sp) {
    top: 8.15rem;
  }

  .pageSearch .carousel {
    padding-top: 6.25rem;
  }

  .pageHot .slider-nav {
    position: relative;
  }
}

/* md lg under */

@media (min-width: 750px) and (max-width: 1200px) {
  .header-not-sp .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}

/* lg */

@media (min-width: 992px) {
  html {
    font-size: 118%;
  }

  .prof-user-official:after {
    right: .3rem;
  }

  .pageHeaderFixed.pageDetail .header:not(.header-not-sp) button {
    right: 21.6%;
  }

  #logo-washi {
    position: relative;
    right: 0.275rem;
  }

  .no-label {
    margin-top: 1.7rem;
  }

  .box-selects {
    top: -.15rem;
  }
}

/* iPad landscape iPad Pro */

/*xl*/

@media (min-width: 1200px) {
  html {
    font-size: 124%;
  }

  .pageHeaderFixed.pageDetail .header:not(.header-not-sp) button {
    right: 25.83%;
  }

  #logo-washi {
    right: .25rem;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div {
    margin-right: .5rem;
    margin-left: .5rem;
  }

  .no-label {
    margin-top: 1.75rem;
  }

  .box-selects {
    top: -.16rem;
  }
}

/*xxl*/

@media (min-width: 1366px) {
  .pageHeaderFixed.pageDetail .header:not(.header-not-sp) button {
    right: 30%;
  }

  .spBrDn-xxl br {
    display: none;
  }

  .no-label {
    margin-top: 1.73rem;
  }

  .select2-container--default .select2-selection--single {
    height: calc(2.705rem + 2px);
  }

  .form-rounded-l-0 .select2-container--default .select2-selection--single {
    height: calc(2.705rem + 2px);
  }
}

@media (min-width: 1800px) {
  #logo-washi {
    right: .05rem;
  }
}

/* ==========================================================================
PLUGIN css
========================================================================== */

/*! Flickity v2.0.8
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flickity-viewport {
  transition: height 0.2s;
}

.slick-three .flickity-viewport {
  margin-bottom: 30.4px;
  margin-bottom: 1.9rem;
}

.flickity-prev-next-button {
  top: 82%;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background: #e61919;
  color: #fff;
}

.flickity-page-dots {
  bottom: -21.92px;
  bottom: -1.37rem;
}

.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
}

/* md */

@media (min-width: 768px) {
  .flickity-prev-next-button {
    top: 44%;
    width: 2rem;
    height: 2rem;
  }

  .flickity-prev-next-button.previous {
    left: -3.5rem;
  }

  .flickity-prev-next-button.next {
    right: -3.5rem;
  }

  .flickity-prev-next-button .arrow {
    fill: #fff;
  }

  .flickity-prev-next-button:hover {
    border: .15rem solid #e61919;
  }

  .flickity-prev-next-button:hover .arrow {
    fill: #e61919;
  }

  .pageUser .flickity-page-dots {
    bottom: .65rem;
  }

  .slick-one .carousel-cell {
    margin-left: 2rem;
  }
}

/* external css: flickity.css */

.carousel {
  padding-top: 98.4px;
  padding-top: 6.15rem;
}

.pageSearch .carousel {
  padding-top: 34.08px;
  padding-top: 2.13rem;
}

.carousel-cell {
  width: 100%;
  margin-right: 16px;
  margin-right: 1rem;
}

.button {
  position: relative;
  color: #777;
  background: none;
}

.button:hover {
  border-color: #BBB;
  cursor: pointer;
}

.button:focus {
  outline: none;
}

.button:after {
  display: block;
  width: 100%;
  height: 2.24px;
  height: .14rem;
  content: "";
  background: #dedcdc;
  position: absolute;
  bottom: -1.6px;
  bottom: -0.1rem;
  left: 0;
  transition: all 0.5s;
}

.button.is-selected {
  color: #000;
}

.button.is-selected:after {
  background: #e61919;
}

.carousel-user li {
  padding: 11.2px 5% 13.12px;
  padding: .7rem 5% .82rem;
}

.liBbsd .prof-user-official:after {
  width: 20.8px;
  width: 1.3rem;
  height: 20.8px;
  height: 1.3rem;
  right: 8px;
  right: .5rem;
}

.li-user-editrial a h4,
.li-user-editrial a .clr-blk {
  color: #e61919;
}

.pt-aligne-center {
  padding-top: 240px;
  padding-top: 15rem;
  padding-bottom: 35vh;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp,
.pswp__bg,
.pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp,
.pswp__item,
.pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp,
.pswp__bg,
.pswp__container,
.pswp__img--placeholder,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp,
.pswp__bg,
.pswp__error-msg,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__caption__center {
  text-align: center !important;
}

/*! slick hack */

.slick-prev,
.slick-next {
  top: auto !important;
  bottom: -1.6px !important;
  bottom: -.1rem !important;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'dincond-bold' !important;
  color: #333 !important;
}

.slick-dots {
  position: relative !important;
  bottom: -10.4px !important;
  bottom: -.65rem !important;
}

.slick-prev {
  left: 23.2px !important;
  left: 1.45rem !important;
}

.slick-next {
  right: 23.2px !important;
  right: 1.45rem !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slider-nav button {
  background: none;
}

.slider-nav .slick-current button {
  color: #e61919;
}

.slider-nav .slick-list {
  position: relative;
  left: 4.8px;
  left: .3rem;
}

.slick-three .carousel-cell.is-selected:first-child {
  left: -0.04% !important;
}

/* md */

@media (min-width: 768px) {
  .slick-three .carousel-cell.is-selected:first-child {
    left: -0.2% !important;
  }

  .pageSearch .carousel {
    padding-top: 6.3rem;
  }

  .pageSearch .fixed-top:not(.header-not-sp) > div {
    margin-right: .3rem;
    margin-left: .3rem;
  }
}

/* ==========================================================================
message design
========================================================================== */

.txt-sup {
  padding-left: 20.8px;
  padding-left: 1.3rem;
  position: relative;
}

.txt-sup:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

.chat .col-auto {
  max-width: 80%;
}

.chat .myMessage,
.fromThem {
  position: relative;
  padding: 12.8px;
  padding: .8rem;
  color: #fff;
  border-radius: 1rem;
}

.chat .myMessage {
  background: #e84747;
  color: white;
  border-bottom-right-radius: 20px 0px\9;
}

.chat .myMessage:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -8px;
  height: 19px;
  border-right: 20px solid #e84747;
  border-bottom-left-radius: 16px 14px;
  transform: translate(0, -2px);
  border-bottom-left-radius: 15px 0px\9;
  transform: translate(-1px, -2px) \9;
}

.chat .myMessage:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2px;
  right: -42px;
  width: 12px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
  transform: translate(-30px, -2px);
}

.chat .fromThem {
  background: #E5E5EA;
  color: black;
  clear: both;
  border-bottom-left-radius: 30px 0px\9;
}

.chat .fromThem:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: -8px;
  height: 19px;
  border-left: 17px solid #E5E5EA;
  border-bottom-right-radius: 16px 14px;
  transform: translate(0, -2px);
  border-bottom-right-radius: 15px 0px\9;
  transform: translate(-1px, -2px) \9;
}

.chat .fromThem:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -2px;
  left: 4px;
  width: 26px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
  transform: translate(-30px, -2px);
}

.b0l0 {
  bottom: 0;
  left: 0;
}

.b1l0 {
  bottom: 16px;
  bottom: 1rem;
  left: 0;
}

.b2l0 {
  bottom: 32px;
  bottom: 2rem;
  left: 0;
}

.bc-red {
  border-color: #e61919 !important;
}

/* ==========================================================================
go
========================================================================== */

.ls--02 {
  letter-spacing: -3.2px !important;
  letter-spacing: -.2rem !important;
}

.ls--03 {
  letter-spacing: -4.8px !important;
  letter-spacing: -.3rem !important;
}

/*xl*/

@media (min-width: 1200px) {
  .ls-xl--02 {
    letter-spacing: -.2rem !important;
  }

  .ls-xl--03 {
    letter-spacing: -.3rem !important;
  }
}

body {
  background-attachment: fixed;
}

#loading {
  z-index: 1200;
}

.slick-three .box-daily-user {
  border-left: none;
  border-right: 1px solid #ccc;
}

.slick-three .box-daily-user:nth-child(3) {
  border-right: none;
}

.bf-washiraAction {
  left: 8px;
  left: .5rem;
}

.bf-washiraAction.deg-comment:before {
  background-image: url("/assets/img/global/icons/deg-comment-gray.svg");
  top: .13em;
}

@media (min-width: 768px) {
  .pageWashi .row.no-gutters .btn {
    max-width: auto;
    right: 0;
  }

  .header-not-sp .clr-wht:focus {
    color: #000;
  }
}
/*# sourceMappingURL=washira.css.map */
