@charset "UTF-8";
/* -------------------------------------------------------- */
/*                                                          */
/*      module                                              */
/*                                                          */
/* -------------------------------------------------------- */
/* blank*/
.openwin {
  display: block;
  margin-left: 20px;
  text-indent: -20px; }
  .openwin:before {
    width: 14px;
    height: 12px;
    top: 0.1rem;
    background: url("../img/openwin.png") no-repeat left center;
    content: "";
    display: inline-block;
    position: relative;
    margin-right: 6px; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

/* =================================================== */
/*      modal                                          */
/* =================================================== */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  /*overflow: hidden;*/
  overflow-y: scroll; }

.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: 500;
  opacity: 0.9 !important; }

#top .movie-wrapper + .modaal-overlay {
  z-index: 1010; }

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

.tour-wrapper.modaal-wrapper {
  z-index: 1000; }

.movie-wrapper.modaal-wrapper {
  z-index: 1050; }

.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-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }

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

.modaal-container {
  position: relative;
  display: inline-block;
  height: 660px;
  text-align: left;
  color: #000;
  border-radius: 0px;
  cursor: auto;
  margin-right: 50px; }

.tour-wrapper .modaal-container {
  margin-left: 250px;
  width: 900px; }

.movie-wrapper .modaal-container {
  width: 1150px; }

@media screen and (max-width: 519px) {
  .modaal-noscroll {
    overflow: hidden; }

  .tour-wrapper .modaal-container {
    height: 100%;
    width: 100%;
    margin: 0; }

  .movie-wrapper .modaal-container {
    width: 100%;
    height: 100%;
    margin: 0; } }
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden; }

/* ajax loading */
.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); }

/* close button */
.modaal-close,
.op_modal_close {
  position: absolute;
  right: -35px;
  top: 15px;
  color: #000000;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1px;
  cursor: pointer;
  opacity: 1;
  width: 35px;
  height: 35px;
  background-color: #a2a5a1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.modaal-close:focus,
.modaal-close:hover,
.op_modal_close:focus,
.op_modal_close:hover {
  outline: none; }

.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,
.op_modal_close:before,
.op_modal_close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 6px;
  left: 16px;
  width: 3px;
  height: 22px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

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

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

@media screen and (max-width: 519px) {
  .modaal-close,
  .op_modal_close {
    right: 20px;
    top: 20px; } }
/* --------------------------------------- */
/* modal in modal */
@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%; }
  100% {
    opacity: 1;
    left: 0; } }
.modal_btn {
  cursor: pointer; }

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000; }

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%; }

.modal_inner {
  margin-left: 250px;
  width: 900px;
  height: 660px;
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  color: #FFFFFF; }

.modal_block {
  width: 900px;
  height: 660px;
  margin-top: 15px; }

#movieTop .modal_inner {
  margin-left: 0;
  width: 1150px; }
#movieTop .modal_block {
  width: 1150px; }

/* breakpoint */
@media screen and (max-width: 519px) {
  .modal_inner {
    margin: 0 !important;
    width: 100% !important;
    height: auto;
    top: 0;
    left: auto;
    padding: 0 20px 20px; }

  .modal_block {
    margin-top: 65px;
    width: 100% !important;
    height: auto; } }
/* */
/* =================================================== */
/*      youtube                                        */
/* =================================================== */
.movie-wrap {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  width: 100%;
  overflow: hidden; }
  .movie-wrap iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .movie-wrap + p {
    color: #FFFFFF; }

/* breakpoint */
@media screen and (max-width: 519px) {
  .movie-wrap {
    margin: 65px 0 20px; } }
/* */
/* =================================================== */
/*      loading                                        */
/* =================================================== */
#loading {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200; }
  #loading.loaded {
    opacity: 0;
    visibility: hidden; }
  #loading_text {
    color: #2189c6;
    font-size: 0.875rem;
    font-family: 'Senobi-Gothic';
    margin-bottom: 30px; }
  #loading_logo {
    width: 300px;
    margin-bottom: 100px; }

.loader005 {
  margin: 0 auto 40px;
  font-size: 12px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

/* breakpoint */
@media screen and (max-width: 519px) {
  #loading_text {
    margin-bottom: 10px; }
  #loading_logo {
    width: 200px;
    margin-bottom: 50px; }

  .loader005 {
    font-size: 10px;
    margin-bottom: 30px; } }
/* */
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2189c6, 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.5), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.7), 1.8em -1.8em 0 0em #2189c6, 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.5), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.7), 2.5em 0em 0 0em #2189c6, 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.5), 2.5em 0em 0 0em rgba(33, 137, 198, 0.7), 1.75em 1.75em 0 0em #2189c6, 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.5), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.7), 0em 2.5em 0 0em #2189c6, -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.5), 0em 2.5em 0 0em rgba(33, 137, 198, 0.7), -1.8em 1.8em 0 0em #2189c6, -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.5), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.7), -2.6em 0em 0 0em #2189c6, -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.5), -2.6em 0em 0 0em rgba(33, 137, 198, 0.7), -1.8em -1.8em 0 0em #2189c6; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #2189c6, 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.5), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.7), 1.8em -1.8em 0 0em #2189c6, 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.5), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.7), 2.5em 0em 0 0em #2189c6, 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.5), 2.5em 0em 0 0em rgba(33, 137, 198, 0.7), 1.75em 1.75em 0 0em #2189c6, 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.5), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.7), 0em 2.5em 0 0em #2189c6, -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.2), -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.5), 0em 2.5em 0 0em rgba(33, 137, 198, 0.7), -1.8em 1.8em 0 0em #2189c6, -2.6em 0em 0 0em rgba(33, 137, 198, 0.2), -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.5), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.7), -2.6em 0em 0 0em #2189c6, -1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(33, 137, 198, 0.2), 1.8em -1.8em 0 0em rgba(33, 137, 198, 0.2), 2.5em 0em 0 0em rgba(33, 137, 198, 0.2), 1.75em 1.75em 0 0em rgba(33, 137, 198, 0.2), 0em 2.5em 0 0em rgba(33, 137, 198, 0.2), -1.8em 1.8em 0 0em rgba(33, 137, 198, 0.5), -2.6em 0em 0 0em rgba(33, 137, 198, 0.7), -1.8em -1.8em 0 0em #2189c6; } }
