@charset "utf-8";
/* --- body直下 全体デザイン --- */
#KDDITGMGPTGRDC-wide-page {
  overflow: hidden;
  position: relative;
  z-index: 100;
  line-height: 1.8;
  color: #222222;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.Main_body {
  position: relative;
  background-image: linear-gradient(0deg, transparent 69px, #e0e0e0 70px), linear-gradient(90deg, transparent 69px, #e0e0e0 70px);
  background-size: 70px 70px;
  padding-bottom: 70px;
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO {
  background-color: #fff;
  /*overflow: hidden;*/
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO .contentsBase {
  position: relative;
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap {
  position: relative;
  text-align: center;
  line-height: 1;
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2 {
  position: relative;
  font-weight: 600;
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Ttl {
  transform: skew(-13deg);
  letter-spacing: 0.2px;
  color: #0e0d6a;
}
.KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:after, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:after {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #0e0d6a;
  transform: skew(-13deg);
}
.tabs__menu{
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.tabs__menu-item{
	width: 232px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #0e0d6a;
	padding: 10px;
	min-width: 150px;
	cursor: pointer;
	transition: all 0.2s;
	border-radius: 30px;
	border: 3px solid #0e0d6a;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.tabs__menu-item.is-active {
    background: #0e0d6a;
    color: #fff;
    border: 3px solid #0e0d6a;
}
.tabs__body {
  display: none;
	margin-top: 30px;
}
.tabs__body.is-active {
  display: block;
}
.tabs__menu-item:focus-visible, .img-box > a:focus-visible {
  outline-offset: 1px;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .util-pc-hidden {
    display: none !important;
  }
  #KDDITGMGPTGRDC-wide-page {
    font-size: 14px;
  }
  .TOPIC-PATH-INNER.KDDITGMGPTGRDC-WIDE-BREADCRUMB {
    width: 1320px !important;
    padding: 0 30px;
    font-size: 13px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .contentsBase {
    padding: 80px 20px;
    margin: 0 auto;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .contents {
    max-width: 1200px;
    margin: 0 auto;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap {
    margin-bottom: 50px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2 {
    font-size: 40px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Ttl span {
    margin-left: 10px;
    font-size: 18px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:after, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:after {
    width: 10px;
    height: 100%;
    top: 0;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:before {
    left: 20%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:after {
    left: 22%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:before {
    right: 20%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:after {
    right: 22%;
  }
  .tabs__menu{
    gap: 10px;
  }
	.tabs__menu-item:hover {
		background: #0e0d6a;
		color: #fff;
		border: 3px solid #0e0d6a;
	}
	/*.tabs__menu-item:nth-of-type(n+2) {
		margin-left: 10px;
	}*/
}
/* ======================================================
 * Tab
====================================================== */
@media print, screen and (max-width: 960px) {
  .util-pc-hidden {
    display: block !important;
  }
}
/* ======================================================
 * SP
====================================================== */
@media print, screen and (max-width: 767px) {
  .util-sp-hidden {
    display: none !important;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .contentsBase {
    padding: 50px 20px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap {
    margin-bottom: 40px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2 {
    font-size: 30px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Ttl {
    padding: 0 8%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Ttl span {
    font-size: 15px;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:after, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:before, .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:after {
    width: 5px;
    height: 45%;
    top: 25%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:before {
    left: 2%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2Wrap:after {
    left: 5%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:before {
    right: 2%;
  }
  .KDDITGMGPTGRDC-CONTAINER-PHOTO .hLevel2:after {
    right: 5%;
  }
	.tabs__menu{
			justify-content: space-between;
	}
	.tabs__menu-item{
		width: 49%;
		padding: 8px 3px;
		font-size: 14px;
		min-width: auto;
	}
	.tabs__menu-item:nth-of-type(n+3) {
		 margin-top: 10px;
	}
}


/*=======================
gallery
=======================*/
.l-container .c-list__item {
	display: block;
	animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
.l-container .gallery_image_wrap {
	display: flex;
	flex-wrap: wrap;
}
.l-container .gallery_image_wrap li {
	margin: 5px 5px 0 0;
	/* overflow: hidden; */
}
.l-container .gallery_image_wrap li .img-box {
	width: 235px;
	height: 235px;
	display: block;
	position: relative;
}
.l-container .gallery_image_wrap li .img-box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-container .gallery_image_wrap li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease-in-out;
}
.l-container .gallery_image_wrap li .img-box:hover img,
.l-container .gallery_image_wrap li .img-box:active img {
	/*transform: scale(1.1,1.1);*/
	/*cursor: pointer;*/
  opacity: 0.7;
  transition: 0.5s;
}
/* ~767px For SP 
=================================*/
@media screen and (max-width: 767px) {
	/*フィルタリング*/
	.l-container [data-filter-trigger] {
		padding: 5px 14px 3px;
		margin-bottom: 7px;
		margin-right: 3px;
		min-width: 50px;
	}
	.l-container .gallery_image_wrap {
		margin-right: -5px;
	}
	.l-container .gallery_image_wrap li {
		margin: 5px 5px 0 0;
	}
	.l-container .gallery_image_wrap li .img-box {
		width: calc(calc(100vw + 5px) / 2 - 25px);
		height: calc(calc(100vw + 5px) / 2 - 25px);
	}
}
/* 768px~1255 For タブレット 
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1255px) {
	.l-container .gallery_list {
		padding: 0 10px;
	}
	.l-container .gallery_image_wrap li .img-box {
        width: calc(100vw / 3 - 24px);
        height: calc(100vw / 3 - 24px);
 }
  .tabs__menu{
    gap: 5px;
  }
	.tabs__menu-item{
		width: 24%;
		min-width: auto;
	}
	/*.tabs__menu-item:nth-of-type(n+2) {
	  margin-left: 1%;
	}*/
}


/*=======================
modaal
=======================*/
/*!
	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;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modaal-wrapper::-webkit-scrollbar{
  display:none;
}
.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;
	position: absolute;
	top: -60px;
	right: -90px;
}
.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: 50px;
	top: 50px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	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: 300px;
	padding-right: 300px;
}
.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;
	border: 1px solid #fff;
}
.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;
	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: -75px;
	-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: 5px;
}.modaal-gallery-prev {
	left: 5px;
	right: auto;
}
.modaal-wrapper .modaal-close {
  right: 0;
}
}
@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: 80px;
	padding-bottom: 80px;
}
.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);
}
}