@charset "UTF-8";
.wrap {
  overflow: hidden;
}

* {
  color: #342510;
  letter-spacing: 1px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
}

.index {
  background: url(../img/story_bg.jpg) repeat;
}

footer {
  width: 100%;
  background-color: #140e07;
}
footer .copyright {
  color: #9c8066;
  text-align: center;
}

.btn-yellow {
  background-color: #fee016;
}
.btn-yellow:hover {
  background-color: #ffe951;
  transition-duration: 0.3s;
}

.btn-line {
  border: 1px solid #3f3021;
  background-color: #ffffff;
}
.btn-line:hover {
  background-color: #3f3021;
  color: #ffffff;
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none;
  }
  .inner-content {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .btn-yellow {
    width: 280px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fee016;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.3s;
  }
  .btn-line {
    width: 280px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    background-color: #fee016;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.3s;
    background-color: #ffffff;
  }
  .fadein {
    opacity: 1;
    transform: translate(0, 50px);
    transform: scale(1.05, 1.05);
    transition: all 0.8s;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 767px) {
  .visible-pc {
    display: none;
  }
  .inner-content {
    padding: 0 20px;
    text-align: center;
  }
  .btn-yellow {
    width: 230px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.3s;
  }
  .btn-line {
    width: 230px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    transition-duration: 0.3s;
    background-color: #ffffff;
  }
  .fadein {
    opacity: 1;
    transform: translate(0, 20px);
    transform: scale(1.05, 1.05);
    transition: all 0.8s;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transform: scale(1, 1);
  }
}
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
a {
  text-decoration: none;
  color: #342510;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #342510;
}

li {
  list-style: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.banner-wrap {
  padding: 120px 10px;
  background-color: #2f5f9e;
}
.banner-wrap p {
  margin-bottom: 1em;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.banner-wrap .banner-inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.banner-wrap .banner-inner:first-child {
  margin-bottom: 60px;
}
.banner-wrap .banner-items {
  display: flex;
  justify-content: center;
}
.banner-wrap .banner-items .banner-item {
  padding: 0 20px;
}
.banner-wrap .banner-items .banner-item img {
  width: 100px;
}
.banner-wrap .banner-items .banner-item img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.banner-wrap .danime {
  width: 250px;
}

.story {
  position: relative;
}
.story .story-read {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.character {
  z-index: 99;
  position: relative;
  background: #ffec25;
}
.character .flex-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news {
  background-color: #ffffff;
  position: relative;
}

.contact {
  background-color: #2f1e0e;
}
.contact .contact-read {
  color: white;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .mv {
    background: #ffec25;
    position: relative;
  }
  .mv .mv-inner img {
    max-width: 100%;
  }
  .mv .inner-bg {
    background: url(../img/mv_bg_pc.jpg) center 0 no-repeat;
    padding: 35px 0 45px;
  }
  .mv:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -18px;
    background: url("../img/triangle_under_pc.svg");
  }
  .story .head-story {
    text-align: center;
    margin-bottom: 20px;
  }
  .story .head-story img {
    width: 148px;
  }
  .story .inner-content {
    background: url(../img/story_inner_bg.png) no-repeat center;
    padding: 120px 10px;
  }
  .story .inner-content .screen-img {
    width: 23%;
  }
  .story .inner-content .screen-img img {
    max-width: 100%;
  }
  .story .inner-content .text-area {
    width: 50%;
    margin: 0 30px;
  }
  .story .inner-content .text-area .story-copy {
    margin-bottom: 20px;
  }
  .story .inner-content .text-area .story-copy img {
    max-width: 100%;
  }
  .story .flex-content {
    display: flex;
    justify-content: space-between;
  }
  .story:before {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    top: -18px;
    background: url("../img/triangle_top_wh_pc.svg");
  }
  .character .inner-bg {
    padding: 90px 0 70px;
    background: url(../img/character_bg_pc.jpg) center 0 no-repeat;
  }
  .character .head-character {
    width: 260px;
    margin: 0 auto 30px;
  }
  .character .head-character img {
    width: 100%;
  }
  .character .thumb-list {
    margin: 0 auto;
  }
  .character .thumb-list .thumb-item {
    display: block;
    max-width: 165px;
    margin: 0 0 35px 25px;
  }
  .character .thumb-list .thumb-item img {
    flex-basis: 0;
    width: 100%;
    transition-duration: 0.3s;
  }
  .character .thumb-list .thumb-item img:hover {
    transform: rotate(15deg);
    transition-duration: 0.3s;
  }
  .character .thumb-list .thumb-item:nth-child(1) {
    margin-left: 0;
  }
  .character .thumb-list .thumb-item:nth-child(6) {
    margin-left: 0;
  }
  .character .thumb-list .thumb-item .character-name {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: bold;
  }
  .character:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -18px;
    background: url("../img/triangle_under_pc.svg");
  }
  .character:before {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    top: -18px;
    background: url("../img/triangle_top_pc.svg");
  }
  .news {
    padding: 120px 0;
    background-color: #ffffff;
    position: relative;
  }
  .news .head-news {
    margin: 0 auto 35px;
  }
  .news .head-news img {
    width: 142px;
  }
  .news .news-list {
    width: 712px;
    text-align: left;
    margin: 0 auto 40px;
  }
  .news .news-list .post {
    padding: 22px 0;
    border-bottom: 1px solid #e3e0d5;
  }
  .news .news-list .post:first-child {
    border-top: 1px solid #e3e0d5;
  }
  .news .news-list .post .day {
    color: #a09c8d;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .news .news-list .post .title {
    font-size: 15px;
  }
  .news .news-list .post .title:hover {
    color: #988a7b;
    transition: color 0.6s;
  }
  .news .banner:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .news .btn-line {
    margin-bottom: 80px;
  }
  .index .news:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    bottom: -18px;
    background: url("../img/triangle_under_wh_pc.svg");
  }
  .contact {
    padding: 90px 0 50px;
  }
  .contact .head-contact {
    margin: 0 auto 15px;
  }
  .contact .head-contact img {
    width: 190px;
  }
  .contact .contact-read {
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    margin-bottom: 30px;
  }
  footer {
    padding: 25px 0;
  }
  footer .copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .mv .mv-logo img {
    width: 20%;
  }
  .mv:after {
    margin-top: -1px;
  }
  .character .thumb-item {
    width: 134px;
    margin: 0 0 30px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background: #ffec25;
  }
  .mv .mv-logo img {
    width: 40%;
  }
  .mv .mv-inner img {
    width: 100%;
  }
  .mv .inner-bg {
    background: url(../img/mv_bg_sp.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .mv .inner-bg .inner-content {
    padding: 30px 0 20px;
  }
  .mv:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    background: url("../img/triangle_under_sp.svg");
    background-size: auto 105%;
    height: 12px;
    margin-top: -1px;
  }
  .story {
    padding: 50px 0;
  }
  .story .head-story {
    margin-bottom: 15px;
  }
  .story .head-story img {
    width: 100px;
  }
  .story .story-copy {
    text-align: center;
    margin-bottom: 10px;
  }
  .story .story-copy img {
    width: 85%;
    max-width: 340px;
  }
  .story .screen-img {
    margin-bottom: 15px;
  }
  .story .screen-img img {
    max-width: 500px;
    width: 100%;
  }
  .story:before {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    top: -12px;
    background: url("../img/triangle_top_wh_sp.svg");
  }
  .character .inner-content {
    padding: 0;
  }
  .character .head-character {
    margin: 0 0 20px;
  }
  .character .head-character img {
    width: 180px;
  }
  .character .thumb-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .character .thumb-list .thumb-item {
    display: block;
    max-width: 97px;
    margin: 0 10px 15px;
  }
  .character .thumb-list .thumb-item img {
    width: 100%;
  }
  .character .thumb-list .thumb-item .character-name {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 3px;
    font-weight: bold;
  }
  .character .inner-bg {
    padding: 45px 0;
    background: url(../img/character_bg_sp.jpg) center 0 no-repeat;
    background-size: 100%;
  }
  .character:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    background: url("../img/triangle_under_sp.svg");
    height: 12px;
    margin-top: -1px;
  }
  .character:before {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    background: url("../img/triangle_top_sp.svg");
    top: -12px;
    height: 12px;
  }
  .news {
    background-color: #ffffff;
    position: relative;
  }
  .news .head-news {
    margin: 0 auto 30px;
  }
  .news .head-news img {
    width: 97px;
  }
  .news .inner-content {
    padding: 70px 20px;
  }
  .news .news-list {
    text-align: left;
    margin: 0 auto 30px;
  }
  .news .news-list .post {
    padding: 22px 0;
    border-bottom: 1px solid #e3e0d5;
  }
  .news .news-list .post:first-child {
    border-top: 1px solid #e3e0d5;
  }
  .news .news-list .post .day {
    color: #a09c8d;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .news .news-list .post .title {
    font-size: 15px;
  }
  .news .btn-line {
    margin-bottom: 50px;
  }
  .news .banner img {
    width: 100%;
  }
  .index .news:after {
    width: 100%;
    height: 18px;
    content: "";
    background-color: transparent;
    background-repeat: repeat-x;
    position: absolute;
    height: 12px;
    margin-top: -1px;
    background: url("../img/triangle_under_wh_sp.svg");
  }
  .contact {
    padding: 50px 0;
  }
  .contact .head-contact {
    margin: 0 auto 15px;
  }
  .contact .head-contact img {
    width: 135px;
  }
  .contact .contact-read {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    margin-bottom: 25px;
  }
  footer {
    padding: 20px 0;
  }
  footer .inner-content {
    box-sizing: border-box;
  }
  footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 365px) {
  .character .thumb-item {
    max-width: 70px !important;
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modal-box {
  display: none;
}

@media screen and (min-width: 768px) {
  .modaal-content-container .cover-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .modaal-content-container .modal-inner {
    padding: 30px 40px;
    line-height: 23px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .modaal-content-container .modal-inner .inner-left {
    width: 300px;
  }
  .modaal-content-container .modal-inner .inner-left .character-name {
    height: 40px;
    margin-bottom: 15px;
  }
  .modaal-content-container .modal-inner .inner-left .character-name img {
    height: 100%;
    vertical-align: middle;
  }
  .modaal-content-container .modal-inner .inner-left .name-high {
    height: 80px;
  }
  .modaal-content-container .modal-inner .inner-left .character-spec {
    color: #a09c8d;
    margin-bottom: 15px;
  }
  .modaal-content-container .modal-inner .inner-left .character-read {
    color: #342510;
  }
  .modaal-content-container .modal-inner .inner-right {
    width: 210px;
    text-align: center;
  }
  .modaal-content-container .modal-inner .inner-right img {
    max-width: 100%;
  }
  .modaal-container {
    max-width: 612px;
  }
  .modaal-close {
    position: absolute;
    margin-left: 95%;
    top: -20px;
    width: 50px;
    height: 50px;
  }
  .modaal-close:before,
  .modaal-close:after {
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container .cover-img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .modaal-content-container .modal-inner {
    padding: 25px 20px;
    line-height: 23px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }
  .modaal-content-container .modal-inner .inner-left .character-name {
    height: 30px;
    margin-bottom: 10px;
  }
  .modaal-content-container .modal-inner .inner-left .character-name img {
    height: 100%;
  }
  .modaal-content-container .modal-inner .inner-left .name-high {
    height: 60px;
  }
  .modaal-content-container .modal-inner .inner-left .character-spec {
    color: #a09c8d;
    margin-bottom: 10px;
  }
  .modaal-content-container .modal-inner .inner-left .character-read {
    color: #342510;
  }
  .modaal-content-container .modal-inner .inner-right {
    min-width: 84px;
    margin-left: 8px;
    text-align: center;
    position: relative;
    min-height: 180px;
  }
  .modaal-content-container .modal-inner .inner-right img {
    position: absolute;
    max-width: 100%;
    max-height: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .modaal-inner-wrapper {
    padding: 80px 20px;
  }
  .modaal-close {
    position: absolute;
    right: -13px;
    top: -15px;
    width: 35px;
    height: 35px;
  }
  .modaal-close:before,
  .modaal-close:after {
    top: 8px;
    left: 16px;
    width: 3px;
    height: 20px;
  }
}
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: white;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  border-radius: 20px;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  color: #fff;
  cursor: pointer;
  opacity: 1;
  background: white;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  border-radius: 4px;
  background: #3f3021;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #2f1e0e;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fee016;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 9999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 50%;
    width: 24px;
  }
  .swiper-button-prev {
    background-image: url(../img/character_nav_right.png);
    background-size: 24px;
  }
  .swiper-button-next {
    background-image: url(../img/character_nav_left.png);
    background-size: 24px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    bottom: -20px;
    width: 16px;
  }
  .swiper-button-prev {
    background-image: url(../img/character_nav_right.png);
    background-size: 15px;
  }
  .swiper-button-next {
    background-image: url(../img/character_nav_left.png);
    background-size: 15px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 44px;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.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 {
  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;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.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;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.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;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

header {
  background-color: #fee016;
}
header .head-logo {
  margin: 0 auto;
}
header .head-logo img {
  width: 100%;
}

html, body {
  height: 100%;
}

.page-contain {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-contain footer {
  position: absolute;
  bottom: 0;
}

.contact-form .form {
  background-color: gray;
  max-width: 712px;
  height: 500px;
  margin: 0 auto 50px;
}

.article-wrapper .inner-content {
  text-align: left;
}
.article-wrapper .article-head {
  border-bottom: 1px solid #e3e0d5;
}
.article-wrapper .article-head .day {
  color: #a09c8d;
  font-size: 15px;
  margin-bottom: 10px;
}
.article-wrapper .article-head .title {
  font-size: 25px;
  line-height: 1.8;
}

.article-content {
  margin-bottom: 50px;
}
.article-content p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
}
.article-content a {
  color: #177ddb;
}

@media screen and (min-width: 768px) {
  header {
    height: 110px;
    padding-top: 15px;
  }
  header .head-logo {
    width: 110px;
  }
  .page {
    padding: 100px 0 160px;
  }
  .page .news {
    padding: 0;
  }
  .contact-form .head-contact {
    margin-bottom: 60px;
  }
  .contact-form .head-contact img {
    width: 200px;
  }
  .article-wrapper .inner-content {
    width: 712px;
  }
  .article-wrapper .article-head {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 65px;
    padding-top: 10px;
  }
  header .head-logo {
    width: 65px;
  }
  .page {
    padding: 50px 0 130px;
  }
  .contact-form .head-contact {
    margin-bottom: 40px;
  }
  .contact-form .head-contact img {
    width: 140px;
  }
  .article-wrapper .article-head {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .article-wrapper .article-head .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .article-content {
    margin-bottom: 30px;
  }
  .article-content p {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */