@keyframes efx1 {
  0% {
    left: 2px;
  }
  5% {
    left: 0px;
  }
  10% {
    left: 2px;
  }
  15% {
    left: 0px;
  }
  20% {
    left: 2px;
  }
  25% {
    left: 0px;
  }
  30% {
    left: 2px;
  }
  35% {
    left: 0px;
  }
  40% {
    left: 2px;
  }
  45% {
    left: 0px;
  }
}

.overwrap {
  overflow: hidden;
}

.inner {
  text-align: center;
}

.Origami-Contents .Origami-Video iframe {
  border-radius: 14px 14px 0 0;
  width: 100%;
  height: calc(96vw * 0.56);
}

ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* スクロールのつまみ部分の設定 */
ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ffffff99;
}

.Origami-Majo2.inView {
  opacity: 1;
}
.Origami-Majo2 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition-duration: 1s;
  width: 889px;
  margin: 0 auto;
}
.Origami-Majo2 img {
  position: absolute;
  width: 300px;
  bottom: 40px;
  left: 0;
  animation: majo 4s 0s linear infinite;
}

@keyframes efx2 {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes majo {
  0% {
    margin-left: 10px;
  }
  50% {
    margin-left: 0;
  }
  100% {
    margin-left: 10px;
  }
}
.Page {
  padding-top: 1px;
}

@media (max-width: 1280px) {
  .w1240 {
    max-width: 100%;
    margin: 0 auto;
  }

  .Origami-Contents {
    width: 550px;
  }
}

.Origami-Body {
  background: #07073e url("../images/bg-origami-top.png") no-repeat center top;
  background-attachment: fixed;
  background-size: contain;
  font-family: "Shuei MaruGo L";
  overflow: hidden;
}
.Origami-Body p.Origami-Vol span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  margin: 0 1px 0 0;
  width: 2em;
  height: 2em;
  background: #e95aaa;
}
.Origami-Body p.Origami-Vol span:nth-of-type(2) {
  background: #4cc1d5;
}
.Origami-Body p.Origami-Vol span:nth-of-type(3) {
  background: #97d13c;
}

.Origami-Main {
  position: relative;
  padding: 0 0 80px;
}
.Origami-Main h1 {
  padding: 24px;
  width: 540px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition-duration: 1s;
  transform: scale(0.75);
  transition-delay: 1s;
}
.Origami-Main h1.inView {
  opacity: 1;
  transform: scale(1);
}
.Origami-Main h2 {
  padding: 0 24px 24px;
  width: 540px;
  max-width: 100%;
  margin: auto;
  text-align: justify;
  color: #f2ea90;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 1.5s;
}
.Origami-Main h2.inView {
  opacity: 1;
}
.Origami-Main h3 {
  position: absolute;
  left: 80%;
  bottom: 120px;
  margin-left: 270px;
  transition-duration: 3s;
}
.Origami-Main h3 img {
  max-width: none;
  animation: majo 2s 0s linear infinite;
}
.Origami-Main h3.inView {
  left: 50%;
  bottom: 88px;
}
.Origami-Main p.Origami-Main-Efx {
  position: absolute;
  margin: 0;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Main p.Origami-Main-Efx img {
  transform: scale(0.1);
  transition-duration: 1.5s;
}
.Origami-Main p.Origami-Main-Efx.inView {
  opacity: 1;
}
.Origami-Main p.Origami-Main-Efx.inView img {
  transform: scale(1);
}
.Origami-Main p.ome1 {
  width: 160px;
  top: -2%;
  left: 16%;
  transition-delay: 2.5s;
  animation: efx2 4s 0s linear infinite;
  transform-origin: 50% 0%;
}
.Origami-Main p.ome2 {
  width: 160px;
  bottom: -0%;
  left: 8%;
  transition-delay: 1.5s;
  animation: efx2 4s 0s linear infinite;
}
.Origami-Main p.ome3 {
  width: 240px;
  top: 28%;
  left: 0%;
  transition-delay: 1s;
  animation: efx2 4s 0s linear infinite;
  transform-origin: 50% 0%;
}
.Origami-Main p.ome4 {
  width: 160px;
  top: 2%;
  right: 2%;
  transition-delay: 2s;
  animation: efx2 4s 0s linear infinite;
}
.Origami-Main p.ome5 {
  width: 100px;
  top: 0%;
  right: 24%;
  transition-delay: 2.5s;
  animation: efx2 4s 0s linear infinite;
  transform-origin: 50% 0%;
}
.Origami-Main p.ome6 {
  width: 90px;
  bottom: 0%;
  right: 28%;
  transition-delay: 3s;
  animation: efx2 4s 0s linear infinite;
  transform-origin: 50% 0%;
}
.Origami-Main p.ome7 {
  width: 110px;
  top: 32%;
  right: 4%;
  transition-delay: 0.5s;
  animation: efx2 4s 0s linear infinite;
}
.Origami-Main p.ome8 {
  width: 72px;
  bottom: 40%;
  left: 24%;
  transition-delay: 0.5s;
  animation: efx2 4s 0s linear infinite;
}

.others {
  display: inline-block;
  padding: 8px 24px;
  background: #beface;
  font-size: 1.2em;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .Origami-Main {
    overflow: visible;
  }
  .Origami-Main h1 {
    padding: 64px 40px 0;
  }
  .Origami-Main h3 {
    position: static;
    margin-left: auto;
  }
  .Origami-Main p.ome1 {
    width: 25vw;
    top: -2%;
    left: -4%;
  }
  .Origami-Main p.ome2 {
    width: 25vw;
    top: -2%;
    left: auto;
    right: -4%;
  }
  .Origami-Main p.ome3 {
    display: none;
  }
  .Origami-Main p.ome4 {
    display: none;
  }
  .Origami-Main p.ome5 {
    display: none;
  }
  .Origami-Main p.ome6 {
    display: none;
  }
  .Origami-Main p.ome7 {
    width: 20vw;
    top: 26%;
    right: -4%;
  }
  .Origami-Main p.ome8 {
    width: 15vw;
    top: 29%;
    left: -4%;
  }
}
.Origami-Container {
  padding: 0px;
}

.Origami-Contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: fit-content;
}

.Origami-Container .title {
  text-align: center;
  margin-bottom: 24px;
}
.title-vol {
  transition-duration: 1s;
  transform: translateX(200px);
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.title-vol.Current {
  transform: translateX(0px);
  height: auto;
  opacity: 1;
}

.Origami-Contents .Origami-Vol {
  margin: 0 0 24px;
  text-align: center;
  font-size: 1.2em;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Contents .Origami-Vol.inView {
  opacity: 1;
}
.Origami-Contents .Origami-Title {
  text-align: center;
  margin-bottom: 40px;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Contents .Origami-Title.inView {
  opacity: 1;
}
.Origami-Title b {
  display: inline-block;
  padding: 8px 40px;
  background: #befaf9;
  font-size: 1.6em;
  position: relative;
}
.Origami-Title b::before {
  content: "";
  display: flex;
  background: url("../images/bg-title-l.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -29px;
  top: 0;
}
.Origami-Title b::after {
  content: "";
  display: flex;
  background: url("../images/bg-title-r.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  right: -29px;
  top: 0;
}

.Origami-Archive .inner .others::before {
  content: "";
  display: flex;
  background: url("../images/bg2-title-l.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -23px;
  top: 0;
}
.Origami-Archive .inner .others::after {
  content: "";
  display: flex;
  background: url(../images/bg2-title-r.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  right: -29px;
  top: 0;
}

.others b::before {
  content: "";
  display: flex;
  background: url("../images/bg-title-l.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  left: -29px;
  top: 0;
}

.others b::after {
  content: "";
  display: flex;
  background: url("../images/bg-title-r.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  position: absolute;
  right: -29px;
  top: 0;
}

.Origami-movies {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
}
.Origami-Contents .Origami-Video {
  background: #eee;
  border-radius: 16px;
}
.Origami-Contents .Origami-Video iframe {
  width: 868px;
  height: calc(868px * 0.562);
  border-radius: 14px 14px 0 0;
}
.Origami-Contents {
  flex: 0 0 70%;
  max-width: 70%;
}

.Origami-Video {
  transform: translateX(20px) scale(0.2);
  height: 0;
  overflow: hidden;
  transition-duration: 1.4s;
}
.Origami-Video.Current {
  height: auto;
  transform: translateX(0px) scale(1);
}

.Origami-Contents .Origami-Video video {
  border-radius: 16px 16px 0 0;
}
.Origami-Contents .Origami-Video h2 {
  padding: 24px 40px 40px;
  color: #321;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Contents .Origami-Video h2.inView {
  opacity: 1;
}

.Origami-Archive {
  flex: 0 0 24%;
}
.Origami-Archive ul {
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: column;
  overflow-y: scroll;
  height: 570px;
  padding-right: 7px;
  border-radius: 5px;
}
.Origami-Archive li {
  margin-bottom: 16px;
  opacity: 0.45;
  cursor: pointer;
  transition-duration: 0.2s;
}
.Origami-Archive li:hover {
  opacity: 0.75;
}
.Origami-Archive li.Current {
  opacity: 1;
  cursor: default;
}
.Origami-Archive li.Current:hover {
  opacity: 1;
}
.Origami-Archive li.Pre {
  cursor: default;
}
.Origami-Archive li.Pre:hover {
  opacity: 0.45;
}
.Origami-Archive li b {
  display: block;
  color: #fff;
}
.Origami-Archive li img {
  border-radius: 8px;
}
.Origami-Archive li b {
  font-size: 13px;
  text-align: left;
}
.Origami-Archive li p.Origami-Vol {
  margin-bottom: 4px;
  text-align: left;
}
.Origami-Archive li p.Origami-Vol span {
  font-size: 0.8em;
}
.Origami-Archive li p.Origami-Vol em {
  font-size: 12px;
  color: #ddd;
}

@media (max-width: 768px) {
  .Origami-Archive {
    padding: 0 0 40px;
  }
  .Origami-Archive li {
    flex: 0 0 48%;
  }

  .Origami-Contents .Origami-Video h2 {
    padding: 8px 16px 24px;
    font-size: 0.9em;
  }
}

.Origami-Frame_lease {
  text-align: center;
  padding: 24px;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Frame_lease.inView {
  opacity: 1;
}
.Origami-Majo2 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Majo2 img {
  position: absolute;
  width: 300px;
  bottom: 40px;
  left: 0;
  animation: majo 4s 0s linear infinite;
}
.Origami-Majo2.inView {
  opacity: 1;
}

.Origami-Profile {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}

.Origami-Profile p {
  margin-bottom: 0;
}

.Origami-Profile-1 {
  flex: 0 0 74%;
  background: #bcedf4;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Origami-Profile-1 h1 {
  flex: 0 0 100%;
  padding: 0 0 8px;
  font-size: 2em;
}

.Origami-Profile-1 h1 img {
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 7px;
}
.Origami-Profile-1 p.Origami-Profile-Photo {
  flex: 0 0 18%;
  text-align: center;
  padding: 0;
}
.Origami-Profile-1 p.Origami-Profile-Photo em {
  display: block;
  font-size: 0.8em;
}
.Origami-Profile-1 p.Origami-Profile-Txt {
  flex: 0 0 58%;
  padding-left: 16px;
  font-size: 0.9em;
  line-height: 1.8;
  text-align: justify;
}
.Origami-Profile-1 p.Origami-Profile-Txt a {
  text-decoration: underline;
  color: #da2151;
  display: block;
  padding-top: 8px;
}
.Origami-Profile-1 p.Origami-Profile-Txt a img {
  vertical-align: middle;
  margin-right: 4px;
}
.Origami-Profile-1 p.Origami-Profile-Book {
  flex: 0 0 20%;
}

.Origami-Profile-2 {
  flex: 0 0 24%;
  padding: 24px;
  background: #f3f2f1;
  text-align: center;
}
.Origami-Profile-2 b {
  display: block;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .Origami-Frame_lease {
    padding: 0 24px;
  }
  .Origami-Majo2 {
    text-align: center;
  }
  .Origami-Majo2 img {
    position: relative;
    width: 50vw;
    max-width: 300px;
    left: auto;
    right: auto;
    margin-bottom: -32px;
  }
  .Origami-Profile {
    display: block;
    padding-bottom: 40px;
  }

  .Origami-Profile-1 {
    display: block;
  }
  .Origami-Profile-1 p.Origami-Profile-Txt {
    padding: 16px 0;
  }
  .Origami-Profile-1 p.Origami-Profile-Txt a {
    font-size: 0.9em;
  }
}
.Origami-Post {
  padding-bottom: 120px;
}
.Origami-Post h1 {
  text-align: center;
  color: #fff;
  font-size: 2em;
  padding-bottom: 40px;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Post h1.inView {
  opacity: 1;
}
.Origami-Post ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}
.Origami-Post li {
  padding: 8px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.Origami-Post li:last-of-type::after {
  content: "";
  position: absolute;
  right: -82px;
  top: -108px;
  width: 180px;
  height: 180px;
  background: url("../images/majo-nori.png") no-repeat;
  background-size: contain;
}
.Origami-Post h2 {
  width: 800px;
  max-width: 90%;
  color: #fff;
  margin: auto;
  padding-bottom: 40px;
}
.Origami-Post .Origami-Post-Btn {
  display: flex;
  justify-content: center;
}
.Origami-Post .Origami-Post-Btn p {
  flex: 0 0 40%;
  text-align: center;
  margin: 0 16px;
  opacity: 0;
  transition-duration: 1s;
}
.Origami-Post .Origami-Post-Btn p.inView {
  opacity: 1;
}
.Origami-Post .Origami-Post-Btn p a {
  display: flex;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #e02d88;
  color: #e02d88;
  padding: 1em;
  font-size: 1.4em;
  justify-content: center;
  align-items: center;
}
.Origami-Post .Origami-Post-Btn p a img {
  width: 64px;
  margin-right: 24px;
}
.Origami-Post .Origami-Post-Btn p a:hover {
  background: #fcd5eb;
}

@media (max-width: 768px) {
  .Origami-Post {
    padding-bottom: 40px;
  }
  .Origami-Post h1 {
    font-size: 1em;
  }
  .Origami-Post li:last-of-type::after {
    display: none;
  }
  .Origami-Post .Origami-Post-Btn {
    display: block;
  }
  .Origami-Post .Origami-Post-Btn p {
    margin: 0 0 8px;
  }
  .Origami-Post .Origami-Post-Btn p a {
    font-size: 1em;
  }
  .Origami-Post .Origami-Post-Btn p a img {
    width: 40px;
  }
}

.Origami-Forms {
  width: 720px;
  max-width: 100%;
  margin: auto;
  padding: 40px 24px;
  background: #fffee8;
}
.Origami-Forms h2 {
  text-align: center;
  margin-bottom: 24px;
}
.Origami-Forms li {
  display: flex;
  justify-content: flex-start;
  font-size: 0.9em;
}
.Origami-Forms li em {
  flex: 0 0 30%;
  padding: 8px;
}
.Origami-Forms li span {
  flex: 0 0 70%;
  padding: 8px;
}
.Origami-Forms li input {
  width: 100%;
  padding: 4px;
}
.Origami-Forms li textarea {
  width: 100%;
  padding: 4px;
  height: 8em;
}
.Origami-Forms li.Origami-Forms-Submit {
  text-align: center;
  padding: 16px;
  position: relative;
}
.Origami-Forms li.Origami-Forms-Submit input[type="submit"] {
  width: auto;
  padding: 16px 40px;
  margin: auto;
  cursor: pointer;
}
.Origami-Forms li.Origami-Forms-Submit img {
  position: absolute;
  right: 16%;
  bottom: 0;
  width: 110px;
}
.Origami-Forms .error {
  color: #d11;
}

.Origami-submit-back {
  text-align: center;
}
.Origami-submit-back input[type="submit"] {
  width: auto;
  padding: 8px 24px;
  margin: auto;
  cursor: pointer;
}

body .modaal-container {
  padding: 0;
  border-radius: 16px;
  background: none;
  box-shadow: none;
}

body.page-template-default {
  padding: unset;
}
body .modaal-inner-wrapper {
  padding: 40px 8px;
}

@media (max-width: 1240px) {
  .Origami-Title b::after {
    display: none;
  }

  .Origami-Title b::before {
    display: none;
  }

  .Origami-Archive .inner .others::after {
    display: none;
  }

  .Origami-Archive .inner .others::before {
    display: none;
  }

  .Origami-Archive ul {
    height: 458px;
  }
}

@media (max-width: 768px) {
  body .modaal-inner-wrapper {
    padding: 24px 8px;
  }

  .Origami-Container {
    padding: 0px;
    width: 900px;
    max-width: 96vw;
    margin: 0 auto;
  }
  .Origami-Title {
    text-align: center;
  }
  .Origami-Title b {
    padding: 8px;
    font-size: 1.2em;
    text-align: center;
    display: block;
  }
  .Origami-movies {
    display: block;
  }
  .Origami-Contents {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .Origami-Contents .Origami-Video iframe {
    border-radius: 14px 14px 0 0;
    width: 100%;
    height: calc(96vw * 0.56);
  }
  .Origami-Archive ul {
    height: auto;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 2vw;
  }
  .Origami-Archive li {
    flex: 0 0 60%;
    max-width: 250px;
    padding: 0 16px 0 0;
  }

  .Origami-Archive ul {
    height: auto;

    overflow-y: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    /* Chrome, Safari 対応 */
  }
  ul::-webkit-scrollbar {
    display: none;
  }
  .Origami-Archive li {
    margin-bottom: 0;
  }
  .Origami-Archive {
    padding: 0;
  }

  element.style {
  }
  .Origami-Majo2 {
    text-align: center;
    width: unset;
  }

  .Origami-Majo2 img {
    position: relative;
    width: 50vw;
    max-width: 300px;
    left: auto;
    right: auto;
    margin-bottom: -32px;
  }

  .inner {
    margin-bottom: 50px;
    margin-top: 24px;
  }

  .Origami-Contents {
    width: unset;
  }
}

.Posted-Majo-Form {
  position: fixed;
  right: 20%;
  bottom: 16px;
}
.Posted-Majo-Form img {
  width: 100px;
}

.Origami-Forms-Note {
  font-size: 0.8em;
  padding: 40px 8px;
}
.Origami-Forms-Note h4 {
  margin-bottom: 1em;
}

.Origami-Body-Posted {
  background: #fff1f8;
  font-family: "Shuei MaruGo L";
  padding: 8px 0;
}

.Posted-Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.Posted-Header b {
  transition-duration: 0.3s;
}
.Posted-Header b a:hover {
  opacity: 0.75;
}
.Posted-Header h1 {
  text-align: center;
  font-size: 1.8em;
  color: #e02d88;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Posted-Header h1 img {
  margin: 0 16px 0 0;
  width: 48px;
}
.Posted-Header span a {
  color: #e02d88;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition-duration: 0.3s;
}
.Posted-Header span a:hover {
  opacity: 0.75;
}
.Posted-Header span img {
  width: 32px;
}

.Posted-Back {
  padding-bottom: 40px;
}
.Posted-Back a {
  color: #e02d88;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
.Posted-Back img {
  width: 32px;
}

.Posted-Contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 40px;
}

.Posted-Post {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 16px;
}
.Posted-Post figure {
  padding: 0;
  margin: 0;
  width: 100%;
}
.Posted-Post .Posted-Image p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.Posted-Post ul {
  background: #ffe4a5;
  font-size: 0.9em;
  margin: 0 0 8px;
  padding: 0 0 8px;
}
.Posted-Post li {
  padding: 8px 8px 0;
  display: flex;
  justify-content: center;
}
.Posted-Post li em {
  flex: 0 0 4em;
  padding-right: 12px;
  text-align: right;
  white-space: nowrap;
}
.Posted-Post li span {
  text-align: center;
  display: block;
  border-bottom: 1px dashed #777;
}
.Posted-Post li p {
  padding: 0 8px;
  font-size: 0.9em;
  min-height: 2em;
}
.Posted-Post p {
  padding: 8px 0;
  margin: 0;
}
.Posted-Post blockquote {
  font-size: 0.85em;
  margin-top: 16px;
}
.Posted-Post blockquote em img {
  width: 18px;
  margin-right: 4px;
  vertical-align: middle;
}
.Posted-Post blockquote span {
  display: block;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #ffe4a5;
}
.Posted-Post blockquote span img {
  width: 16px;
  vertical-align: middle;
  margin: 0 2px;
}
.Posted-Post .bx-wrapper .bx-pager {
  bottom: -8px;
}

.Posted-Majo {
  position: fixed;
  right: 0;
  bottom: 24px;
}
.Posted-Majo span {
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 24px;
  border: 1px solid #e02d88;
  position: relative;
}
.Posted-Majo a {
  color: #e02d88;
}
.Posted-Majo img {
  width: 180px;
}

/*!
	Modaal - accessible modals - v0.4.4
	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;
}

.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: transparent;
  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;
  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;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  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;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  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-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;
  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;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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;
  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%;
  max-width: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@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 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-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.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 {
  -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;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-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);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  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) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  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) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-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 {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-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 {
  -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;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
