@charset "UTF-8";
.brand h1 {
      font-size: 0px;
}
body {
background-image: url("http://snowtest.10981.com/snowlove2022on/yukinohi/css/yukinohi/img/bg.png");
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}


img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #e0e0e2;
}


/*
*
* Main layout
* ==================================================
*/
.page {
  position: relative;
  overflow: hidden;
  min-height: 100vh !important;
}

.page-header {
  position: relative;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.cat-img-group {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.cat-img-group > div {
  position: absolute;
  bottom: 0;
  max-width: 80%;
}

.cat-img-group > div:first-of-type {
  z-index: 1;
  right: 0;
}

.cat-img-group > div:last-of-type {
  left: 0;
}

.cat-img-group img {
  width: auto;
}

.cat-wrap {
  padding: 60px 0 80px;
}

@media (min-width: 992px) {
  .cat-wrap {
    padding: 120px 0 140px;
  }
}

.cat-mod-1 {
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.cat-mod-1 > * {
  color: #fff;
}

[data-custom-toggle] {
  cursor: pointer;
}


/*
*
* Panels Custom
* --------------------------------------------------
*/
.panel {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.panel-custom {
  padding: 22px 0 20px;
}

@media (min-width: 768px) {
  .panel-custom {
    padding: 55px 0 55px 0;
  }
}

.panel-custom + .panel-custom {
  border-top: 1px solid #ececee;
  margin-top: 0;
}

.panel-custom .panel-custom-title > a {
  display: block;
  position: relative;
  padding-right: 40px;
  color: #333;
  background: transparent;
  transition: .3s all ease;
}

.panel-custom .panel-custom-title > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font: 400 24px/24px "Linearicons";
  color: #2ed3ae;
  transform: translateY(-50%) rotate(0deg);
  transition: .35s all ease-in-out;
}

.panel-custom .panel-custom-title > a span {
  padding-left: 8px;
  color: #888;
  font-size: 14px;
}

.panel-custom .panel-custom-title > a.collapsed {
  background: #fff;
}

.panel-custom .panel-custom-title > a.collapsed:before {
  content: '\e936';
  transform: translateY(-50%) rotate(180deg);
}

.panel-custom .panel-custom-title > a:hover {
  text-decoration: none;
  background: transparent;
}

.panel-custom .panel-custom-collapse {
  background: transparent;
}

.panel-custom .panel-custom-collapse .panel-custom-body {
  padding: 15px 25px 30px 0;
}

@media (min-width: 768px) {
  .panel-custom .panel-custom-collapse .panel-custom-body {
    padding: 30px 30px 22px 0;
  }
}

h3 + .panel-custom-group-wrap {
  margin-top: 30px;
}

.panel-classic .panel-custom-title > a {
  padding-left: 35px;
  padding-right: 0;
}

.panel-classic .panel-custom-title > a:before {
  content: "\e93c";
  top: 47%;
  left: 0;
  right: auto;
  transform: translateY(-50%) rotate(90deg);
  transition: .35s all ease-in-out;
}

.panel-classic .panel-custom-title > a.collapsed:before {
  content: '\e93c';
  transform: translateY(-50%) rotate(0deg);
}

.panel-classic .panel-custom-title > a:hover {
  text-decoration: none;
  background: transparent;
}

.comment-minimal > * + * {
  margin-top: 5px;
}

.comment-minimal__author {
  font-size: 12px;
  font-style: italic;
}

.comment-minimal__link {
  font-size: 14px;
  line-height: 1.71429;
  color: #000;
}

.comment-minimal__link a {
  display: inline;
  color: inherit;
}

.comment-minimal__link a:hover {
  color: #2ed3ae;
}

* + .box-comment {
  margin-top: 32px;
}

.box-comment + .box-comment {
  margin-top: 40px;
}

.box-comment * + time,
.box-comment p + * {
  margin-top: 8px;
}

.box-comment * + p {
  margin-top: 0;
}

.box-comment p {
  font-size: 14px;
  line-height: 24px;
}

.box-comment time,
.box-comment a {
  font-size: 12px;
  font-style: italic;
}

.box-comment time {
  color: #000;
}

.box-comment img {
  width: auto;
}

.box-comment .unit__body {
  width: 100%;
}

.box-comment.box-comment-reply {
  padding-left: 20px;
}

* + .box-comment.box-comment-reply {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .box-comment.box-comment-reply {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .box-comment.box-comment-reply {
    padding-left: 100px;
  }
}

.box-comment__icon {
  color: #ececee;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
}

.box-comment__icon .icon {
  font-size: 27px;
}

.box-comment__body {
  position: relative;
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 15px;
}

.box-comment__body:before {
  bottom: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f8f8f8;
  border-width: 11px;
  margin-left: -11px;
}

@media (min-width: 480px) {
  .box-comment__body:before {
    right: 100%;
    top: 35px;
    bottom: auto;
    left: auto;
    border-right-color: #f8f8f8;
    border-bottom-color: transparent;
    margin-top: -11px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .box-comment__body {
    padding: 30px 35px;
  }
}

.box-comment__product {
  position: relative;
}

.box-comment__product .unit__body {
  width: 100%;
}

.box-comment__product .rating-list .icon {
  font-size: 12px;
}

@media (min-width: 768px) {
  .box-comment__product .rating-list {
    position: absolute;
    top: 25px;
    right: 30px;
  }
}

.pre-footer-corporate,
.footer-corporate {
  font-size: 14px;
  line-height: 1.71429;
}

.pre-footer-corporate {
  padding: 50px 0;
  background: #f8f8f8;
}

.pre-footer-corporate h6 + *,
.pre-footer-corporate .heading-6 + * {
  margin-top: 18px;
}

.footer-corporate {
  padding: 20px 0;
  text-align: center;
}

.footer-corporate .footer-corporate__inner > * + * {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .footer-corporate {
    text-align: left;
  }
  .footer-corporate .footer-corporate__inner > * + * {
    margin-top: 0;
  }
  .footer-corporate__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-corporate__inner > * {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .pre-footer-corporate {
    padding: 80px 0;
  }
  .pre-footer-corporate h6 + *,
  .pre-footer-corporate .heading-6 + * {
    margin-top: 22px;
  }
}

@media (min-width: 1200px) and (min-height: 800px) {
  .pre-footer-corporate {
    padding: 120px 0;
  }
}

.footer-minimal {
  padding: 60px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.71429;
}

.footer-minimal * + .footer-minimal__list {
  margin-top: 40px;
}

.footer-minimal .footer-minimal__list + * {
  margin-top: 20px;
}

[class*='section'].bg-white + .footer-minimal {
  padding-top: 0;
}

@media (min-width: 768px) {
  .footer-minimal {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .footer-minimal * + .footer-minimal__list,
  .footer-minimal .footer-minimal__list + * {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) and (min-height: 800px) {
  .footer-minimal {
    padding: 130px 0;
  }
}

.footer-modern {
  background: #fff;
  padding: 1px 0;
}

.footer-modern .footer-modern__layer > * + * {
  margin-top: 25px;
}

[class*='section'].bg-white + .footer-modern {
  border-top: 1px solid #ececee;
}

.footer-modern__layer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.71429;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}

.footer-modern__layer > * {
  padding: 0 15px;
}

.footer-modern__layer_top {
  padding: 40px 0;
}

.footer-modern__layer_bottom {
  padding: 20px 0;
}

.footer-modern__layer + .footer-modern__layer {
  border-top: 1px solid #ececee;
}

@media (min-width: 1200px) {
  .footer-modern__layer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-modern .footer-modern__layer > * + * {
    margin-top: 0;
  }
}

.first-letter:first-letter {
  float: left;
  display: block;
  padding: 22px 30px;
  margin-right: 20px;
  margin-top: 8px;
  line-height: 40px;
  font-size: 40px;
  border-radius: 4px;
  background-color: #2ed3ae;
  color: #fff;
  font-weight: 100;
  text-align: center;
  vertical-align: top;
}

.post-inline > * + * {
  margin-top: 5px;
}

.post-inline__header,
.post-inline__footer {
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  position: relative;
  transform: translate3d(0, -5px, 0);
  margin-bottom: -5px;
  margin-left: -10px;
  margin-right: -10px;
}

.post-inline__header > *,
.post-inline__footer > * {
  position: relative;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.post-inline__header > *,
.post-inline__footer > * {
  display: inline-block;
}

.post-inline__time,
.post-inline__comment {
  color: #2ed3ae;
}

.post-inline__link {
  font-size: 14px;
  line-height: 1.71429;
  color: #000;
}

.post-inline__link a, .post-inline__link a:active, .post-inline__link a:focus {
  color: inherit;
}

.post-inline__link a:hover {
  color: #2ed3ae;
}

.post-inline__text {
  font-size: 14px;
  line-height: 1.71429;
}

* + .post-classic-body,
.post-classic-title + * {
  margin-top: 30px;
}

* + .post-meta,
* + .post-classic-footer,
* + .post-minimal-footer {
  margin-top: 20px;
}

* + .post-classic-title {
  margin-top: 25px;
}

* + .carousel-post-gallery,
* + .entry-video,
* + .post-link,
* + .post-quote,
* + .post-audio,
* + .img-thumbnail-variant-1 {
  margin-top: 40px;
}

* + .button-link {
  margin-top: 20px;
}

.post-classic-title a:hover {
  color: #2ed3ae;
}

.post-classic-title-icon {
  padding-left: 40px;
  position: relative;
}

.post-classic-title-icon[class*="linear-icon-"]:before {
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2ed3ae;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 1200px) {
  .post-classic-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .post-classic-footer * + .button {
    margin-top: 0;
  }
}

.post-meta {
  font-size: 12px;
  font-style: italic;
}

.meta-author {
  color: #888;
}

.meta-author:hover {
  color: #2ed3ae;
}

.post-link {
  padding: 27px 15px 30px;
  background-color: #2ed3ae;
  text-align: center;
  border-radius: 4px;
}

.post-link * {
  color: #fff;
}

.post-link > a {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

.post-link > a:before {
  content: "\e915";
  display: inline-block;
  font: 400 14px/14px "Linearicons";
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}

.post-link .post-classic-title + * {
  margin-top: 0;
}

.post-link .post-classic-title a:hover {
  color: #000;
}

.post-quote .quote-default {
  max-width: none;
}

.post-quote a {
  width: 100%;
  padding: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #f8f8f8;
}

@media (min-width: 768px) {
  .post-quote a {
    padding: 35px 30px 65px;
  }
}

.post-quote a .quote-default__text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.post-quote a .quote-default__cite {
  color: #888;
}

.post-quote a:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.post-audio .rd-audio-wrap {
  padding: 40px;
  background-color: #f8f8f8;
}

@media (min-width: 1600px) {
  .post-video-wrap .embed-responsive-16by9 {
    padding-bottom: 35.45%;
  }
}

.post-minimal {
  text-align: left;
}

.post-minimal * + .post-meta {
  margin-top: 10px;
}

.post-minimal * + .post-classic-body {
  margin-top: 20px;
}

* + .post-minimal {
  margin-top: 0px;
}

@media (min-width: 768px) {
  * + .post-minimal {
    margin-top: 60px;
  }
}

.post-minimal-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post-minimal-footer * + .button {
  margin-top: 25px;
}

.posts-lists-masonry-3-cols > * {
  margin-top: 50px;
}

.posts-lists-masonry-3-cols .owl-carousel .owl-stage-outer {
  z-index: -1;
}

.posts-lists-masonry-3-cols .rd-audio {
  position: relative;
  left: 0;
}

@media (min-width: 768px) {
  .posts-lists-masonry-3-cols {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .posts-lists-masonry-3-cols > * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 0;
    margin-bottom: 60px;
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .posts-lists-masonry-3-cols {
    -moz-columns: 3;
    columns: 3;
    margin-bottom: 0;
    transform: translateY(0);
  }
  .posts-lists-masonry-3-cols > *:first-of-type {
    margin-top: 0;
  }
}

.carousel-blog-justify .owl-dots {
  display: none !important;
}

@media (min-width: 992px) {
  .carousel-blog-justify {
    display: block;
  }
}

.post-single-body * + img,
.post-single-body * + p {
  margin-top: 40px;
}

.post-single-body * + .quote-default__cite {
  margin-top: 27px;
}

.post-single-body .quote-default__cite {
  color: #888;
}

.nonstandart-post-header img + * {
  margin-top: 20px;
}

.nonstandart-post-header * + h2 {
  margin-top: 25px;
}

.nonstandart-post-header * + .post-meta {
  margin-top: 30px;
}

.nonstandart-post-header * + [class*='list-inline-'] {
  margin-top: 50px;
}

.nonstandart-post-header img {
  width: auto;
}

.nonstandart-post-header [class*='linear-icon-']:before {
  font-size: 24px;
}

.nonstandart-post-header .post-meta {
  font-size: 18px;
  text-align: center;
}

[class*='bg-image-'] .nonstandart-post-header .icon {
  color: #fff;
}

[class*='bg-image-'] .nonstandart-post-header a {
  color: #2ed3ae;
}

[class*='bg-image-'] .nonstandart-post-header a:hover {
  color: #fff;
}

[class*='bg-image-'] .nonstandart-post-header a.icon:hover {
  color: #2ed3ae;
}

.post-modern {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: -1px;
  padding-bottom: 75.3950338%;
}

@media (max-width: 767px) {
  .post-modern {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.post-modern > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-height: 101%;
  min-width: 101%;
}

.post-modern .post-modern__inner {
  color: #fff;
}

.post-modern .post-modern__inner a {
  color: #fff;
}

.post-modern .post-modern__inner a:hover {
  color: #000;
}

.post-modern .list-inline-tag {
  font-style: italic;
  font-size: 12px;
  color: #fff;
}

.post-modern__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background: rgba(46, 211, 174, 0.66);
  pointer-events: none;
}

.post-modern__inner > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

.post-modern__inner > * + * {
  margin-top: 20px;
}

.post-modern__title {
  max-height: 5.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-modern__divider {
  width: 116px;
  height: 1px;
  background: #fff;
}

@media (min-width: 992px) {
  .post-modern__inner > * + * {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .post-modern__inner > * + * {
    margin-top: 45px;
  }
}

.desktop .post-modern > img {
  will-change: transform;
  transition: all .4s ease-out;
}

.desktop .post-modern .post-modern__inner {
  opacity: 0;
  transition: all .4s ease-out;
  background: rgba(46, 211, 174, 0.9);
}

.desktop .post-modern .post-modern__inner > * {
  transform: scale(0);
  transition: all 0.3s ease-out;
}

.desktop .post-modern .post-modern__inner > *:nth-child(1) {
  transition-delay: 0.1s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(2) {
  transition-delay: 0.2s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(3) {
  transition-delay: 0.3s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(4) {
  transition-delay: 0.4s;
}

.desktop .post-modern .post-modern__inner > *:nth-child(5) {
  transition-delay: 0.5s;
}

.desktop .post-modern:hover > img {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
}

.desktop .post-modern:hover .post-modern__inner {
  opacity: 1;
}

.desktop .post-modern:hover .post-modern__inner > * {
  transform: scale(1);
}

.pricing-table {
  position: relative;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: 1px solid #ececee;
  text-align: center;
}

.pricing-table .price span:first-of-type {
  font-size: 40px;
  font-weight: 100;
  color: #2ed3ae;
}

.pricing-table .price span:last-of-type {
  font-size: 14px;
}

.pricing-table.pricing-table-label .pricing-label {
  display: flex;
}

@media (min-width: 768px) {
  .pricing-table {
    padding: 27px;
  }
}

.pricing-header {
  padding: 15px 0;
  border-bottom: 1px solid #ececee;
}

@media (min-width: 768px) {
  .pricing-header {
    padding-top: 29px;
    padding-bottom: 27px;
  }
}

.pricing-body {
  padding: 15px 0;
}

.pricing-body .list {
  font-size: 14px;
}

.pricing-body .list > li + li {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .pricing-body {
    padding-top: 41px;
  }
}

.pricing-footer {
  padding: 15px 0;
}

.pricing-footer p {
  font-size: 12px;
  font-style: italic;
}

@media (min-width: 768px) {
  .pricing-footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .pricing-footer * + p {
    margin-top: 41px;
  }
}

.pricing-label {
  display: none;
  position: absolute;
  top: -36px;
  right: 26px;
  z-index: 1;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.pricing-label svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  fill: #2ed3ae;
}

.pricing-table-custom {
  padding-top: 30px;
}

.pricing-table-custom * + .list-xxs {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .pricing-table-custom {
    padding-top: 80px;
  }
  .pricing-table-custom * + .list-xxs {
    margin-top: 115px;
  }
}

.pricing-table-wrap {
  padding-top: 40px;
}

.timeline-heading img {
  width: auto;
}

.timeline-heading * + h6 {
  margin-top: 23px;
}

* + .timeline-heading {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .timeline-heading {
    margin-top: 60px;
  }
}

.timeline-title:hover {
  color: #2ed3ae;
}

.page .timeline-variant-1,
.page .timeline-variant-2 {
  text-align: left;
}

@media (min-width: 768px) {
  .page .timeline-variant-1 .timeline-inner-box,
  .page .timeline-variant-2 .timeline-inner-box {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .page .timeline-variant-1 > [class*=cell-]:nth-child(odd) .timeline-inner-box {
    margin-left: auto;
    text-align: left;
    padding-left: 46px;
  }
  .page .timeline-variant-1 > [class*=cell-]:nth-child(even) .timeline-inner-box {
    margin-right: auto;
    text-align: right;
    padding-right: 46px;
  }
  .page .timeline-variant-1 > [class*=cell-]:nth-child(even) .timeline-inner-box:before {
    left: auto;
    right: -1px;
  }
  .page .timeline-variant-1 > [class*=cell-]:nth-child(even) .timeline-inner-box:after {
    left: auto;
    right: -10px;
  }
  .page .timeline-variant-2 > [class*=cell-] {
    text-align: left;
  }
  .page .timeline-variant-2 > [class*=cell-] .timeline-inner-box {
    margin-left: auto;
    padding-left: 46px;
  }
}

.page .timeline-variant-3 {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .page .timeline-variant-3 {
    padding-bottom: 85px;
  }
}

.page .timeline-variant-3 .item {
  padding-bottom: 10px;
}

.page .timeline-variant-3 .timeline-inner-box p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page .timeline-variant-3 .timeline-inner-box:before, .page .timeline-variant-3 .timeline-inner-box:after {
  content: none;
}

@media (min-width: 768px) {
  .page .timeline-variant-3 .timeline-inner-box:before {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(99% - 85px);
    bottom: 0;
    border-bottom: 1px solid #ececee;
    border-left: 0;
    content: "";
    display: inline-block;
  }
  .page .timeline-variant-3 .timeline-inner-box:after {
    position: absolute;
    top: calc(99% - 9px);
    left: calc(50% - 9px);
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #2ed3ae;
    border-radius: 50%;
    content: '';
  }
}

.page .timeline-variant-3 .owl-prev,
.page .timeline-variant-3 .owl-next {
  top: auto;
  bottom: 0;
}

.page .timeline-variant-3 .owl-prev {
  left: calc(50% - 35px);
}

.page .timeline-variant-3 .owl-next {
  right: calc(50% - 40px);
}

.timeline-inner-box {
  position: relative;
  padding-left: 25px;
  padding-bottom: 35px;
}

.timeline-inner-box:before {
  position: absolute;
  top: 0;
  bottom: -4px;
  left: 0;
  border-left: 1px solid #ececee;
  content: "";
  display: inline-block;
}

.timeline-inner-box:after {
  position: absolute;
  top: 0;
  left: -9px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: #2ed3ae;
  border-radius: 50%;
  content: '';
}

.timeline-inner-box time {
  display: block;
  font-style: italic;
  font-size: 12px;
  line-height: 26px;
  color: #2ed3ae;
}

@media (min-width: 768px) {
  .timeline-inner-box {
    padding: 0 20px 55px;
  }
  .timeline-inner-box:before, .timeline-inner-box:after {
    top: 4px;
  }
}

.parallax-header__inner {
  position: relative;
  text-align: center;
}

.parallax-header__inner {
  position: relative;
  z-index: 2;
}

.parallax-header__content {
  width: 100%;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .parallax-header__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 33.3333vh;
  }
  .ie-10 .parallax-header__inner,
  .ie-11 .parallax-header__inner {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
  }
  .ie-10 .parallax-header__inner > *,
  .ie-11 .parallax-header__inner > * {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
  }
  .ie-10 .parallax-header__inner:after,
  .ie-11 .parallax-header__inner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
  }
  .parallax-header__content {
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .parallax-header__inner {
    min-height: 33.33333vw;
  }
  .parallax-header__content {
    padding: 120px 0 130px;
  }
}

@media (min-width: 1600px) {
  .parallax-header__inner {
    min-height: 640px;
  }
}


/*
*
* Text Alignment
* --------------------------------------------------
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-middle {
  vertical-align: middle;
}

@media (min-width: 480px) {
  html:not(.lt-ie10) .text-xs-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-xs-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-xs-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .text-sm-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-sm-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-sm-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .text-md-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-md-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-md-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .text-lg-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-lg-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-lg-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-lg-justify {
    text-align: justify;
  }
}



/*
*
* Element groups
* --------------------------------------------------
*/
html .page .group {
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -15px;
}

html .page .group > *, html .page .group > *:first-child {
  display: inline-block;
  margin-top: 20px;
  margin-left: 15px;
  vertical-align: middle;
}

html .page .group-xs {
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -15px;
}

html .page .group-xs > *, html .page .group-xs > *:first-child {
  display: inline-block;
  margin-top: 5px;
  margin-left: 15px;
  vertical-align: middle;
}

html .page .group-lg {
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -27px;
}

html .page .group-lg > *, html .page .group-lg > *:first-child {
  display: inline-block;
  margin-top: 15px;
  margin-left: 27px;
  vertical-align: middle;
}

html .page .group-xl {
  transform: translateY(-27px);
  margin-bottom: -27px;
  margin-left: -27px;
}

html .page .group-xl > *, html .page .group-xl > *:first-child {
  display: inline-block;
  margin-top: 27px;
  margin-left: 27px;
  vertical-align: middle;
}

html .page .group-top > *, html .page .group-top > *:first-child {
  vertical-align: top;
}

html .page .group-middle {
  vertical-align: middle;
}

html .page .group-middle > * {
  vertical-align: middle;
}

html .page .group-bottom > *, html .page .group-bottom > *:first-child {
  vertical-align: bottom;
}

.section-xs,
.section-sm {
  padding: 35px 0;
}

.section-md,
.section-lg,
.section-xl {
  padding: 60px 0;
}

.section-xxl {
  padding: 75px 0;
}

.section-collapse + .section-collapse {
  padding-top: 0;
}

@media (max-width: 767px) {
  .section-xs:first-of-type,
  .section-sm:first-of-type,
  .section-md:first-of-type,
  .section-lg:first-of-type,
  .section-xl:first-of-type {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .section-xs {
    padding: 50px 0;
  }
  .section-sm {
    padding: 60px 0;
  }
  .section-md {
    padding: 70px 0;
  }
  .section-lg {
    padding: 80px 0;
  }
  .section-xl {
    padding: 95px 0;
  }
  .section-alternate-1 {
    padding: 90px 0;
  }
}

@media (min-width: 992px) {
  .section-md {
    padding: 90px 0;
  }
  .section-lg {
    padding: 100px 0;
  }
  .section-xl {
    padding: 130px 0;
  }
}

@media (min-width: 1200px) and (min-height: 800px) {
  .section-md {
    padding: 100px 0;
  }
  .section-lg {
    padding: 135px 0;
  }
  .section-xl {
    padding: 190px 0;
  }
  .section-xl.section-xl_bigger {
    padding-top: 210px;
    padding-bottom: 210px;
  }
  .section-xxl {
    padding: 165px 0 190px;
  }
  .section-xs:first-of-type,
  .section-sm:first-of-type,
  .section-md:first-of-type,
  .section-lg:first-of-type {
    padding-top: 140px;
  }
}

.section-divided__main > *:first-child,
.section-divided__aside > *:first-child {
  padding-top: 0;
}

.section-divided__main > *:last-child,
.section-divided__aside > *:last-child {
  padding-bottom: 0;
}

.section-divided__main [class*='section']:nth-child(n + 2),
.section-divided__aside [class*='section']:nth-child(n + 2) {
  border-top: 1px solid #ececee;
}

.section-divided__aside h5 + *,
.section-divided__aside .heading-5 + * {
  margin-top: 23px;
}

.section-divided__aside * + h5 {
  margin-top: 30px;
}


@media (min-width: 768px) and (max-width: 991px) {
  .section-divided__aside {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
  .section-divided__aside > [class*='section'] {
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
  .section-divided__aside > [class*='section']:nth-child(2) {
    padding-top: 0;
    border-top: 0;
  }
  .section-divided__aside > .section-style-1 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-divided__aside > * {
    max-width: 370px;
    margin-left: 50px;
  }
}

@media (min-width: 1200px) {
  .section-divided__aside.section__aside-left > * {
    margin-left: 0;
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .section-divided__aside-left {
    position: relative;
  }
  .section-divided__aside-left:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    content: "";
    display: inline-block;
    border-left: 1px solid #ececee;
  }
}

@media (min-width: 1200px) {
  .section-divided__main-left {
    position: relative;
  }
  .section-divided__main-left:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    content: "";
    display: inline-block;
    border-left: 1px solid #ececee;
  }
}

.fullwidth-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
}

.fullwidth-page .section-sm {
  padding: 60px 0;
}

.fullwidth-page > * {
  flex-basis: 100%;
}

.fullwidth-page * + .countdown {
  margin-top: 45px;
}

.fullwidth-page * + h5 {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .fullwidth-page * + h5 {
    margin-top: 55px;
  }
}

.ie-10 .fullwidth-page,
.ie-11 .fullwidth-page {
  white-space: nowrap;
}

.ie-10 .fullwidth-page > *,
.ie-11 .fullwidth-page > * {
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.ie-10 .fullwidth-page::after,
.ie-11 .fullwidth-page::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  min-height: inherit;
}


/*
*
* Modules
* ==================================================
*/
/*
*
* Flex Grid system
* --------------------------------------------------
*/
.shell h5{
  color:#888;
  margin-top:500px;
  font-size:18px;
}
.shell .arr{
  margin-top:300px;
}
.shell,
.shell-wide {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1400px;
  }
}

@media (min-width: 1200px) {
  .shell-wide {
    max-width: 1800px;
  }
}

.shell-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

.shell-fluid [class*='cell'] > img {
  width: 100%;
}

.shell-flex .range > [class*='cell'] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shell-flex .cell__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 25px;
  width: 100%;
}

.shell-flex .cell__inner > * {
  max-width: 100%;
  width: 100%;
}

.firefox .shell-flex .range > [class*='cell'] {
  overflow: hidden;
}

.shell-flex .rd-google-map {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 767px) {
  .shell-flex .rd-google-map {
    min-height: 300px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .shell-flex .rd-google-map {
    height: 0;
    padding-bottom: 100%;
  }
}

@media (min-width: 992px) {
  .shell-flex .cell__inner {
    padding: 45px 35px;
  }
}

@media (min-width: 1600px) {
  .shell-flex .cell__inner {
    padding: 152px 15.625%;
  }
  .shell-flex .cell-sm-8 .cell__inner,
  .shell-flex .cell-md-8 .cell__inner,
  .shell-flex .cell-lg-8 .cell__inner,
  .shell-flex .cell-xl-8 .cell__inner {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}

@media (min-width: 1200px) {
  .shell-fluid-inset-lg-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.range {
  margin-left: -15px;
  margin-right: -15px;
}

.range > .range {
  margin-left: 0;
  margin-right: 0;
}

.range-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.range-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.range-right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.range-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.range-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.range-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.range-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.range-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.range-spacer {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

[class*="cell-"] {
  padding-left: 15px;
  padding-right: 15px;
}

html.lt-ie-10 * + .range,
* + .range {
  margin-top: 25px;
}

@media (min-width: 768px) {
  html.lt-ie-10 * + .range,
  * + .range {
    margin-top: 35px;
  }
}

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 20px;
}

html.lt-ie-10 * + .range-lg,
* + .range-lg {
  margin-top: 66px;
}

html.lt-ie-10 .range-condensed,
.range-condensed {
  margin-left: 0;
  margin-right: 0;
}

html.lt-ie-10 .range-condensed > [class*='cell'],
.range-condensed > [class*='cell'] {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

@media (min-width: 1200px) {
  html .page .range-lg-condensed {
    margin-left: 0;
    margin-right: 0;
  }
  html .page .range-lg-condensed > [class*='cell'] {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .shell {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1600px) {
  .range:not(.range-condensed) {
    margin-left: -25px;
    margin-right: -25px;
  }
  .range:not(.range-condensed) > [class*='cell'] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.range:not(.range-condensed).range-horizontal-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.range:not(.range-condensed).range-horizontal-10 > [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}

html.lt-ie-10 .range-narrow,
.range-narrow {
  margin-left: -5px;
  margin-right: -5px;
}

html.lt-ie-10 .range-narrow > [class*='cell'],
.range-narrow > [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}

html.lt-ie-10 .range-narrow > * + [class*='cell'],
.range-narrow > * + [class*='cell'] {
  padding-left: 5px;
  padding-right: 5px;
}

.range {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.range > .range {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.range-vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.range > [class*='cell'] {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}


/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.6.4
*/

.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  transform: scale3d(0.5,0.5,0.5);
  clip: rect(0, auto, auto, 0);
}

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}

/*.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}
*/
.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: none !important;
}

.rd-parallax-swiper {
  z-index: 1 !important;
}



/***/
.swiper-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 414px) {
  .swiper-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -140px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    z-index: 999;
    height: 100vh;
  }
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: inherit;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
  will-change: transform;
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}



.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.swiper-button-next {
  right: -1px;
  border-radius: 4px 0 0 4px;
}


.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .swiper-container-horizontal > .swiper-pagination {
    bottom: 70px;
  }
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1000px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}


.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
  height: 100%;
}

.swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-position: center center;
}

.swiper-slide.swiper-slide_top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/**
* FadeInUpSmall Keyframes Animation
*/
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
  transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(60px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/**
* FadeInLeftSmall Keyframes Animation
*/
.fadeInLeftSmall {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-100px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/**
* FadeInRightSmall Keyframes Animation
*/
.fadeInRightSmall {
  animation-timing-function: ease-in-out;
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(100px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

[data-isotope-layout] {
  z-index: 0;
  display: block;
  min-height: 160px;
  transition: .4s all ease;
}

[data-isotope-layout]:after {
  content: '';
  position: absolute;
  margin-top: 15px;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  background-image: url("http://snowtest.10981.com/snowlove2022on/yukinohi/images/isotope-loader.png");
  background-position: -1152px 0;
  animation: 0.7s sprite-animation steps(18) infinite;
  transition: .4s all ease;
  transform: translate(-50%, -50%);
}

[data-isotope-layout] [class*="col-"] {
  display: block;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: .1s opacity ease-in;
  margin-top: 30px;
}

@media (min-width: 768px) {
  [data-isotope-layout] [class*="col-"] {
    margin-top: 50px;
  }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
  opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
  opacity: 0;
  visibility: hidden;
}

[data-x-mode="design-mode"] [data-isotope-layout] [class*="col-"] {
  opacity: 1;
}

[data-x-mode="design-mode"] [data-isotope-layout]:after {
  opacity: 0;
  visibility: hidden;
}

.isotope-range-default {
  transform: translate3d(0, -30px, 0);
  margin-bottom: -30px;
  pointer-events: none;
}

.isotope-range-default > * {
  margin-top: 30px;
  pointer-events: auto;
}

.isotope-range-default > *::before {
  content: '';
  display: table;
  width: 0;
}

.isotope-filters > * {
  margin-top: 0;
  vertical-align: middle;
}

.isotope-filters .inline-list {
  position: relative;
  transform: translateY(-10px);
  margin: 0;
  word-spacing: 0;
}

.isotope-filters .inline-list li {
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.isotope-filters .inline-list a {
  position: relative;
  transition: .3s;
  color: #888;
}

@media (min-width: 992px) {
  .isotope-filters .inline-list > li:not(:last-child) {
    margin-right: 5px;
  }
  .isotope-filters .inline-list a {
    border: 2px solid #fff;
    padding: 12px 20px 12px;
  }
  .isotope-filters .inline-list a, .isotope-filters .inline-list a:active, .isotope-filters .inline-list a:focus {
    color: #888;
  }
  .isotope-filters .inline-list a:hover, .isotope-filters .inline-list a.active {
    color: #fff;
  }
  .isotope-filters .isotope-filters-trigger {
    display: none;
  }
}

.isotope-filters-responsive {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .isotope-filters-responsive {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .isotope-filters-responsive {
    vertical-align: middle;
  }
  .isotope-filters-responsive .isotope-filters-toggle {
    padding: 8px 15px;
  }
  .isotope-filters-responsive .isotope-filters-toggle .caret {
    margin-left: 5px;
  }
  .isotope-filters-responsive > li {
    position: relative;
    vertical-align: middle;
    padding: 0;
  }
  .isotope-filters-responsive > li:first-child {
    margin-right: 8px;
  }
  .isotope-filters-responsive > li + li {
    margin-top: 8px;
  }
  .isotope-filters-responsive .isotope-filters {
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 200px;
    padding: 15px;
    background: #fff;
    border-radius: 3px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: .33s all ease;
    border: 1px solid #f2f2f2;
  }
  .isotope-filters-responsive .isotope-filters.active {
    visibility: visible;
    opacity: 1;
  }
  .isotope-filters-responsive .isotope-filters .inline-list {
    width: 100%;
  }
  .isotope-filters-responsive .isotope-filters .inline-list a {
    display: inline-block;
    width: 100%;
    padding: 3px 8px;
    font-size: 12px;
    color: #000;
    border: 0;
    background-color: transparent;
  }
  .isotope-filters-responsive .isotope-filters .inline-list a.active, .isotope-filters-responsive .isotope-filters .inline-list a:hover {
    color: #2ed3ae;
    background-color: rgba(46, 211, 174, 0.1);
  }
  .isotope-filters-responsive .isotope-filters li {
    display: block;
    width: 100%;
  }
  .isotope-filters-responsive .isotope-filters li + li {
    margin-top: 6px;
  }
}

@media (max-width: 991px) and (min-width: 480px) {
  .isotope-filters-responsive .isotope-filters {
    left: 0;
    transform: none;
  }
  .isotope-filters-responsive > li {
    display: inline-block;
    margin: 0;
  }
  .isotope-filters-responsive > li + li {
    margin-top: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .isotope-filters-responsive .isotope-filters {
    width: 250px;
  }
  .isotope-filters-responsive .isotope-filters .inline-list a {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) {
  .isotope-filters-responsive .inline-list > li:not(:last-child) {
    margin-right: 5px;
  }
  .isotope-filters-responsive .inline-list a {
    border: 2px solid #fff;
    padding: 12px 20px 12px;
  }
  .isotope-filters-responsive .inline-list a, .isotope-filters-responsive .inline-list a:active, .isotope-filters-responsive .inline-list a:focus {
    color: #888;
  }
  .isotope-filters-responsive .inline-list a:hover, .isotope-filters-responsive .inline-list a.active {
    color: #fff;
  }
  .isotope-filters-responsive .isotope-filters-toggle,
  .isotope-filters-responsive > li:first-child {
    display: none;
  }
}

* + .isotope,
* + .isotope-filters-responsive {
  margin-top: 0;
}

* + .isotope-wrap {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  * + .isotope-wrap {
    margin-top: 73px;
  }
}

.isotope-filters-toggle {
  display: block;
  border: 0;
  outline: 0;
  margin-left: auto;
  margin-right: auto;
}



/****************追加/*/
.sub_txt_wh{
  background-color: #fff;
  opacity: 0.8;
  position: relative;
  margin:120px auto 120px auto;
  padding: 50px;
  line-height: 250%;
  width: 60%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
}
  .sub_txt_wh p,.sub_txt_wh h2 {
    color: #333;
    z-index: 100;
    line-height: 250%;
    }

@media (max-width: 414px) {
  .sub_txt_wh{
    margin:60px auto 60px auto;
    padding: 20px;
    width: 80%;
  }
  .sub_txt_wh h2 {
    line-height: 180%;
    }
}

.banner{
	display:block;
	width: 1000px;
  max-width:90%;
  margin:0 auto;
	padding: 2em 0;
}
.banner img {
  width:100%;
}

.onebox_top{
  background-image: url("http://snowtest.10981.com/snowlove2022on/yukinohi/css/yukinohi/img/bg.jpg");
  background-repeat: repeat-y;
  background-position: right bottom;
  margin:0 auto 0 auto;
  width:100%;
}
.onebox{
  width:80%;
  margin:0 auto 140px auto;
  /*border:1px solid;*/
}
.onebox img{
  margin:0 auto 40px auto;
  }

.onebox h5{
  border-bottom: solid 1px #666;
  padding-bottom: 5px;
  width: 50%;
  font-size:40px;
  margin:0 0px 40px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.onebox h5 span{
  font-size:60px;
  color: #ccc;
  }
.onebox h5 p{
font-size:30px;
color: #ccc;
display: block;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.onebox_body{
  text-align: left;
  width: 90%;
  margin:0 auto 40px auto;
}
.onebox_body_se{/*セカンド*/
  text-align: center;
  width: 90%;
  margin:0 auto 40px auto;
}
.onebox_body p {
  line-height: 180%;
  color: #666;
  }
.button_more{
  border:solid 1px #666;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:20px 20px 20px 40px;
  margin-top:20px; 
  width:20%;
}
.button_more a{
  color: #666;
  text-decoration: none;
  display: block;
  position: relative;
}
.button_more a i {
position: absolute;
right: 5%;
}

@media (max-width: 992px) {
  .onebox{
  width:95%;
  margin:0 auto 70px auto;
}
  .onebox h5,.onebox_body_se h5{
  font-size:30px;
  margin:0 0px 20px 0;
  width: 100%;
  }
  .onebox h5 span,.onebox_body_se h5 span{
  font-size:40px;
  }
  .button_more{
    padding:10px 20px 10px 20px;
    width:60%;
    /*text-align: center;*/
  }
}


.footer_bn{
  background-color: #DCF4FE;
  text-align: center;
  padding: 50px 20px 50px 20px
}
.footer_bn img {
  width: 45%;
}
.footer_bn p {
  width: 50%;
  margin:20px auto 30px auto; 
  }
.button_more_ft a{
  border:solid 1px #666;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:20px 0px 20px 20px;
  margin:20px auto 20px auto; 
  width:20%;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  display: block;
  position: relative;
}
.button_more_ft a i {
position: absolute;
left: 5%;
}
footer{
  font-size: 80%;
}
@media (max-width: 992px) {
  .footer_bn{
    margin-bottom: 10px;
  }
  .footer_bn img {
  width: 95%;
}
.footer_bn p {
  width: 95%;
  margin:20px auto 30px auto; 
  }
  .button_more_ft a{
    width: 90%;
  }
}
i {
  margin-top: 3px;
}
.onebox_link {
  margin-top: 15px;
}
.onebox_link a{
  margin-left: 10px;
  color:#666;
  }
/*セカンド**************************************/
.pg_logo{
  margin-top: 130px;
  padding:40px;
  background-image:none;
  text-align: center;
  background-color:#fff;
}

.pg_logo img{
  width: 18%;
}
@media (max-width: 992px) {
  .pg_logo{
  margin-top: 10px;
  padding:40px;
  background-image:none;
  text-align: center;
  background-color:#fff;
  }

.pg_logo img{
  width: 50%;
  }
}

@media (max-width: 414px) {
  .pg_logo{
  margin-top: 5px;
  padding:20px;
  background-image:none;
  text-align: center;
  background-color:#fff;
  }

.pg_logo img{
  width: 60%;
  }
}


.onebox_se{
  width:80%;
  margin:-100px auto 180px auto;
  text-align: center;
}
.onebox_se img{
  margin:0 auto 40px auto;
  }

.onebox_se h3{
  padding-bottom: 5px;
  width: 50%;
  font-size:40px;
  text-align: center;
  margin:0 auto 80px auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.onebox_se h3 span{
  font-size:60px;
  color: #ccc;
  }

.onebox_se h4{
  border-bottom:solid 1px #0C5CA6;
  padding-bottom: 10px;
  font-size:30px;
  width: 68%;
  text-align: center;
  margin:80px auto 80px auto;
  color: #444;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.onebox_se h5{
  padding-bottom: 10px;
  font-size:24px;
  margin:50px 0 10px 0;
  color: #444;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.onebox_se h5 i{
  margin-right: 5px;
}

.onebox_se h6{
  text-align: center;
  padding: 8px;
  font-size:22px;
  margin:50px 0 30px 0;
  color: #444;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.blue{
  background-color: #E4F1FA;
}
.green{
  background-color: #E3F2E8;
}
.yellow{
  background-color: #FDEFCE;
}
.pink{
  background-color: #F8E7F1;
}
@media (max-width: 992px) {
  .onebox_se h4{
  border-bottom:solid 1px #0C5CA6;
  padding-bottom: 10px;
  font-size:30px;
  width: 80%;
  text-align: center;
  margin:80px auto 80px auto;
  }
}

@media (max-width: 414px) {
  .onebox_se h4{
  border-bottom:solid 1px #0C5CA6;
  padding-bottom: 10px;
  font-size:24px;
  width: 100%;
  text-align: center;
  margin:40px auto 40px auto;
  }
  .onebox_body_se p {
  line-height: 180%;
  color: #666;
  padding-top: 15px;
  }
}

.onebox_body_se{
  text-align: left;
  width: 90%;
  margin:0 auto 40px auto;
}

.onebox_body_se p {
  line-height: 180%;
  color: #666;
  }

.onebox_se_link {
  margin-top: 5px;
  font-size: 14px;
}
.onebox_se_link a{
  margin-left: 5px;
  color:#666;
  }
.ph_box{
  display: table;
  border-collapse: separate;
  border-spacing: 40px 0;
  margin:60px 0 60px 0; 
}
.ph_box span{
  display: table-cell;
  width: 50%;
}
.ph_box span p{
  margin-top:0px; 
}
.ph_box span img {
border: solid 1px #666;
}

@media (max-width: 992px) {
  .onebox_se{
  width:95%;
  margin:0 auto 50px auto;
  }
  .onebox_se h3{
  font-size:30px;
  margin:0 0px 20px 0;
  width: 100%;
  }
  .onebox_se h3 span{
  font-size:40px;
  }
.ph_box{
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  margin:30px 0 30px 0; 
  }
  .ph_box span{
    display: table-cell;
    width: 50%;
  }
  .ph_box span p{
    margin-top:0px; 
  }
  .ph_box span img {
  border: solid 1px #666;
  }
  .onebox_body_se p {
  line-height: 180%;
  color: #666;
  padding-top: 15px;
  }
}

.breadcrumb{
  width:80%;
  margin: 0 auto;
  text-align: left;
}

.se_img_center{
  text-align: center;
  margin:30px auto;
}

.gray{
  color: #ddd;
}
.cap{
  text-align: right;
  font-size: 12px;
  margin-top:-40px;
}
.setsumei{
  margin-top:-35px;
}



/*Seminar Report*/


#report .onebox {
	margin:0 auto;
}
#report .onebox_body{
	text-align: left;
	width: 1140px;
	max-width: 100%;
	margin:0 auto;
	background-color: #FFF;
	padding: 3em;
	box-sizing: border-box;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}
#report .onebox h2{
display: inline-block;
border-bottom: solid 1px #666;
padding: 5px 0;
font-size:40px;
margin:10px 0 40px 0;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.4;
}
#report .onebox h2 p {
font-size:24px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-weight: 300!important;
line-height: 1.4;
margin-top: 0.5rem;
}

#report .onebox h4 {
display: inline-block;
font-size:22px;
font-weight: 500!important;
border-bottom: solid 1px #666;
margin: 40px auto 10px 0;
padding: 5px 10px;
line-height: 1.4;
}

#report .ph {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
flex: none;
max-width: 100%;
margin: auto;
}
#report .ph.narrow {
width: 800px;
}
#report .ph li {
list-style-type: none;
text-align: center;
width: 48%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
flex: none;
margin: 2em auto;
}
#report .ph li.wide {
width: 800px;
max-width: 100%;
}
#report .ph li.fullwide {
width: 100%;
}
#report .ph li img {
width: 100%;
margin: 0!important;
}
#report .ph li img.border {
border:1px solid #DDD;
}
#report .ph li p {
display: inline-block;
text-align: left;
padding: 0;
margin: 1em auto 0 auto;
}
#report a.banner {
display: block;
width: 400px;
max-width: 100%;
margin: 4em auto 0 auto;
padding: 0;
text-align: center;
}
#report a.banner img {
width: 100%;
margin: 0 0 10px 0!important;
}

@media (max-width: 992px) {
#report .onebox_body {
padding: 1.5em;
}
#report .onebox h2 {
font-size: 36px;
}
#report .onebox h2 p {
font-size:20px;
}
#report .ph {
display: block;
}
#report .ph li {
width: 600px;
max-width: 100%;
}
}



/*Instagram Twitter campaign*/

#campaign {
background-image: url("../img/bg.png");
background-size: auto;
background-repeat: repeat;
}
#campaign .campaign {
	padding: 3rem;
	background: #FFF;
	margin: 3rem auto;
	border-radius: 20px;
}
#campaign .kikan {
background-color: #0166CC;
color: #FFF;
font-weight: 600;
padding: 1rem;
display: inline-block;
}

#campaign .lg {
font-size: 1.2rem;
line-height: 1.6;
vertical-align: middle;
}
#campaign .xlg {
font-size: 1.8rem;
line-height: 1.6;
vertical-align: middle;
}
#campaign .bold {
font-weight: 600;
}
#campaign span {
vertical-align: middle;
}
#campaign p.lead {
padding: 0;
margin-bottom: 2rem;
text-align: left;
display: inline-block;
}
#campaign .leadwrap {
text-align: center;
}

#campaign ul.ind li {
padding-left: 1em;
text-indent: -1em;
}

#campaign ol.ind {
padding-left: 1.5em;
}

#campaign p.ind {
padding-left: 1em;
text-indent: -1em;
}

#campaign ul.dot li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
    }
#campaign ul.dot li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #0166CC;
    }

#campaign ul li {
margin-bottom: 0.5rem;
}
#campaign ol li {
margin-bottom: 1rem;
}
#campaign .title {
padding-top: 180px;
padding-bottom: 20px;
}

#campaign .title .onebox {
padding: 0;
margin: 0 auto;
}

#campaign .title img {
display: block;
width: auto;
max-width: 100%;
margin: auto;
}

#campaign h3 {
text-align: center;
font-size: 2.8rem;
margin-top: 2em;
margin-bottom: 1em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: 500;
color: #000C74;
}
#campaign h4 {
font-size: 1.5rem;
margin-top: 1em;
margin-bottom: 1em;
font-weight: 600;
color: #000C74;
}

#campaign h3 p {
display: block;
margin-bottom: 1rem;
}
#campaign h3 span {
display: inline-block;
font-size: 1.4rem;
margin-top: 0;
margin-bottom: 1rem;
font-weight: 600;
color: #000C74;
text-align: left;
line-height: 1.6;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#campaign .note {
display: block;
width: 900px;
max-width: 100%;
margin: 6rem auto 2rem auto;
}

#campaign .note > h3 {
font-size: 1.8rem;
text-align: center;
}
#campaign .note > h4 {
font-size: 1.2rem;
}

#campaign .em {
color: #000C74;
}

#campaign .flex {
display: flex;
justify-content: space-between;
align-items: stretch;
flex: 0;
}
#campaign .flex  > div {
width: 48%;
}
#campaign .present {
border: 5px solid #0166CC;
border-radius: 20px;
padding: 2rem;
margin: 0;
width: 100%;
box-sizing: border-box;
}
#campaign .present + .present {
margin-top: 2rem;
}

#campaign .present span {
display: inline-block;
text-align: left;
}

#campaign .present img {
display: block;
max-width: 100%;
margin: 1rem auto;
width: 340px;
}

#campaign .pc-center {
text-align: center;
}

#campaign .gallery {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 2em;
}

#campaign .gallery a {
width: 48%;
display: block;
background-color: #FFF;
border: 4px solid #0166CC;
border-radius: 20px;
color: #0166CC;
text-decoration: none;
padding: 1em;
box-sizing: border-box;
font-size: 1.5em;
font-weight: 600;
line-height: 1.4;
margin: 1em auto 0.5em auto;
}
#campaign .gallery a:hover {
background-color: #0166CC;
color: #FFF;
opacity: 1;
}

#campaign .gallery a div {
display: flex;
align-items: center;
}

#campaign .gallery a div img {
width: 70px;
margin: 0 1em 0 0;
}

#campaign .follow {
display: flex;
justify-content: space-between;
align-items: center;
}

#campaign .follow a {
width: 48%;
display: block;
background-color: #FFF;
border: 4px solid #0166CC;
border-radius: 20px;
color: #0166CC;
text-decoration: none;
padding: 1em;
box-sizing: border-box;
font-size: 1.5em;
font-weight: 600;
line-height: 1.4;
margin: 1em auto 0.5em auto;
word-break: break-all;
}
#campaign .follow a:hover {
background-color: #0166CC;
color: #FFF;
opacity: 1;
}

#campaign .follow a div {
display: flex;
align-items: center;
}

#campaign .follow a div img {
width: 70px;
margin: 0 1em 0 0;
}

#campaign .kome {
text-align: center;
font-size: 1.1em;
font-weight: 600;
}

#campaign .kome span {
color: #0166CC;
display: inline-block;
text-align: left;
}

#campaign .award {
margin: 0 0 4rem 0;
}

#campaign .award ul {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}

#campaign .award ul li {
margin: 0 auto;
padding: 0 0 4rem 0;
text-align: center;
}

#campaign .award ul.box1 li {
width: 49%;
}
#campaign .award ul.box2 li {
width: 49%;
}
#campaign .award ul.box3 li {
}
#campaign .award p.name {
font-size: 1.3rem;
font-weight: 600;
padding: 0;
margin: 0;
text-align: center;
}
#campaign .award p.name span {
font-size: 1.1rem;
font-weight: 300;
}
#campaign .award p.tag {
display: inline-block;
text-align: left;
}

#campaign .award ul li img {
display: block;
width: auto;
max-width: 100%;
margin: 0 auto 2rem auto;
}

#campaign .award ul.box2 li img {
max-height: 600px;
}

#campaign .award ul.box3 li img {
max-height: 400px;
}





@media (max-width: 992px) {

#campaign .campaign {
	padding: 1rem;
	margin: 1rem auto;
}

#campaign .flex {
display: block;
}
	
#campaign .flex  > div {
width: 100%;
}
	
#campaign .present {
width: auto;
max-width: 100%;
padding: 1rem;
margin: 2rem auto;
}
	
#campaign .container {
	padding: 1rem;
}
	
#campaign .title {
padding-top: 30px;
padding-bottom: 20px;
}
	
#campaign h3 {
text-align: center;
font-size: 2rem;
}

#campaign .xlg {
font-size: 1.2rem;
}
#campaign .lg {
font-size: 1rem;
}
	
#campaign .pc-center {
text-align: left;
}
	
#campaign .gallery,
#campaign .follow {
display: block;
}

#campaign .gallery a,
#campaign .follow a {
width: 100%;
padding: 0.5rem;
}
	
#campaign .gallery a div img,
#campaign .follow a div img {
width: 50px;
margin: 0 0.5em 0 0;
}

br.pc {
display: none;
}

#campaign .award ul.box1 li {
width: 100%;
}
#campaign .award ul.box2 li {
width: 100%;
}
#campaign .award ul.box3 li {
width: 100%;
}

}/*@media (max-width: 992px)*/


/*雪とくらし*/

#kurashi {
background-image: url("../img/bg.png");
background-size: auto;
background-repeat: repeat;
}
#kurashi h1 img {
height: 3.5rem;
margin: 0 auto 0 0;
}
#kurashi .lead {
font-size: 1.2rem;
font-weight: 600;
margin: 3rem 0;;
line-height: 1.5;
}
#kurashi .mark {
display: block;
width: 400px;
max-width: 90%;
margin: 0 auto 0 0;
}
#kurashi .onebox {
box-sizing: border-box;
padding: 180px 1rem 1rem 1rem;
position: relative;
max-width:100%;
width: 1400px;
margin:0 auto;
}
#kurashi .kurashi {
box-sizing: border-box;
padding: 3rem 2rem 2rem 2rem;
background: #FFF;
margin: 3rem auto;
position: relative;
}
#kurashi .stage {
box-sizing: border-box;
position: relative;
max-width:100%;
width: 1400px;
margin:0 auto;
padding: 2rem 0 0 0;
background-color: #FFF;
overflow: hidden;
}
#kurashi .stage > div,
#kurashi .stage > div img {
margin: 0;
padding: 0;
}
#kurashi .stage div {
transition: 1s;
}

#kurashi .stage div#page1.on {
transform: translateX(0);
}
#kurashi .stage div#page1.off {
transform: translateX(-100%);
}
#kurashi .stage div#page2.on {
position: absolute;
bottom: 0;
transform: translateX(0);
}
#kurashi .stage div#page2.off {
position: absolute;
bottom: 0;
transform: translateX(100%);
}

#kurashi .stage .title {
display: block;
height: 3rem;
margin: 0 auto 1.5rem auto;
}
#kurashi .stage .illust {
width: 100%;
height: auto;
position: relative;
background-position: center;
background-size: 100%;
z-index: -1;
}
#kurashi .stage .illust.p1 {
background-image: url("/files/user/image/yukinohi/kurashi/kurashi1.png");
}
#kurashi .stage .illust.p2 {
background-image: url("/files/user/image/yukinohi/kurashi/kurashi2.png");
}
#kurashi .stage .illust img {
width: 100%;
height: auto;
position: relative;
z-index: 10;
}
#kurashi .stage .tooltip > div {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: 1s;
z-index: 0;
}
#kurashi .stage .tooltip > div img {
width: 100%;
}

#kurashi .stage .modal {
display: none;
}

.modaal-container {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0;
	background: #FFF;
	border: 6px solid #003096;
	margin: auto;
	padding-top: 20px;
	cursor: auto;
	overflow: hidden;
}

.modaal-container p {
font-size: 1.1rem;
font-weight: 600;
line-height: 1.8;
}
h3.mtitle {
font-size: 1.8rem;
font-weight: 600;
}
.iconfont {
display: inline-block;
width: 1rem;
margin: 0 0.1rem;
vertical-align: middle;
}

#kurashi .control {
display: flex;
justify-content: space-between;
width: 100%;
margin: 0 auto;
flex-wrap: wrap;
}
#kurashi a.nxt_btn img {
height: 1.5rem;
margin: 0;
}
#kurashi a.nxt_btn img.txt {
flex-grow: 1;
}
#kurashi a.nxt_btn img.arw {
width: 1em;
flex-grow: 0;
}
#kurashi a.nxt_btn {
min-width: 30%;
background-color: #003096;
padding: 1.2em;
line-height: 0;
height: auto;
border-radius: 10px;
white-space: nowrap;
text-align: center;
margin: 0.5rem 0;
display: flex;
pointer-events: all;
opacity: 1;
transition: 1s;
}
#kurashi a.nxt_btn.off {
opacity: 0.5;
pointer-events: none;
}

#kurashi a.nxt_btn#prev {
justify-content: flex-start;
}
#kurashi a.nxt_btn#next {
justify-content: flex-end;
}

#kurashi .sup {
display: flex;
justify-content: center;
margin: 3rem auto 0 auto;
}
#kurashi .sup p {
display: flex;
align-items: center;
}
#kurashi .sup span {
font-weight: 600;
white-space: nowrap;
}
#kurashi .sup img {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 0.5rem;
max-height: 4rem;
max-width: 70%;
}

@media (max-width: 992px) {
#kurashi h1 img {
height: 2rem;
}
#kurashi .lead {
margin: 1rem 0;;
}
#kurashi .mark {
margin: 2rem auto 0 0;
}
#kurashi .onebox {
padding: 0.5rem;
}
#kurashi .kurashi {
padding: 0.5rem;
}
#kurashi .stage {
padding: 1rem 0 0 0;
}
#kurashi a.nxt_btn {
width: 100%;
}
#kurashi .stage .title {
display: block;
height: 2rem;
margin: 0 auto 1.5rem auto;
padding: 1rem;
}

.modaal-container p {
font-size: 0.9rem;
}
h3.mtitle {
font-size: 1.4rem!important;
}

}


/*.home_banner ----------*/
.home_banner {
  padding: 3rem 0;
	width: 100%;
}
.home_banner ul#snow_resort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
	width: 100%;
}
.home_banner ul#snow_resort li {
  width: 48%;
  margin: 0 auto 1rem 0;
  padding: 10px;
  border: 1px solid #333333;
  box-shadow: none;
  border-radius: 5px;
}
.home_banner ul#snow_resort li img,
.home_banner ul#snow_resort li a {
padding: 0;
margin: 0;
}
.home_banner ul#snow_resort li div {
padding: 0;
margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .home_banner ul#snow_resort {
   justify-content: center;
	margin: auto;
  }
  .home_banner ul#snow_resort li {
    width: 23%;
  }
}