@charset "UTF-8";
/*font*/
/*color*/
/*==================================================
* Reset
==================================================*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

button {
  overflow: visible; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

button, select {
  text-transform: none; }

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/*select{-moz-appearance:none;-webkit-appearance:none}*/
select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

/*==================================================
* Basic
==================================================*/
html {
  font-size: 62.5%;
  font-size: 10px; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.625;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

*, h1, h2, h3, h4, h5, p {
  padding: 0;
  margin: 0;
  font-size: inherit; }

h1, h2, h3, h4 {
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: .1rem; }

ul, li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s; }

a:hover {
  opacity: .8; }

img {
  vertical-align: bottom;
  border: 0px;
  max-width: 100%;
  height: auto; }

input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  border: 1px solid #aaa;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin: 8px 0 16px; }

input[type="radio"] {
  border: none;
  width: inherit;
  max-width: 100%;
  padding: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*==================================================
* layouters
==================================================*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important; } }

.alignleft {
  float: left;
  margin-right: 1.25rem;
  max-width: 50%; }

.alignright {
  float: right;
  margin-left: 1.25rem;
  max-width: 50%; }

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.d-ib {
  display: inline-block !important;
  vertical-align: middle; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .d-flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .d-flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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

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

.lh-125 {
  line-height: 1.25 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 3.5rem !important; }

.mt-7,
.my-7 {
  margin-top: 3.5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 3.5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 3.5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important; }

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

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

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

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

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

.m-9 {
  margin: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 4.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important; }

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

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

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

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

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

.m-11 {
  margin: 5.5rem !important; }

.mt-11,
.my-11 {
  margin-top: 5.5rem !important; }

.mr-11,
.mx-11 {
  margin-right: 5.5rem !important; }

.mb-11,
.my-11 {
  margin-bottom: 5.5rem !important; }

.ml-11,
.mx-11 {
  margin-left: 5.5rem !important; }

.m-12 {
  margin: 6rem !important; }

.mt-12,
.my-12 {
  margin-top: 6rem !important; }

.mr-12,
.mx-12 {
  margin-right: 6rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 6rem !important; }

.ml-12,
.mx-12 {
  margin-left: 6rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 3.5rem !important; }

.pt-7,
.py-7 {
  padding-top: 3.5rem !important; }

.pr-7,
.px-7 {
  padding-right: 3.5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 3.5rem !important; }

.pl-7,
.px-7 {
  padding-left: 3.5rem !important; }

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

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

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

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

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

.p-9 {
  padding: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 4.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 4.5rem !important; }

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

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

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

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

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

.p-11 {
  padding: 5.5rem !important; }

.pt-11,
.py-11 {
  padding-top: 5.5rem !important; }

.pr-11,
.px-11 {
  padding-right: 5.5rem !important; }

.pb-11,
.py-11 {
  padding-bottom: 5.5rem !important; }

.pl-11,
.px-11 {
  padding-left: 5.5rem !important; }

.p-12 {
  padding: 6rem !important; }

.pt-12,
.py-12 {
  padding-top: 6rem !important; }

.pr-12,
.px-12 {
  padding-right: 6rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 6rem !important; }

.pl-12,
.px-12 {
  padding-left: 6rem !important; }

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

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

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

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

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

.sepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sepper .sepper__box {
    margin-top: 60px; }
  .sepper .sepper__box--2 {
    width: calc( 100% / 2); }
  .sepper .sepper__box {
    margin-top: 60px; }
  .sepper .sepper__box--3 {
    width: calc( 100% / 3); }
  .sepper .sepper__box {
    margin-top: 60px; }
  .sepper .sepper__box--4 {
    width: calc( 100% / 4); }

@media screen and (max-width: 768px) and (min-width: 769px) {
  .sepper .sepper__box--2,
  .sepper .sepper__box--3,
  .sepper .sepper__box--4 {
    width: calc( 100% / 2);
    margin-top: 3rem; }
    .sepper .sepper__box--2:nth-child(-n+2),
    .sepper .sepper__box--3:nth-child(-n+2),
    .sepper .sepper__box--4:nth-child(-n+2) {
      margin-top: 0; }
    .sepper .sepper__box--2:nth-child(odd),
    .sepper .sepper__box--3:nth-child(odd),
    .sepper .sepper__box--4:nth-child(odd) {
      padding-right: 2rem; }
    .sepper .sepper__box--2:nth-child(even),
    .sepper .sepper__box--3:nth-child(even),
    .sepper .sepper__box--4:nth-child(even) {
      padding-left: 2rem; } }
  @media screen and (max-width: 768px) {
    .sepper .sepper__box--2,
    .sepper .sepper__box--3,
    .sepper .sepper__box--4 {
      width: 100%;
      margin-top: 6rem;
      padding-left: 0;
      padding-right: 0 !important; }
      .sepper .sepper__box--2:first-child,
      .sepper .sepper__box--3:first-child,
      .sepper .sepper__box--4:first-child {
        margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--2:nth-child(-n+2) {
      margin-top: 0; }
    .sepper .sepper__box--2:nth-child(odd) {
      padding-right: 2rem; }
    .sepper .sepper__box--2:nth-child(even) {
      padding-left: 2rem; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--3:nth-child(-n+3) {
      margin-top: 0; }
    .sepper .sepper__box--3:nth-child(3n+1) {
      padding-right: 1.5rem; }
    .sepper .sepper__box--3:nth-child(3n+2) {
      padding-left: .5rem;
      padding-right: .5rem; }
    .sepper .sepper__box--3:nth-child(3n) {
      padding-left: 1.5rem; } }
  @media screen and (min-width: 769px) {
    .sepper .sepper__box--4:nth-child(-n+4) {
      margin-top: 0; }
    .sepper .sepper__box--4:nth-child(4n+1) {
      padding-right: 1.5rem; }
    .sepper .sepper__box--4:nth-child(4n+2) {
      padding-left: .5rem;
      padding-right: .75rem; }
    .sepper .sepper__box--4:nth-child(4n+3) {
      padding-left: .75rem;
      padding-right: .5rem; }
    .sepper .sepper__box--4:nth-child(4n) {
      padding-left: 1.5rem; } }

/*==================================================
* various
==================================================*/
p {
  margin-bottom: 2rem; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: bold;
  font-size: 100%; }

.font-mincho {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif; }

.font-goth {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

.font-xxl {
  font-size: 5.2rem; }

.font-xl {
  font-size: 3.2rem; }

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

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

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

.font-xs {
  font-size: 1.2rem; }

@media screen and (max-width: 768px) {
  .font-xxl {
    font-size: 4rem; }
  .font-xl {
    font-size: 2.4rem; }
  .font-lg {
    font-size: 1.8rem; }
  .font-md {
    font-size: 1.6rem; }
  .font-sm {
    font-size: 1.4rem; }
  .font-xs {
    font-size: 1.2rem; } }

.font-normal {
  font-weight: normal !important; }

.font-bold {
  font-weight: bold !important; }

.text-shadow {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }

.bg-w {
  background: #fff !important; }

.bg-bk {
  background: #000 !important; }

.box-shadow {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

.border {
  border: 1px solid #E60012; }

.border-none {
  border: none !important; }

.round {
  border-radius: 10px;
  overflow: hidden; }

/*==================================================
* basic module
==================================================*/
#wrapper {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 64px; } }

.main {
  position: relative;
  z-index: 1; }

.inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .inner {
      padding-left: 3%;
      padding-right: 3%; } }
  .inner--lg {
    max-width: 1200px; }
  .inner--sm {
    max-width: 830px; }

.section {
  padding: 80px 0 80px; }

/*==================================================
* header
==================================================*/
.header {
  z-index: 100;
  width: 100%;
  position: relative;
  background: #fff; }
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px; }
  .header__logo img {
    max-height: 40px; }
  @media screen and (max-width: 768px) {
    .header {
      position: fixed;
      top: 0; } }

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  overflow: hidden;
  z-index: 20; }
  @media screen and (min-width: 769px) {
    .menu-btn {
      display: none; } }
  .menu-btn__btn {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #E60012;
    text-align: center;
    -webkit-touch-callout: none; }
  .menu-btn__icon, .menu-btn__icon:before, .menu-btn__icon:after {
    position: relative;
    display: block;
    width: 32px;
    height: 3px;
    margin: auto;
    margin-top: -2px;
    background: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
  .menu-btn__icon {
    top: 32px; }
  .menu-btn__icon:before, .menu-btn__icon:after {
    position: absolute;
    content: "";
    top: auto;
    margin-top: 0;
    left: 0; }
  .menu-btn__icon:before {
    top: -10px; }
  .menu-btn__icon:after {
    bottom: -10px; }

.opened-nav .menu-btn__icon {
  background: none; }

.opened-nav .menu-btn__icon:before, .opened-nav .menu-btn__icon:after {
  top: 0;
  bottom: 0; }

.opened-nav .menu-btn__icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.opened-nav .menu-btn__icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*==================================================
* Menu
==================================================*/
#main-menu {
  position: relative;
  text-align: center;
  line-height: 1.25;
  letter-spacing: .1rem;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    #main-menu {
      display: block !important; }
      #main-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #main-menu ul li {
          display: table;
          height: 100%; }
          #main-menu ul li a {
            display: table-cell;
            vertical-align: middle;
            font-size: 1.5rem;
            font-weight: bold;
            padding: 10px 15px; } }
  @media screen and (max-width: 768px) {
    #main-menu {
      display: none;
      position: fixed;
      width: 100%;
      top: 64px;
      left: 0;
      padding: 0;
      font-size: 1.4rem;
      text-align: left;
      background: #fff;
      z-index: 10; }
      #main-menu > ul {
        padding-left: 3%;
        padding-right: 3%; }
        #main-menu > ul > li {
          display: block;
          width: 100%;
          border-top: 1px solid #eee; }
          #main-menu > ul > li:first-child {
            border-top: none; }
          #main-menu > ul > li > a {
            position: relative;
            display: block;
            padding: 1.5rem 0;
            padding-left: 1rem;
            line-height: 1.5;
            border: none; }
            #main-menu > ul > li > a:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              top: 50%;
              right: 10px;
              -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
              border-top: 1px solid #000;
              border-right: 1px solid #000; } }
  #main-menu.navpita {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }

/*==================================================
* Footer
==================================================*/
.footer {
  position: relative; }

.copyright {
  display: block;
  width: 100%;
  padding: 30px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.2rem; }

#page-top {
  position: fixed;
  bottom: 0;
  z-index: 5; }
  #page-top a {
    position: relative;
    display: block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    pointer-events: none; }
    #page-top a.fix {
      opacity: 1;
      pointer-events: auto;
      cursor: pointer; }

@-webkit-keyframes move-stripe {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 100% 100%; } }

@keyframes move-stripe {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 100% 100%; } }

@-webkit-keyframes g-nav {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes g-nav {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/*==================================================
* preset
==================================================*/
.animated--contents {
  -webkit-animation: contents 1.5s ease 0.2s forwards;
  animation: contents 1.5s ease 0.2s forwards; }

.animated--bounce {
  -webkit-animation: bounce 1.5s ease 0.2s forwards;
  animation: bounce 1.5s ease 0.2s forwards; }

.animated--rotate {
  -webkit-animation: rotate 1.5s ease 0.2s forwards;
  animation: rotate 1.5s ease 0.2s forwards; }

.animated--marquee {
  -webkit-animation: marquee 1.5s ease 0.2s forwards;
  animation: marquee 1.5s ease 0.2s forwards; }

.animated--sway1 {
  -webkit-animation: sway1 1.5s ease 0.2s forwards;
  animation: sway1 1.5s ease 0.2s forwards; }

.animated--sway2 {
  -webkit-animation: sway2 1.5s ease 0.2s forwards;
  animation: sway2 1.5s ease 0.2s forwards; }

.animated--fluffy {
  -webkit-animation: fluffy 1.5s ease 0.2s forwards;
  animation: fluffy 1.5s ease 0.2s forwards; }

.animated--move {
  -webkit-animation: move 1.5s ease 0.2s forwards;
  animation: move 1.5s ease 0.2s forwards; }

.animated--jump {
  -webkit-animation: jump 1.5s ease 0.2s forwards;
  animation: jump 1.5s ease 0.2s forwards; }

.animated--fade {
  -webkit-animation: fade 1.5s ease 0.2s forwards;
  animation: fade 1.5s ease 0.2s forwards; }

.inview-anim--contents {
  opacity: 0; }

.inview-anim--fade {
  opacity: 0; }

@-webkit-keyframes contents {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes contents {
  0% {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); } }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.inview-anim--marquee {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

@-webkit-keyframes sway1 {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  20% {
    -webkit-transform: scale(0.95, 1.15) translate(-30%);
    transform: scale(0.95, 1.15) translate(-30%); }
  30% {
    -webkit-transform: scale(1.1, 0.9) translate(15%);
    transform: scale(1.1, 0.9) translate(15%); }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(-7.5%);
    transform: scale(0.95, 1.05) translate(-7.5%); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(7.5%);
    transform: scale(1.05, 0.95) translate(7.5%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@keyframes sway1 {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  20% {
    -webkit-transform: scale(0.95, 1.15) translate(-30%);
    transform: scale(0.95, 1.15) translate(-30%); }
  30% {
    -webkit-transform: scale(1.1, 0.9) translate(15%);
    transform: scale(1.1, 0.9) translate(15%); }
  40% {
    -webkit-transform: scale(0.95, 1.05) translate(-7.5%);
    transform: scale(0.95, 1.05) translate(-7.5%); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translate(7.5%);
    transform: scale(1.05, 0.95) translate(7.5%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@-webkit-keyframes sway2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes sway2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  60% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@keyframes fluffy {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes move {
  0% {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); }
  50% {
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0); }
  65% {
    -webkit-transform: rotateY(180deg) translate3d(-240px, 0, 0);
    transform: rotateY(180deg) translate3d(-240px, 0, 0); }
  70% {
    -webkit-transform: rotateY(0deg) translate3d(-300px, 0, 0);
    transform: rotateY(0deg) translate3d(-300px, 0, 0); }
  to {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); } }

@keyframes move {
  0% {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); }
  50% {
    -webkit-transform: rotateY(180deg) translateZ(0);
    transform: rotateY(180deg) translateZ(0); }
  65% {
    -webkit-transform: rotateY(180deg) translate3d(-240px, 0, 0);
    transform: rotateY(180deg) translate3d(-240px, 0, 0); }
  70% {
    -webkit-transform: rotateY(0deg) translate3d(-300px, 0, 0);
    transform: rotateY(0deg) translate3d(-300px, 0, 0); }
  to {
    -webkit-transform: rotateY(0) translateZ(0);
    transform: rotateY(0) translateZ(0); } }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  12% {
    -webkit-transform: scale(0.975, 1.05) translateY(-5%);
    transform: scale(0.975, 1.05) translateY(-5%); }
  24% {
    -webkit-transform: scale(1.05, 0.95) translateY(2.5%);
    transform: scale(1.05, 0.95) translateY(2.5%); }
  36% {
    -webkit-transform: scale(0.975, 1.025) translateY(-1.2%);
    transform: scale(0.975, 1.025) translateY(-1.2%); }
  48% {
    -webkit-transform: scale(1.025, 0.975) translateY(1.2%);
    transform: scale(1.025, 0.975) translateY(1.2%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

@keyframes jump {
  0% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  12% {
    -webkit-transform: scale(0.975, 1.05) translateY(-5%);
    transform: scale(0.975, 1.05) translateY(-5%); }
  24% {
    -webkit-transform: scale(1.05, 0.95) translateY(2.5%);
    transform: scale(1.05, 0.95) translateY(2.5%); }
  36% {
    -webkit-transform: scale(0.975, 1.025) translateY(-1.2%);
    transform: scale(0.975, 1.025) translateY(-1.2%); }
  48% {
    -webkit-transform: scale(1.025, 0.975) translateY(1.2%);
    transform: scale(1.025, 0.975) translateY(1.2%); }
  60% {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  to {
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0); } }

/*
* 1.modamoda
*/
/*==================================================
* 1.modamoda
==================================================*/
/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */
.modal_close {
  background-image: url("../images/more_close.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.modal_close img {
  display: none; }

.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  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;
  background: transparent !important; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(230, 0, 18, 0.8) !important; }

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

.modaal-wrapper .modaal-close {
  border: none;
  background-image: url(../images/more_close.png);
  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;
  padding: 80px 25px; }

.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;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }

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

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

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 77px;
  height: 77px;
  /* background-image: url(../images/more_close.png); */
  border-radius: 100%;
  /* -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; */ }

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

.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;
	top: 19px;
    left: 35px;
    width: 5px;
    height: 41px;
    border-radius: 4px;
	background: #fff;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
} */
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

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

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

.modaal-content-container {
  padding: 30px; }

.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;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  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;
  -webkit-box-shadow: none !important;
  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;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
} */
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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%;
  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;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  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 {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  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) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

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

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

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .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) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

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

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

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .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) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

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

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

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

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

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

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  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;
    -webkit-transform: none;
    -ms-transform: none;
    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; } }

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media screen and (max-width: 767px) {
  /*!
		Modaal - accessible modals - v0.4.3
		by Humaan, for all humans.
		http://humaan.com
	 */
  .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;
    background: transparent !important; }
  .modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(230, 0, 18, 0.8) !important; }
  .modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background-image: url(../images/more_close.png);
    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;
    padding: 80px 25px; }
  .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;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }
  .modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px !important;
    height: 50px !important;
    /* background-image: url("../images/more_close.png"); */
    background-size: cover;
    border-radius: 100%;
    /* -webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out; */ }
  .modaal-close:focus,
  .modaal-close:hover {
    outline: none;
    /* background: #fff; */
    opacity: .8; }
  .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;
    top: 19px;
    left: 35px;
    width: 5px;
    height: 41px;
    border-radius: 4px;
    /* background: #fff; */
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    right: 10px;
    top: 10px; }
  .modaal-content-container {
    padding: 30px; }
  .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;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    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;
    -webkit-box-shadow: none !important;
    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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    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;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px; }
  .modaal-gallery-prev-outer {
    left: 45px; }
  .modaal-video-wrap {
    margin: auto 0;
    position: relative; }
  .modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    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;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    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 {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    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) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(2) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s; }
  .modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(3) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .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) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(4) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s; }
  .modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(5) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .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) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(6) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s; }
  .modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(7) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s; }
  .modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }
  .modaal-loading-spinner > div:nth-of-type(8) > div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s; }
  .modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); } }

@media only screen and (max-width: 767px) and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }

@media only screen and (max-width: 767px) and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    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: 767px) and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }

@media only screen and (max-width: 767px) and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }

@media screen and (max-width: 767px) and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }

@media screen and (max-width: 767px) and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  .modaal-instagram iframe {
    width: 600px !important; } }

@media screen and (max-width: 767px) and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }
  .modaal-video-container {
    max-width: 900px;
    /* max-height: 510px; */
    height: 100vh; } }

@media only screen and (max-width: 767px) and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }

@media screen and (max-width: 767px) {
  @keyframes instaReveal {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes instaReveal {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes modaal-loading-spinner {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    100% {
      opacity: .1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); } }
  @keyframes modaal-loading-spinner {
    0% {
      opacity: 1;
      -ms-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    100% {
      opacity: .1;
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); } } }

/*==================================================
* common_parts
==================================================*/
.strong-primary {
  font-size: 120%;
  font-weight: bold;
  color: #E60012; }

.h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold; }
  .h2:before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    background: #E60012; }
  .bg-primary .h2 {
    color: #fff; }

.h3 {
  text-align: center;
  margin: 40px auto;
  font-size: 2.4rem;
  font-weight: bold; }

.bg-hogan {
  background: url(../images/bg_hogan.gif); }

.bg-primary {
  background: #951e01; }

.bg-bright {
  background: #F7DABE; }

.color-primary {
  color: #E60012 !important; }

.btn {
  text-align: center;
  margin: 40px auto 0; }
  .btn__item {
    position: relative;
    display: inline-block;
    min-width: 280px;
    margin: 0 8px;
    padding: 22px 32px;
    border-radius: 100px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: -webkit-linear-gradient(45deg, #E60012, #ff1023);
    background: -o-linear-gradient(45deg, #E60012, #ff1023);
    background: linear-gradient(45deg, #E60012, #ff1023); }

.push-btn {
  max-width: 450px;
  margin: 40px auto 0;
  padding: 20px;
  color: #fff;
  background: #f00;
  text-align: center;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 0 #cf0000;
  box-shadow: 0 5px 0 #cf0000;
  top: 0; }
  .push-btn:hover {
    top: 5px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .push-btn--arrow:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -6px;
    border-top: 7px solid #fff;
    border-right: 7px solid #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 14px 7px;
    -ms-transform-origin: 14px 7px;
    transform-origin: 14px 7px; }
  .push-btn.open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.text-line {
  display: inline;
  padding-bottom: 4px;
  border-bottom: 4px solid; }

.link--line {
  text-decoration: underline; }

/*==================================================
* unique
==================================================*/
.kv {
  background: url(../images/kv_bg.jpg) repeat center top; }
  @media screen and (min-width: 1025px) {
    .kv {
      min-height: 560px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media screen and (max-width: 1024px) {
    .kv {
      padding: 30px 0; } }

.kv-cts {
  position: relative; }
  .kv-cts__sub, .kv-cts__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
* intro
==================================================*/
.intro-catch {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #a08d4b;
  margin-bottom: 40px; }

.intro-copy {
  line-height: 2; }

/*
* member
==================================================*/
.member {
  font-size: 1.4rem; }
  .member__img {
    text-align: center;
    margin-bottom: 20px; }
    .member__img img {
      border-radius: 50%; }
  .member__name {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem; }
  .member__sns {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center; }
  .member__sns-link {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #fff;
    background: #ffad38;
    padding: 8px 12px 8px 36px;
    border-radius: 100px; }
    .member__sns-link:before {
      content: "";
      position: absolute;
      top: calc(50% - 8px);
      left: 12px;
      display: block;
      width: 16px;
      height: 16px;
      background: url(../images/icon_inst.svg) no-repeat center/contain; }
  @media screen and (max-width: 768px) {
    .member__img {
      margin-bottom: 12px; }
      .member__img img {
        max-width: 56%; }
    .member__sns {
      margin-top: 12px;
      margin-bottom: 12px; } }

/*
* talk
==================================================*/
.talk__h {
  margin-bottom: 20px;
  text-align: center; }

.talk .talk-mc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px; }
  .talk .talk-mc__img {
    width: 12%;
    padding-top: 12%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/member.jpg); }
  .talk .talk-mc__cts {
    width: 85%;
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
    color: #ff009c; }
    .talk .talk-mc__cts:before {
      content: "――";
      display: block;
      position: absolute;
      left: 0;
      letter-spacing: -6px; }

.talk__answer:not(:last-child) {
  margin-bottom: 30px; }

.talk__section:not(:last-child) {
  margin-bottom: 72px; }

@media screen and (max-width: 768px) {
  .talk {
    margin-top: 30px; }
    .talk__h {
      margin-bottom: 20px; }
    .talk__mc {
      margin-bottom: 30px;
      font-size: 1.6rem;
      line-height: 1.5; }
    .talk .talk-mc {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .talk .talk-mc__img {
        width: 16%;
        padding-top: 16%; }
      .talk .talk-mc__cts {
        width: 80%;
        font-size: 1.6rem; }
    .talk__answer:not(:last-child) {
      margin-bottom: 40px; }
    .talk__section:not(:last-child) {
      margin-bottom: 50px; } }

.talk-person {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .talk-person:not(:last-child) {
    margin-bottom: 24px; }
  .talk-person__img {
    width: 12%;
    padding-top: 12%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%; }
  .talk-person__serif {
    width: 85%;
    margin-bottom: 0;
    position: relative;
    padding: 3%;
    background: #fff;
    border-radius: 8px; }
    .talk-person__serif strong {
      color: #E60012; }
    .talk-person__serif:before {
      content: "";
      position: absolute;
      top: 30px;
      right: 100%;
      border: 12px solid transparent;
      border-right: 20px solid #f0f0f0; }
  .talk-person:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .talk-person:nth-child(odd) .talk-person__serif:before {
      right: auto;
      left: 100%;
      border-right: none;
      border-left: 20px solid #f0f0f0; }
  .talk-person--1 .talk-person__img {
    background-image: url(../images/member_1.jpg); }
  .talk-person--1 .talk-person__serif {
    border: #ff85d5 1px solid; }
    .talk-person--1 .talk-person__serif:before {
      border-right-color: #ff85d5; }
  .talk-person--1:nth-child(odd) .talk-person__serif:before {
    border-left-color: #ff85d5; }
  .talk-person--2 .talk-person__img {
    background-image: url(../images/member_2.jpg); }
  .talk-person--2 .talk-person__serif {
    border: 1px solid #858eff; }
    .talk-person--2 .talk-person__serif:before {
      border-right-color: #858eff; }
  .talk-person--2:nth-child(odd) .talk-person__serif:before {
    border-left-color: #858eff; }
  .talk-person--3 .talk-person__img {
    background-image: url(../images/member_3.jpg); }
  .talk-person--3 .talk-person__serif {
    border: 1px solid #ff6d6d; }
    .talk-person--3 .talk-person__serif:before {
      border-right-color: #ff6d6d; }
  .talk-person--3:nth-child(odd) .talk-person__serif:before {
    border-left-color: #ff6d6d; }
  .talk-person--4 .talk-person__img {
    background-image: url(../images/member_4.jpg); }
  .talk-person--4 .talk-person__serif {
    border: 1px solid #ffb565; }
    .talk-person--4 .talk-person__serif:before {
      border-right-color: #ffb565; }
  .talk-person--4:nth-child(odd) .talk-person__serif:before {
    border-left-color: #ffb565; }
  @media screen and (max-width: 768px) {
    .talk-person:not(:last-child) {
      margin-bottom: 20px; }
    .talk-person__img {
      width: 16%;
      padding-top: 16%; }
    .talk-person__serif {
      width: 80%; }
      .talk-person__serif:before {
        top: 16px;
        border-width: 8px;
        border-right-width: 14px; }
    .talk-person:nth-child(odd) .talk-person__serif:before {
      border-left-width: 14px; } }

.figure-block {
  margin: 30px 0;
  text-align: center; }
  .figure-block__container {
    display: inline-block;
    text-align: right; }
  .figure-block__img {
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: -10px;
    position: relative; }
    .figure-block__img img {
      position: relative;
      border-radius: 8px;
      z-index: 1; }
    .figure-block__img:before {
      content: "";
      display: block;
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 8px;
      background-image: -webkit-linear-gradient(135deg, #26a860, #26a860 25%, #E60012 26%, #E60012 50%, #26a860 51%, #26a860 75%, #E60012 76%, #E60012 100%);
      background-image: -o-linear-gradient(135deg, #26a860, #26a860 25%, #E60012 26%, #E60012 50%, #26a860 51%, #26a860 75%, #E60012 76%, #E60012 100%);
      background-image: linear-gradient(-45deg, #26a860, #26a860 25%, #E60012 26%, #E60012 50%, #26a860 51%, #26a860 75%, #E60012 76%, #E60012 100%);
      background-size: 20px 20px; }
  .figure-block__txt {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .figure-block__img {
      padding-right: 5px;
      padding-bottom: 5px;
      margin-right: -5px; }
      .figure-block__img:before {
        width: calc(100% - 5px);
        height: calc(100% - 5px); } }

/*
* step
==================================================*/
.step-list__item {
  margin-bottom: 12px; }

@media screen and (min-width: 769px) {
  .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .step-list__item {
      width: calc(100% / 3 - 2rem); }
      .step-list__item:nth-child(3n+1) {
        margin-right: 1.5rem; }
      .step-list__item:nth-child(3n+2) {
        margin-left: .5rem;
        margin-right: .5rem; }
      .step-list__item:nth-child(3n) {
        margin-left: 1.5rem; } }

.step-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 36px 24px 144px;
  background: #fff;
  border-radius: 8px; }
  .step-card__ttl {
    margin-bottom: 20px;
    text-align: center;
    color: #E60012;
    font-size: 2.4rem;
    font-weight: bold; }
    .step-card__ttl--nml {
      display: none; }
    .step-card__ttl--num {
      font-size: 3.2rem;
      display: block;
      margin: auto;
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: #a08d4b;
      border-radius: 50%;
      color: #fff; }
  .step-card__txt {
    font-size: 1.4rem; }
  .step-card__icon {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .step-card {
      padding: 24px; }
      .step-card__icon {
        position: static;
        bottom: auto;
        left: auto;
        margin-top: 16px; } }

/*
* cts
==================================================*/
.movie-thumb {
  text-align: center; }
  .movie-thumb__item {
    position: relative;
    display: inline-block; }
    .movie-thumb__item a {
      display: block;
      position: relative;
      left: -8px;
      top: -8px;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
      .movie-thumb__item a:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 8px;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background-image: -webkit-linear-gradient(135deg, #f50013, #f50013 25%, #E60012 26%, #E60012 50%, #f50013 51%, #f50013 75%, #E60012 76%, #E60012 100%);
        background-image: -o-linear-gradient(135deg, #f50013, #f50013 25%, #E60012 26%, #E60012 50%, #f50013 51%, #f50013 75%, #E60012 76%, #E60012 100%);
        background-image: linear-gradient(-45deg, #f50013, #f50013 25%, #E60012 26%, #E60012 50%, #f50013 51%, #f50013 75%, #E60012 76%, #E60012 100%);
        background-size: 40px 40px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
      .movie-thumb__item a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/btn_play.png) no-repeat center/20%; }
      .movie-thumb__item a:hover {
        opacity: .9; }
        .movie-thumb__item a:hover:before {
          top: 0;
          left: 0;
          -webkit-animation: move-stripe 50s infinite linear;
          animation: move-stripe 50s infinite linear; }
      .movie-thumb__item a img {
        width: 100%;
        position: relative;
        border: 5px solid #E60012;
        border-radius: 8px; }
  @media screen and (max-width: 768px) {
    .movie-thumb__item a {
      left: -4px; }
      .movie-thumb__item a:before {
        top: 8px;
        left: 8px;
        -webkit-animation: move-stripe 50s infinite linear;
        animation: move-stripe 50s infinite linear; } }

/*
* cts
==================================================*/
@media screen and (min-width: 1025px) {
  .photo-cts-1 {
    padding-right: 38.1%;
    position: relative; }
    .photo-cts-1__img {
      margin-bottom: 30px; }
    .photo-cts-1__body {
      position: absolute;
      width: 41.8%;
      right: 0;
      bottom: 8%; }
    .photo-cts-1__btn {
      margin-top: 32px; } }

.photo-cts-1-card {
  padding: 40px 36px;
  border-radius: 8px;
  background: #fff; }
  .photo-cts-1-card__intro {
    font-size: 4.5rem;
    color: #a08d4b; }
  .photo-cts-1-card__ttl {
    margin-top: 20px;
    font-size: 2rem; }
  .photo-cts-1-card__txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .photo-cts-1-card {
      padding: 24px;
      margin-top: -10px;
      z-index: 1;
      position: relative; } }

/*
* #rule
==================================================*/
.drawer__ttl {
  position: relative;
  height: 70px;
  margin-top: 1px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  background: #E60012;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .drawer__ttl.open .drawer__icon:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }

.drawer__icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0; }
  .drawer__icon:before, .drawer__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    width: 24px;
    height: 3px;
    margin-top: -2px;
    background: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .drawer__icon:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.drawer__body {
  word-break: break-all;
  padding: 40px 20px;
  background: #fff;
  line-height: 1.5; }
  .drawer__body > h4 {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
    margin-top: 30px; }
    .drawer__body > h4:first-child {
      margin-top: 0; }
  .drawer__body p {
    margin-bottom: 15px; }
  .drawer__body a {
    text-decoration: underline; }
    .drawer__body a:hover {
      text-decoration: none; }
  .drawer__body > ul, .drawer__body ol {
    padding-left: 30px;
    margin-bottom: 20px; }
    .drawer__body > ul > li, .drawer__body ol > li {
      list-style-type: square; }
  .drawer__body ol {
    padding-left: 30px; }
    .drawer__body ol li {
      list-style-type: decimal; }

@media screen and (max-width: 768px) {
  .drawer__ttl {
    height: 50px;
    font-size: 14px;
    line-height: 50px; }
  .drawer__icon {
    width: 50px;
    height: 50px; }
    .drawer__icon:before, .drawer__icon:after {
      top: 50%;
      left: 16px;
      width: 16px;
      height: 2px;
      margin-top: -1px; }
    .drawer__icon:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .drawer__nakami {
    padding: 40px 20px;
    background: #fff; } }
