@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    display: block;
  }

  100% {}
}

@keyframes fadeIn {
  0% {
    display: block;
  }

  100% {}
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }

  1% {
    opacity: 1;
    display: block;
  }

  99% {
    opacity: 0;
    display: block;
  }

  100% {
    display: none;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    display: block;
  }

  1% {
    opacity: 1;
    display: block;
  }

  99% {
    opacity: 0;
    display: block;
  }

  100% {
    display: none;
  }
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.slider .slick-next,
.slider .slick-prev,
.fal,
.breadcrumbs ul li:not(:first-child),
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.slider .fa-pull-left.slick-next,
.slider .fa-pull-left.slick-prev,
.fal.fa-pull-left,
.breadcrumbs ul li.fa-pull-left:not(:first-child),
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.slider .fa-pull-right.slick-next,
.slider .fa-pull-right.slick-prev,
.fal.fa-pull-right,
.breadcrumbs ul li.fa-pull-right:not(:first-child),
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-66.66666vw:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before,
.slider .slick-next.slick-prev:before,
.slider .slick-prev:before {
  content: "\f104";
}

.fa-angle-right:before,
.slider .slick-next:before,
.slider .slick-prev.slick-next:before,
.breadcrumbs ul li:not(:first-child):before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-plus:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f2e2";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.13333vw;
  margin: -0.13333vw;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.13333vw;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg");
}


.fal,
.breadcrumbs ul li:not(:first-child) {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}


.far,
.slider .slick-next,
.slider .slick-prev {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/_libs/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/_libs/slick/fonts/slick.eot");
  src: url("../js/_libs/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/_libs/slick/fonts/slick.woff") format("woff"), url("../js/_libs/slick/fonts/slick.ttf") format("truetype"), url("../js/_libs/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2.66666vw;
  width: 2.66666vw;
  line-height: 0vw;
  font-size: 0vw;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 2.66666vw;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -3.33333vw;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -3.33333vw;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -3.33333vw;
}

[dir="rtl"] .slick-next {
  left: -3.33333vw;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 4vw;
}

.slick-dots {
  position: absolute;
  bottom: -3.33333vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2.66666vw;
  width: 2.66666vw;
  margin: 0 0.66666vw;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 2.66666vw;
  width: 2.66666vw;
  outline: none;
  line-height: 0vw;
  font-size: 0vw;
  color: transparent;
  padding: 0.66666vw;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 2.66666vw;
  height: 2.66666vw;
  font-family: "slick";
  font-size: 0.8vw;
  line-height: 2.66666vw;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 0.13333vw;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.13333vw solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-------------------------------------
reset css
-------------------------------------*/
/*
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
select,
button,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

/*
import
google font
*/
/*
参考
https://speakerdeck.com/tacamy/modanri-ben-yu-huontozhi-ding

適用外（regularウェイトが適用される）
window 8.1で、かつoffice用フォントパックをいれていない場合
・一般的なユーザはoffice用フォントパックを入れる想定
・そもそもwindows8.1のシェアが少ない
--------------- */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

/* 游ゴシック指定
MyYuGothicM                Windows 游ゴシック
YuGothic                   OS X 游ゴシック
-apple-system              iOS San Francisco
BlinkMacSystemFont         iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
Meiryo                     Windows メイリオ
--------------- */
/* システムフォント指定
-apple-system              OS X, iOS SanFrancisco
BlinkMacSystemFont         OS X, iOS Chrome San Francisco
Hiragino Kaku Gothic ProN  OS X, iOS ヒラギノ
MyYuGothicM                Windows 游ゴシック
Meiryo                     Windows メイリオ
--------------- */
/* ------------------------------
 * サブセット化したNotoSansの読み込み
 ------------------------------*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Light.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-DemiLight.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Black.eot");
  src: url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKJP/NotoSansCJKjp-Black.ttf") format("truetype");
}

/*-------------------------------------
 Base Settings
-------------------------------------*/
body {
  font-size: 2.93333vw;
  font-family: "Noto Sans JP", Helvetica, "A+EqpB-游ゴシック体 Pr6N M", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: 0.13333vw;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body:not(.jp) {
  font-family: "Noto Sans JP", 'Noto Sans', sans-serif;
}

/* --------------------
  tags
-------------------- */
a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: bold;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe,
object,
video,
embed {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

table {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input,
textarea {
  border: none;
}

button.ti,
button.image-body,
.header .gnav-inner .logo-wrap button.logo {
  text-indent: 160%;
}

/*-------------------------------------
 Super General Purpose
-------------------------------------*/
.clearfix,
.fl-range,
.flex,
.editor,
.editor .flex-lists,
div.wpcf7 .wpcf7-form-control.wpcf7-radio,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  zoom: 1;
}

.clearfix:after,
.fl-range:after,
.flex:after,
.editor:after,
.editor .flex-lists:after,
div.wpcf7 .wpcf7-form-control.wpcf7-radio:after,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox:after {
  content: "";
  display: block;
  clear: both;
}

.ir {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

.tr {
  position: absolute;
  top: 0;
  left: -666.66666vw;
}

.elps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ref {
  position: relative;
}

.abs {
  position: absolute;
}

.fix {
  position: fixed;
}

.dn {
  display: none !important;
}

.db {
  display: block !important;
}

.di {
  display: inline !important;
}

.ds {
  display: inline-block !important;
}

.dt {
  display: table !important;
}

.dc {
  display: table-cell !important;
}

.rn {
  border-radius: 0 !important;
}

.rs {
  border-radius: 0.66666vw;
}

.rm {
  border-radius: 1.33333vw;
}

.rl {
  border-radius: 2.66666vw;
}

.v0 {
  vertical-align: 0;
}

.v1 {
  vertical-align: -0.13333vw;
}

.v2 {
  vertical-align: -0.26666vw;
}

.v3 {
  vertical-align: -0.4vw;
}

.v4 {
  vertical-align: -0.53333vw;
}

.v5 {
  vertical-align: -0.66666vw;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.vb {
  vertical-align: bottom;
}

/* positions
-------------------- */
.pos,
.pos-center,
body.jp-top .content.mainvisual .loader-simple,
.pos-vertical-center,
.block-lists>li a i,
.newShopList ul>li a i,
.btn-ellipce i,
.header .gnav li:not(:last-child):after,
.header .member-area .member-list ul li:nth-child(odd):after,
body.news.isArchive .contents-area .contents .title-area .view-select-lists,
.pos-horizontal-center,
div.wpcf7 img.ajax-loader,
.pos-override-center {
  position: absolute;
  margin: auto;
}

.pos-center,
body.jp-top .content.mainvisual .loader-simple {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pos-vertical-center,
.block-lists>li a i,
.newShopList ul>li a i,
.btn-ellipce i,
.header .gnav li:not(:last-child):after,
.header .member-area .member-list ul li:nth-child(odd):after,
body.news.isArchive .contents-area .contents .title-area .view-select-lists {
  top: 0;
  bottom: 0;
}

.pos-horizontal-center,
div.wpcf7 img.ajax-loader {
  left: 0;
  right: 0;
}

.pos-override-center {
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -------------------------
  parts common
------------------------- */
/* wrap content common
-------------------- */
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* texts common
-------------------- */
.tdu {
  text-decoration: underline;
}

.tdn {
  text-decoration: none !important;
}

/* links common
-------------------- */
.lbs {
  color: #000000;
}

.lbs:hover {
  text-decoration: underline;
}

.tdc {
  border-bottom: 0.13333vw solid #9b9b9b;
}

.tdc:hover {
  border-bottom: none;
}

.lca {
  color: #000000;
  text-decoration: underline;
}

.lca:link {
  color: #000000;
}

.lca:visited {
  color: #000000;
}

.lca:active {
  color: #000000;
}

.lcb {
  color: #000000;
  text-decoration: underline;
}

.lcb:link {
  color: #000000;
}

.lcb:visited {
  color: #000000;
}

.lcb:active {
  color: #000000;
}

.lcc {
  color: #000000;
  text-decoration: underline;
}

.lcc:link {
  color: #000000;
}

.lcc:visited {
  color: #000000;
}

.lcc:active {
  color: #000000;
}

.lcd {
  color: #000000;
  text-decoration: underline;
}

.lcd:link {
  color: #000000;
}

.lcd:visited {
  color: #000000;
}

.lcd:active {
  color: #000000;
}

.fl-range>* {
  float: left;
}

.ib-range {
  font-size: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ib-range>* {
  font-size: 2.93333vw;
  display: inline-block;
  vertical-align: top;
}

.frame-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.frame-wrap>* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* lists common
-------------------- */
/* form common
-------------------- */
:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

:focus::-ms-input-placeholder {
  color: transparent !important;
}

:focus::placeholder {
  color: transparent !important;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

/* -------------------------
  parts SP
------------------------- */
.pc {
  display: none !important;
}

.pc-layout {
  display: none !important;
}

.ti,
.image-body,
body.jp-top .mv-item>a,
.header .gnav-inner .logo-wrap .logo,
.header .gnav-inner .sp-menu .sp-menu-area ul .sp-help a,
.header .gnav-inner .sp-menu .sp-menu-area ul .sp-menu a {
  display: block;
  height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: relative;
}

.ti-reset {
  height: auto;
  overflow: visible;
  white-space: normal;
  text-indent: 0;
  background: none;
  position: static;
}

@media screen and (min-width: 320 + px) {
  html {
    font-size: 62.4%;
  }
}

@media screen and (min-width: 330 + px) {
  html {
    font-size: 64.35%;
  }
}

@media screen and (min-width: 340 + px) {
  html {
    font-size: 66.3%;
  }
}

@media screen and (min-width: 350 + px) {
  html {
    font-size: 68.25%;
  }
}

@media screen and (min-width: 360 + px) {
  html {
    font-size: 70.2%;
  }
}

@media screen and (min-width: 370 + px) {
  html {
    font-size: 72.15%;
  }
}

@media screen and (min-width: 380 + px) {
  html {
    font-size: 74.1%;
  }
}

@media screen and (min-width: 390 + px) {
  html {
    font-size: 76.05%;
  }
}

@media screen and (min-width: 400 + px) {
  html {
    font-size: 78%;
  }
}

@media screen and (min-width: 410 + px) {
  html {
    font-size: 79.95%;
  }
}

@media screen and (min-width: 420 + px) {
  html {
    font-size: 81.9%;
  }
}

@media screen and (min-width: 430 + px) {
  html {
    font-size: 83.85%;
  }
}

@media screen and (min-width: 440 + px) {
  html {
    font-size: 85.8%;
  }
}

@media screen and (min-width: 450 + px) {
  html {
    font-size: 87.75%;
  }
}

@media screen and (min-width: 460 + px) {
  html {
    font-size: 89.7%;
  }
}

@media screen and (min-width: 470 + px) {
  html {
    font-size: 91.65%;
  }
}

@media screen and (min-width: 480 + px) {
  html {
    font-size: 93.6%;
  }
}

@media screen and (min-width: 490 + px) {
  html {
    font-size: 95.55%;
  }
}

@media screen and (min-width: 500 + px) {
  html {
    font-size: 97.5%;
  }
}

@media screen and (min-width: 510 + px) {
  html {
    font-size: 99.45%;
  }
}

@media screen and (min-width: 520 + px) {
  html {
    font-size: 101.4%;
  }
}

@media screen and (min-width: 530 + px) {
  html {
    font-size: 103.35%;
  }
}

@media screen and (min-width: 540 + px) {
  html {
    font-size: 105.3%;
  }
}

@media screen and (min-width: 550 + px) {
  html {
    font-size: 107.25%;
  }
}

@media screen and (min-width: 560 + px) {
  html {
    font-size: 109.2%;
  }
}

@media screen and (min-width: 570 + px) {
  html {
    font-size: 111.15%;
  }
}

@media screen and (min-width: 580 + px) {
  html {
    font-size: 113.1%;
  }
}

@media screen and (min-width: 590 + px) {
  html {
    font-size: 115.05%;
  }
}

@media screen and (min-width: 600 + px) {
  html {
    font-size: 117%;
  }
}

@media screen and (min-width: 610 + px) {
  html {
    font-size: 118.95%;
  }
}

@media screen and (min-width: 620 + px) {
  html {
    font-size: 120.9%;
  }
}

@media screen and (min-width: 630 + px) {
  html {
    font-size: 122.85%;
  }
}

@media screen and (min-width: 640 + px) {
  html {
    font-size: 124.8%;
  }
}

@media screen and (min-width: 650 + px) {
  html {
    font-size: 126.75%;
  }
}

@media screen and (min-width: 660 + px) {
  html {
    font-size: 128.7%;
  }
}

@media screen and (min-width: 670 + px) {
  html {
    font-size: 130.65%;
  }
}

@media screen and (min-width: 680 + px) {
  html {
    font-size: 132.6%;
  }
}

@media screen and (min-width: 690 + px) {
  html {
    font-size: 134.55%;
  }
}

@media screen and (min-width: 700 + px) {
  html {
    font-size: 136.5%;
  }
}

@media screen and (min-width: 710 + px) {
  html {
    font-size: 138.45%;
  }
}

@media screen and (min-width: 720 + px) {
  html {
    font-size: 140.4%;
  }
}

@media screen and (min-width: 730 + px) {
  html {
    font-size: 142.35%;
  }
}

@media screen and (min-width: 740 + px) {
  html {
    font-size: 144.3%;
  }
}

@media screen and (min-width: 750 + px) {
  html {
    font-size: 146.25%;
  }
}

@media screen and (min-width: 760 + px) {
  html {
    font-size: 148.2%;
  }
}

@media screen and (min-width: 770 + px) {
  html {
    font-size: 150.15%;
  }
}

@media screen and (min-width: 780 + px) {
  html {
    font-size: 152.1%;
  }
}

.container,
.contents .content>.inner,
.breadcrumbs .inner,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area {
  width: 96vw;
  margin: 0 auto;
}

.full-elm {
  width: 111.66667%;
  margin-left: -5.83333%;
  padding-left: 5.83333%;
  padding-right: 5.83333%;
}

.content-full-elm {
  width: 115%;
  margin-left: -7.5%;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.container-pd {
  padding: 0 5.33333%;
}

/* boxes
-------------------- */
.thumb-box.horizontal {
  display: table;
  width: 100%;
  font-size: 0;
}

.thumb-box.horizontal>* {
  font-size: 1.024rem;
  display: inline-block;
  vertical-align: top;
}

/* links
-------------------- */
.lbs {
  color: #000000;
}

.lbs:hover {
  color: #000000;
  text-decoration: none;
}

.fsm1 {
  font-size: 2.8vw;
}

.fsm2 {
  font-size: 2.66666vw;
}

.fsm3 {
  font-size: 2.53333vw;
}

.fsm4 {
  font-size: 2.4vw;
}

.fsm5 {
  font-size: 2.26666vw;
}

.fsm6 {
  font-size: 2.13333vw;
}

.fsm7 {
  font-size: 2vw;
}

.fsm8 {
  font-size: 1.86666vw;
}

.fsm9 {
  font-size: 1.73333vw;
}

.fsm10 {
  font-size: 1.6vw;
}

.fn,
input[type=file],
div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  font-size: 2.93333vw !important;
}

.fsp1,
div.wpcf7 .confirm,
div.wpcf7 .back,
div.wpcf7 .submit {
  font-size: 3.06666vw;
}

.fsp2 {
  font-size: 3.2vw;
}

.fsp3 {
  font-size: 3.33333vw;
}

.fsp4 {
  font-size: 3.46666vw;
}

.fsp5 {
  font-size: 3.6vw;
}

.fsp6 {
  font-size: 3.73333vw;
}

.fsp7 {
  font-size: 3.86666vw;
}

.fsp8 {
  font-size: 4vw;
}

.fsp9 {
  font-size: 4.13333vw;
}

.fsp10 {
  font-size: 4.26666vw;
}

.mgn {
  margin: 0;
}

.mga {
  margin: auto;
}

.mtn {
  margin-top: 0;
}

.mts {
  margin-top: 1%;
}

.mt2 {
  margin-top: 2%;
}

.mt3 {
  margin-top: 3%;
}

.mt4 {
  margin-top: 4%;
}

.mt5 {
  margin-top: 5%;
}

.mt6 {
  margin-top: 6%;
}

.mt7 {
  margin-top: 7%;
}

.mt8 {
  margin-top: 8%;
}

.mt9 {
  margin-top: 9%;
}

.mt10 {
  margin-top: 10%;
}

.mbn {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: 1%;
}

.mb2 {
  margin-bottom: 2%;
}

.mb3 {
  margin-bottom: 3%;
}

.mb4 {
  margin-bottom: 4%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb6 {
  margin-bottom: 6%;
}

.mb7 {
  margin-bottom: 7%;
}

.mb8 {
  margin-bottom: 8%;
}

.mb9 {
  margin-bottom: 9%;
}

.mb10 {
  margin-bottom: 10%;
}

.mln {
  margin-left: 0;
}

.mls {
  margin-left: 1%;
}

.ml2 {
  margin-left: 2%;
}

.ml3 {
  margin-left: 3%;
}

.ml4 {
  margin-left: 4%;
}

.ml5 {
  margin-left: 5%;
}

.ml6 {
  margin-left: 6%;
}

.ml7 {
  margin-left: 7%;
}

.ml8 {
  margin-left: 8%;
}

.ml9 {
  margin-left: 9%;
}

.ml10 {
  margin-left: 10%;
}

.mrn {
  margin-right: 0;
}

.mrs {
  margin-right: 1%;
}

.mr2 {
  margin-right: 2%;
}

.mr3 {
  margin-right: 3%;
}

.mr4 {
  margin-right: 4%;
}

.mr5 {
  margin-right: 5%;
}

.mr6 {
  margin-right: 6%;
}

.mr7 {
  margin-right: 7%;
}

.mr8 {
  margin-right: 8%;
}

.mr9 {
  margin-right: 9%;
}

.mr10 {
  margin-right: 10%;
}

.mra {
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mca {
  margin-left: auto;
  margin-right: auto;
}

.ptn {
  padding-top: 0;
}

.pts {
  padding-top: 1%;
}

.pt2 {
  padding-top: 2%;
}

.pt3 {
  padding-top: 3%;
}

.pt4 {
  padding-top: 4%;
}

.pt5 {
  padding-top: 5%;
}

.pt6 {
  padding-top: 6%;
}

.pt7 {
  padding-top: 7%;
}

.pt8 {
  padding-top: 8%;
}

.pt9 {
  padding-top: 9%;
}

.pt10 {
  padding-top: 10%;
}

.pbn {
  padding-bottom: 0;
}

.pbs {
  padding-bottom: 1%;
}

.pb2 {
  padding-bottom: 2%;
}

.pb3 {
  padding-bottom: 3%;
}

.pb4 {
  padding-bottom: 4%;
}

.pb5 {
  padding-bottom: 5%;
}

.pb6 {
  padding-bottom: 6%;
}

.pb7 {
  padding-bottom: 7%;
}

.pb8 {
  padding-bottom: 8%;
}

.pb9 {
  padding-bottom: 9%;
}

.pb10 {
  padding-bottom: 10%;
}

.pbx {
  padding-bottom: 4% !important;
}

.pln {
  padding-left: 0;
}

.pls {
  padding-left: 1%;
}

.pl2 {
  padding-left: 2%;
}

.pl3 {
  padding-left: 3%;
}

.pl4 {
  padding-left: 4%;
}

.pl5 {
  padding-left: 5%;
}

.pl6 {
  padding-left: 6%;
}

.pl7 {
  padding-left: 7%;
}

.pl8 {
  padding-left: 8%;
}

.pl9 {
  padding-left: 9%;
}

.pl10 {
  padding-left: 10%;
}

.prn {
  padding-right: 0;
}

.prs {
  padding-right: 1%;
}

.pr2 {
  padding-right: 2%;
}

.pr3 {
  padding-right: 3%;
}

.pr4 {
  padding-right: 4%;
}

.pr5 {
  padding-right: 5%;
}

.pr6 {
  padding-right: 6%;
}

.pr7 {
  padding-right: 7%;
}

.pr8 {
  padding-right: 8%;
}

.pr9 {
  padding-right: 9%;
}

.pr10 {
  padding-right: 10%;
}

.loader-simple {
  height: 3em;
  width: 3em;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 0.13333vw solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -------------------------
  wp parts COMMON
------------------------- */
.tmp-name {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.link-blue {
  color: #207d94;
}

.link-blue:hover {
  -webkit-transition: color 200ms ease-out 0s;
  transition: color 200ms ease-out 0s;
}

/* -------------------------
  wp parts SP
------------------------- */
.tmp-name {
  color: red;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.message-nopost {
  font-size: 1.2rem;
  font-weight: bold;
}

.editor {
  margin: 0 auto;
}

.editor p,
.editor ul,
.editor div,
.editor section,
.editor dl,
.editor table,
.editor form {
  margin: 2em 0;
}

.editor .editor-title {
  margin: 3rem 0 1rem;
}

.editor p {
  line-height: 1.8;
  letter-spacing: 1.0.66666vw;
}

.editor>*:first-child {
  margin-top: 0;
}

.editor img.alignright,
.editor img.alignleft {
  float: none;
  display: block;
  margin: 1em auto;
  padding: 0;
}

.editor .lsn {
  list-style: none;
  padding-left: 0;
}

.editor .lsn li {
  padding-left: 0;
  text-indent: 0;
}

.editor .flex-lists {
  margin: 2em 0 2em -1em;
}

.editor .flex-lists li {
  float: left;
  margin-top: 0;
  line-height: 1.8;
  margin-left: 1rem;
  letter-spacing: 0;
  font-size: 1.1rem;
}

.editor .flex-lists li:before {
  content: ">";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.13333vw;
  margin-right: .2rem;
}

.editor span[class*=mt] {
  display: block;
}

/* --------------------
  contactform7
-------------------- */
/* common form style
-------------------- */
input,
textarea {
  font-size: 1rem !important;
  border: 0.13333vw solid #d2d2d2;
  padding: .3em .5em;
  width: 100%;
}

input.s,
textarea.s {
  width: 30%;
}

input.m,
textarea.m {
  width: 50%;
}

input.l,
textarea.l {
  width: 70%;
}

textarea {
  max-width: 100%;
}

select {
  font-size: 1rem !important;
  margin-right: .3em !important;
  border: 0.13333vw solid #d2d2d2;
  max-width: 100%;
}

/* common input file
-------------------- */
/* common submit style
-------------------- */
input[type=submit] {
  background-color: transparent;
  border: none;
}

/* common file style
-------------------- */
input[type=file] {
  padding: 0.66666vw 0;
  border: none;
}

/* contactform7
-------------------- */
div.wpcf7 p {
  margin: 0;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
  display: inline-block;
  font-size: 0;
  overflow: visible !important;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 2vw;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:first-child,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}

div.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input,
div.wpcf7 .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  display: inline;
  margin: .5rem auto;
  width: auto;
}

div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 select {
  margin: .2em 0;
}

div.wpcf7 .confirm,
div.wpcf7 .back,
div.wpcf7 .submit {
  color: white;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.26666vw;
  background: url(images/_sp/arr_white.png) no-repeat 95% center black;
  background-size: 2.5%;
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin-left: auto !important;
  margin: 1.33333vw auto;
  position: absolute;
}

img.ajax-loader {
  bottom: -50%;
}

.wpcf7c-force-hide+img.ajax-loader {
  bottom: -100%;
}

.wpcf7-form .wpcf7-response-output {
  text-align: center;
  border: none;
  margin: 0 auto;
  max-width: 81.33333vw;
  padding: 1em;
}

.wpcf7-form div.wpcf7-validation-errors {
  font-weight: bold;
  color: #d1444d;
  background-color: #ffd1d1;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
  font-weight: bold;
  color: #2b6b0f;
  background-color: #c7efb5;
}

.wpcf7-form>* {
  margin-top: 1em;
}

/* javascript
-------------------- */
.tgt-fade,
.tgt-monthFade {
  display: none;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.tgt-fade.active,
.tgt-monthFade.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
}

.tgt-fade.hidden,
.tgt-monthFade.hidden {
  display: block;
  opacity: 0;
}

.slider {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slider.is-slider {
  opacity: 0;
}

.slider .loader-simple {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.slider.slick-initialized {
  opacity: 1;
}

.slider.slick-initialized+.loader-simple {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  pointer-events: none;
}

.slider .slick-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
  top: auto;
  bottom: auto;
  margin: 2.93333vw 0;
  background-color: #fff;
}

.slider .slick-dots li {
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
}

.slider .slick-dots li button {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
}

.slider .slick-dots li button:before {
  content: "";
  width: .93333vw;
  height: .93333vw;
  border-radius: 2.93333vw;
  line-height: 1;
  position: static;
  display: block;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #959595;
}

.slider .slick-dots li.slick-active button:before,
.slider .slick-dots li:hover button:before {
  background-color: #dcdcdc;
}

.slider .slick-dots li:not(:first-child) {
  margin-left: 2.73333vw;
}

.slider .slick-next,
.slider .slick-prev {
  width: auto;
  height: auto;
  z-index: 10;
  background-color: rgba(24, 24, 24, 0.5);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.slider .slick-next:hover,
.slider .slick-prev:hover {
  opacity: .8;
}

.slider .slick-next:before,
.slider .slick-prev:before {
  font-size: 0.6rem;
  font-size: 2.66666vw;
  font-family: "Font Awesome 5 Pro";
  opacity: 1;
}

.slider .slick-next.slick-prev,
.slider .slick-prev.slick-prev {
  left: 0;
}

.slider .slick-next.slick-next,
.slider .slick-prev.slick-next {
  right: 0;
}

.slider.thumbnail-items .slick-track {
  left: -23.33333vw;
}

.slider.thumbnail-items .thumbnail-item {
  width: 46.66666vw;
  margin-right: 2vw;
}

.slider.thumbnail-items .slick-track {
  left: 0;
}

.slider.thumbnail-items .wrap-thumbnail-item {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 2vw;
  padding-right: 2vw;
}

.slider.thumbnail-items .wrap-thumbnail-item .thumbnail-item {
  width: 46.66666vw;
  margin-right: 2vw;
}

.slider.thumbnail-items .wrap-thumbnail-item .thumbnail-item:nth-child(even) {
  margin-right: 0;
}

.slider.thumbnail-items .wrap-thumbnail-item .thumbnail-item:not(:nth-child(-n+2)) {
  margin-top: 2vw;
}

.slider.thumbnail-items .slick-next,
.slider.thumbnail-items .slick-prev {
  width: 5.33333vw;
  height: 18.66666vw;
}

.slider.thumbnail-items#contents-slider .slick-next,
.slider.thumbnail-items#contents-slider .slick-prev {
  width: 5.06666vw;
  height: 14.13333vw;
  top: 35%;
}

.slider.banner-items .slick-track {
  left: -21.06666vw;
}

.slider.banner-items .banner-item {
  width: 44.13333vw;
  padding: 0 1vw;
}

.slider.banner-items .slick-next,
.slider.banner-items .slick-prev {
  width: 5.06666vw;
  height: 14.13333vw;
}

.pagetop {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 10.66666vw;
  height: 10.66666vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  background-color: #333333;
  border-radius: 100%;
}

.pagetop .fa-angle-up {
  font-size: 1.2rem;
  font-size: 6vw;
}

.pagetop.active {
  opacity: 1;
  pointer-events: auto;
}

/* wrapper
-------------------- */
body {
  font-size: 0.7rem;
  font-size: 3.06666vw;
  color: #333333;
}

.contents {
  min-height: 66.66666vw;
  padding-bottom: 2.66666vw;
}

.contents .content.bg-gray1 {
  background-color: #ebefef;
}

.contents .content.bg-gray2 {
  background-color: #e0e6e6;
}

.image-body,
body.jp-top .mv-item>a {
  height: 0;
  background-position: center;
  background-size: contain;
}

/* titles
-------------------- */
.plane-title {
  font-size: 1rem;
  font-size: 2.4vw;
  font-weight: bold;
}

.plane-title.xl {
  font-size: 0.9rem;
  font-size: 3.2vw;
}

.plane-title.lg,
.contents .content>.plane-title.inner,
.breadcrumbs .plane-title.inner,
body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.contents-area {
  font-size: 1rem;
  font-size: 4vw;
}

.plane-title.md {
  font-size: 0.8rem;
  font-size: 2.4vw;
}

.plane-title.sm {
  font-size: 0.7rem;
  font-size: 2.13333vw;
}

.plane-title.xs {
  font-size: 0.6rem;
  font-size: 1.86666vw;
}

.section-title {
  text-align: center;
  margin-bottom: 2.53333vw;
}

.section-title>* {
  display: block;
}

.section-title .ja {
  font-size: 1rem;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.66666vw;
}

.section-title .en {
  font-family: 'Abel', sans-serif;
  font-size: 0.6rem;
  font-size: 1.86666vw;
  letter-spacing: 0.4vw;
  margin-top: 0;
}

body.ca .section-title .en,
body.us .section-title .en,
body.my .section-title .en,
body.ph .section-title .en,
body.sg .section-title .en,
body.uk .section-title .en,
body.au .section-title .en,
body.nz .section-title .en,
body.mx .section-title .en,
body.id .section-title .en,
body.th .section-title .en,
body.bn .section-title .en,
body.be .section-title .en {
  display: none;
}

.page-title {
  text-align: center;
  margin-bottom: 2.53333vw;
  padding-top: 2.66666vw;
}

.page-title>* {
  display: block;
}

.page-title .ja {
  font-size: 1rem;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.66666vw;
}

.page-title .en {
  font-size: 0.6rem;
  font-size: 1.86666vw;
  letter-spacing: 0.66666vw;
  margin-top: 0;
}

/* links
-------------------- */
.hover-blue,
.border-lists>li>a,
.block-lists>li a,
.newShopList ul>li a,
.breadcrumbs ul li a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.hover-blue:hover,
.border-lists>li>a:hover,
.block-lists>li a:hover,
.newShopList ul>li a:hover,
.breadcrumbs ul li a:hover {
  color: #0054a9;
}

/* lists
-------------------- */
.border-lists {
  width: 96vw;
  font-size: 1rem;
  font-size: 3.2vw;
  background-color: white;
  margin: 0 auto;
}

.border-lists>li {
  border: 0.13333vw solid #e5e5e5;
}

.border-lists>li:not(:first-child) {
  border-top: none;
}

.border-lists>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.66666vw 3.33333vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-lists>li>a i {
  margin-left: auto;
}

.categories {
  position: relative;
}

.categories .categories-inner {
  -webkit-overflow-scrolling: touch;
  margin-top: 3.6vw;
  overflow-x: scroll;
  width: 100%;
  display: block;
}

.categories button.js-news-navi-arrow {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: rgba(24, 24, 24, 0.5);
  width: 5.33333vw;
  height: 10.2222vw;
  top: 0;
  padding: 0 0 0.4vw 0;
}

.categories button.js-news-navi-arrow:before {
  color: white;
  font-family: "Font Awesome 5 Pro";
}

.categories .js-news-navi-arrow-prev {
  left: 0;
}

.categories .js-news-navi-arrow-prev:before {
  content: "\f104";
}

.categories .js-news-navi-arrow-next {
  right: 0;
}

.categories .js-news-navi-arrow-next:before {
  content: "\f105";
}

.categories .square-bg-lists {
  margin-bottom: 2vw;
  white-space: nowrap;
}

.categories .square-bg-lists li {
  vertical-align: top;
  white-space: normal;
  width: 35.2vw;
  display: inline-block;
}

.categories .square-bg-lists li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #444444;
  color: white;
  font-size: 1rem;
  font-size: 3.2vw;
  font-weight: bold;
  padding: 2.93333vw 2.66666vw 2.8vw;
  height: 3.2em;
  line-height: 1.3;
}

.categories .square-bg-lists li a.active {
  background-color: #fff;
  color: black;
}

.categories.ranking .js-news-navi-arrow-next {
  left: 91vw;
}

.banner-items a {
  display: block;
}

.banner-items.lg,
.contents .content>.banner-items.inner,
.breadcrumbs .banner-items.inner,
body:not(.global):not(.jp-top):not(.mce-content-body) .banner-items.contents-area {
  width: 85.33333vw;
  margin: 0 auto;
}

.banner-items.xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-items.xs .banner-item {
  width: 46.8vw;
}

.banner-items.xs .banner-item:not(:nth-child(2n+1)) {
  margin-left: 2.4vw;
}

.banner-items.xs .banner-item:not(:nth-child(-n+2)) {
  margin-top: 2.4vw;
}

.block-lists,
.newShopList ul {
  margin-top: 3.33333vw;
  overflow: scroll;
  height: 109.33333vw;
}

.block-lists>li,
.newShopList ul>li {
  width: 100%;
  border-bottom: 0.26666vw solid #e6e6e6;
}

.block-lists>li a,
.newShopList ul>li a {
  font-weight: bold;
  display: block;
  padding: 2.8vw 3.86666vw;
  background-color: white;
  position: relative;
  padding-right: 6.66666vw;
}

.block-lists>li a i,
.newShopList ul>li a i {
  font-size: 1rem;
  font-size: 4vw;
  height: 1em;
  right: 2.66666vw;
}

.block-lists>li a .arrow,
.newShopList ul>li a .arrow {
  display: none;
}

.block-lists>li:last-child,
.newShopList ul>li:last-child {
  border: none;
}

/* items
-------------------- */
.thumbnail-items .texts {
  background-color: white;
}

.thumbnail-items .texts * {
  font-size: 0.7rem;
  font-size: 2.46666vw;
  margin-bottom: 0.4vw;
}

.thumbnail-items .texts .plane-title.xs {
  font-size: 3.26666vw;
}

.thumbnail-items .texts .plane-title.sm {
  font-size: 3.26666vw;
}

.thumbnail-items .texts .term-tags {
  margin-top: 0.4vw;
}

.thumbnail-items .texts .summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.thumbnail-items .texts .summary p {
  font-size: 0.7rem;
  font-size: 2.63333vw;
  font-weight: 400;
}

.thumbnail-items a {
  display: block;
}

.thumbnail-items.md .thumbnail-item,
.thumbnail-items.horizontal .thumbnail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 100%;
}

.thumbnail-items.md .thumbnail-item .image,
.thumbnail-items.horizontal .thumbnail-item .image {
  width: 45vw;
}

.thumbnail-items.md .thumbnail-item .image a,
.thumbnail-items.horizontal .thumbnail-item .image a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.thumbnail-items.md .thumbnail-item .image a .image-body,
.thumbnail-items.md .thumbnail-item .image a body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.md .thumbnail-item .image a .mv-item>a,
.thumbnail-items.horizontal .thumbnail-item .image a .image-body,
.thumbnail-items.horizontal .thumbnail-item .image a body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.horizontal .thumbnail-item .image a .mv-item>a {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.thumbnail-items.md .thumbnail-item .texts,
.thumbnail-items.horizontal .thumbnail-item .texts {
  width: 55vw;
  padding: 2vw 4vw 1.33333vw;
}

.thumbnail-items.md .thumbnail-item .texts .post-info,
.thumbnail-items.horizontal .thumbnail-item .texts .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnail-items.md .thumbnail-item .texts .post-info time,
.thumbnail-items.horizontal .thumbnail-item .texts .post-info time {
  color: #7d7d7d;
  font-size: 2.6vw;
  font-weight: normal;
  padding-right: 1.33333vw;
  letter-spacing: 0;
  margin-top: 0.26666vw;
}

.thumbnail-items.md .thumbnail-item .texts .post-info object,
.thumbnail-items.horizontal .thumbnail-item .texts .post-info object {
  margin: 0;
}

.thumbnail-items.md .thumbnail-item .texts .plane-title.sm,
.thumbnail-items.horizontal .thumbnail-item .texts .plane-title.sm {
  font-size: 3.26666vw;
}

.thumbnail-items.md .thumbnail-item .texts .plane-title.sm,
.thumbnail-items.horizontal .thumbnail-item .texts .plane-title.sm {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 3.26666vw;
}

.thumbnail-items.md .thumbnail-item .texts .plane-title.sm a,
.thumbnail-items.horizontal .thumbnail-item .texts .plane-title.sm a {
  margin-bottom: 2.66666vw;
  font-size: 3.46666vw;
}

.thumbnail-items.md .thumbnail-item .texts .term-tags,
.thumbnail-items.horizontal .thumbnail-item .texts .term-tags {
  margin-top: 0.4vw;
}

.thumbnail-items.md .thumbnail-item:not(last-child),
.thumbnail-items.horizontal .thumbnail-item:not(last-child) {
  margin-bottom: 2.66666vw;
}

.thumbnail-items.sp-thnmbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item {
  width: 49%;
  display: inline-block;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item:nth-child(odd) {
  margin-right: 2%;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item .image {
  width: 100%;
  height: 31.06666vw;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item .texts {
  padding: 2vw;
  width: 100%;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item .texts .summary {
  -webkit-line-clamp: 3;
}

.thumbnail-items.sp-thnmbnail .thumbnail-item .texts .term-tags {
  margin-top: 2.22222vw;
}

.thumbnail-items.sm .thumbnail-item {
  width: 32vw;
}

.thumbnail-items.sm .thumbnail-item .image-body,
.thumbnail-items.sm .thumbnail-item body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.sm .thumbnail-item .mv-item>a {
  padding-top: 56.25%;
}

.thumbnail-items.sm .thumbnail-item .texts {
  padding: 1.73333vw 2.26666vw 2.8vw;
  letter-spacing: 0;
  line-height: 1.5;
}

.thumbnail-items.md .thumbnail-item,
.thumbnail-items.horizontal .thumbnail-item {
  display: block;
}

.thumbnail-items.md .thumbnail-item a,
.thumbnail-items.horizontal .thumbnail-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail-items.md .thumbnail-item a .image,
.thumbnail-items.horizontal .thumbnail-item a .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.thumbnail-items.md .thumbnail-item a .image .image-body,
.thumbnail-items.md .thumbnail-item a .image body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.md .thumbnail-item a .image .mv-item>a,
.thumbnail-items.horizontal .thumbnail-item a .image .image-body,
.thumbnail-items.horizontal .thumbnail-item a .image body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.horizontal .thumbnail-item a .image .mv-item>a {
  padding-top: 56.25%;
}

.thumbnail-items.square .thumbnail-item:not(:last-child) {
  margin-bottom: 2%;
}

.thumbnail-items.square .thumbnail-item.isProgress .image a:before,
.thumbnail-items.square .thumbnail-item.isNew .image a:before {
  display: none;
}

.thumbnail-items.square .thumbnail-item .image {
  width: 100%;
  height: 31.06666vw;
}

.thumbnail-items.square .thumbnail-item .image a,
.thumbnail-items.square .thumbnail-item .image .image-body,
.thumbnail-items.square .thumbnail-item .image body.jp-top .mv-item>a,
body.jp-top .thumbnail-items.square .thumbnail-item .image .mv-item>a {
  height: 31.06666vw;
}

.thumbnail-items.square .thumbnail-item .texts {
  display: none;
}

/* blocks
-------------------- */
.blk-service-banners {
  margin: 3.33333vw 0 5.46666vw;
}

.blk-service-banners a {
  display: block;
}

.blk-service-banners .half-images ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blk-service-banners .half-images ul li {
  width: 50%;
}

/* tags
-------------------- */
.term-categories a {
  color: white;
  font-size: 1.6vw !important;
  line-height: 1.2;
  padding: 1.06666vw 1.33333vw 0.8vw;
  background-color: #888;
}

.term-categories a.event {
  background-color: #007ebf;
}

.term-categories a.event .sp {
  display: none;
}

.term-categories a.prcd,
.term-categories a.service {
  background-color: #b4b4b4;
}

.term-categories a.campaign {
  background-color: #e9c61c;
}

.term-categories a.event,
.term-categories a.tournament {
  background-color: #f09834;
}

.term-categories a.sports {
  background-color: #236fb8;
}

.term-categories a.information {
  background-color: #b5b153;
}

.term-categories a.goods {
  background-color: #3f4b6a;
}

.term-categories a.column {
  background-color: #db6247;
}

.term-categories a.league {
  background-color: #88a7ca;
}

.term-categories a.other {
  background-color: #9c66a8;
}

.term-categories a.video {
  background-color: #CA3A30;
}

.term-tags {
  word-break: break-all;
}

.term-tags a {
  display: inline-block;
  font-size: 2.83333vw;
  color: #7d7d7d;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.66666vw !important;
  margin-right: 4vw;
}

.term-tags-news {
  word-break: break-all;
}

.term-tags-news.tags-title {
  margin: 2.66666vw 0;
}

.term-tags-news a {
  display: inline-block;
  background-color: #e9e9e9;
  padding: 0.66666vw 2.66666vw;
  font-size: 0.6rem;
  font-size: 2.4vw;
  letter-spacing: 0;
  margin-right: 1.33333vw;
  margin-bottom: 1.33333vw !important;
  border-radius: 13.33333vw;
}

/* buttons
-------------------- */
.wrap-btn {
  text-align: center;
  margin-top: 4vw;
}

.wrap-btn.mb {
  margin-bottom: 4vw;
}

.btn-ellipce {
  font-size: 0.8rem;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 43.6vw;
  padding: 2.66666vw 13.33333vw 2.66666vw 8vw;
  border-radius: 0.93333vw;
  border: 0.26666vw solid #d9d9d9;
  background-color: white;
  position: relative;
  letter-spacing: 0.13333vw;
}

.btn-ellipce i {
  height: 1em;
  right: .6em;
  font-size: 1rem;
  font-size: 4.8vw;
}

.editor {
  font-size: 0.8rem;
  font-size: 3.2vw;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin: 1.5em 0 1em;
}

.editor h1+h1,
.editor h1+h2,
.editor h1+h3,
.editor h1+h4,
.editor h1+h5,
.editor h1+h6,
.editor h2+h1,
.editor h2+h2,
.editor h2+h3,
.editor h2+h4,
.editor h2+h5,
.editor h2+h6,
.editor h3+h1,
.editor h3+h2,
.editor h3+h3,
.editor h3+h4,
.editor h3+h5,
.editor h3+h6,
.editor h4+h1,
.editor h4+h2,
.editor h4+h3,
.editor h4+h4,
.editor h4+h5,
.editor h4+h6,
.editor h5+h1,
.editor h5+h2,
.editor h5+h3,
.editor h5+h4,
.editor h5+h5,
.editor h5+h6,
.editor h6+h1,
.editor h6+h2,
.editor h6+h3,
.editor h6+h4,
.editor h6+h5,
.editor h6+h6 {
  margin-top: 0;
}

.editor h1:first-child,
.editor h2:first-child,
.editor h3:first-child,
.editor h4:first-child,
.editor h5:first-child,
.editor h6:first-child {
  margin-top: 0;
}

.editor h1 {
  font-size: 1.70667rem;
}

.editor h2 {
  font-size: 1.62133rem;
}

.editor h3 {
  font-size: 1.536rem;
}

.editor h4 {
  font-size: 1.45067rem;
}

.editor h5 {
  font-size: 1.36533rem;
}

.editor h6 {
  font-size: 1.28rem;
}

.editor>*,
.editor p {
  letter-spacing: 0.13333vw;
  letter-spacing: 1;
}

.editor>*:first-child,
.editor p:first-child {
  margin-top: 0;
}

.editor>*:last-child,
.editor p:last-child {
  margin-bottom: 0;
}

.editor ul:first-child,
.editor div:first-child,
.editor section:first-child,
.editor dl:first-child,
.editor table:first-child,
.editor form:first-child {
  margin-top: 0;
}

.editor ul:last-child,
.editor div:last-child,
.editor section:last-child,
.editor dl:last-child,
.editor table:last-child,
.editor form:last-child {
  margin-bottom: 0;
}

.editor .wp-caption {
  max-width: 100%;
}

.editor .wp-caption-text,
.editor .wp-caption-dd {
  font-size: 0.768rem;
  margin: .5em 0;
}

.editor .flex-box * {
  max-width: 100%;
}

.editor .border-box {
  padding: 5%;
  border: 0.13333vw solid #f5f4f9;
}

.editor a[class*=btn-] {
  text-decoration: none;
}

.editor i[class*=fa-] {
  font-style: normal;
}

/* common elements
-------------------- */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}

.header .header-banner-area {
  margin: 0 auto;
}

.header .header-banner-area .header-banner-inner {
  width: 97.33333vw;
  padding-top: 1.33333vw;
}

.header .gnav-inner {
  width: 100%;
  padding-top: 4vw;
}

.header .gnav-inner .logo-wrap .logo {
  margin: 1.7vw 0 5.33333vw 4vw;
  width: 30.4vw;
  padding-top: 13.7741%;
  background-image: url(../images/logo.png);
}

.header .gnav-inner .sp-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .gnav-inner .sp-menu .sp-menu-area {
  margin-left: auto;
  margin-right: 4vw;
}

.header .gnav-inner .sp-menu .sp-menu-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .gnav-inner .sp-menu .sp-menu-area ul .sp-help {
  margin-right: 2vw;
}

.header .gnav-inner .sp-menu .sp-menu-area ul .sp-help a {
  width: 8vw;
  padding-top: 100%;
  background-image: url(../images/sp_help_button.png);
}

.header .gnav-inner .sp-menu .sp-menu-area ul .sp-menu a {
  width: 8vw;
  padding-top: 100%;
  background-image: url(../images/sp_menu_button.png);
}

.header .gnav-inner .sp-menu-open {
  background-color: black;
  opacity: 0.9;
  color: white;
  padding-bottom: 1.33333vw;
  font-size: 3.66666vw;
  font-weight: bold;
  width: 100%;
  height: 100vh;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 1;
  z-index: 0;
  -webkit-transform: translate3d(0, -1000%, 0);
  transform: translate3d(0, -1000%, 0);
}

.header .gnav-inner .sp-menu-open .searchBox-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .gnav-inner .sp-menu-open .searchBox-area .searchBox-body {
  padding: 2.66666vw 3.33333vw;
}

.header .gnav-inner .sp-menu-open .searchBox-area .searchBox-body form {
  width: 78.66666vw;
  border: 0.13333vw solid black;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.66666vw 0;
  position: relative;
  border-radius: 6.66666vw;
}

.header .gnav-inner .sp-menu-open .searchBox-area .searchBox-body #select input {
  border: none;
  background: none;
  width: 77vw;
  padding-top: 1.06666vw;
  padding-left: 4vw;
}

.header .gnav-inner .sp-menu-open .searchBox-area .searchBox-body #select button {
  position: relative;
  right: 5.33333vw;
  top: -0.13333vw;
  height: 100%;
  background: none;
  border: none;
}

.header .gnav-inner .sp-menu-open .searchBox-area .searchBox-body #select button i {
  position: absolute;
  font-weight: 400;
  font-size: 1rem;
  font-size: 5.2vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.header .gnav-inner .sp-menu-open .searchBox-area .menu-close {
  margin: 4.4vw 0 0 2.66666vw;
  background-color: white;
  border-radius: 4vw;
  width: 6.93333vw;
  height: 6.93333vw;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.header .gnav-inner .sp-menu-open .searchBox-area .menu-close i {
  color: black;
  font-size: 0.8rem;
  font-size: 2.8vw;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 53%;
  line-height: 2.8vw;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.header .gnav-inner .sp-menu-open .begisners {
  border-top: 0.26666vw solid rgba(233, 233, 233, 0.3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .gnav-inner .sp-menu-open .begisners a {
  display: block;
  padding: 2.66666vw 2.66666vw 2.66666vw 16vw;
}

.header .gnav-inner .sp-menu-open .begisners a i {
  position: absolute;
  top: 2.66666vw;
  left: 5.33333vw;
  font-size: 1.4rem;
  font-size: 6.26666vw;
  font-weight: 300;
}

.header .gnav-inner .sp-menu-open .sp-member-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .sp-member-list .sign-up {
  width: 50%;
  display: block;
}

.header .gnav-inner .sp-menu-open .sp-member-list .sign-up a {
  display: block;
  padding-top: 1.85185%;
  background-image: url(../images/icon_sign_up.png);
  padding: 3.33333vw 0 2.66666vw 16vw;
  background-repeat: no-repeat;
  background-size: 4.66666vw;
  background-position: 6vw center;
}

.header .gnav-inner .sp-menu-open .sp-member-list .login {
  width: 50%;
  display: block;
}

.header .gnav-inner .sp-menu-open .sp-member-list .login a {
  display: block;
  padding-top: 1.66667%;
  background-image: url(../images/login_sp.png);
  padding: 3.33333vw 0 2.66666vw 16vw;
  background-repeat: no-repeat;
  background-size: 4.66666vw;
  background-position: 6.66666vw center;
}

.header .gnav-inner .sp-menu-open .sp-menu-list li,
.header .gnav-inner .sp-menu-open .sp-menu-list-s li {
  border-top: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .sp-menu-list li:last-child,
.header .gnav-inner .sp-menu-open .sp-menu-list-s li:last-child {
  border-bottom: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .sp-menu-list li a,
.header .gnav-inner .sp-menu-open .sp-menu-list-s li a {
  padding: 2.66666vw;
  position: relative;
  display: block;
}

.header .gnav-inner .sp-menu-open .sp-menu-list li a i,
.header .gnav-inner .sp-menu-open .sp-menu-list-s li a i {
  position: absolute;
  right: 2.66666vw;
  top: 4vw;
}

.header .gnav-inner .sp-menu-open .sp-menu-list-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .sp-menu-list-s li {
  width: 50%;
  border-top: 0;
  border-bottom: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .sp-menu-list-s li:nth-child(2n+1):last-child {
  border-bottom: 0;
}

.header .gnav-inner .sp-menu-open .sp-menu-list-s li:nth-child(odd) {
  border-right: 0.26666vw solid rgba(233, 233, 233, 0.3);
}

.header .gnav-inner .sp-menu-open .content.social {
  width: 96vw;
  margin: 2.22222vw auto 0;
  padding: 0;
  background-color: #eeeeee;
}

.header .gnav-inner .sp-menu-open .content.social .inner>p {
  font-size: 0.9rem;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  color: black;
}

.header .gnav-inner .sp-menu-open .content.social a {
  padding: 6vw 1.33333vw;
  font-size: 0.7rem;
  font-size: 3.2vw;
  color: black;
}

.header .gnav {
  display: -webkit-box;
  display: box;
  border-top: 0.13333vw solid #eaeaea;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header .gnav li {
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  position: relative;
}

.header .gnav li:not(:last-child):after {
  content: "";
  width: 0.26666vw;
  height: 2.66666vw;
  background-color: #a4a4a4;
  right: 0;
  z-index: 1;
}

.header .gnav li a {
  height: 10.33333vw;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.33333vw;
  padding: 0 1.33333vw;
  word-break: break-all;
  line-height: 1.3;
  letter-spacing: -0.1em;
}

.header .gnav li a i {
  display: none;
}

.header .member-area {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  background-color: #dfdfdf;
  padding: 0;
}

.header .member-area .member-list {
  width: 100vw;
}

.header .member-area .member-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .member-area .member-list ul li {
  position: relative;
  width: 50%;
  padding: 0;
  text-align: center;
}

.header .member-area .member-list ul li:nth-child(odd) {
  position: relative;
}

.header .member-area .member-list ul li:nth-child(odd):after {
  content: "";
  width: 0.26666vw;
  height: 2.66666vw;
  background-color: #a4a4a4;
  right: 0;
  z-index: 1;
}

.header .member-area .member-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4.73333vw 4vw 2vw 14vw;
  padding: 4.8vw 0vw 2vw 0vw;
  font-size: 2.93333vw;
  font-weight: bold;
  word-break: break-all;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .member-area .member-list ul li a i {
  font-size: 1.1rem;
  font-size: 5.2vw;
  font-weight: 300;
  left: 12.26666vw;
  margin-right: 2.66666vw;
}

.header .member-area .member-list ul li.sign-up {
  margin: 2vw 0 2vw 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .member-area .member-list ul li.sign-up a {
  padding: 2.8vw 4.53333vw 2.66666vw 4.53333vw;
  min-width: 27.33333vw;
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 42vw;
  border-radius: 0.9333vw;
  background-color: #333333;
  color: white;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .member-area .member-list ul li.sign-up a:before {
  content: "";
  width: 4.8vw;
  height: 4.8vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4.8vw;
  -ms-flex: 0 0 4.8vw;
  flex: 0 0 4.8vw;
  display: inline-block;
  margin-right: 1.93333vw;
  background-image: url(../images/icon_sign_up.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.header .member-area .member-list ul li.member-login a {
  padding: 3.33333vw 2.66666vw;
  margin-right: 2.53333vw;
}

.header .member-area .member-list ul li.member-login a:before {
  width: 5.33333vw;
  height: 5.33333vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5.33333vw;
  -ms-flex: 0 0 5.33333vw;
  flex: 0 0 5.33333vw;
  display: inline-block;
  margin-right: 5.33333vw;
  content: '';
  background-image: url(../images/login.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header .member-area .member-list ul li.member-site a {
  padding: 3.33333vw 2.66666vw;
  margin-right: 0;
}

.header .member-area .member-list ul li.member-site a:before {
  width: 7.06666vw;
  height: 5.06666vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7.06666vw;
  -ms-flex: 0 0 7.06666vw;
  flex: 0 0 7.06666vw;
  display: inline-block;
  margin-right: 2.66666vw;
  content: '';
  background-image: url(../images/membership.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.header .gnav-wrap {
  width: 100%;
}

.header .gnav-wrap .gnav-lower {
  display: none;
}

.footer {
  background-color: #fff;
}

.footer .footer-area {
  font-size: 2.86666vw;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-area .footer-menu {
  width: 100%;
}

.footer .footer-area .footer-menu div {
  border-top: 0.13333vw solid #e3e3e3;
}

.footer .footer-area .footer-menu div a {
  display: block;
  position: relative;
  padding: 4vw 0 3.33333vw;
}

.footer .footer-area .footer-menu div a i {
  position: absolute;
  right: 5.2vw;
  top: 4.26666vw;
  font-size: 0.7rem;
  font-size: 3.33333vw;
}

.footer .footer-area .footer-menu .pc-menu {
  display: none;
}

.footer .footer-area .footer-menu ul {
  display: none;
}

.footer .footer-area .footer-menu:nth-child(1) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.footer .footer-area .footer-menu:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer .footer-area .footer-menu:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer .footer-area .footer-menu:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.footer .footer-menu-nav {
  background-color: #e5ebeb;
  text-align: center;
  padding: 2.66666vw 0 4.26666vw;
  list-style-type: disc !important;
  font-size: 2.86666vw;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: block;
}

.footer .footer-menu-nav li {
  width: 100%;
  padding: 2.13333vw 0;
}

.footer .footer-menu-nav li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer .footer-menu-nav li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.footer .footer-menu-nav li:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.footer .footer-menu-nav li:nth-child(4) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.footer .footer-menu-nav li:nth-child(5) {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.footer .footer-menu-nav li:nth-child(6) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.footer .footer-menu-nav li a {
  margin-right: 2.66666vw;
}

.footer .copyright-area .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .copyright-area .inner .copy {
  text-align: center;
  font-size: 0.5rem;
  font-size: 2.13333vw;
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 3.33333vw;
}

.footer .copyright-area .inner .country-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  font-size: 3.44266vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 3.6vw 0 3.73333vw;
}

.footer .copyright-area .inner .country-area .language {
  margin-right: 3.2vw;
  color: #021937;
  font-weight: bold;
  letter-spacing: 0.53333vw;
}

.footer .copyright-area .inner .country-area .country {
  background-color: #333;
  color: #FFF;
  border-radius: 0.9333vw;
  padding: 1.16666vw 3.26666vw 1.16666vw 2.66666vw;
}

.footer .copyright-area .inner .country-area .country a {
  position: relative;
  top: -0.4vw;
  font-weight: bold;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.footer .copyright-area .inner .country-area .country a i {
  position: relative;
  top: 0.8vw;
  padding-right: 2vw;
  font-size: 4.93333vw;
}

/* サイトトップ
-------------------- */
body.global .contents {
  padding-bottom: 0;
}

body.global .header .gnav-inner {
  padding: 6.66666vw 2.66666vw;
}

body.global .header .logo-wrap {
  margin: 0 auto;
}

body.global .header .logo-wrap .logo {
  margin: 0 auto;
  background-position: center;
}

body.global .footer {
  padding-top: 0;
}

body.global .footer .footer-menu-nav {
  padding: 0 0 2.66666vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.global .footer .copyright-area .copy {
  margin: 3.33333vw 0;
}

body.global .mainvisual {
  background-color: #f5f4f9;
}

body.global .mainvisual .image-body,
body.global .mainvisual body.jp-top .mv-item>a,
body.jp-top body.global .mainvisual .mv-item>a {
  padding-top: 50.27778%;
}

body.global .choose {
  margin-top: 6vw;
}

body.global .choose .inner {
  width: 100%;
}

body.global .choose .inner .introduction {
  text-align: center;
}

body.global .choose .inner .introduction p {
  font-size: 0.7rem;
  font-size: 2.8vw;
  font-weight: bold;
  margin-top: 2.66666vw;
  line-height: 1.4;
}

body.global .choose .inner .regions {
  margin-top: 3.73333vw;
  background-color: #ededed;
  padding-bottom: 8vw;
}

body.global .choose .inner .regions .region {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.global .choose .inner .regions .plane-title {
  text-align: center;
  padding: 4.26666vw 0 3.73333vw;
  font-size: 1rem;
  font-size: 4vw;
}

body.global .choose .inner .regions .border-lists a i {
  font-size: 0.6rem;
  font-size: 2.4vw;
}

/* 日本語トップ
-------------------- */
body.jp-top .content.emergency {
  color: #dd3832;
  border-top: 0.13333vw solid #eaeaea;
  padding: 2.66666vw 0;
  background-color: #fff !important;
}

body.jp-top .content.emergency .item {
  width: 97.33333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body.jp-top .content.emergency .item .texts {
  font-weight: bold;
  color: red;
  font-size: 0.7rem;
  font-size: 3.2vw;
}

body.jp-top .content.emergency .item .texts a {
  text-decoration: underline;
}

body.jp-top .content.emergency .item i {
  color: red;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4vw;
  -ms-flex: 0 0 4vw;
  flex: 0 0 4vw;
  font-size: 0.8rem;
  font-size: 3.33333vw;
  margin-right: 2vw;
  vertical-align: middle;
}

body.jp-top .content.mainvisual {
  position: relative;
  background-color: #fff !important;
}

body.jp-top .content.mainvisual .loader-simple {
  border: 0.13333vw solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.7);
}

body.jp-top .mv-items {
  margin-bottom: 0;
}

body.jp-top .mv-items .slick-next,
body.jp-top .mv-items .slick-prev {
  width: 5.33333vw;
  height: 19.33333vw;
}

body.jp-top .mv-item {
  margin: 0 auto;
  width: 101.33333vw;
}

body.jp-top .mv-item>a {
  display: block;
  padding-top: 56.25%;
}

body.jp-top .content.top-banner {
  padding-bottom: 3.6vw;
}

body.jp-top .content.top-banner .inner {
  margin-top: 1.73333vw;
}

body.jp-top .content.recommend {
  padding: 7.53333vw 0 3.73333vw;
}

body.jp-top .content.recommend .thumbnail-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

body.jp-top .content.recommend .thumbnail-items:not(.slick-slider) {
  padding-left: 2vw;
  padding-right: 2vw;
}

body.jp-top .content.recommend .thumbnail-items .thumbnail-item {
  padding: 0;
  background-color: #fff;
  width: 46.66666vw;
  margin-right: 2vw;
}

body.jp-top .content.recommend .thumbnail-items .thumbnail-item:nth-child(even) {
  margin-right: 0;
}

body.jp-top .content.recommend .thumbnail-items .thumbnail-item:not(:nth-child(-n+2)) {
  margin-top: 2vw;
}

body.jp-top .content.contents {
  padding: 7.53333vw 0 3.73333vw;
}

body.jp-top .content.contents .thumbnail-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item {
  width: 70vw;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a {
  display: block;
  height: 100%;
  background-color: transparent;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a .image {
  padding-top: 56%;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 1vw;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a .texts {
  background-color: transparent;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a .texts .plane-title {
  font-size: 3.85vw;
}

body.jp-top .content.contents .thumbnail-items .thumbnail-item a .texts p {
  font-size: 3.3vw;
}

body.jp-top .content.news {
  padding: 5.46666vw 0 3.86666vw;
}

body.jp-top .content.news .inner {
  width: 100%;
}

body.jp-top .content.news .inner .category-posts {
  width: 96vw;
  margin: 0 auto;
}

body.jp-top .content.small-banner {
  padding: 6vw 0 6.13333vw;
}

body.jp-top .content.movie {
  padding: 4.53333vw 0 3.6vw;
}

body.jp-top .content.movie .feature,
body.jp-top .content.movie .itemDetail {
  width: 96vw;
  margin: 0 auto;
  background-color: white;
}

body.jp-top .content.movie .movie-wrap,
body.jp-top .content.movie .itemThumb {
  position: relative;
  margin-top: 3.2vw;
  padding-top: 56.25%;
}

body.jp-top .content.movie .movie-wrap a,
body.jp-top .content.movie .movie-wrap img,
body.jp-top .content.movie .movie-wrap iframe,
body.jp-top .content.movie .itemThumb a,
body.jp-top .content.movie .itemThumb img,
body.jp-top .content.movie .itemThumb iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body.jp-top .content.movie .movie-wrap .flag_new,
body.jp-top .content.movie .itemThumb .flag_new {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 0.4rem;
  font-size: 1.86666vw;
  padding: 0.26666vw 0.93333vw;
  color: white;
  background-color: #dd3832;
}

body.jp-top .content.movie .texts,
body.jp-top .content.movie .detailSub {
  padding: 2.53333vw 2.93333vw 4vw;
  font-size: 0.7rem;
  font-size: 3.2vw;
}

body.jp-top .content.movie .texts .title,
body.jp-top .content.movie .texts .itemTitle,
body.jp-top .content.movie .detailSub .title,
body.jp-top .content.movie .detailSub .itemTitle {
  font-weight: bold;
  letter-spacing: 0;
}

body.jp-top .content.movie .texts .title a:hover,
body.jp-top .content.movie .texts .itemTitle a:hover,
body.jp-top .content.movie .detailSub .title a:hover,
body.jp-top .content.movie .detailSub .itemTitle a:hover {
  text-decoration: underline;
}

body.jp-top .content.movie .texts .summary,
body.jp-top .content.movie .texts .entryText,
body.jp-top .content.movie .detailSub .summary,
body.jp-top .content.movie .detailSub .entryText {
  margin-top: 1.33333vw;
  letter-spacing: 0;
}

body.jp-top .content.movie .texts .more.btn a,
body.jp-top .content.movie .detailSub .more.btn a {
  text-decoration: underline;
}

body.jp-top .content.movie .isLive {
  font-size: 1.6vw;
  font-weight: normal;
  color: white;
  padding: 0 0.8vw;
  letter-spacing: 0;
  display: inline-block;
  background: #e60014;
  margin-right: 0.66666vw;
  vertical-align: middle;
}

body.jp-top .content.service {
  padding: 5.46666vw 0;
}

body.jp-top .content.social {
  padding: 5.46666vw 0;
}

body.jp-top .content.social .inner {
  width: 100%;
}

body.jp-top .content.store {
  padding: 5.46666vw 0;
}

body.jp-top .content.store .btn-ellipce {
  min-width: 60.66666vw;
  padding: 2.66666vw 12vw 2.66666vw 5.73333vw;
  letter-spacing: 0.44vw;
  top: 0.4vw;
}

body.jp-top .content.store .btn-ellipce i {
  right: 1em;
}

body.jp-top .content.store .dlSearchSubTitle {
  display: none;
}

body.jp-top .content.footer-banner {
  padding-top: 2.9vw;
}

/* パンくず
-------------------- */
.breadcrumbs {
  background-color: white;
}

.breadcrumbs .inner {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
}

.breadcrumbs ul li {
  display: inline;
}

.breadcrumbs ul li:not(:first-child) {
  margin-left: 0.66666vw;
  display: inline;
}

.breadcrumbs ul li:not(:first-child):before {
  margin-right: 1.33333vw;
  font-weight: normal;
  vertical-align: middle;
  color: #666;
}

.breadcrumbs ul li a {
  font-size: 0.6rem;
  font-size: 2.66666vw;
  font-weight: normal;
}

.breadcrumbs ul li:not(:last-child) a {
  color: #666666;
}

.breadcrumbs ul li:last-child a {
  font-weight: bold;
}

/* パーツ
-------------------- */
.parts>*:not(:first-child) {
  margin-top: 1.4em;
}

.parts .inner {
  padding: 1.4em 3.46666vw;
  background-color: white;
}

.parts .inner>*:not(:first-child) {
  margin-top: 1.4em;
}

*[class*="parts-"] {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

*[class*="parts-title-"] {
  font-weight: bold;
}

*[class*="parts-title-"].parts-title-main {
  letter-spacing: 0.53333vw;
}

*[class*="parts-title-"].parts-title-main>* {
  display: block;
  text-align: center;
}

*[class*="parts-title-"].parts-title-main .ja {
  font-size: 1.2rem;
  font-size: 4.66666vw;
}

*[class*="parts-title-"].parts-title-main .en {
  font-size: 0.6rem;
  font-size: 2.4vw;
  font-weight: normal;
}

*[class*="parts-title-"].parts-title-underline {
  font-size: 0.8rem;
  font-size: 3.2vw;
  padding-bottom: 1.33333vw;
  border-bottom: 0.13333vw solid #a4a4a4;
}

*[class*="parts-title-"].parts-title-bg {
  font-size: 0.8rem;
  font-size: 3.2vw;
  padding: 1.33333vw 3.33333vw;
  border-radius: 1.33333vw;
  background-color: #e5e5e5;
}

*[class*="parts-title-"].parts-title-plane {
  font-size: 0.8rem;
  font-size: 3.2vw;
}

*[class*="parts-title-"].parts-title-plane.lg,
.contents .content>*.inner[class*="parts-title-"].parts-title-plane,
.breadcrumbs *.inner[class*="parts-title-"].parts-title-plane,
body:not(.global):not(.jp-top):not(.mce-content-body) *.contents-area[class*="parts-title-"].parts-title-plane {
  font-size: 0.9rem;
  font-size: 4vw;
}

*[class*="parts-title-"].parts-title-plane.md {
  font-size: 0.8rem;
  font-size: 3.2vw;
}

*[class*="parts-list"] {
  font-size: 0.8rem;
  font-size: 3.46666vw;
}

*[class*="parts-list"]>li {
  padding: 2vw;
  position: relative;
  padding-left: 1.5em;
}

*[class*="parts-list"]>li:before {
  position: absolute;
  left: 0;
  top: 2vw;
}

*[class*="parts-list"]>li:not(:first-child) {
  margin-top: 0.4vw;
  border-top: 0.13333vw solid #e5e5e5;
}

*[class*="parts-list"].parts-list-disc>li:before {
  content: "●";
}

*[class*="parts-list"].parts-list-decimal {
  counter-reset: decimal;
}

*[class*="parts-list"].parts-list-decimal>li:before {
  counter-increment: decimal;
  content: counter(decimal) ".";
}

*[class*="parts-list"].parts-list-decimal-bracket {
  counter-reset: bracket;
}

*[class*="parts-list"].parts-list-decimal-bracket>li {
  padding-left: 1.6em;
}

*[class*="parts-list"].parts-list-decimal-bracket>li:before {
  counter-increment: bracket;
  content: "(" counter(bracket) ")";
}

*[class*="parts-blk-"] .texts {
  font-size: 0.9rem;
  font-size: 4vw;
}

*[class*="parts-blk-"] .texts>* {
  line-height: 1.8;
}

*[class*="parts-blk-"] .texts>*:not(:first-child) {
  margin-top: 1.2em;
}

*[class*="parts-blk-"].parts-blk-text {
  font-size: 0.7rem;
  font-size: 3.2vw;
}

*[class*="parts-blk-"].parts-blk-text-image.vertical .image {
  text-align: center;
}

*[class*="parts-blk-"].parts-blk-text-image.vertical>*:not(:first-child) {
  margin-top: 1.2em;
}

*[class*="parts-blk-"].parts-blk-text-image.horizontal .image {
  max-width: 50%;
}

*[class*="parts-blk-"].parts-blk-text-image.horizontal.left .image {
  float: left;
  margin-right: 1.2em;
}

*[class*="parts-blk-"].parts-blk-text-image.horizontal.right .image {
  float: right;
  margin-left: 1.2em;
}

*[class*="parts-blk-"].parts-blk-text-image.sp-vertical.left .image,
*[class*="parts-blk-"].parts-blk-text-image.sp-vertical.right .image {
  float: none;
  margin: 0;
  max-width: none;
}

*[class*="parts-blk-"].parts-blk-text-image.sp-vertical.left>*:not(:first-child),
*[class*="parts-blk-"].parts-blk-text-image.sp-vertical.right>*:not(:first-child) {
  margin-top: 1.2em;
}

table[class*="parts-tbl-"] tr:first-child th,
table[class*="parts-tbl-"] tr:first-child td {
  border-top: 0.13333vw solid #e5e5e5;
}

table[class*="parts-tbl-"] th,
table[class*="parts-tbl-"] td {
  padding: 1em;
  border-right: 0.13333vw solid #e5e5e5;
  border-bottom: 0.13333vw solid #e5e5e5;
}

table[class*="parts-tbl-"] th:first-child,
table[class*="parts-tbl-"] td:first-child {
  border-left: 0.13333vw solid #e5e5e5;
}

table[class*="parts-tbl-"] th {
  font-weight: bold;
  vertical-align: middle;
}

table[class*="parts-tbl-"].parts-tbl-a th {
  max-width: 30em;
}

table[class*="parts-tbl-"].parts-tbl-b {
  table-layout: fixed;
}

table[class*="parts-tbl-"].bg-th tr:last-child th,
table[class*="parts-tbl-"].bg-th tr:last-child td {
  border-bottom: none;
}

table[class*="parts-tbl-"].bg-th tr:first-child th,
table[class*="parts-tbl-"].bg-th tr:first-child td {
  border-top: none;
}

table[class*="parts-tbl-"].bg-th th {
  background-color: #f0f0f0;
  border-bottom: 0.26666vw solid white;
  border-left: none;
}

table[class*="parts-tbl-"].bg-th td {
  background-color: white;
  border-right: none;
}

.parts-image {
  text-align: center;
}

.parts-movie {
  position: relative;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}

.parts-movie>iframe,
.parts-movie>object,
.parts-movie>embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 下層共通
-------------------- */
body:not(.global):not(.jp-top):not(.mce-content-body) {
  background-color: #f1f4f4;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .content.emergency {
  display: none;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .gnav {
  border-bottom: 0.13333vw solid #eaeaea;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .member-area {
  display: none;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area {
  padding: 4vw 0 4.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .single-title {
  font-size: 0.9rem;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 4vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-items {
  width: 100vw;
  margin: 5.33333vw 0 0 -2.66666vw;
  background-color: white;
  padding: 2.66666vw 0;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-type.lg,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .content>.banner-type.inner,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .breadcrumbs .banner-type.inner,
.breadcrumbs body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-type.inner,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-type.contents-area {
  margin-top: 5.33333vw;
  text-align: center;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-type.sm ul {
  margin-top: 4vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .contents .banner-content .banner-type.sm ul li:not(:last-child) {
  margin-bottom: 4vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content {
  margin-top: 3.06666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item a,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .image,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .image {
  width: 46vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .image-body,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item body.jp-top .mv-item>a,
body.jp-top body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .mv-item>a,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .image-body,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item body.jp-top .mv-item>a,
body.jp-top body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .mv-item>a {
  height: 100%;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .texts,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .texts {
  width: 52.66666vw;
  padding: 2.66666vw 2.66666vw;
  letter-spacing: 0;
  line-height: 1.5;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .texts .xs,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .texts .xs {
  font-size: 0.7rem;
  font-size: 3.2vw;
  font-weight: bold;
  margin-bottom: 4vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items.sm .thumbnail-item .texts p,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items.sm .thumbnail-item .texts p {
  font-size: 0.7rem;
  font-size: 3.2vw;
  font-weight: 400;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend .thumbnail-items .thumbnail-item:not(:last-child),
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .recommend-content .thumbnail-items .thumbnail-item:not(:last-child) {
  margin-bottom: 2.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area.ly-column2 {
  padding-bottom: 4.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .title {
  font-size: 0.9rem;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content.post {
  padding: 2.66666vw 3.33333vw 4vw;
  background-color: white;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content:not(:first-child) {
  margin-top: 6vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content.post .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.33333vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content.post .post-info time {
  margin-right: 2.33333vw;
  color: #7d7d7d;
  font-size: 2.93333vw;
  font-weight: normal;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content.post .post-info .term-categories a {
  font-size: 0.6rem;
  font-size: 2.8vw;
  padding: 0.66666vw 1.33333vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .square-bg-lists>li>.trg-fade:not(.active) {
  position: relative;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade {
  background-color: white;
  padding: 2.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap {
  position: relative;
  padding-top: 16vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month {
  width: 100%;
  font-weight: bold;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dt {
  width: 49%;
  font-size: 1rem;
  font-size: 4.13333vw;
  text-align: center;
  position: absolute;
  top: 0;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dt a {
  display: block;
  padding: 2.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-size: 3.33333vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .rank {
  font-size: 1rem;
  font-size: 4.53333vw;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  border: 0.13333vw solid #e3e3e3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444444;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.8vw 0;
  margin-right: 2.66666vw;
  width: 12.4vw;
  text-align: center;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li.ranki-1st .rank {
  background-color: #ffd700;
  color: black;
  border: none;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li.ranki-2nd .rank {
  background-color: #c0c0c0;
  color: black;
  border: none;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li.ranki-3rd .rank {
  background-color: #c47222;
  color: white;
  border: none;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li:not(:last-child) {
  margin-bottom: 2vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .left {
  width: 56vw;
  word-break: break-all;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .left .name {
  margin-top: -0.93333vw;
  font-size: 4vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .left .shop {
  font-size: 2.86666vw;
  margin-top: 1.33333vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .left .shop a {
  padding-bottom: 0.66666vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .left .shop a:not(.disable) {
  text-decoration: underline;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .right {
  width: 21.33333vw;
  padding-left: 1.33333vw;
  word-break: break-all;
  margin-right: auto;
  color: #c80000;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month dd .ranking-lists li .right p {
  text-align: right;
  padding-right: 1.33333vw;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.this_month dt a.active,
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.last_month dt a.active {
  background-color: transparent;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.this_month dt a:not(.active),
body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.last_month dt a:not(.active) {
  color: #959595;
  background-color: #dadada;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.this_month dt {
  margin-right: 2%;
  left: 0;
}

body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area .single-content .category-posts .posts.tgt-fade .ranking-wrap .ranking-month.last_month dt {
  right: 0;
}

body.news.isArchive .contents-area.ly-column2 {
  width: 100%;
  margin: 0;
}

body.news.isArchive .contents-area.ly-column2 .contents {
  width: 100%;
}

body.news.isArchive .contents-area.ly-column2 .post-area {
  width: 96vw;
  margin: 0 auto;
}

/* NEWマーク
-------------------- */
.isNew .image .image-body,
.isNew .image body.jp-top .mv-item>a,
body.jp-top .isNew .image .mv-item>a {
  position: relative;
}

.isNew .image .image-body:before,
.isNew .image body.jp-top .mv-item>a:before,
body.jp-top .isNew .image .mv-item>a:before {
  text-indent: 0;
  position: absolute;
  top: 0vw;
  left: 0vw;
  content: "NEW";
  font-weight: bold;
  font-size: 2.46666vw;
  padding: 0.86666vw 1.33333vw 0.6vw;
  color: white;
  background-color: #dd3832;
  z-index: 2;
}

/* 実施中マーク
-------------------- */
.isProgress .image a {
  position: relative;
}

/* pagination
-------------------- */
.pagination {
  margin-top: 4vw;
  text-align: center;
}

.pagination .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .numbers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination .page-numbers {
  color: black;
}

.pagination .page-numbers:not(.dots) {
  width: 8.26666vw;
  height: 8.26666vw;
  font-size: 0.8rem;
  font-size: 3.34933vw;
  display: block;
  line-height: 8.26666vw;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #FFF;
  border: 0.13333vw solid #d8d8d8;
  border-radius: 100%;
}

.pagination .page-numbers:not(.dots).current,
.pagination .page-numbers:not(.dots):hover {
  background-color: #d4dddd;
  color: #FFF;
}

.pagination .page-numbers.dots {
  vertical-align: bottom;
  line-height: 12.4vw;
}

.pagination .page-numbers:not(:first-child) {
  margin-left: 2.66666vw;
}

/* SNS・メディア
-------------------- */
.social-media {
  background-color: #d9e1e2;
}

.social-media .plane-title.lg,
.social-media .contents .content>.plane-title.inner,
.contents .social-media .content>.plane-title.inner,
.social-media .breadcrumbs .plane-title.inner,
.breadcrumbs .social-media .plane-title.inner,
.social-media body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) .social-media .plane-title.contents-area {
  font-size: 4.33333vw;
  text-align: center;
  padding-top: 5.46666vw;
}

/* ニュース共通
-------------------- */
body.news .contents-area .contents .single-content .parts a {
  color: #268cf2;
  /*0054a9*/
  text-decoration: underline;
}

body.news .thumbnail-items.md .thumbnail-item {
  width: 96vw;
}

body.news .thumbnail-items.md .thumbnail-item:not(:nth-child(-n+3)) {
  margin-top: 2.66666vw;
}

/* ニュース一覧
-------------------- */
body.news.isArchive .contents-area .contents .title-area {
  position: relative;
}

body.news.isArchive .contents-area .contents .title-area .page-title {
  padding-top: 0vw;
}

body.news.isArchive .contents-area .contents .title-area .view-select-lists {
  height: 6.13333vw;
  right: 0;
}

body.news.isArchive .contents-area .contents .thumbnail-items.tgt-viewType.md .thumbnail-item .texts {
  padding: 1.33333vw 1.73333vw;
}

body.news.isArchive .contents-area .contents .thumbnail-items.tgt-viewType.md .thumbnail-item .texts time {
  display: none;
}

body.news.isArchive .contents-area .contents .view-select-lists {
  display: none;
}

/* ニュース詳細
-------------------- */
body.single-news .contents-area.ly-column2 .contents .single-content.post {
  padding: 4vw 3.33333vw;
}

body.single-news .contents-area.ly-column2 .contents .single-content.post .term-tags.tags-title {
  margin: 3.06666vw 0;
}

body.single-news .contents-area.ly-column2 .contents .single-content.post .term-tags.tags-title.term-tags a {
  font-size: 2.63333vw;
}

body.single-news .contents-area.ly-column2 .contents .single-content.post .parts-blk-text {
  margin-top: 4.8vw;
}

.contents-area .contents .single-title+.social {
  margin: 0 0 3.06666vw;
}

.contents-area .contents .social {
  margin: 5.06666vw 0;
}

.contents-area .contents .social dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-area .contents .social dl dt {
  color: #7d7d7d;
  font-size: 2.33333vw;
  font-weight: normal;
}

.contents-area .contents .social dl dd {
  margin: 0 0 0 2.66666vw;
}

.contents-area .contents .social dl dd a i {
  content: "";
  width: 8vw;
  height: 8vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* サービス一覧
-------------------- */
body.post-type-archive-service.isArchive .contents-area {
  width: 100%;
  padding: 0;
}

body.post-type-archive-service.isArchive .contents-area .contents {
  padding-bottom: 0;
}

body.post-type-archive-service.isArchive .contents-area .contents .page-title {
  padding-top: 6.13333vw;
}

body.post-type-archive-service.isArchive .contents-area .contents .blk-service-banners {
  margin: 3.33333vw 0 0 0;
}

/* トップ
-------------------- */
body.event.top.isArchive .service-news,
body.service_info.top.isArchive .service-news,
body.campaign.top.isArchive .service-news {
  margin: 4vw 0 8vw;
}

body.event.top.isArchive .service-news .plane-title,
body.service_info.top.isArchive .service-news .plane-title,
body.campaign.top.isArchive .service-news .plane-title {
  margin-bottom: 4vw;
}

body.event.top.isSingle .social.top,
body.service_info.top.isSingle .social.top,
body.campaign.top.isSingle .social.top {
  margin-top: 0;
}

body.event.top .contents-area .contents .single-content,
body.service_info.top .contents-area .contents .single-content,
body.campaign.top .contents-area .contents .single-content {
  background-color: white;
  padding: 0 0 10vw;
}

body.event.top .contents-area .contents .single-content .main-image,
body.service_info.top .contents-area .contents .single-content .main-image,
body.campaign.top .contents-area .contents .single-content .main-image {
  text-align: center;
}

body.event.top .contents-area .contents .single-content .service-news .plane-title,
body.service_info.top .contents-area .contents .single-content .service-news .plane-title,
body.campaign.top .contents-area .contents .single-content .service-news .plane-title {
  margin-top: 2.66666vw;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item {
  margin-top: 2.26666vw;
  border-bottom: 0.26666vw solid #e5e5e5;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .image,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .image,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .image {
  width: 43.33333vw;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .image .image-body,
body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .image body.jp-top .mv-item>a,
body.jp-top body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .image .mv-item>a,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .image .image-body,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .image body.jp-top .mv-item>a,
body.jp-top body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .image .mv-item>a,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .image .image-body,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .image body.jp-top .mv-item>a,
body.jp-top body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .image .mv-item>a {
  width: 100%;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .texts,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .texts,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .texts {
  width: 46vw;
  padding-top: 2.66666vw;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info {
  margin-bottom: 1.33333vw;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info time,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info time,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info time {
  padding: 0;
  margin: 0;
  line-height: 1;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info object,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info object,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .post-info object {
  display: none;
}

body.event.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .plane-title.sm,
body.service_info.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .plane-title.sm,
body.campaign.top .contents-area .contents .single-content .service-news .thumbnail-item .texts .plane-title.sm {
  margin: 0 0 1.33333vw;
}

body.event.top .contents-area .contents .parts .inner,
body.service_info.top .contents-area .contents .parts .inner,
body.campaign.top .contents-area .contents .parts .inner {
  padding-top: 0;
  margin-top: 4vw;
}

body.event.top .contents-area .contents .parts .parts-title-plane.lg,
body.event.top .contents-area .contents .parts .content>.parts-title-plane.inner,
body.event.top .contents-area .contents .parts .breadcrumbs .parts-title-plane.inner,
.breadcrumbs body.event.top .contents-area .contents .parts .parts-title-plane.inner,
body.event.top .contents-area .contents .parts body:not(.global):not(.jp-top):not(.mce-content-body) .parts-title-plane.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.event.top .contents-area .contents .parts .parts-title-plane.contents-area,
body.service_info.top .contents-area .contents .parts .parts-title-plane.lg,
body.service_info.top .contents-area .contents .parts .content>.parts-title-plane.inner,
body.service_info.top .contents-area .contents .parts .breadcrumbs .parts-title-plane.inner,
.breadcrumbs body.service_info.top .contents-area .contents .parts .parts-title-plane.inner,
body.service_info.top .contents-area .contents .parts body:not(.global):not(.jp-top):not(.mce-content-body) .parts-title-plane.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.service_info.top .contents-area .contents .parts .parts-title-plane.contents-area,
body.campaign.top .contents-area .contents .parts .parts-title-plane.lg,
body.campaign.top .contents-area .contents .parts .content>.parts-title-plane.inner,
body.campaign.top .contents-area .contents .parts .breadcrumbs .parts-title-plane.inner,
.breadcrumbs body.campaign.top .contents-area .contents .parts .parts-title-plane.inner,
body.campaign.top .contents-area .contents .parts body:not(.global):not(.jp-top):not(.mce-content-body) .parts-title-plane.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.campaign.top .contents-area .contents .parts .parts-title-plane.contents-area {
  margin-top: 3.46666vw;
}

body.event.top .contents-area .contents .parts .parts-blk-text,
body.service_info.top .contents-area .contents .parts .parts-blk-text,
body.campaign.top .contents-area .contents .parts .parts-blk-text {
  margin-top: 2.13333vw;
}

body.event.top .contents-area .contents .service-news,
body.service_info.top .contents-area .contents .service-news,
body.campaign.top .contents-area .contents .service-news {
  padding: 0 3.33333vw;
}

body.event.top .contents-area .contents .wrap-btn,
body.service_info.top .contents-area .contents .wrap-btn,
body.campaign.top .contents-area .contents .wrap-btn {
  margin-top: 8vw;
}

/* 詳細
-------------------- */
body.event.detail .contents-area,
body.service_info.detail .contents-area,
body.campaign.detail .contents-area {
  padding: 4vw 0 6vw;
}

body.event.detail .contents-area .contents,
body.service_info.detail .contents-area .contents,
body.campaign.detail .contents-area .contents {
  padding-bottom: 0;
}

body.event.detail .contents-area .contents .social.top,
body.service_info.detail .contents-area .contents .social.top,
body.campaign.detail .contents-area .contents .social.top {
  margin-bottom: 0;
}

body.event.detail .contents-area .contents .single-content,
body.service_info.detail .contents-area .contents .single-content,
body.campaign.detail .contents-area .contents .single-content {
  background-color: white;
  padding: 0 0 10vw;
}

body.event.detail .contents-area .contents .single-content .main-image,
body.service_info.detail .contents-area .contents .single-content .main-image,
body.campaign.detail .contents-area .contents .single-content .main-image {
  text-align: center;
}

body.event.detail .contents-area .contents .single-content .title-area,
body.service_info.detail .contents-area .contents .single-content .title-area,
body.campaign.detail .contents-area .contents .single-content .title-area {
  padding: 8vw 3.46666vw 0;
}

body.event.detail .contents-area .contents .single-content .title-area .page-title,
body.service_info.detail .contents-area .contents .single-content .title-area .page-title,
body.campaign.detail .contents-area .contents .single-content .title-area .page-title {
  padding-top: 0;
  margin-bottom: 8vw;
}

body.event.detail .contents-area .contents .single-content .title-area .term-tags,
body.service_info.detail .contents-area .contents .single-content .title-area .term-tags,
body.campaign.detail .contents-area .contents .single-content .title-area .term-tags {
  text-align: center;
  margin-bottom: 4.8vw;
}

body.event.detail .contents-area .contents .single-content .inner .wrap-btn,
body.service_info.detail .contents-area .contents .single-content .inner .wrap-btn,
body.campaign.detail .contents-area .contents .single-content .inner .wrap-btn {
  margin: 6.66666vw 0 8vw;
}

body.event.detail .contents-area .contents .plane-title.lg.c,
body.event.detail .contents-area .contents .content>.plane-title.c.inner,
body.event.detail .contents-area .contents .breadcrumbs .plane-title.c.inner,
.breadcrumbs body.event.detail .contents-area .contents .plane-title.c.inner,
body.event.detail .contents-area .contents body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.c.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.event.detail .contents-area .contents .plane-title.c.contents-area,
body.service_info.detail .contents-area .contents .plane-title.lg.c,
body.service_info.detail .contents-area .contents .content>.plane-title.c.inner,
body.service_info.detail .contents-area .contents .breadcrumbs .plane-title.c.inner,
.breadcrumbs body.service_info.detail .contents-area .contents .plane-title.c.inner,
body.service_info.detail .contents-area .contents body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.c.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.service_info.detail .contents-area .contents .plane-title.c.contents-area,
body.campaign.detail .contents-area .contents .plane-title.lg.c,
body.campaign.detail .contents-area .contents .content>.plane-title.c.inner,
body.campaign.detail .contents-area .contents .breadcrumbs .plane-title.c.inner,
.breadcrumbs body.campaign.detail .contents-area .contents .plane-title.c.inner,
body.campaign.detail .contents-area .contents body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.c.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.campaign.detail .contents-area .contents .plane-title.c.contents-area {
  margin: 5.33333vw 0;
}

body.event.detail .contents-area .contents .recommend-content .wrap-btn,
body.service_info.detail .contents-area .contents .recommend-content .wrap-btn,
body.campaign.detail .contents-area .contents .recommend-content .wrap-btn {
  margin-top: 3.73333vw;
}

/* サイドバナー
-------------------- */
.side-content {
  margin-top: 4vw;
  padding: 3.33333vw;
  background-color: white;
}

.side-content .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-content .banner li {
  width: 43vw;
}

.side-content .banner li:nth-child(odd) {
  margin-right: 3vw;
}

.side-content .banner li:not(:nth-child(-n+2)) {
  margin-top: 3vw;
}

/* 詳細ページ SNS・リンク
-------------------- */
.sp-service-position .single-menus {
  background-color: white;
  width: 100%;
}

.sp-service-position .single-menus ul {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  border-bottom: 0.13333vw solid #e5e5e5;
}

.sp-service-position .single-menus ul li {
  white-space: normal;
  display: inline-block;
}

.sp-service-position .single-menus ul li a {
  display: block;
  padding: 3.33333vw 2.66666vw;
  font-size: 0.7rem;
  font-size: 3.2vw;
  font-weight: 600;
}

.sp-service-position .single-menus ul li:not(:last-child) {
  border-right: 0.13333vw solid #e5e5e5;
}

.sp-service-position .social.top {
  margin-bottom: 0;
  width: 100%;
}

/* キャンペーン / イベントのタグ一覧
-------------------- */
.tag-area {
  width: 100vw;
  margin: 5.33333vw 0 0 0;
  padding: 4vw 0;
  background-color: #dce0e0;
}

.tag-area .plane-title.lg,
.tag-area .contents .content>.plane-title.inner,
.contents .tag-area .content>.plane-title.inner,
.tag-area .breadcrumbs .plane-title.inner,
.breadcrumbs .tag-area .plane-title.inner,
.tag-area body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) .tag-area .plane-title.contents-area {
  text-align: center;
  margin-bottom: 4vw;
}

.tag-area .term-tags {
  width: 96vw;
  margin: 0 auto;
  background-color: white;
  padding: 4.66666vw 4.66666vw 2.66666vw 4.66666vw;
}

.tag-area .term-tags a {
  margin: 0 0.8vw 1.33333vw 0 !important;
}

/* キャンペーントップ
-------------------- */
body.event.post-type-archive-event {
  background-color: #f1f4f4;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 {
  width: 100%;
  padding-bottom: 0;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 .contents {
  padding-bottom: 0;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 .contents .post-area {
  width: 96vw;
  margin: 0 auto;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 .contents .post-area.adjust_space {
  margin-bottom: 3vw;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 .contents .page-title {
  padding-top: 0;
}

body.event.post-type-archive-event .wrapper .contents-area.ly-column1 .contents .tag-area .tag-content .term-tags a:not(:last-child) {
  margin-right: 3.33333vw !important;
  margin-bottom: 2.66666vw !important;
}

body.event.post-type-archive-event .thumbnail-items .thumbnail-item .image {
  height: auto;
}

body.event.post-type-archive-event .thumbnail-items .thumbnail-item .image-body,
body.event.post-type-archive-event .thumbnail-items .thumbnail-item body.jp-top .mv-item>a,
body.jp-top body.event.post-type-archive-event .thumbnail-items .thumbnail-item .mv-item>a {
  height: 0;
  padding-top: 56.25%;
}

/* キャンペーンタグ
-------------------- */
body.event.tag .contents-area.ly-column2 .page-title {
  margin: 3.06666vw 0 3.33333vw;
  padding-top: 0;
}

body.event.tag .contents-area.ly-column2 .tag-area {
  width: 96vw;
  background-color: white;
  padding: 4vw 4vw 2.66666vw;
  margin: 0 auto;
}

body.event.tag .contents-area.ly-column2 .tag-area .plane-title.lg,
body.event.tag .contents-area.ly-column2 .tag-area .contents .content>.plane-title.inner,
.contents body.event.tag .contents-area.ly-column2 .tag-area .content>.plane-title.inner,
body.event.tag .contents-area.ly-column2 .tag-area .breadcrumbs .plane-title.inner,
.breadcrumbs body.event.tag .contents-area.ly-column2 .tag-area .plane-title.inner,
body.event.tag .contents-area.ly-column2 .tag-area body:not(.global):not(.jp-top):not(.mce-content-body) .plane-title.contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.event.tag .contents-area.ly-column2 .tag-area .plane-title.contents-area {
  text-align: center;
  margin: 1.33333vw 0 2vw;
}

body.event.tag .contents-area.ly-column2 .tag-area .term-tags {
  width: 100%;
  padding: 0;
}

body.event.tag .contents-area.ly-column2 .tag-area .term-tags a {
  font-size: 0.6rem;
  font-size: 2.8vw;
  padding: 0.66666vw 2.26666vw;
}

/* ランキング
-------------------- */
body.ranking .contents-area.ly-column1 .contents .title-area {
  margin-top: 0.93333vw;
}

body.ranking .contents-area.ly-column1 .contents .title-area .page-title {
  text-align: center;
}

body.ranking .contents-area.ly-column1 .contents .title-area .social {
  margin-top: 6vw;
}

body.ranking .contents-area.ly-column1 .contents .single-content.post {
  background-color: transparent;
  padding: 0;
  margin-top: 2.66666vw;
}

body.ranking .contents-area.ly-column1 .contents .single-content.post .categories .square-bg-lists {
  margin-bottom: 1.0vh;
}

body.ranking .contents-area.ly-column1 .contents .single-content.post .categories .square-bg-lists li a:not(.active):after {
  content: none;
  width: 0;
  height: 0vw;
}

body.ranking .contents-area.ly-column1 .contents .single-content.post .categories .square-bg-lists li a:hover {
  color: black;
  background-color: white;
  padding-bottom: 2.8vw;
}

body.ranking .contents-area.ly-column1 .contents .single-content.post .categories .square-bg-lists li .active {
  background-color: white;
}

/* お問い合わせ
-------------------- */
body.contact .wrapper .contents-area .page-title {
  margin-bottom: 2.93333vw;
}

body.contact .wrapper .contents-area .introduction {
  font-size: 0.7rem;
  font-size: 3.2vw;
  font-weight: bold;
}

body.contact .wrapper .contents-area .introduction .container.lg,
body.contact .wrapper .contents-area .introduction .contents .content>.inner,
.contents body.contact .wrapper .contents-area .introduction .content>.inner,
body.contact .wrapper .contents-area .introduction .breadcrumbs .inner,
.breadcrumbs body.contact .wrapper .contents-area .introduction .inner,
body.contact .wrapper .contents-area .introduction body:not(.global):not(.jp-top):not(.mce-content-body) .contents-area,
body:not(.global):not(.jp-top):not(.mce-content-body) body.contact .wrapper .contents-area .introduction .contents-area {
  width: 90.66666vw;
}

body.contact .wrapper .contents-area .introduction span {
  color: red;
  font-size: 0.7rem;
  font-size: 3.2vw;
}

body.contact .wrapper .contents-area .single-content.post {
  margin-top: 4.66666vw;
  padding: 1.46666vw 4.26666vw 4vw;
}

body.contact .wrapper .contents-area .btn-ellipce {
  padding: 1.2vw 0 !important;
}

/* お問い合わせフォーム
-------------------- */
.tbl-base table,
.tbl-base tbody,
.tbl-base tbody,
.tbl-base tr,
.tbl-base th,
.tbl-base td {
  display: block;
}

.tbl-base tbody th {
  font-size: 0.7rem;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: left;
  width: 100%;
  vertical-align: top;
  padding-top: 4.26666vw;
}

.tbl-base tbody th.isRequire:after {
  content: "*";
  color: red;
}

.tbl-base tbody td {
  padding: 3.06666vw 0;
  border-bottom: 0.13333vw solid #e8e8e8;
}

.tbl-base tbody td .select-wrap {
  width: 100%;
  position: relative;
  border-radius: 0.66666vw;
  background-color: #ebebeb;
}

.tbl-base tbody td .select-wrap select {
  font-size: 0.7rem;
  font-size: 3.2vw;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.00.13333vw;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.6vw 0vw 1.6vw 3.33333vw;
}

.tbl-base tbody td .select-wrap select:-ms-expand {
  display: none;
}

.tbl-base tbody td .select-wrap i {
  font-size: 1.1rem;
  font-size: 4.8vw;
  position: absolute;
  right: 2vw;
  top: 20%;
  font-weight: normal;
}

.tbl-base tbody td textarea,
.tbl-base tbody td input,
.tbl-base tbody td select {
  width: 100%;
  background-color: #ebebeb;
  border-radius: 0.66666vw;
  border: none;
  padding: 1.6vw 2vw;
  font-size: 1rem;
}

/* 個人情報
-------------------- */
.policy {
  margin-top: 4vw;
  font-size: 0.7rem;
  font-size: 3.2vw;
}

.policy .check {
  border: solid 0.26666vw #d8d8d8;
  border-radius: 0.66666vw;
  width: 100%;
  height: 40vw;
  padding: 2.8vw 3.06666vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.policy .check p {
  margin-bottom: 3.73333vw;
  font-size: 0.7rem;
  font-size: 3.2vw;
}

.policy .check .parts-list-decimal li {
  margin-bottom: 3.6vw;
}

.policy .check .parts-list-decimal li ul {
  margin-top: 0.66666vw;
}

.policy .check .parts-list-decimal li ul li {
  margin-bottom: 0.66666vw;
}

.policy .agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.53333vw;
}

.policy .agree input {
  width: auto;
  margin-right: 2.66666vw;
  position: relative;
  top: 0.53333vw;
}

.policy .wrap-btn {
  margin-top: 4.66666vw;
}

.policy .wrap-btn .btn-ellipce {
  padding: 1.2vw 0;
}

/* グローバルメニュークリック時
-------------------- */
.menu-open {
  z-index: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

.menu-open .header .gnav-inner .sp-menu-open {
  display: inline-block;
  overflow: scroll;
  width: 100%;
  z-index: 1000;
  height: 100%;
  top: 0;
  position: fixed;
  padding: 0 0 4vw 0;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2.66666vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* パーツページ
-------------------- */
body.temp .parts>*:not(:first-child) {
  margin-top: 8vw;
}

body.temp dt {
  font-size: 1.86666vw;
  display: inline-block;
  color: white;
  line-height: 1;
  padding: .5em;
  margin-bottom: 1em;
  background-color: #1899c1;
}

/* ログアウト
-------------------- */
body:not(.login) .login-menu {
  display: none !important;
}

/* ログイン
-------------------- */
body.login .header .member-area {
  padding: 0;
}

body.login .header .member-area .inner {
  padding: 0 !important;
}

body.login .header .member-area .inner {
  padding: 0 2.66666vw;
}

body.login .header .member-area .inner .member-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

body.login .header .member-area .inner .member-list .member-sign-list {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

body.login .header .member-area .inner .member-list .member-sign-list li {
  width: 100%;
}

body.login .header .member-area .inner .member-list .member-sign-list li a {
  padding: 4vw 0 3.2vw 12.26666vw;
}

body.login .header .member-area .inner .member-list .member-sign-list li a i {
  left: 13.33333vw;
}

body.login .header .member-area .inner .member-list .member-sign-list .sign-up {
  display: none;
}

body.login .header .member-area .inner .member-list .membership {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
}

body.login .header .member-area .inner .member-list .membership .member-site {
  width: 100%;
}

body.login .header .member-area .inner .member-list .membership .member-site a {
  padding: 4vw 0 0 11.06666vw;
  background-position: 12.26666vw 3.86666vw;
}

body.login .header .member-area .inner .member-list .membership .member-login {
  display: none;
}

body.login .header .member-area .inner .member-list .login-menu {
  color: white;
  background-color: black;
  width: 100%;
  padding: 2vw 1.33333vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

body.login .header .member-area .inner .member-list .login-menu li {
  padding: 0.93333vw 0 0.13333vw;
  font-size: 0.6rem;
  font-size: 2.8vw;
  font-weight: bold;
}

body.login .header .member-area .inner .member-list .login-menu li:first-child {
  border-right: 0.13333vw solid #727272;
  padding-right: 2.66666vw;
  margin-right: 2.66666vw;
}

body.login .header .member-area .inner .member-list .login-menu li:last-child {
  margin-right: 0;
}

body.login .header .member-area .inner .member-list .login-menu .rating {
  vertical-align: middle;
  font-size: 1rem;
  font-size: 4.53333vw;
  margin-top: -0.8vw;
  margin-right: 2.66666vw;
  font-weight: bold;
  display: inline-block;
}

body.login .header .member-area .inner .member-list .login-menu .flight-b {
  font-size: 0.7rem;
  font-size: 2.93333vw;
  background-color: #5e34b1;
  color: white;
  border-radius: 4vw;
  padding: 0.4vw 1.6vw;
  display: inline-block;
}

/* 404
-------------------- */
.not-found-message {
  padding: 0 2.66666vw;
  text-align: center;
  padding: 24vw 0 20vw;
  font-weight: bold;
}

.not-found-message .text1 {
  font-size: 6.4vw;
  margin-bottom: 4vw;
}

.ico_guide {
  width: 7vw;
  height: 6vw;
  background: url(../images/ico_guide.svg) no-repeat 0 0;
}

.header .gnav-inner .sp-menu-open .begisners a i.ico_guide_white {
  width: 7vw;
  height: 6vw;
  top: 3vw;
  background: url(../images/ico_guide_whi.svg) no-repeat 0 0;
}

/* For 20th Anniversary */
.follow_20th_badge {
  display: none;
  position: fixed;
  right: 2.66666vw;
  bottom: 2.66666vw;
  z-index: 110;
  width: 18.66666vw;
}

.follow_20th_badge.act {
  display: inline-block;
  -webkit-animation: fadein2 .3s;
  animation: fadein2 .3s;
}

@-webkit-keyframes fadein2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.follow_20th_badge:hover img {
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}

.follow_20th_badge img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slick-list {
  padding: 0 24px !important;
}

/* Khoảng cách giữa các slide */
.slick-slide {
  margin: 0 12px;
  /* 15px mỗi bên = 30px giữa các slide */
}

/* Container cần có margin âm để bù */
.slick-list {
  margin: 0 -12px;
}

.slick-track {
  width: unset !important;
  display: flex !important;
  align-items: stretch !important;
  /* Quan trọng: stretch để kéo dài */
}
