@charset "UTF-8";
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
#chart {
  background: url(../images/common/bg_bk.png) repeat;
  font-family: "FOT-ロダンNTLG Pro DB";
}
#chart .d-inner {
  position: relative;
}
#chart .d-inner .d-box {
  padding: 20px 0 40px;
}
#chart .d-inner .d-box .h3tit {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/chart/h3_tit.png) no-repeat center;
  height: 157px;
  max-width: 238px;
  margin: 0 auto;
}
#chart .d-inner .d-box .box {
  width: 80%;
  max-width: 800px;
  margin: auto;
  background: url(../images/common/bg_white.jpg) repeat;
  border-radius: 5px;
  border: 2px solid #000;
  padding: 20px;
  position: relative;
}
#chart .d-inner .d-box .box .boxInner {
  padding: 40px 20px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage {
  background: url(../images/chart/bg_chart.png) no-repeat center;
  height: 1077px;
  position: relative;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li {
  position: absolute;
  background: #fff;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li a {
  display: block;
  outline: none;
  text-indent: -9999px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(1) {
  top: 384px;
  left: 20px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(1) a {
  width: 254px;
  height: 373px;
  background: url(../images/chart/thumb01.png) no-repeat center;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(2) {
  top: 383px;
  left: 410px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(2) a {
  width: 254px;
  height: 373px;
  background: url(../images/chart/thumb02.png) no-repeat center;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(3) {
  top: 823px;
  left: 291px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(3) a {
  width: 174px;
  height: 255px;
  background: url(../images/chart/thumb03.png) no-repeat center;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(4) {
  top: 26px;
  left: 82px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(4) a {
  width: 172px;
  height: 254px;
  background: url(../images/chart/thumb04.png) no-repeat center;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(5) {
  top: 823px;
  left: 40px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(5) a {
  width: 174px;
  height: 255px;
  background: url(../images/chart/thumb05.png) no-repeat center;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(6) {
  top: 0;
  left: 399px;
}
#chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(6) a {
  width: 230px;
  height: 324px;
  background: url(../images/chart/thumb06.png) no-repeat center;
}
#chart .d-inner .page-item {
  position: absolute;
}
#chart .d-inner .item01 {
  top: 200px;
  left: 50px;
}
#chart .d-inner .item02 {
  bottom: 60px;
  right: 80px;
}

#character {
  display: none;
}

.characterTitle {
  text-indent: -9999px;
  overflow: hidden;
}

/* -------------modal-------------- */
.modaal-wrapper .modaal-container {
  width: 50%;
  max-width: 650px;
  margin: auto;
  /* ----modal-btn-close---- */
}
.modaal-wrapper .modaal-container .modaal-content-container {
  padding: 0;
}
.modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 4% 3.5%;
}
.modaal-wrapper .modaal-container .modaal-content-container .character-img {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  padding-top: 48.184%;
  margin: 0;
  display: table-cell;
}
.modaal-wrapper .modaal-container .modaal-content-container .characterText {
  width: 60%;
  margin: 0;
  padding-left: 4%;
  font-size: 1.5rem;
  color: #fff;
  display: table-cell;
  vertical-align: top;
}
.modaal-wrapper .modaal-container .modaal-content-container .characterText .title {
  display: block;
  font-size: 1.3em;
  padding-bottom: 0.5em;
}
.modaal-wrapper .modaal-container .modaal-content-container .characterText p {
  padding: 10px;
}
.modaal-wrapper .modaal-container .modaal-content-container .characterText p.dramachara {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.modaal-wrapper .modaal-container .modaal-content-container .characterText .characterTitle {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: calc(95 / 315 * 100%);
  margin: 0;
}
.modaal-wrapper .modaal-container .modaal-close {
  background: #000;
  border: 2px solid #fff;
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
}
.modaal-wrapper .modaal-container .modaal-close::before {
  width: 3px;
  top: 12px;
  left: 22px;
  border-radius: 0px;
}
.modaal-wrapper .modaal-container .modaal-close::after {
  width: 3px;
  top: 12px;
  left: 22px;
  border-radius: 0px;
}

/* ----modal-背景色---- */
.modaal-content-container-inner#modaal-character_01 {
  background: #de0214;
}
.modaal-content-container-inner#modaal-character_02 {
  background: #1755a0;
}
.modaal-content-container-inner#modaal-character_03 {
  background: #f5a70f;
}
.modaal-content-container-inner#modaal-character_04 {
  background: #fc7eb6;
}
.modaal-content-container-inner#modaal-character_05 {
  background: #f5e20f;
}
.modaal-content-container-inner#modaal-character_06 {
  background: #89c876;
}

/* ----modal-characterTitle---- */
#modaal-character_01 .characterTitle {
  padding-top: calc(95 / 315 * 100%);
}
#modaal-character_02 .characterTitle {
  padding-top: calc(100 / 315 * 100%);
}
#modaal-character_03 .characterText {
  color: #000;
}
#modaal-character_03 .characterTitle {
  padding-top: calc(96 / 315 * 100%);
}
#modaal-character_04 .characterText {
  color: #000;
}
#modaal-character_04 .characterTitle {
  padding-top: calc(98 / 315 * 100%);
}
#modaal-character_05 .characterText {
  color: #000;
}
#modaal-character_05 .characterTitle {
  padding-top: calc(101 / 315 * 100%);
}
#modaal-character_06 .characterText {
  color: #000;
}
#modaal-character_06 .characterTitle {
  padding-top: calc(95 / 315 * 100%);
}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
  #chart .d-inner .d-box .h3tit {
    width: 38.40%;
    height: 0;
    background-size: contain;
    padding-top: 17.26%;
    margin-bottom: 2%;
  }
  #chart .d-inner .item01 {
    width: 17% !important;
    top: 80px !important;
    left: -20px !important;
  }
  #chart .d-inner .item01 img {
    width: 100%;
  }
  #chart .d-inner .item02 {
    width: 20% !important;
    bottom: 80px !important;
    right: -10px !important;
  }
  #chart .d-inner .item02 img {
    width: 100%;
  }

  .modaal-wrapper .modaal-container {
    width: 95%;
  }
  .modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner .character-img {
    width: 100%;
    padding-top: 80%;
    background-position: center top;
    display: block;
  }
  .modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner .characterText {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner .characterText h3 {
    width: 100%;
    margin: 4% auto 2%;
    padding-top: 25% !important;
    background-position: center top;
  }
  .modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner .characterText p {
    font-size: 3.5vw;
  }
  .modaal-wrapper .modaal-container .modaal-content-container .modaal-content-container-inner .characterText p .title {
    font-size: 4.5vw;
  }

  /* ----modal-characterTitle---- */
  #modaal-character_01 .characterTitle {
    padding-top: calc(95 / 315 * 75%);
  }
  #modaal-character_02 .characterTitle {
    padding-top: calc(100 / 315 * 75%);
  }
  #modaal-character_03 .characterTitle {
    padding-top: calc(96 / 315 * 75%);
  }
  #modaal-character_04 .characterTitle {
    padding-top: calc(98 / 315 * 75%);
  }
  #modaal-character_05 .characterTitle {
    padding-top: calc(101 / 315 * 75%);
  }
  #modaal-character_06 .characterTitle {
    padding-top: calc(95 / 315 * 75%);
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  #chart .d-inner {
    padding: 0 2%;
  }
  #chart .d-inner .d-box .box {
    width: 100%;
    margin: auto;
  }
  #chart .d-inner .d-box .box .boxInner {
    padding: 5% 0;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage {
    background-size: contain;
    height: 0;
    padding-top: 167.24%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li a {
    width: 100% !important;
    height: 0 !important;
    padding-top: 146.85% !important;
    background-size: contain !important;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(1) {
    width: 39.44%;
    top: 35%;
    left: 1%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(2) {
    width: 39.44%;
    top: 35%;
    left: 60.5%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(3) {
    width: 28%;
    top: 76.3%;
    left: 41%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(4) {
    width: 28%;
    top: 1.5%;
    left: 10%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(5) {
    width: 28%;
    top: 76.3%;
    left: 3%;
  }
  #chart .d-inner .d-box .box .boxInner .chartblock .chartImage li:nth-child(6) {
    width: 35.71%;
    top: -0.5%;
    left: 59%;
  }
  #chart .d-inner .item01 {
    top: 200px;
    left: -30px;
  }
  #chart .d-inner .item02 {
    bottom: 60px;
    right: -10px;
  }

  .modaal-wrapper .modaal-container {
    width: 100%;
  }
}
/* ---------------------------------
 PC（993px〜）
--------------------------------- */
/*!
	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;
  -webkit-transition: all 0.3s ease-in-out;
  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: transparent;
  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;
}

.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;
  -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;
  transition: background 0.2s ease-in-out;
}

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

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

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

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

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

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

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -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: transparent;
  border: none;
  border-radius: 100%;
  -webkit-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%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -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);
  }
}
