@charset "UTF-8";
/* CSS Document */
.media_link {
	box-shadow: 0px 0px 15px -5px #transparent;
	transition    : 1s;
}

.media_link:hover{ border-radius: 160px;
  box-shadow: 0px 0px 72px 16px rgba(0, 90, 255, 0.8);
	transition    : 1s;
}
.media_link2 {
	box-shadow: 0px 0px 15px -5px #transparent;
	transition    : 1s;
}

.media_link2:hover{ border-radius: 10px;
  box-shadow: 0px 0px 72px 16px rgba(0, 90, 255, 0.8);
	transition    : 1s;
}
.whiteglow:hover {
	-webkit-box-shadow:0px 0px 49px 13px rgba(255,255,255,0.7);
-moz-box-shadow: 0px 0px 49px 13px rgba(255,255,255,0.7);
box-shadow: 0px 0px 49px 13px rgba(255,255,255,0.7);
}

/*----------------------------
--------- Loaders ---------
----------------------------*/

.loader-wrapper {
    background: #0f212d;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    opacity: 1;
    overflow: hidden;
    height: 100%;
}

.loader-wrapper .loaders {
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
    -webkit-transform: translateX(-50%) translateY(-45%);
    -moz-transform: translateX(-50%) translateY(-45%);
    -o-transform: translateX(-50%) translateY(-45%);
    -ms-transform: translateX(-50%) translateY(-45%);
}

.loader-wrapper .loaders img {
    position: relative;
    z-index: 999;
}
/*mid*/
.loader-wrapper .loader-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0px 0px -80px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #e8e2de;
    z-index: -1;
    opacity: 0.6;
}
/*short*/
.loader-wrapper .loader-1:before {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid #a87e45;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 35px, 35px, 0px);
    z-index: 10;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
/*long*/
.loader-wrapper .loader-1:after {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    border: 2px solid #b3936e;
    border-radius: 50%;
    top: -2px;
    left: -2px;
    box-sizing: border-box;
    clip: rect(0px, 164px, 150px, 0px);
    z-index: 9;
    -webkit-animation: rotate2 3s linear infinite;
    -moz-animation: rotate2 3s linear infinite;
    -ms-animation: rotate2 3s linear infinite;
    -o-animation: rotate2 3s linear infinite;
    animation: rotate2 3s linear infinite;
}

.loader-wrapper .loader-2 {
    -webkit-animation: spin 1.2s backwards infinite;
    -moz-animation: spin 1.2s backwards infinite;
    -ms-animation: spin 1.2s backwards infinite;
    -o-animation: spin 1.2s backwards infinite;
    animation: spin 1.2s backwards infinite;
    background: none;
    border-radius: 50%;
    border: 3px solid;
    width: 60px;
    height: 60px;
    color: #c1b19b;
    position: absolute;
    left: 35%;
}

.loader-wrapper .loader-3 {
    transform: translateY(-50%);
    padding: 0 100px;
    text-align: center;
}

.loader-wrapper .loader-3 label {
    height: 10px;
    width: 10px;
    background-color: #e3cede;
    margin: 0px 7.5px;
    border-radius: 50%;
    opacity: 0;
    display: inline-block;
}

.loader-wrapper .loader-3 label:nth-child(7) {
    -webkit-animation: array-fade 3s ease-in-out infinite;
    -moz-animation: array-fade 3s ease-in-out infinite;
    -ms-animation: array-fade 3s ease-in-out infinite;
    -o-animation: array-fade 3s ease-in-out infinite;
    animation: array-fade 3s ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(6) {
    -webkit-animation: array-fade 3s 100ms ease-in-out infinite;
    -moz-animation: array-fade 3s 100ms ease-in-out infinite;
    -ms-animation: array-fade 3s 100ms ease-in-out infinite;
    -o-animation: array-fade 3s 100ms ease-in-out infinite;
    animation: array-fade 3s 100ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(5) {
    -webkit-animation: array-fade 3s 200ms ease-in-out infinite;
    -moz-animation: array-fade 3s 200ms ease-in-out infinite;
    -ms-animation: array-fade 3s 200ms ease-in-out infinite;
    -o-animation: array-fade 3s 200ms ease-in-out infinite;
    animation: array-fade 3s 200ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(4) {
    -webkit-animation: array-fade 3s 300ms ease-in-out infinite;
    -moz-animation: array-fade 3s 300ms ease-in-out infinite;
    -ms-animation: array-fade 3s 300ms ease-in-out infinite;
    -o-animation: array-fade 3s 300ms ease-in-out infinite;
    animation: array-fade 3s 300ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(3) {
    -webkit-animation: array-fade 3s 400ms ease-in-out infinite;
    -moz-animation: array-fade 3s 400ms ease-in-out infinite;
    -ms-animation: array-fade 3s 400ms ease-in-out infinite;
    -o-animation: array-fade 3s 400ms ease-in-out infinite;
    animation: array-fade 3s 400ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(2) {
    -webkit-animation: array-fade 3s 500ms ease-in-out infinite;
    -moz-animation: array-fade 3s 500ms ease-in-out infinite;
    -ms-animation: array-fade 3s 500ms ease-in-out infinite;
    -o-animation: array-fade 3s 500ms ease-in-out infinite;
    animation: array-fade 3s 500ms ease-in-out infinite;
}

.loader-wrapper .loader-3 label:nth-child(1) {
    -webkit-animation: array-fade 3s 600ms ease-in-out infinite;
    -moz-animation: array-fade 3s 600ms ease-in-out infinite;
    -ms-animation: array-fade 3s 600ms ease-in-out infinite;
    -o-animation: array-fade 3s 600ms ease-in-out infinite;
    animation: array-fade 3s 600ms ease-in-out infinite;
}

.loader-wrapper .loader-logo-pulse {
    -webkit-animation: pulse-fade 4s backwards infinite;
    -moz-animation: pulse-fade 4s backwards infinite;
    -ms-animation: pulse-fade 4s backwards infinite;
    -o-animation: pulse-fade 4s backwards infinite;
    animation: pulse-fade 4s backwards infinite;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-ms-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        clip: rect(0px, 35px, 35px, 0px);
    }
    50% {
        clip: rect(0px, 40px, 40px, 0px);
    }
    100% {
        transform: rotate(360deg);
        clip: rect(0px, 35px, 35px, 0px);
    }
}

@keyframes rotate2 {
    0% {
        transform: rotate(0deg);
        clip: rect(0px, 164px, 150px, 0px);
    }
    50% {
        clip: rect(0px, 164px, 0px, 0px);
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(720deg);
        clip: rect(0px, 164px, 150px, 0px);
    }
}

@keyframes array-fade {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    33% {
        opacity: 1;
        transform: translateX(0px);
    }
    66% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@keyframes pulse-fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}


.main-trailerx {
	position:absolute;
	top: -1px;left: -1px;
}
.bg{background-color:#000;}
.bgc{background-color: #9E0C3E;}
.bgf{color:#fff;
background: #b28b19;
font-weight: 400;
font-size:14px;
}
.top_contener{
	width: 100%;
	height:570px;	
}
.top_contener {
	background: #091923;
}

#footer{
	background-color: #000000;
}

.contentsIN{width:1100px;
margin:0 auto;
box-shadow:0px 0px 12px 4px  rgba(0, 0, 0, 0.1);
background: #d7ccc2;
text-justify: distribute;
hanging-punctuation: last allow-end;
}


.contentsIN{width:1100px;
margin:0 auto;
box-shadow:0px 0px 12px 4px  rgba(0, 0, 0, 0.1);
background:#d7ccc2 url('../images/contentsBG.jpg') top center;
background-attachment: fixed;
}

.webp .contents {
	background:#0f212d;
}
.no-webp .contents {
	background:#0f212d;
}

.contener{width:100%;}

#main {
	position:relative;
	width:1100px;
	height:570px;
	margin-right: auto;
	margin-left: auto;
	box-shadow:0px 0px 12px 4px  rgba(0, 0, 0, 0.6);
	
}
.webp #main {
	background: url(../images/mainBG.webp) center top;
}
.no-webp #main {
	background: url(../images/mainBG.png) center top;
}

.main-catch {
	position:absolute;
	left:600px;
	top:42px;
	width:446px;
	height:42px;
	background: url(../images/main_catch.png) center top;
	background-size:446px;
}

.main-lead {
	position:absolute;
	left:585px;
	top:188px;
	width:332px;
	height:62px;
	background: url(../images/main_lead.png) center top;
	background-size:332px;
}

.no-webp .main-h1 {
	position:absolute;
	left:504px;
	top:257px;
	width:542px;
	height:104px;
	background: url(../images/main_h1.png) center top;
	background-size:542px;
}
.webp .main-h1 {
	position:absolute;
	left:504px;
	top:257px;
	width:542px;
	height:104px;
	background: url(../images/main_h1.webp) center top;
	background-size:542px;
}

.main-news {
	position:absolute;
	left:474px;
	top:438px;
	width:111px;
	height:115px;
	background:url(../images/main_newso.png) top center;
	background-size:111px;
}

.main-mov {
	position:absolute;
	left:585px;
	top:438px;
	width:112px;
	height:115px;
	background:url(../images/main_movo.png) top center;
	background-size:112px;
}

.main-str {
	position:absolute;
	left:697px;
	top:438px;
	width:109px;
	height:115px;
	background:url(../images/main_stro.png) top center;
	background-size:109px;
}

.main-dvd {
	position:absolute;
	left:806px;
	top:438px;
	width:272px;
	height:115px;
	background:url(../images/main_dvdo.png) top center;
	background-size:272px;
}


/*-------- sns --------------------*/
ol, ul {
	list-style: none;
}

.sns-share-wrap{
  position:absolute;
  left:26px;
bottom:15px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.sns-share{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0px 8px;
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:10px;
  transition:.25s;
}

.sns-share:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 14px rgba(0,0,0,.15);
  color: #93e6e6;
}

/* colors */
.sns-share.fb{ background:#1877f2; }
.sns-share.x{ background:#000; }
.sns-share.line{ background:#06c755; }
.sns-share.insta{
  background:linear-gradient(
    45deg,
    #f58529,
    #dd2a7b,
    #8134af,
    #515bd4
  );
}
.sns-icon{
  width:20px;
  height:20px;
  flex-shrink:0;
}


#main h1,#main h2, #main p,#main h3,#main .main-lead,.main-catch
{display:block;text-indent:100%; white-space:nowrap; overflow:hidden;}


/* nav */
#nav_Area{position:relative;
	width: 100%;
	height: 60px;
	background: #0f212d;
	z-index: 9999;
	box-shadow:0px 8px 8px 0px rgba(0,0,0,0.4);
}
 #nav {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:60px;
	margin:0 auto;

}

.nav-00 {
	position:absolute;
	left:0px;
	top:0px;
	width:135px;
	height:60px;
	background:url(../images/nav_00.png) top center;
	background-size:135px;
}

.nav-01 {
	position:absolute;
	left:135px;
	top:0px;
	width:93px;
	height:60px;
	background:url(../images/nav_01o.png) top center;
	background-size:93px;
}

.nav-02 {
	position:absolute;
	left:228px;
	top:0px;
	width:168px;
	height:60px;
	background:url(../images/nav_02o.png) top center;
	background-size:168px;
}

.nav-03 {
	position:absolute;
	left:396px;
	top:0px;
	width:171px;
	height:60px;
	background:url(../images/nav_03o.png) top center;
	background-size:171px;
}

.nav-04 {
	position:absolute;
	left:567px;
	top:0px;
	width:156px;
	height:60px;
	background:url(../images/nav_04o.png) top center;
	background-size:156px;
}

.nav-05 {
	position:absolute;
	left:723px;
	top:0px;
	width:106px;
	height:60px;
	background:url(../images/nav_05o.png) top center;
	background-size:106px;
}

.nav-06 {
	position:absolute;
	left:829px;
	top:0px;
	width:63px;
	height:60px;
	background:url(../images/nav_06o.png) top center;
	background-size:63px;
}

.nav-07 {
	position:absolute;
	left:892px;
	top:0px;
	width:106px;
	height:60px;
	background:url(../images/nav_07o.png) top center;
	background-size:106px;
}

.nav-08 {
	position:absolute;
	left:998px;
	top:0px;
	width:93px;
	height:60px;
	background:url(../images/nav_08o.png) top center;
	background-size:93px;
}

/* Introduction */
#introAnc{
	position: absolute;
	top:-60px;
	left:0;
	height: 1px;
	width: 100%;
}
#intro {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:3199px;
	margin:0 auto;
font-size:16px;
line-height:24px;
font-weight:400;
color:#fff;
text-align: justify;
text-justify: inter-ideograph;
}
.introBG-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1100px;
	height:980px;
}

.introBG-02 {
	position:absolute;
	left:0px;
	top:2411px;
	width:1100px;
	height:788px;
}

.intro-h2 {
	position:absolute;
	left:72px;
	top:633px;
	width:964px;
	height:231px;
}

.intro-h3-01 {
	position:absolute;
	left:67px;
	top:894px;
	width:853px;
	height:87px;
}

.intro-txt01 {
	position:absolute;
	left:70px;
	top:996px;
	width:960px;
	height:289px;
}

.intro-p01 {
	position:absolute;
	left:67px;
	top:1285px;
	width:969px;
	height:207px;
}

.intro-h3-02 {
	position:absolute;
	left:67px;
	top:1534px;
	width:868px;
	height:87px;
}

.intro-txt02 {
	position:absolute;
	left:69px;
	top:1638px;
	width:961px;
	height:268px;
}

.intro-p02 {
	position:absolute;
	left:67px;
	top:1906px;
	width:969px;
	height:208px;
}

.intro-h3-03 {
	position:absolute;
	left:67px;
	top:2156px;
	width:787px;
	height:86px;
}

.intro-txt03 {
	position:absolute;
	left:69px;
	top:2259px;
	width:961px;
	height:252px;
}
#intro2 {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:1960px;
	margin:0 auto;
font-size:16px;
line-height:24px;
font-weight:400;
color:#fff;
text-align: justify;
text-justify: inter-ideograph;
}
.intro2-03 {
	position:absolute;
	left:1px;
	top:50px;
	width:1099px;
	height:646px;
}

.intro2-05 {
	position:absolute;
	left:0px;
	top:717px;
	width:1100px;
	height:649px;
}

.intro2-07 {
	position:absolute;
	left:0px;
	top:1388px;
	width:1100px;
	height:478px;
}
/* cast */
#castAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#cast{
	position:relative;
	margin: 0 auto;
	width:1100px;
	height:2228px;
	font-size:16px;
	line-height:26px;
	color:#fff;
	text-align: justify;
text-justify: inter-ideograph;
}

.castBG-h3-01 {
	position:absolute;
	left:70px;
	top:79px;
	width:647px;
	height:489px;
}

.castBG-h3-02 {
	position:absolute;
	left:389px;
	top:568px;
	width:649px;
	height:492px;
}

.castBG-h3-03 {
	position:absolute;
	left:70px;
	top:1060px;
	width:647px;
	height:495px;
}



.castBG-h3-04 {
	position:absolute;
	left:389px;
	top:1555px;
	width:649px;
	height:493px;
}

.cast-h2 {
	position:absolute;
	left:313px;
	top:23px;
	width:469px;
	height:41px;
}

.cast-01txt1 {
	position:absolute;
	left:238px;
	top:156px;
	width:440px;
	height:161px;
}

.cast-h4-01 {
	position:absolute;
	left:110px;
	top:343px;
	width:110px;
	height:26px;
}

.cast-01txt2 {
	position:absolute;
	left:110px;
	top:369px;
	width:568px;
	height:168px;
	font-size:14px;
	line-height:22px;
}

.cast-02txt1 {
	position:absolute;
	left:558px;
	top:648px;
	width:436px;
	height:168px;
}

.cast-h3-2 {
	position:absolute;
	left:431px;
	top:841px;
	width:129px;
	height:22px;
}

.cast-02txt2 {
	position:absolute;
	left:431px;
	top:873px;
	width:563px;
	height:150px;
	font-size:14px;
	line-height:22px;
}

.cast-03txt1 {
	position:absolute;
	left:238px;
	top:1143px;
	width:435px;
	height:168px;
}

.cast-h3-3 {
	position:absolute;
	left:110px;
	top:1337px;
	width:128px;
	height:21px;
}

.cast-03txt2 {
	position:absolute;
	left:110px;
	top:1369px;
	width:559px;
	height:150px;
	font-size:14px;
	line-height:22px;
}

.cast-04txt1 {
	position:absolute;
	left:558px;
	top:1635px;
	width:436px;
	height:168px;
}

.cast-h3-4 {
	position:absolute;
	left:429px;
	top:1830px;
	width:168px;
	height:21px;
}

.cast-04txt2 {
	position:absolute;
	left:431px;
	top:1861px;
	width:560px;
	height:154px;
	font-size:14px;
	line-height:22px;
}

.cast-h3-5 {
	position:absolute;
	left:70px;
	top:2108px;
	width:93px;
	height:31px;
}

.cast-48 {
	position:absolute;
	left:179px;
	top:2108px;
	width:801px;
	height:31px;
}


/* 相関図 */
#chartAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#chart{
	position:relative;
	margin: 0 auto;
	width:1100px;
	height:1319px;
}

.chart-h2 {
	position:absolute;
	left:313px;
	top:34px;
	width:473px;
	height:41px;
}

.chart-zu {
	position:absolute;
	left:76px;
	top:75px;
	width:955px;
	height:1165px;
}
/* story */
#storyAnc{
	position: absolute;
	bottom:60px;
	left: 0px;
}
#story{
	position:relative;
	margin: 0 auto;
	width:1100px;
	height:295px;
	font-size:16px;
	line-height:24px;
}
.story-h2 {
	position:absolute;
	left:313px;
	top:21px;
	width:473px;
	height:41px;
}

.story-txt {
	position:absolute;
	padding: 2em 8em;
	left:0px;
	top:69px;
	width:1100px;
	text-align: justify;
	text-justify: inter-ideograph;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 16% 84%, rgba(0, 0, 0, 0));
}


/* movie */
#movAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}

#mov{
	position: relative;
	margin: 0 auto;
	width:1100px;
	height:528px;
}

.mov-h2 {
	position:absolute;
	left:299px;
	top:15px;
	width:494px;
	height:41px;
}

.mov-area {
	position:absolute;
	left:180px;
	top:74px;
	width:740px;
	height:409px;
}
/* dvd */
#dvdAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#dvd {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:593px;
	color:#fff;
	font-size:14px;
}
.dvd-h2 {
	position:absolute;
	left:302px;
	top:21px;
	width:484px;
	height:41px;
}
.dvd-rental-jk {
	position:absolute;
	left:72px;
	top:115px;
	width:270px;
	height:385px;
}

.dvd-h3 {
	position:absolute;
	left:394px;
	top:115px;
	width:310px;
	height:37px;
}

.dvd-r01 {
	position:absolute;
	left:397px;
	top:184px;
	width:407px;
	height:52px;
}

.dvd-r02 {
	position:absolute;
	left:398px;
	top:268px;
	width:406px;
	height:52px;
}

.dvd-txt {
	position:absolute;
	left:394px;
	top:484px;
	width:552px;
	height:59px;
}
/* 配信 */
#strAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#str {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:321px;
}

.str-h2 {
	position:absolute;
	left:313px;
	top:22px;
	width:473px;
	height:41px;
}

.str-01 {
	position:absolute;
	left:70px;
	top:125px;
	width:288px;
	height:73px;
}

.str-02 {
	position:absolute;
	left:406px;
	top:125px;
	width:288px;
	height:73px;
}

.str-03 {
	position:absolute;
	left:742px;
	top:125px;
	width:288px;
	height:73px;
}
.str-txt1 {
	position:absolute;
	left:0px;
	top:87px;
	width:1100px;
	height:38px;
	text-align:center;
}
.str-txt2 {
	position:absolute;
	left:742px;
	top:209px;
	width:288px;
	height:88px;
	font-size:14px;
}


.mar-btm20 {
	margin-bottom:20px!important;
}
.w-glow {
text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
}


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