@charset "UTF-8";
/*-------------------------------------------------------

reset

-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pickup-layout:after, .pickup-layout .column .body .os-list:after, .balloon_01.right:after, .news > li:after, .game-list > li .other:after, .anch-link-list:after, .link_list:after, .img_link_list:after, .column-layout_01.col2:after, .column-layout_01.col3:after, .column-layout_01.col4:after {
  display: block;
  content: "";
  clear: both;
}

/*-------------------------------------------------------

base

-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #1f1f1f;
}
@media screen and (max-width: 1044px) {
  body {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

p {
  margin-bottom: 10px;
}

ul,
ol {
  margin-bottom: 30px;
}
ul li,
ol li {
  margin-bottom: 5px;
}

dl {
  margin-bottom: 30px;
}

td ul,
td ol,
td dl {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

a {
  color: #00a0e9;
  transition: 0.2s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  opacity: 0.8;
  transition: 0.0s;
  text-decoration: none;
}

b,
em,
strong {
  font-weight: bold;
}

em {
  color: #00a0e9;
}

/*見出しの中の改行はSPにのみ適応*/
h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
  display: none;
}
@media screen and (max-width: 1044px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: block;
  }
}

br.spbr {
  display: none;
}

@media screen and (max-width: 1044px) {
  br.sp {
    display: none;
  }
  br.spbr {
    display: inherit;
  }
}

* {
  box-sizing: border-box;
}

/*-------------------------------------------------------

selector

-------------------------------------------------------*/
/*-------------------------------------------------------

header

-------------------------------------------------------*/
#siteHeader {
  position: relative;
  background: url("/shared/images/header/header_sp2.png");
  background-size: contain;
  min-height:110px;
  
}
.moveKairo{
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block;
    text-align: right;
    position: absolute;
    margin-bottom: -4px;
    z-index:2;
}
.moveAhiru{
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block;
    text-align: right;
    position: absolute;
    margin-bottom: -2px;
    z-index:1;
}
.moveChinpan{
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block;
    text-align: right;
    position: absolute;
    margin-bottom: -4px;

}
.moveDora{
    right: 0;
    bottom: 120px;
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-block;
    text-align: right;
    position: absolute;
    margin-bottom: -4px;

}


#siteHeader .header__inner {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 4px 0px;
  max-width: 1024px;

}
#siteHeader .header__inner .header__logo a {
  min-width: 270px;
  display: block;
  line-height: 0;
  filter: drop-shadow(1px 3px 1px rgba(0,0,0,1.6));
}
#siteHeader .header__inner .js-sp-menu {
  display: none;
}
#siteHeader .header__inner .header__utility .utility__link {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0;
}
#siteHeader .header__inner .header__utility .nav__global {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
#siteHeader .header__inner .header__utility .nav__global li {
  margin-bottom: 0;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.8));
}
#siteHeader .header__inner .header__utility .nav__global li:first-child a {
  border-left: none;
}
#siteHeader .header__inner .header__utility .nav__global li a {
  display: block;
  width: 90px;
  padding: 50px 5px 0 5px;
  /*border-left: 1px solid #ccc;*/
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  color: #1f1f1f;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  height: 78px;
}
#siteHeader .header__inner .header__utility .nav__global li.home a {
  background-image: url("/shared/images/header/header_icon_00b.png");
}
#siteHeader .header__inner .header__utility .nav__global li.game a {
  background-image: url("/shared/images/header/header_icon_01.png");
  margin-left: 10px;
}
#siteHeader .header__inner .header__utility .nav__global li.gallery a {
  background-image: url("/shared/images/header/header_icon_02.png");
}
#siteHeader .header__inner .header__utility .nav__global li.company a {
  background-image: url("/shared/images/header/header_icon_03.png");
}
#siteHeader .header__inner .header__utility .nav__global li.careers a {
  background-image: url("/shared/images/header/header_icon_04.png");
}
#siteHeader .header__inner .header__utility .nav__global li.mail a {
  background-image: url("/shared/images/header/header_icon_05.png");
}
.nav__close {
  display: none;
  border: none;
  background: none;
}

#siteHeader .header__inner .header__utility .nav__global li a img {
 margin-top:10px;
 image-rendering: pixelated;
 image-rendering: -webkit-crisp-edges;
 image-rendering: -moz-crisp-edges;
 -ms-interpolation-mode: nearest-neighbor;
}

.sp_hide{
 display:none;
}

.header__utility{
 margin-top: 12px;
}

.header__logo a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity:1.0;
    transition:0.2;
}

#siteHeader .header__inner .header__utility .nav__global li a:hover{
 transform: translate(0px,-5px);
 opacity:1.0;
}

@media screen and (max-width: 1044px) {

#siteHeader{
  height: 100px;
  max-height: 100px;  
  background-size: contain;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#siteHeader .header__inner .header__logo img {
  width: 60%;
  margin: 3px 0px 0px 6px;
}



#siteHeader .header__inner .header__utility .nav__global li.home a {
  padding: 4px;
  margin: 7px 0px 0px 13px;
}
#siteHeader .header__inner .header__utility .nav__global li.game a {
  padding: 4px;
  margin: 10px 0px 0px 13px;
}
#siteHeader .header__inner .header__utility .nav__global li.gallery a {
  padding: 4px;
  margin: 10px 0px 0px 13px;
}
#siteHeader .header__inner .header__utility .nav__global li.company a {
  padding: 4px;
  margin: 10px 0px 0px 13px;
}
#siteHeader .header__inner .header__utility .nav__global li.careers a {
  padding: 4px;
  margin: 10px 0px 0px 13px;
}
#siteHeader .header__inner .header__utility .nav__global li.mail a {
  padding: 4px;
  margin: 10px 0px 0px 13px;
}

  #siteHeader .header__inner .js-sp-menu {
    display: none;
    width: 100px;
    height: 34px;
    background: url("/shared/images/header/menu.png") no-repeat;
    
    border: none;
    position: fixed;
    top: 9px;
    right: 3px;
    display: block;
    cursor: pointer;
    z-index: 2;
    image-rendering: pixelated;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  #siteHeader .header__inner .header__utility {
    position: fixed;
    right: -160px;
    top: 0;
    width: 160px;
    height: 263px;
    background: url("/shared/images/header/headermenu.png")no-repeat;
    background-size: contain;
    z-index: 2;
    box-sizing: border-box;
    margin-top:44px;
    image-rendering: pixelated;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
  #siteHeader .header__inner .header__utility .utility__link {
    color: #fff;
  }
  #siteHeader .header__inner .header__utility .utility__link a {
    color: #fff;
  }
  #siteHeader .header__inner .header__utility .nav__global {
    display: block;
  }
  #siteHeader .header__inner .header__utility .nav__global li:first-child a {
    border-top: none;
  }
  #siteHeader .header__inner .header__utility .nav__global li {
    margin-bottom: -4px;
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,0));
  }
  
  #siteHeader .header__inner .header__utility .nav__global li a {
    padding: 5px 0 10px 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-size: 37px 38.5px;
    background-position: left center;
    border-left: none;
    border-top: none;
    height: 37px;
  }
  #siteHeader .header__inner .header__utility .nav__global li a img {
    width: 87px;
    margin-top:4px;
  }

  .nav__close {
    display: none;
    width: 38px;
    height: 34px;
    background: url("/shared/images/header/retuan.png") no-repeat;
    border: none;
    position: fixed;
    top: 9px;
    right: 3px;
    cursor: pointer;
    z-index: 2;
    image-rendering: pixelated;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
  }
}
/*画面横幅がヘッダー画像以下になったら画像は縮まず見切れていく処理*/
@media screen and (max-width: 1400px) {
#siteHeader{
  background-size: auto;
}
}

/*メニュー画像なしヘッダー*/
#siteHeader2 {
  position: relative;
  background-color: #fff !important;
  background-size: contain;
  min-height:60px;
  
}

#siteHeader2 .header__inner {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0px;
  max-width: 1024px;

}
#siteHeader2 .header__inner .header__logo a {
  min-width: 270px;
  display: block;
  line-height: 0;
  filter: drop-shadow(1px 3px 1px rgba(0,0,0,1.6));
}

.header__logo a:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity:1.0;
    transition:0.2;
}


@media screen and (max-width: 1044px) {

#siteHeader2{
  height: 50px;
  max-height: 50px;  
  background-size: contain;
  image-rendering: pixelated;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

#siteHeader2 .header__inner .header__logo img {
  width: 60%;
  margin: 3px 0px 0px 6px;
}

}
/*画面横幅がヘッダー画像以下になったら画像は縮まず見切れていく処理*/
@media screen and (max-width: 1400px) {
#siteHeader2{
  background-size: auto;
}
}

/*-------------------------------------------------------

header_topnews.html

-------------------------------------------------------*/

/*プレゼントキャンペーンテキスト*/
.cam_txt_container {
  width: 100%!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  margin-bottom: 13px!important;
  top: -5px!important;
  position: relative!important;
}

.cam_txt {
  display: flex!important;
  flex-wrap: wrap!important;
  justify-content: center!important;
  gap: 0 25px;
}

.cam_txt>span {
  display: inline-block !important;
  white-space: nowrap!important;
  overflow: hidden!important;
  height: 26px!important;
}

.cam_txt>span>a {
  display: flex!important;
  align-items: flex-start!important;
  position: relative!important;
  top: 3px!important;
}

/*-------------------------------------------------------

main

-------------------------------------------------------*/
main {
  position: relative;
  background: rgb(156,231,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(142,224,249,1) 100%); /* FF3.6-15 *
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(142,224,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(142,224,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce7ff', endColorstr='#8ee0f9',GradientType=0 ); /* IE6-9 */  background-repeat: repeat;
  background-repeat: repeat;
  background-position-x: 50%;
  background-position-y: 10%;
  background-size:100%!important;
  padding-top: 20px;
  min-height: 0px;}

main {
background: rgb(156,231,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(192,241,255,1) 42%, rgba(156,231,255,1) 73%, rgba(49,186,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(192,241,255,1) 42%,rgba(156,231,255,1) 73%,rgba(49,186,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(192,241,255,1) 42%,rgba(156,231,255,1) 73%,rgba(49,186,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ce7ff', endColorstr='#9ce7ff',GradientType=0 ); /* IE6-9 */  background-repeat: repeat;
        bottom: 0;
    }
    
    

main > div {
height: 100%;
background-image : url(/shared/images/bg/cloud04.png),
                   url(/shared/images/bg/cloud05.png),
                   url(/shared/images/bg/cloud06.png);
background-position: right 0 bottom 108px,
                     right 0 bottom 173px,
                     right 0 bottom 256px;
background-repeat:repeat-x,
                  repeat-x,
                  repeat-x;
background-size:  340px 36px,730px 65px,600px 96px;
animation:movebg01 180s infinite linear
   }    
   
@keyframes movebg01{
    0% {background-position: right 0 bottom 95px, right 0 bottom 145px, right 0 bottom 90px;}
    
    
	100% {background-position: right 340px bottom 95px, right 1460px bottom 145px, right 600px bottom 90px;}
	
	
	
	
}

@supports (-ms-ime-align: auto) {
main > div {
height: 100%;
background-image : url(/shared/images/bg/cloud01.png),
                   url(/shared/images/bg/cloud02.png),
                   url(/shared/images/bg/cloud03.png);
background-position: 0 90%,
                     0 90%,
                     0 90%,;
background-repeat:repeat-x,
                  repeat-x,
                  repeat-x;
background-size:  280px 96px;
animation:movebg01 30s infinite linear;
   }    
   
@keyframes movebg01{
    from {background-position: 0 95%, 0 92%, 0 89%;}
	to {background-position: 280px 95%, 280px 92%, 280px 89%;}
}
  
}


_:-ms-lang(x)::-ms-backdrop, main > div{
 height: 100%;
background-image : url(/shared/images/bg/cloud01.png),
                   url(/shared/images/bg/cloud02.png),
                   url(/shared/images/bg/cloud03.png);
background-position: 0 90%,
                     0 90%,
                     0 90%,;
background-repeat:repeat-x,
                  repeat-x,
                  repeat-x;
background-size:  280px 96px;
animation:movebg02 30s infinite linear;
   }    
   
@keyframes movebg02{
    from {background-position: 0 95%, 0 92%, 0 89%;}
	to {background-position: 280px 95%, 280px 92%, 280px 89%;}
}



main .siteTopLogo {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
main > div > .main_section {
  box-sizing: border-box;
  margin: 0 auto 0px;
  padding: 30px 12px;
  max-width: 1024px;
  border-radius: 5px;
  background: url("/shared/images/bg/side_bg_01.png") no-repeat left 25%/10px, url("/shared/images/bg/side_bg_03.png") no-repeat right 50%/10px, url("/shared/images/bg/side_bg_02.png") no-repeat left 75%/10px, #fff;
  box-shadow: 0px 0px 12px rgba(0,0,0,0.7);/*ﾒｲﾝ要素に影*/  
}
main .kairopark-banner {
  position: fixed;
  right: 20px;
  bottom: 30px;
}
@media screen and (max-width: 1044px) {
  main {
  min-height: 0px;
  
  }  
  main  > div > .main_section {
    margin: 0 4px;
  }
  main .kairopark-banner {
    width: 100px;
  }
}
main#gallery > div > .main_section > .section_inner {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 1044px) {
  main#gallery > div > .main_section {
    padding: 10px 10px 30px;
  }
}

@media screen and (max-width: 1044px) {

@media screen and (-webkit-min-device-pixel-ratio:0){
    main {
background-color: #31baff;
        bottom: 0;
    }
    }
    
    
}

@media screen and (max-width: 650px){

}

/*-------------------------------------------------------

footer

-------------------------------------------------------*/
footer {
  position: relative;
}
footer .footer_inner {
  padding: 50px 0px;
  background: url(/shared/images/footer/footer_bg.png);
  background-size: contain;
}
footer .footer_inner .link_list.pattern01 {
  display: table;
  margin: 20px auto 0;
}
footer .footer_inner .img_link_list {
  margin-top: 20px;
}
.copyright {
  text-align: center;
  font-size: 1.2rem;
  margin: 25px auto 50px;
}

#page-top a{
  opacity:1.0!important;
}

/*ソーシャルリンク*/

.sns_link {
  margin: 25px auto;
}

.sns_link ul {
  margin: 0 16px;
  display: flex;
 justify-content: center;
}

.sns_link ul .sns_kairo{
	display: flex;
	position: relative;
	margin-bottom: 0px;
}

.sns_link ul a {
	text-align : center;
	width: 60px;
}

.sns_link > ul div .sns_kairo {
  position: relative;
  image-rendering: pixelated;
}
.sns_link > ul .sns_kairo .new {
  position: absolute;
  top: 0px;
  left: -3px;
}

.sns_test {
  text-align : center;
  }
    
.sns_kairo .sns_text {
	display:block;
    font-size: 10px;
	transform: scale(0.9);
	margin-top: -7px !important;
	color: #000000;
}

.youtube_bg{
	background-color: rgb(255, 21, 0);
	border-radius: 50%;
}

.instagram_bg{
	background-color: rgb(227, 73, 245);
	border-radius: 50%;
}

.twitter_bg{
	background-color: rgb(30, 155, 240);
	border-radius: 50%;
}
.goods_bg{
	background-color: rgb(0, 185, 1);
	border-radius: 50%;
}

.mail_bg{
	background-color: rgb(254, 194, 44);
	border-radius: 50%;
}



@media screen and (max-width: 1044px) {
  footer .footer_inner {
    padding: 40px 10px;
  }
  footer .footer_inner .link_list.pattern01 li {
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .copyright {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 430px) {
footer .footer_inner {
  margin: -50px 0 auto;
  padding: 50px 0px;
  background: url(/shared/images/footer/footer_bg.png)no-repeat;

}
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 35px;
  width: 100%;
  color: #2b2e38;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 0;
  text-decoration: none;
  color: #95979c;
  background: transparent;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
  outline: 0;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  margin: 0;
  padding: 12px 0;
  min-width: 110px;
  border: 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  padding-right: 400px !important;
}

.lg-outer.fb-comments .fb-comments {
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  z-index: 99999;
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  background-image: none;
}

.lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  background: #fff url("../img/loading.gif") no-repeat scroll center center;
}

.lg-outer.fb-comments .lg-toolbar {
  right: 420px;
  width: auto;
}

.lg-outer.fb-comments .lg-actions .lg-next {
  right: 420px;
}

.lg-outer.fb-comments .lg-item {
  background-image: none;
}

.lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap, .lg-outer.fb-comments .lg-item.lg-complete .lg-video-cont {
  background-image: none;
}

.lg-outer.fb-comments .lg-img-wrap, .lg-outer.fb-comments .lg-video-cont {
  background: url("../img/loading.gif") no-repeat scroll transparent;
  background-position: center center;
  background-position: calc((100% - 400px) / 2) center;
}

.lg-outer.fb-comments .lg-sub-html {
  padding: 0;
  position: static;
}

.lg-outer.fb-comments .lg-video-cont {
  max-width: 1250px !important;
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lg-transitions.css.map */
/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}

.lg-outer .lg-thumb-outer {
  bottom: 0;
  position: absolute;
  width:100%; 
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
  margin-left: 15px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #00f1ff;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #ffffffc4;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 0.8;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 11px rgba(0,0,0,0.5)!important;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  margin-bottom: 0px!important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/shared/images/js/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/shared/css/fonts/slick.eot);
  src: url(/shared/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/shared/css/fonts/slick.woff) format("woff"), url(/shared/css/fonts/slick.ttf) format("truetype"), url(/shared/css/fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*-------------------------------------------------------

index

-------------------------------------------------------*/
#index main {
  padding-top: 20px;
}

.pickup-layout .column {
  position: relative;
  float: left;
}
.pickup-layout .column a {
  display: block;
  border-radius: 3px;
  text-decoration: none;
}
.pickup-layout .column .body {
  padding-bottom: 55px;
}
.pickup-layout .column .body p {
  margin-bottom: 0;
}
.pickup-layout .column .body .os-list {
  margin-bottom: 0;
}
.pickup-layout .column .body .os-list li {
  float: right;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 10px;
  margin-bottom: 0;
  padding: 5px 10px 3px;
}
.pickup-layout .column .body .app-download-list {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.pickup-layout .column .body .app-download-list li {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.pickup-layout .column .body .app-download-list li:only-child {
  width: 100%;
}
.pickup-layout .column .body .app-download-list li a {
  display: block;
  border-radius: 5px;
}
@media screen and (max-width: 1044px) {
  .pickup-layout .column .body .app-download-list li {
    float: none;
    margin: 0 auto;
  }
  .pickup-layout .column .body .app-download-list li:nth-child(odd) {
    margin-left: auto;
  }
}
.pickup-layout.col2 .column {
  margin-left: 24px;
  width: calc((100% / 2) - 12px);
}
.pickup-layout.col2 .column:nth-child(2n+1) {
  margin-left: 0;
}
.pickup-layout.col2 .column:nth-child(n+3) {
  margin-top: 20px;
}
.pickup-layout.col3 .column {
  margin-left: 9px;
  width: calc((100% / 3) - 6px);
}
.pickup-layout.col3 .column:nth-child(3n+1) {
  margin-left: 0;
}
.pickup-layout.col3 .column:nth-child(n+4) {
  margin-top: 20px;
}
.pickup-layout.col4 .column {
  margin-left: 8px;
  width: calc((100% / 4) - 6px);
}
.pickup-layout.col4 .column:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1044px) {
  .pickup-layout .column {
    margin-top: 30px;
    float: none;
  }
  .pickup-layout.col2 .column, .pickup-layout.col3 .column, .pickup-layout.col4 .column {
    width: 100%;
    margin-left: 0;
  }
}

.top_notice_layout {
  display: flex;
}
.top_notice_layout .info {
  width: 100%;
}
.top_notice_layout .twitter {
  min-width: 320px;
  margin: 0 auto;
  margin-left: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1044px) {
  .top_notice_layout {
    display: block;
  }
  .top_notice_layout .twitter {
    min-width: auto;
    margin-left: 0;
    height: 400px;
    overflow: hidden;
  }
}

/*-------------------------------------------------------

hdg

-------------------------------------------------------*/
/*見出しレベル1*/
.hdg1_01 {
  position: relative;
  margin-bottom: 40px;
  padding: 70px 0 45px;
  line-height: 1.2;
  text-align: center;
  font-size: 4rem;
}
.hdg1_01 .sub-text {
  display: block;
  font-size: 2.4rem;
}
.hdg1_01.type01 {
  background: url("/shared/images/modules/category_bg_title01.png") no-repeat top center;
}
.hdg1_01.type02 {
  background: url("/shared/images/modules/category_bg_title02.png") no-repeat top center;
}
.hdg1_01.type03 {
  background: url("/shared/images/modules/category_bg_title03.png") no-repeat top center;
}
.hdg1_01.type04 {
  background: url("/shared/images/modules/category_bg_title04.png") no-repeat top center;
}
.hdg1_01.type05 {
  background: url("/shared/images/modules/category_bg_title05.png") no-repeat top center;
}
@media screen and (max-width: 1044px) {
  .hdg1_01 {
    margin-bottom: 0;
    padding-top: 52px;
    padding-bottom: 42px;
    font-size: 1.7rem;
  }
  .hdg1_01.type01, .hdg1_01.type02, .hdg1_01.type03, .hdg1_01.type04, .hdg1_01.type05 {
    background-size: 112px auto;
    background-position: center 16px;
  }
  .hdg1_01 .sub-text {
    font-size: 1.4rem;
  }
}

/*見出しレベル2*/
.hdg2_01 {
  margin-top: 80px;
  margin-bottom: 25px;
  padding: 7px 10px 4px;
  border-radius: 10px;
  text-align: center;
  font-size: 3.0rem;
  color: #fff;
  background-color: #00a0e9 !important;
  background-repeat: no-repeat !important;
}
.hdg2_01.type01 {
  background: url("/shared/images/modules/mod_icon_01.png") center left/30px auto, url("/shared/images/modules/mod_icon_02.png") center right/30px auto;
}
.hdg2_01.type02 {
  background: url("/shared/images/modules/mod_icon_03.gif") center left/40px auto, url("/shared/images/modules/mod_icon_04.gif") center right/60px auto;
}
.hdg2_01.type03 {
  background: url("/shared/images/modules/mod_icon_05.png") center left/35px auto, url("/shared/images/modules/mod_icon_06.png") center right/30px auto;
}
.hdg2_01.type04 {
  background: url("/shared/images/modules/mod_icon_07.png") center left/50px auto, url("/shared/images/modules/mod_icon_08.png") center right/40px auto;
}
.hdg2_01.type05 {
  background: url("/shared/images/modules/mod_icon_09.png") center left/30px auto, url("/shared/images/modules/mod_icon_10.png") center right/45px auto;
}
@media screen and (max-width: 1044px) {
  .hdg2_01 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 7px 50px 4px;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.5);
  }
}

/*見出しレベル2 別カラー*/
.hdg2_02 {
  margin-top: 80px;
  margin-bottom: 5px;
  padding: 5px 10px 3px;
  border-radius: 10px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  background: rgb(255,230,168)!important; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,230,168,1) 0%, rgba(249,168,74,1) 42%, rgba(232,147,44,1) 58%, rgba(224,123,69,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,230,168,1) 0%,rgba(249,168,74,1) 42%,rgba(232,147,44,1) 58%,rgba(224,123,69,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,230,168,1) 0%,rgba(249,168,74,1) 42%,rgba(232,147,44,1) 58%,rgba(224,123,69,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe6a8', endColorstr='#e07b45',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat!important;
  border: 2px solid #f3cd8f!important;
  box-shadow:0px 3px 0px 0px #a55720;
  position: relative;
}
.hdg2_02.type01 {
  background: url("/shared/images/modules/mod_icon_01.png") center left/30px auto, url("/shared/images/modules/mod_icon_02.png") center right/30px auto;
}
.hdg2_02.type02 {
  background: url("/shared/images/modules/mod_icon_03.gif") center left/40px auto, url("/shared/images/modules/mod_icon_04.gif") center right/60px auto;
}
.hdg2_02.type03 {
  background: url("/shared/images/modules/mod_icon_05.png") center left/35px auto, url("/shared/images/modules/mod_icon_06.png") center right/30px auto;
}
.hdg2_02.type04 {
  background: url("/shared/images/modules/mod_icon_07.png") center left/50px auto, url("/shared/images/modules/mod_icon_08.png") center right/40px auto;
}
.hdg2_02.type05 {
  background: url("/shared/images/modules/mod_icon_09.png") center left/30px auto, url("/shared/images/modules/mod_icon_10.png") center right/45px auto;
}
.hdg2_02.type06 {
  background: url("") center left/40px auto, url("/shared/images/modules/mod_icon_11.gif") center right/30px auto;
}
.hdg2_02 > img {
  display: block;
  position: absolute;
  top: -27px;
}
.hdg2_02 > img.pos-l {
  left: 76px;
}
.hdg2_02 > img.pos-r {
  right: 76px;
}

@media screen and (max-width: 1044px) {
  .hdg2_02 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 7px 50px 4px;
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid #d0b384;
    box-shadow:0px 2px 0px 0px #825f20;
  }
  .hdg2_02 > img.pos-r {
    top: -34px!important;
    right: 24px!important;
}
  .hdg2_02 > img.pos-l {
    top: -12px!important;
    left: 24px!important;
}
}


.hdg-area {
  border-bottom: 4px dotted #d0dbdd;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.hdg-area .hdg2_01 {
  margin: 0;
  width: 100%;
  max-width: 600px;
}
.hdg-area .hdg2_02 {
  margin: 0;
  width: 100%;
  max-width: 600px;
}
.hdg-area p {
  margin-bottom: 0;
}
@media screen and (max-width: 1044px) {
  .hdg-area {
    display: block;
  }
  .hdg-area .hdg2_01 {
    margin-bottom: 3px;
    padding: 7px 0 4px;
    font-size: 2.2rem;
    max-width: none;
  }
  .hdg-area .hdg2_02 {
    margin-bottom: 3px;
    padding: 7px 0 4px;
    font-size: 2.2rem;
    max-width: none;
  }
  .hdg-area p {
    text-align: right;
  }
}

.game-title {
  position: relative;
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 10px;
  max-width: 770px;
  height: 55px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.game-title p {
  margin: 0 20px;
}
.game-title > .new {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1044px) {
  .game-title {
    font-size: 1.7rem;
    height: 25px;
  }
  .game-title p {
    margin: 0 10px;
  }
  .game-title > .new {
    top: -20px;
    height: 20px;
  }
}

/*-------------------------------------------------------

text

-------------------------------------------------------*/
/*リード文*/
.lede {
  text-align: center;
  color: #00a0e9;
}

.lede02 {
  text-align: center;
  border: 2px solid #6ad0ff;
  border-radius: 5px;
}

.lede03 {
  text-align: center;
  border: 5px solid #6ad0ff;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0d55a6;
  padding: 11px 10px 7px;
}
@media screen and (max-width: 1044px) {
  .lede03 {
    padding: 6px 10px 2px;
    border-width: 2px;
    font-size: 1.6rem;
  }
}

.balloon_01 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.balloon_01 img {
  position: absolute;
  top: 0;
  left: 2px;
}
.balloon_01 p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 30px 1px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eb9dca;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FF5C83;
  background-color: #FFE4FA;
  box-shadow: 0 5px 1px 0 #fff inset, 0 -5px 2px 0 #FFD8F4 inset;
}
.balloon_01 p::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 7px;
  height: 7px;
  left: -5px;
  background-color: #ffe4fa;
  border-top: 1px solid #EB9DCA;
  border-right: 1px solid #EB9DCA;
  border-radius: 0 2px 0 0;
  transform: rotate(-135deg);
}
.balloon_01.right {
  padding-right: 30px;
  padding-left: 0;
}
.balloon_01.right img {
  left: auto;
  right: 2px;
}
.balloon_01.right p {
  float: right;
}
.balloon_01.right p::after {
  right: -5px;
  left: auto;
  transform: rotate(45deg);
}
.balloon_01.center {
  display: table;
  margin: 0 auto 48px;
  padding: 0;
}
.balloon_01.center img {
  top: auto;
  bottom: -38px;
  left: 50%;
  margin-left: -7.5px;
}
.balloon_01.center p::after {
  top: auto;
  bottom: -5px;
  left: 50%;
  margin-left: -4.1px;
  transform: rotate(135deg);
  box-shadow: 0 -5px 2px 0 #FFD8F4 inset;
}
@media screen and (max-width: 1044px) {
  .balloon_01 p {
    padding: 5px 10px 3px;
    font-size: 1.2rem;
  }
}

/*噴出しテキスト パターン赤*/
.balloon_02 {
  position: relative;
  margin-bottom: 30px;
  margin: 0 auto 48px;
  text-align: center;
}
.balloon_02 .text {
  margin-bottom: 12px;
}
.balloon_02 .text p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 30px 8px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #95dfff;
  font-weight: bold;
  font-size: 1.4rem;
  color: #3d5aef;
  box-shadow: 0 -2px 5px 0 #e4f7ff inset;
}
.balloon_02 .text p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  margin-left: -4.1px;
  left: 50%;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-top: 1px solid #95dfff;
  border-right: 1px solid #95dfff;
  border-radius: 0 2px 0 0;
  transform: rotate(135deg);
}
@media screen and (max-width: 1044px) {
  .balloon_02 {
    margin-bottom: 10px;
  }
  .balloon_02 p {
    padding: 5px 10px 3px;
    font-size: 1.2rem;
  }
}

.model-number {
  margin-top: 5px;
  text-align: right;
  font-size: 1.4rem;
  color: #555;
}
@media screen and (max-width: 1044px) {
  .model-number {
    font-size: 1.2rem;
    text-align: left;
  }
}

/*-------------------------------------------------------

ul

-------------------------------------------------------*/
/*通常のリスト*/
.bullet-list_01 > li {
  position: relative;
  padding-left: 18px;
}
.bullet-list_01 > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: #ccc;
}

.unorder-list_01 {
  position: relative;
}
.unorder-list_01 li .num {
  position: absolute;
  left: 0;
}

.unorder-list_01 li {
  position: relative;
  padding-left: 20px;
}
.unorder-list_01 li .mark {
  position: absolute;
  left: 0;
  top: 0;
}

/*注釈リスト*/
.note-list_01 li {
  position: relative;
  padding-left: 20px;
}
.note-list_01 li .mark {
  position: absolute;
  left: 0;
  top: 0;
}

.news {
  max-width: 1024px;
  margin: 0 auto 0px;
}

.news_date{
  font-size: 75%;
  font-weight:bold;

}
.newscategory {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 5px 0px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
  background-color: #00a0e9;
}
.newscategory.release {
  background-color: #6cdc18;
}
.newscategory.important {
  background-color: #ff3636;
}


@media screen and (max-width: 1044px) {
  .news li {
    padding: 0;
  }
  .news li > time {
    float: none;
  }
  .news li > ul {
    float: none;
    width: auto;
  }
  .news li > ul li {
    position: relative;
    padding-left: 0px;
  }
  .news li > ul li .category {
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    font-size: 1.0rem;
  }
 /* .news li > ul li a {
    display: block;
  }*/
  
.newscategory{
    margin-top: 8px;
    width: 100%;
    margin-left: 0;
      font-size: 1.0rem;
}


}

.app-list01 {
  display: table;
  margin: 0 auto 30px;
}
.app-list01 li {
  display: table-cell;
  padding-left: 30px;
}
.app-list01 li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1044px) {
  .app-list01 {
    margin-bottom: 20px;
  }
}

.game-list {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.game-list > li {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 7px;
  width: calc(100% / 5);
}
.game-list > li:nth-child(5n+1) a {
  border-left: 2px solid #e8e8e8;
}
.game-list > li:nth-child(5n) a {
  border-right: 2px solid #e8e8e8;
}
.game-list > li a {
  border-top: 2px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  display: block;
  padding: 8px;
  width: 100%;
  font-size: 1.4rem;
  text-decoration: none;
}
.game-list > li .visual {
  position: relative;
  max-width: 154px;
  margin: 0 auto;
}
.game-list > li .visual > .new {
  position: absolute;
  top: 5px;
  left: 5px;
}
.game-list > li p {
  margin-bottom: 0;
}
.game-list > li p.title {
  font-weight: bold;
  color: #5e5e5e;
}
.game-list > li p.info {
  color: #939393;
  font-size: 1.2rem;
}
.game-list > li .other {
  margin-top: 5px;
  min-height: 35px;
}
.game-list > li .other .device-list {
  float: left;
  margin-bottom: 0;
  position: absolute;
  bottom: 12px;
  left: 8px;
}
.game-list > li .other .device-list li {
  margin-bottom: 1px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 1.0rem;
  color: #fff;
  text-align: center;
}
.game-list > li .other .device-list li.switch {
  background-color: #e2001f;
}

.game-list > li .other .link {
  float: right;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 5px 2px;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #c9c9c9;
}
@media screen and (max-width: 1044px) {
  .game-list > li {
    width: calc(100% / 3);
  }
  .game-list > li:nth-child(5n+1) a {
    border-left: 1px solid #e8e8e8;
  }
  .game-list > li:nth-child(5n) a {
    border-right: 2px solid #e8e8e8;
  }
  .game-list > li:nth-child(3n+1) a {
    border-left: 2px solid #e8e8e8;
  }
  .game-list > li:nth-child(3n) a {
    border-right: 2px solid #e8e8e8;
  }
  .game-list > li a {
    padding: 6px;
  }
  .game-list > li .visual > .new {
    width: 40px;
  }
  .game-list > li p {
    text-align: left;
  }
  .game-list > li p.title {
    font-size: 1.4rem;
  }
  .game-list > li p.info {
    font-size: 1.2rem;
  }
  .game-list > li .other {
    min-height: auto;
  }
  .game-list > li .other .device-list {
    margin-bottom: 5px;
    bottom: 3px;
    left: 7px;
  }
}

/*-------------------------------------------------------

ol

-------------------------------------------------------*/
/*数字リスト*/
.order-list_01 {
  list-style: decimal;
}
.order-list_01 li {
  list-style: decimal;
  padding-left: 20px;
}

/*-------------------------------------------------------

dl

-------------------------------------------------------*/
.description-list_01 dt {
  font-weight: bold;
}

.description-list_02 {
  border: 1px solid #ccc;
}
.description-list_02 .tr {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}
.description-list_02 .tr dt,
.description-list_02 .tr dd {
  display: table-cell;
  padding: 10px 10px 7px;
  box-sizing: border-box;
}
.description-list_02 .tr dt {
  width: 20%;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  background: #00a0e9;
}
.description-list_02 .tr dd {
  display: table-cell;
  width: 80%;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1044px) {
  .description-list_02 {
    border: none;
  }
  .description-list_02 .tr {
    border: none;
  }
  .description-list_02 .tr dt,
  .description-list_02 .tr dd {
    display: block;
    width: 100%;
    border: none;
  }
}

/*-------------------------------------------------------

note

-------------------------------------------------------*/
/*-------------------------------------------------------

link

-------------------------------------------------------*/
/*アンカーリンク（採用情報）*/
.topic-path {
  padding-top: 5px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}
.topic-path li {
  font-size: 1.2rem;
  margin-right: 20px;
}
.topic-path li a {
  position: relative;
}
.topic-path li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: -12px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000c;
  transform: rotate(45deg);
  -weblot-transform: rotate(45deg);
}
.topic-path li em {
  color: #1f1f1f;
}
@media screen and (max-width: 1044px) {
  .topic-path {
    padding: 5px 10px 0;
  }
  .topic-path li {
    font-size: 1.0rem;
  }
  .topic-path li a::after {
    top: 5px;
    width: 5px;
    height: 5px;
  }
}

/*アンカーリンク（採用情報）*/
.anch-link-list li {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: calc((100% / 3) - 13.4px);
  background-color: #fff;
}
.anch-link-list li:nth-child(3n+1) {
  margin-left: 0;
}
.anch-link-list li a {
  position: relative;
  display: block;
  padding: 10px 30px 8px 10px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #ccc;
  transition: 0.3s;
}
.anch-link-list li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: 0.3s;
}
.anch-link-list li a::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anch-link-list li a:hover, .anch-link-list li a:active, .anch-link-list li a:focus {
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
.anch-link-list li a:hover::before, .anch-link-list li a:active::before, .anch-link-list li a:focus::before {
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  border-color: #fff;
}
.anch-link-list li.color_01 a:hover, .anch-link-list li.color_01 a:active, .anch-link-list li.color_01 a:focus, .anch-link-list li.color_02 a:hover, .anch-link-list li.color_02 a:active, .anch-link-list li.color_02 a:focus, .anch-link-list li.color_03 a:hover, .anch-link-list li.color_03 a:active, .anch-link-list li.color_03 a:focus, .anch-link-list li.color_04 a:hover, .anch-link-list li.color_04 a:active, .anch-link-list li.color_04 a:focus, .anch-link-list li.color_05 a:hover, .anch-link-list li.color_05 a:active, .anch-link-list li.color_05 a:focus, .anch-link-list li.color_06 a:hover, .anch-link-list li.color_06 a:active, .anch-link-list li.color_06 a:focus, .anch-link-list li.color_07 a:hover, .anch-link-list li.color_07 a:active, .anch-link-list li.color_07 a:focus, .anch-link-list li.color_08 a:hover, .anch-link-list li.color_08 a:active, .anch-link-list li.color_08 a:focus, .anch-link-list li.color_09 a:hover, .anch-link-list li.color_09 a:active, .anch-link-list li.color_09 a:focus {
  color: #fff;
}
.anch-link-list li.color_01 a:hover::after, .anch-link-list li.color_01 a:active::after, .anch-link-list li.color_01 a:focus::after, .anch-link-list li.color_02 a:hover::after, .anch-link-list li.color_02 a:active::after, .anch-link-list li.color_02 a:focus::after, .anch-link-list li.color_03 a:hover::after, .anch-link-list li.color_03 a:active::after, .anch-link-list li.color_03 a:focus::after, .anch-link-list li.color_04 a:hover::after, .anch-link-list li.color_04 a:active::after, .anch-link-list li.color_04 a:focus::after, .anch-link-list li.color_05 a:hover::after, .anch-link-list li.color_05 a:active::after, .anch-link-list li.color_05 a:focus::after, .anch-link-list li.color_06 a:hover::after, .anch-link-list li.color_06 a:active::after, .anch-link-list li.color_06 a:focus::after, .anch-link-list li.color_07 a:hover::after, .anch-link-list li.color_07 a:active::after, .anch-link-list li.color_07 a:focus::after, .anch-link-list li.color_08 a:hover::after, .anch-link-list li.color_08 a:active::after, .anch-link-list li.color_08 a:focus::after, .anch-link-list li.color_09 a:hover::after, .anch-link-list li.color_09 a:active::after, .anch-link-list li.color_09 a:focus::after {
  border-color: #fff;
}
.anch-link-list li.color_01 a {
  color: #bababa;
}
.anch-link-list li.color_01 a::before, .anch-link-list li.color_01 a::after {
  border-color: #bababa;
}
.anch-link-list li.color_01 a:hover, .anch-link-list li.color_01 a:active, .anch-link-list li.color_01 a:focus {
  background-color: #cbcccc;
}
.anch-link-list li.color_02 a {
  color: #98e1e6;
}
.anch-link-list li.color_02 a::before, .anch-link-list li.color_02 a::after {
  border-color: #98e1e6;
}
.anch-link-list li.color_02 a:hover, .anch-link-list li.color_02 a:active, .anch-link-list li.color_02 a:focus {
  background-color: #98e1e6;
}
.anch-link-list li.color_03 a {
  color: #ffa0ae;
}
.anch-link-list li.color_03 a::before, .anch-link-list li.color_03 a::after {
  border-color: #ffa0ae;
}
.anch-link-list li.color_03 a:hover, .anch-link-list li.color_03 a:active, .anch-link-list li.color_03 a:focus {
  background-color: #ffa0ae;
}
.anch-link-list li.color_04 a {
  color: #b5e76a;
}
.anch-link-list li.color_04 a::before, .anch-link-list li.color_04 a::after {
  border-color: #b5e76a;
}
.anch-link-list li.color_04 a:hover, .anch-link-list li.color_04 a:active, .anch-link-list li.color_04 a:focus {
  background-color: #b5e76a;
}
.anch-link-list li.color_05 a {
  color: #ffbb78;
}
.anch-link-list li.color_05 a::before, .anch-link-list li.color_05 a::after {
  border-color: #ffbb78;
}
.anch-link-list li.color_05 a:hover, .anch-link-list li.color_05 a:active, .anch-link-list li.color_05 a:focus {
  background-color: #ffbb78;
}
.anch-link-list li.color_06 a {
  color: #9faffd;
}
.anch-link-list li.color_06 a::before, .anch-link-list li.color_06 a::after {
  border-color: #9faffd;
}
.anch-link-list li.color_06 a:hover, .anch-link-list li.color_06 a:active, .anch-link-list li.color_06 a:focus {
  background-color: #9faffd;
}
.anch-link-list li.color_07 a {
  color: #efda3a;
}
.anch-link-list li.color_07 a::before, .anch-link-list li.color_07 a::after {
  border-color: #efda3a;
}
.anch-link-list li.color_07 a:hover, .anch-link-list li.color_07 a:active, .anch-link-list li.color_07 a:focus {
  background-color: #efda3a;
}
.anch-link-list li.color_08 a {
  color: #ff78fd;
}
.anch-link-list li.color_08 a::before, .anch-link-list li.color_08 a::after {
  border-color: #ff78fd;
}
.anch-link-list li.color_08 a:hover, .anch-link-list li.color_08 a:active, .anch-link-list li.color_08 a:focus {
  background-color: #ff78fd;
}
.anch-link-list li.color_09 a {
  color: #ea9c36;
}
.anch-link-list li.color_09 a::before, .anch-link-list li.color_09 a::after {
  border-color: #ea9c36;
}
.anch-link-list li.color_09 a:hover, .anch-link-list li.color_09 a:active, .anch-link-list li.color_09 a:focus {
  background-color: #ea9c36;
}
@media screen and (max-width: 1044px) {
  .anch-link-list li {
    float: none;
    margin-bottom: 0;
    margin-left: 0;
    width: auto;
  }
  .anch-link-list li a::before {
    top: 0;
    left: 0;
    border-right: none;
  }
}

/*リンクリスト*/
.link_list.pattern01 li {
  float: left;
  margin-bottom: 10px;
  padding-left: 20px;
}
.link_list li a {
  position: relative;
  padding-left: 15px;
}
/*.link_list li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #007bff;
  border-right: 1px solid #007bff;
  transform: rotate(45deg);
}*/

/*画像リンクリスト*/
.img_link_list {
  margin-top: 30px;
  display: table;
  margin: 0 auto;
}
.img_link_list li {
  display: table-cell;
  padding-left: 10px;
  line-height: 0;
}
.img_link_list li:nth-child(4n+1) {
  padding-left: 0;
}
.img_link_list li a {
  text-align: center;
}
@media screen and (max-width: 1044px) {
  .img_link_list li {
    display: block;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

/*上へまいります*/
#page-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index:3;
}
@media screen and (max-width: 1044px) {
  #page-top {
    display: none;
  }
}

/*-------------------------------------------------------

box

-------------------------------------------------------*/
.main-visual {
  margin-bottom: 10px;
  text-align: center;
}

.box-title_01 {
  display: table;
  margin: 0 auto;
  padding: 0 17px 14px;
  border-radius: 10px;
  border: 3px solid #c7e9fe;
  background-color: #edf3f7;
}
.box-title_01 .area-title {
  position: relative;
  display: table;
  margin: 0 auto 9px;
  padding: 2px 33px 0;
  height: 27px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 4px #74caff, 0 0 4px #74caff, 0 0 4px #74caff, 0 0 4px #74caff;
  color: #ffff;
  background-color: #c7e9fe;
}
.box-title_01 .area-title::before, .box-title_01 .area-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  border-style: solid;
  border-width: 0 20px 27px 20px;
  border-color: transparent transparent #edf3f7 transparent;
  z-index: 1;
}
.box-title_01 .area-title::before {
  left: -20px;
}
.box-title_01 .area-title::after {
  right: -20px;
}
@media screen and (max-width: 1044px) {
  .box-title_01 {
    display: block;
    margin: 0 -10px;
    padding: 0 10px;
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
}

/*-------------------------------------------------------

layout

-------------------------------------------------------*/
.column-layout_01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.column-layout_01 .col {
  margin: 0 0 24px 24px;
}
@media screen and (max-width: 1044px) {
  .column-layout_01 .col {
    margin: 0 0 12px 12px;
  }
}
.column-layout_01.col2 .col {
  width: calc((100% / 2) - 12px);
}
.column-layout_01.col2 .col:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1044px) {
  .column-layout_01.col2 .col {
    width: calc((100% / 2) - 6px);
  }
}
.column-layout_01.col3 .col {
  width: calc((100% / 3) - 16.33px);
}
.column-layout_01.col3 .col:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1044px) {
  .column-layout_01.col3 .col {
    width: calc((100% / 2) - 6px);
  }
  .column-layout_01.col3 .col:nth-child(2n+1) {
    margin-left: 0;
  }
  .column-layout_01.col3 .col:nth-child(6n+4) {
    margin-left: 12px;
  }
}
.column-layout_01.col4 .col {
  width: calc((100% / 4) - 18px);
}
.column-layout_01.col4 .col:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 1044px) {
  .column-layout_01.col4 .col {
    width: calc((100% / 2) - 6px);
  }
  .column-layout_01.col4 .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1044px) {
  .column-layout_01 {
    display: block;
  }
}
/*商標記載用*/

.tm_notice{
 margin: -20px auto 0px;
 max-width: 1024px;
 text-align: right;
 font-size: 50%;
}
@media screen and (max-width: 500px) {
.tm_notice{
 text-align: left;
  }
}

/*-------------------------------------------------------

imglayout

-------------------------------------------------------*/
/*単体画像*/
.img {
  position: relative;
  text-align: center;
}

/*画像レイアウト*/
.img-layout_01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.img-layout_01 .img {
  min-width: 250px;
  margin-right: 10px;
}
@media screen and (max-width: 1044px) {
  .img-layout_01 {
    display: block;
  }
  .img-layout_01 .img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*ギャラリー詳細ページで使用*/
.img-layout_02 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 15px 30px 15px 0;
  padding-right: 30px;
  border-right: 3px dotted #ccc;
}
.img-layout_02 .title {
  position: relative;
  margin-bottom: 20px;
  padding: 9px 60px 6px;
  border-radius: 10px;
  border: 1px solid #fd628e;
  color: #f64d71;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: -moz-linear-gradient(top, #fffeff, #ffbed9);
  background: -webkit-linear-gradient(top, #fffeff, #ffbed9);
  background: linear-gradient(to bottom, #fffeff, #ffbed9);
}
.img-layout_02 .title > img {
  display: block;
  position: absolute;
  top: 4px;
}
.img-layout_02 .title > img.pos-l {
  left: 10px;
}
.img-layout_02 .title > img.pos-r {
  right: 10px;
}
.img-layout_02 .img {
  width: 100%;
  max-width: 340px;
  margin-left: 30px;
}
.img-layout_02 .img .caption {
  font-size: 1.3rem;
  display: block;
}
.img-layout_02.direction {
  padding-right: 0;
  padding-left: 30px;
  border-right: none;
  border-left: 3px dotted #ccc;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img-layout_02.direction .img {
  margin-left: 0;
  margin-right: 30px;
}

.img-layout_02 .cont {
  -webkit-flex-basis: 460px;
  -ms-flex-basis    : 460px;
  flex-basis        : 460px;
}



@media screen and (max-width: 1044px) {
  .img-layout_02 {
    display: block;
    padding: 0 5px;
  }
  .img-layout_02 .title {
    font-size: 1.6rem;
  }
  .img-layout_02 .title > img {
    max-height: 30px;
  }
  .img-layout_02 .img {
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .img-layout_02.direction {
    padding: 0 10px;
  }
  .img-layout_02.direction .img {
    margin: 0 auto;
  }
}

/*画像付 コメントボックス*/
.comment-box_01 {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.comment-box_01 > .img {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #c4fff9;
}
.comment-box_01 > .text {
  position: relative;
  margin-left: 20px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #00a0e9;
}
.comment-box_01 > .text::before {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a0e9;
  border-right: 2px solid #00a0e9;
  border-radius: 0 3px 0 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background-color: #fff;
}
.comment-box_01 P {
  margin-bottom: 0;
}
@media screen and (max-width: 1044px) {
  .comment-box_01 > .img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}



/*-------------------------------------------------------

table

-------------------------------------------------------*/
table {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #ccc;
}
table th,
table td {
  padding: 8px 10px 6px;
  border-top: 2px solid #ccc;
  box-sizing: border-box;
  width: 50px;
}
table th {
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  background-color: #00a0e9;
}
@media screen and (max-width: 1044px) {
  table {
    border: none;
  }
  table th,
  table td {
    padding: 6px 10px 4px;
    border: none;
    text-align: left;
    width: 20%;
  }
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

/*-------------------------------------------------------

nav

-------------------------------------------------------*/
/*-------------------------------------------------------

button

-------------------------------------------------------*/
.link-button_01 {
  display: inline-block;
  padding: 10px 40px 8px;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: url("/shared//images/bg/kairo_button.png") no-repeat right center #00a0e9;
}
.link-button_01:hover, .link-button_01:active, .link-button_01:focus {
  color: #00a0e9;
  box-shadow: 0 0 0 2px #00a0e9 inset;
  background-color: #fff;
  background-position: 105% center;
}

/*-------------------------------------------------------

js

-------------------------------------------------------*/
.js-popup-slider {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0;
}
.js-popup-slider li {
  max-width: 81px;
  margin-left: 6px;
  margin-bottom: 0;
  transition: 0.4s;
  cursor: pointer;
}
.js-popup-slider li:first-child {
  margin-left: 0;
}
.js-popup-slider li:hover, .js-popup-slider li:active, .js-popup-slider li:focus {
  opacity: 0.6;
  transition: 0.4s;
}

.slider {
  margin: 0 auto;
  max-width: 1024px;
}
.slider img {
  height: auto;
}
@media screen and (max-width: 1044px) {
  .slider {
    margin: 0 10px 30px;
    max-width: none;
  }
}

.slick-slide {
  width: 100%;
}

.product-carousel {
  padding: 30px 0;
  border-radius: 10px;
  border: 2px solid #c8e9fe;
  background: #edf3f7;
}
.product-carousel .slick-slide {
  position: relative;
  margin: 0 5px;
  border: 2px solid #fff954;
}
.product-carousel .slick-slide .text {
  position: absolute;
  padding-top: 15px;
  top: 230px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  transition: .5s;
  border-radius: 20px 20px 0 0;
  background-color: rgba(0, 160, 233, 0.7);
}
.product-carousel .slick-slide:hover, .product-carousel .slick-slide:active, .product-carousel .slick-slide:focus {
  opacity: 1;
}
.product-carousel .slick-slide:hover .text, .product-carousel .slick-slide:active .text, .product-carousel .slick-slide:focus .text {
  top: 150px;
  bottom: auto;
  transition: .5s;
}

.remodal.product {
  text-align: left;
  max-width: 600px;
}
.remodal.product .modal-title {
  font-size: 2.0rem;
}
.remodal.product .img {
  text-align: center;
}
.remodal.product .detail-title {
  margin-bottom: 20px;
  border-bottom: 2px solid #00a0e9;
}
.remodal.product .detail-list .col {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*-------------------------------------------------------

adjust

-------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

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

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

/*-------------------------------------------------------

unique

-------------------------------------------------------*/
#flame_company {
  margin: 0 auto 30px;
  max-width: 308px;
}
@media screen and (max-width: 1044px) {
  #flame_company {
    margin: 0 -5px;
  }
}

.sns_list {
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0;
}
.sns_list li {
  margin-bottom: 0;
  line-height: 0;
  margin-left: 10px;
}
.sns_list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1044px) {
  .sns_list li {
    margin-left: 10px;
  }

/*デコメのぼやけ解消*/
img[src$=".gif"]{
image-rendering: pixelated;
image-rendering: -webkit-crisp-edges;
image-rendering: -moz-crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}

/*SPサイズではaタグ挙動なし*/
#siteHeader .header__inner .header__utility .nav__global li a:hover{
 transform: translate(0px,0px);
}
.header__logo a:hover, a:active, a:focus{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
a:hover, a:active, a:focus {
  opacity: 1.0;
}


}

/*-------------------------------------------------------

IE11対応

-------------------------------------------------------*/

_:-ms-lang(x)::-ms-backdrop, main{
 display:block;
}