@charset "utf-8";
/* CSS Document */
html{
font-size: 13px;
}
.contentsBlock {
    padding:10px;
}
.headingBlock+.contentsBlock{
box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.8);
}
.headingBlock {
    padding: 5px 10px;
    margin-top: 10px;
}
.contentsBlock.spaceBottom{
margin: 0;
padding: 0;
}
.jumbtronBlock{
width: 100%;
}
.jumbotronBlock .item .image{
}
_:-ms-lang(x), .jumbtronBlock:before{
display:none;
}
_:-ms-lang(x), .jumbtronBlock{
background:#FFF !important;
}
.jumbtronBlock .credit,
.jumbotronBlock .item .image .credit{
background-color: #FFF;
padding: 0 5px;
text-align: right;
font-size: 0.8rem;
}
.btnBlock03{margin: 10px 0 0;}
.shareBlock {margin: 10px 0 0;}
.videoBlock {
    background: #000;
    padding: 0px;
}
.js-switchVideo .contentsBlock{
background-color: #000;
}
.videoBlock .videoTitle{
color: #FFF;
}
.js-switchVideo .contentsBlock:nth-child(2){
background-color: #000;
}
.js-switchVideo .contentsBlock:nth-child(2).borderTop{
border-top:1px solid #555;}
.js-switchVideoTrigger .thumbnailBlock{
background-color: #555;
}
.js-switchVideoTrigger .thumbnailBlock:before{
border: #555 1px solid;
}
.js-switchVideoTrigger p{
color: #FFF;
}

@media screen and (min-width: 768px){/*PC画面時の設定*/
a:hover{opacity: 0.9;}
.contentsBlock {padding:10px 20px;}
.videoBlock {margin-top: 10px;}
.videoBlock .videoLeft { width: 550px; height: 340px !important;}
.videoBlock .videoLeft .bx-wrapper .bx-viewport {height: 340px !important;}
.videoBlock .videoLeft .bx-wrapper .bx-viewport li {width: 550px !important;}
.videoBlock .videoLeft .bx-wrapper .bx-viewport li iframe {width: 550px !important; height: 340px !important;}
.videoBlock .videoRight{width: 300px; padding-top: 10px; padding-bottom: 30px;height: 290px !important;}
.videoBlock .videoThmb .list .active {background: #555;}
.videoBlock .videoThmb .list .active .thumb {background: #555;}
.videoBlock .videoThmb .list .text {color: #FFF;}
.videoBlock .videoControl{background-color: #000;border-top: 1px solid #555;}
.videoBlock .videoControl .backnext { font-size: 14px;  color: #FFF;}
}

.listBlock02 .itemsBox .items {
    padding: 0 10px 10px;
}
.listBlock02 .itemsBox .items .item{
margin: 0 10px 0 0;
}
.thumbnailBlock{
background-color: #000;
}
.thumbnailBlock:before{
border:none;
}
.listBlock02 .itemsBox .items .item .title{
margin: 0;
line-height: 1.2;
}
.thumbnailBlock-height-square {
    border-radius: 8px;
    margin-bottom: 4px;
    overflow: hidden;
}
.thumbnailBlock-height-square img{
}
.thumbnailBlock a{
display: block;
}



/*階層設定
****************************************************/

h3.mevent_h3{
font-size: 1.25rem;
color: #FFFFFF;
line-height: 1.3;
background: #1565C0;
background:var(--mevent-common-color, #1565C0);
vertical-align: middle;
border-radius: 20px;
padding: 0.5em 1em 0.5em 1.5em;
display: block;
position: relative;
word-break: break-all;
}
h3.mevent_h3:before {
position: absolute;
left: 0.5rem;
content: '●';
color: white;
margin-right: 8px;
}
h4.mevent_h4{
font-size: 1.1rem;
border-left: 5px solid #1565C0;
border-left: 5px solid var(--mevent-common-color, #1565C0);
line-height: 1.1;
padding:0 0 0 6px;
font-weight: bold;
word-break: break-all;

}
.mevent_h3Box,
.mevent_h4Box{
width: 100%;
margin-bottom: 2rem;
padding-top: 1rem;
line-height: 1.3;
}
@media screen and (min-width: 768px){
.mevent_h3Box,
.mevent_h4Box{
line-height: 1.5;
}
}
.mevent_h3Box p,
.mevent_h4Box p{
margin-bottom: 1rem;
}
.themeColor{
color: var(--mevent-common-color, #333);
font-weight: bold;
}




/*画像テキスト回り込み、画像のみ設定
****************************************************/
.mevent_imageBox{
margin: 0 0 10px 0;
}
.mevent_imageBox img{
width: 100%;
}

.mevent_imageCaption{
font-size: 0.75rem;
line-height: 1.2;
padding: 0.2rem 0 0;
}
.mevent_imageText_left,
.mevent_imageText_right{
margin-bottom: 10px;
}
.mevent_imageText_left .mevent_imageBox,
.mevent_imageText_right .mevent_imageBox,
.mevent_imageText_left img,
.mevent_imageText_right img{
width: 150px;
height: auto;
}
.mevent_imageText_left .mevent_imageBox{
float: left;
margin: 0 1rem 1rem 0;
}
.mevent_imageText_right .mevent_imageBox{
float: right;
margin: 0 0 1rem 1rem;
}
@media screen and (min-width: 768px){
.mevent_imageText_left .mevent_imageBox,
.mevent_imageText_right .mevent_imageBox,
.mevent_imageText_left img,
.mevent_imageText_right img{
width: 300px;
height: auto;
}
}
.mevent_borderLine{
width: 70%;
border:none;
border-top: 2px dotted #CCC;
height: 1px;
}
.mevent_singleImage,
.mevent_doubleImageBox{
margin-bottom: 10px;
}
.mevent_doubleImageBox{
display: flex;
justify-content: space-between;
}
.mevent_doubleImage{
width: 48.5%;
}
.mevent_singleImage img,
.mevent_doubleImage img{
width: 100%;
}

/*グリッドレイアウト設定
****************************************************/
.mevent_gridRayout{
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr 1fr;
margin-bottom: 10px;
}
.mevent_gridContener{
display:flex;
flex-wrap: wrap;
}
@media screen\0 {/**IE用ハック（Edge含まない）**/
.mevent_gridContener{
display:block;
}
}



.mevent_gridInner{
width: 100%;
}
.mevent_gridInner img{
width: 100%;
}
_:-ms-lang(x), .mevent_gridInner img {/*IE・Edge*/
width: auto;
max-width: 100%;
display: block;
margin: 0 auto;
max-height: 150px;
}
_:-ms-lang(x), .mevent_gridInner a {/*IE・Edge*/
display:block;
width: 100%;
}

@media screen and (min-width: 414px){/*PC画面時の設定*/
.mevent_gridRayout{grid-template-columns: 1fr 1fr 1fr;}
}
@media screen and (min-width: 720px){/*PC画面時の設定*/
.mevent_gridRayout{grid-template-columns: 1fr 1fr 1fr 1fr;}
}



_:-ms-lang(x), .mevent_gridRayout {
content: "" ;
display: table ;
clear: both ;
}
_:-ms-lang(x), .mevent_gridContener {
float: left ;
width: 23% ;
margin: 0 10px 10px 0 ;
}


/*ボックス型リンク設定
****************************************************/

.mevent_boxLink{
display: block;
padding: 5px;
border-radius: 4px;
border:1px solid #CCC;
text-decoration: none;
color: #333 !important;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #fff 70%, #f9f9f9 90%, #EEE 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff 70%, #f9f9f9 90%,#EEE 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff 70%, #f9f9f9 90%,#EEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EEE',GradientType=0 ); /* IE6-9 */
}

_:-ms-lang(x), .mevent_boxLink {/*IE・Edge*/
height:270px;
}

.mevent_boxLink:hover{
text-decoration: none;
}
.mevent_boxLink span{
display: block;
margin-bottom: 0;
}
.mevent_boxLinkText{
padding: 5px 0 0;
line-height: 1.3;
}

/*枠付きの記事
****************************************************/
.mevent_borderBox{
border:8px solid #CCC;
background-color: #FFF;
padding: 10px;
box-sizing: border-box;
margin-bottom: 10px;
}


/*ボタン設定
****************************************************/

.mevent_btn_normal,
.mevent_btn_conversion{
display: block;
width: 60%;
min-width: 250px;
box-sizing: border-box;
margin: 10px auto;
text-align: center;
padding: 1rem 0;
border-radius: 4px;
}
.mevent_btn_conversion{
width: 80%;
}
.mevent_btn_normal:hover,
.mevent_btn_conversion:hover{
text-decoration: none;
}

.mevent_btn_normal{
color: #333 !important;
border:1px solid #CCC;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #fff 38%, #EEE 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff 38%,#EEE 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff 38%,#EEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#EEE',GradientType=0 ); /* IE6-9 */
}
.table .tableBtn.order .trigger,
.btnBlock03 .btn.btnColor02 .trigger,
.titleBlockRight .link .trigger,
.mevent_btn_conversion{
color: #FFF !important;
text-shadow:-1px -1px 0px #cf7432;
font-weight: bold;
font-size: 1.25rem;
background: #f96401;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9900+25,f96401+100 */
background: #ff9900; /* Old browsers */
background: -moz-linear-gradient(top, #ff9900 25%, #f96401 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff9900 25%,#f96401 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff9900 25%,#f96401 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#f96401',GradientType=0 ); /* IE6-9 */
}
.table .tableBtn.order .trigger{font-size: 12px;}


/*日付とお知らせ設定
****************************************************/

.mevent_dateContents{}
.mevent_dateContents dt{
font-size: 0.7rem;
font-family: "Arial", "sans-serif";
font-weight: bold;
color: #666;
margin-bottom: 0.2rem;
}
.mevent_dateContents dt span{
font-family: "Hiragino Kaku Gothic Pro", Meiryo, "sans-serif";
}
.mevent_dateContents dd{
border-bottom: 1px dashed #CCC;
padding-bottom: 0.5rem;
margin-bottom: 0.5rem;
}
.mevent_dateContents dd:last-child{
border-bottom:none;
padding-bottom: 0;
margin-bottom: 0.5rem;
}

.mevent_dateContents dd a{
color: #1d3994;
text-decoration: underline;
}
.mevent_dateContents dd a:visited{
color: #639;
text-decoration: underline;
}
@media screen and (min-width: 768px){/*PC画面時の設定*/
.mevent_dateContents dt{
border-top: 1px solid #DDD;
font-size: 1rem;
font-weight: normal;
float: left;
width: 20%;
clear: both;
margin:10px 0 0 0;
padding: 10px 0 0 0;
}
.mevent_dateContents dd{
border-top: 1px solid #DDD;
width: 80%;
border-bottom: none;
float: right;
margin:10px 0 0 0;
padding: 10px 0 0 0;
}
.mevent_dateContents dt:first-child,
.mevent_dateContents dd:nth-child(2){
border-top: none;
margin: 0;
}
}

/*先行受付期間告知設定
****************************************************/

.mevent_premiumReceptDate,
.mevent_lencoreReceptDate,
.mevent_prereqReceptDate{
display: flex;
}
.mevent_premiumReceptDate dt,.mevent_premiumReceptDate dd,
.mevent_lencoreReceptDate dt,.mevent_lencoreReceptDate dd,
.mevent_prereqReceptDate dt,.mevent_prereqReceptDate dd{
padding: 0.4rem 0 ;
text-align: center;
line-height: 1.2;
}

.mevent_premiumReceptDate dt,
.mevent_lencoreReceptDate dt,
.mevent_prereqReceptDate dt{
width: 100px;
color: #FFF;
}
.mevent_premiumReceptDate dd,
.mevent_lencoreReceptDate dd,
.mevent_prereqReceptDate dd{
flex: 1;
color: #000;
font-weight: bold;
box-sizing:border-box;
font-family: Arial, "sans-serif";
}
.mevent_premiumReceptDate dt{
background: #ce9f29; /* Old browsers */
background: -moz-linear-gradient(top, #ce9f29 0%, #9b6c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ce9f29 0%,#9b6c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ce9f29 0%,#9b6c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce9f29', endColorstr='#9b6c00',GradientType=0 ); /* IE6-9 */
}
.mevent_lencoreReceptDate dt{
background: #D2203A; /* Old browsers */
background: -moz-linear-gradient(top, #D2203A 38%, #7B0718 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #D2203A 38%,#7B0718 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #D2203A 38%,#7B0718 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2203A', endColorstr='#7B0718',GradientType=0 ); /* IE6-9 */
}
.mevent_prereqReceptDate dt{
background: #2B529D; /* Old browsers */
background: -moz-linear-gradient(top, #2B529D 38%, #193673 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2B529D 38%,#193673 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2B529D 38%,#193673 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2B529D', endColorstr='#193673',GradientType=0 ); /* IE6-9 */
}
.mevent_premiumReceptDate dd{
background-color: rgba(206,159,42,0.2);
}
.mevent_lencoreReceptDate dd{
background-color: rgba(210,32,58,0.2);
}
.mevent_prereqReceptDate dd{
background-color: rgba(43,82,157,0.2);
}
@media screen and (min-width: 321px){/*iPhone6以上の設定*/
.mevent_premiumReceptDate dt,
.mevent_lencoreReceptDate dt,
.mevent_prereqReceptDate dt{
width: 150px;
}
}
@media screen and (min-width: 768px){/*PC画面時の設定*/
.mevent_premiumReceptDate span,
.mevent_lencoreReceptDate span,
.mevent_prereqReceptDate span{
display: none;
}
.mevent_premiumReceptDate dt,.mevent_premiumReceptDate dd,
.mevent_lencoreReceptDate dt,.mevent_lencoreReceptDate dd,
.mevent_prereqReceptDate dt,.mevent_prereqReceptDate dd{
padding: 1rem 0 ;
}
.mevent_premiumReceptDate dt,
.mevent_lencoreReceptDate dt,
.mevent_prereqReceptDate dt{
width: 250px;
}
}
.mevent_alert{
color:#FF0004;
}
.mevent_alert a{
color: #1d3994;
text-decoration: underline;
}
.mevent_alert a:visited{
color: #639;
text-decoration: underline;
}


/*表組み（テーブル設定）
****************************************************/
.mevent_scroolingTable{
overflow: auto;
white-space: nowrap;
}
.mevent_scroolingTable::-webkit-scrollbar{
 height: 20px;/*tableにスクロールバーを追加*/
}
.mevent_scroolingTable::-webkit-scrollbar-track{
 background: #F1F1F1;/*tableにスクロールバーを追加*/
}
.mevent_scroolingTable::-webkit-scrollbar-thumb {
 background: #DDD;/*tableにスクロールバーを追加*/
}
.mevent_table{
width: 100%;
}
.mevent_table th,
.mevent_table td{
border-collapse:collapse;
border:1px solid #CCC;
padding: 0.5rem;
}
.mevent_table th{
font-weight: normal;
background-color: #EEE;
text-align: left;
}



/*外部リンクアイコン設定
****************************************************/
.mevent_blankIcon{
position: relative;
padding-right: 1rem;
}
.mevent_blankIcon:after{
    content:" ";
    position: absolute;
    display: inline-block;
    width:0.8rem;
    height:0.8rem;
    background: url(https://cdn.l-tike.com/image/pc/images/icon_blank.png) no-repeat;
    background-size: 0.8rem;
    margin-left: 0.2rem;
}

/*PDFリンクアイコン設定
****************************************************/
.mevent_pdfIcon{
position: relative;
padding-right: 1rem;
}
.mevent_pdfIcon:after{
    content:" ";
    position: absolute;
    display: inline-block;
    width:0.8rem;
    height:0.8rem;
    background: url(https://cdn.l-tike.com/common_static/images/shared/pdf.gif) no-repeat;
    background-size: 0.8rem;
    margin-left: 0.2rem;
}

/*注釈の設定
****************************************************/
.mevent_noteBox{}
.mevent_noteBox p{
border-bottom: 1px solid #ccc;
font-weight: bold;
}
.mevent_noteList,
.mevent_noteList2{}
.mevent_noteList li{
font-size: 0.8rem;
line-height: 1.3;
margin-bottom: 0.5rem;
padding-left: 1rem;
position: relative;
}
.mevent_noteList2 li{
font-size: 0.8rem;
line-height: 1.3;
margin-bottom: 0.5rem;
padding-left: 0.2rem;
position: relative;
}
.mevent_noteList li:before{
    content:"※";
    position: absolute;
    left: -0.1rem;
    display: inline-block;
}

/*段組みテキストの設定
****************************************************/
.mevent_textColumns{
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
}

@media screen and (min-width: 768px){/*PC画面時の設定*/
.mevent_textColumns{
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
}
}

/*画像拡大の設定　smartphoto.js
****************************************************/
/*IE用ハック*/
_:-ms-lang(x), a.js-smartPhoto {
pointer-events: none;
cursor: default;
}



@keyframes smartphoto {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes smartphoto-img-wrap {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes smartphoto-inner {
from {
transform:translate(0, 100px)
}
to {
transform:translate(0, 0)
}
}
@keyframes smartphoto-loader {
0% {
opacity:.4;
transform:rotate(0deg)
}
50% {
opacity:1;
transform:rotate(180deg)
}
100% {
opacity:.4;
transform:rotate(360deg)
}
}
@keyframes smartphoto-appear {
0% {
display:none;
opacity:0
}
1% {
display:block;
opacity:0
}
100% {
display:block;
opacity:1
}
}
@keyframes smartphoto-hide {
0% {
display:block;
opacity:1
}
99% {
display:block;
opacity:0
}
100% {
display:none;
opacity:0
}
}
.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: .3s;
  animation-timing-function: ease-out
}
.smartphoto[aria-hidden="true"] {
  display: none
}
.smartphoto-close {
  opacity: 0
}
.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px
}
.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0,0,0,0.2)
}
.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  line-height: 1
}
.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top
}
.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none
}
.smartphoto-img.active {
  display: block
}
.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none
}
.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out
}
.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: .3s;
  animation-timing-function: ease-out
}
.smartphoto-img-left {
  transform: translateX(150%) !important
}
.smartphoto-img-right {
  transform: translateX(-150%) !important
}
.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}
.smartphoto-arrows[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none
}
.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear
}
.smartphoto-arrows li:focus {
  outline: none
}
.smartphoto-arrows [aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none
}
.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}
.smartphoto-arrow-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==)
}
.smartphoto-arrow-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+)
}
.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: .3s;
  animation-timing-function: ease-out
}
.smartphoto-nav[aria-hidden="true"] {
  animation-name: smartphoto-hide;
  display: none
}
.smartphoto-nav ul {
  display: block;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch
}
.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px
}
.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: .5
}
.smartphoto-nav a:focus {
  opacity: .8
}
.smartphoto-nav a.current {
  opacity: 1
}
.smartphoto-nav img {
  width: auto;
  height: 100%
}
.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap
}
.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out
}
.smartphoto-list li:focus {
  outline: none
}
.smartphoto-list-onmove {
  transition: all 0.3s ease-out
}
.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis
}
.smartphoto-caption:focus {
  outline: none
}
.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh)
}
.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader .5s infinite linear
}
.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0
}
.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0)
}
















