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

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

.loader-wrapper {
    background: #9E0C3E;
    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: #9E0C3E;
}
.top_contener{
	width: 100%;
	height:570px;	
}
.webp .top_contener {
	background:#9E0C3E;
}
.no-webp .top_contener {
	background:#9E0C3E;
}

#footer{
	background-color: #6b082a;
}

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

.webp .contentsIN{width:1100px;
margin:0 auto;
box-shadow:0px 0px 12px 4px  rgba(0, 0, 0, 0.1);
background: #d7ccc2 url('../images/bg.webp');
}
.no-webp .contentsIN{width:1100px;
margin:0 auto;
box-shadow:0px 0px 12px 4px  rgba(0, 0, 0, 0.1);
background:#d7ccc2 url('../images/bg.jpg');
}

.webp .contents {
	background:#d7ccc2 url('../images/bg.webp') ;
}
.no-webp .contents {
	background:#d7ccc2 url('../images/bg.jpg') ;
}

.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-h1 {
	position:absolute;
	left:165px;
	top:133px;
	width:341px;
	height:292px;
	background: url(../images/main_h1.png) center top;
}
.main-lead {
	position:absolute;
	left:1014px;
	top:13px;
	width:53px;
	height:470px;
	background: url(../images/main_lead.png) center top;
}
.main-catch {
	position:absolute;
	left:740px;
	top:100px;
	width:48px;
	height:185px;
	background: url(../images/main_catch.png) center top;
}

.main-news {
	position:absolute;
	left:29px;
	top:24px;
	width:109px;
	height:110px;
}
.main-trailer {
	position:absolute;
	left:29px;
	top:142px;
	width:109px;
	height:110px;
}

.main-str {
	position:absolute;
	left:29px;
	top:261px;
	width:109px;
	height:109px;
}

.main-act1 {
	position:absolute;
	left:506px;
	top:327px;
	width:148px;
	height:99px;
}

.main-act2 {
	position:absolute;
	left:781px;
	top:387px;
	width:166px;
	height:105px;
}

.main-dvd {
	position:absolute;
	left:29px;
	top:441px;
	width:379px;
	height:88px;
}

/*-------- sns --------------------*/
ol, ul {
	list-style: none;
}
#twitter{
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 90px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	z-index: 99;
}
#facebook{
	position: absolute;
	left: 110px;
	bottom: 15px;
	width: 160px;
	height: 20px;
	text-align: left;
overflow: hidden;
	z-index: 99;
}
#line{
	position: absolute;
	left: 384px;
	bottom: 15px;
	width: 160px;
	height: 20px;
	text-align: left;
	z-index: 99;
}

#insta {
	position: absolute;
height: 20px;
left: 284px;
	bottom: 15px;
	width: 78px;
	z-index: 100;
}
#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: url(../images/navBG.png);
	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;
}

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

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

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

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

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

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

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

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

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

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

.intro-h2 {
	position:absolute;
	left:26px;
	top:492px;
	width:1041px;
	height:90px;
}

.intro-h3-1 {
	position:absolute;
	left:50px;
	top:582px;
	width:859px;
	height:105px;
}

.intro-t1 {
	position:absolute;
	left:50px;
	top:686px;
	width:1000px;
	height:208px;
}

.intro-p01 {
	position:absolute;
	left:0px;
	top:910px;
	width:1096px;
	height:224px;
}

.intro-h3-2 {
	position:absolute;
	left:50px;
	top:1157px;
	width:859px;
	height:138px;
}

.intro-t2 {
	position:absolute;
	left:50px;
	top:1292px;
	width:1000px;
	height:180px;
}

.intro-p02 {
	position:absolute;
	left:0px;
	top:1488px;
	width:1100px;
	height:222px;
}

.intro-h3-3 {
	position:absolute;
	left:50px;
	top:1733px;
	width:950px;
	height:103px;
}

.intro-t3 {
	position:absolute;
	left:50px;
	top:1834px;
	width:1000px;
	height:207px;
}

.intro-p03 {
	position:absolute;
	left:0px;
	top:2058px;
	width:1100px;
	height:222px;
}

.intro-h3-4 {
	position:absolute;
	left:50px;
	top:2302px;
	width:915px;
	height:138px;
}

.intro-t4 {
	position:absolute;
	left:50px;
	top:2438px;
	width:997px;
	height:225px;
}

.intro-h4-1 {
	position:absolute;
	left:0px;
	top:3306px;
	width:1100px;
	height:422px;
}

.intro-h4-2 {
	position:absolute;
	left:0px;
	top:3790px;
	width:1100px;
	height:767px;
}

.intro-h4-3 {
	position:absolute;
	left:0px;
	top:4580px;
	width:1100px;
	height:807px;
}

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

.castBG-01 {
	position:absolute;
	left:50px;
	top:119px;
	width:1001px;
	height:544px;
}

.castBG-02 {
	position:absolute;
	left:50px;
	top:663px;
	width:1000px;
	height:545px;
}

.castBG-03 {
	position:absolute;
	left:50px;
	top:1208px;
	width:1001px;
	height:540px;
}

.castBG-04 {
	position:absolute;
	left:50px;
	top:1748px;
	width:1000px;
	height:544px;
}


#cast h4{
font-size:20px;font-weight:900;float:left;padding-top:0.2em;padding-right: 0.5em;
margin:0.2em 0.5em 0 0;
color:#feeab4;
font-family: "Noto Serif JP", serif;
}
.cast-h2 {
	position:absolute;
	left:304px;
	top:15px;
	width:489px;
	height:78px;
}

.cast-01-1 {
	position:absolute;
	left:298px;
	top:249px;
	width:697px;
	height:119px;
	font-weight:900;
}

.cast-01-2 {
	position:absolute;
	left:117px;
	top:368px;
	width:878px;
	font-family:'M PLUS 1p', sans-serif;
	background-color: #602100;
	padding:1em 2em;
	border-radius: 26px;
	font-size: 16px;line-height: 26px;
	font-weight:normal;
}

.cast-02-1 {
	position:absolute;
	left:298px;
	top:792px;
	width:697px;
	height:116px;
	font-weight:900;
}

.cast-02-2 {
	position:absolute;
	left:119px;
	top:908px;
	width:876px;
	font-family:'M PLUS 1p', sans-serif;
	background-color: #602100;
	padding:1em 2em;
	border-radius: 26px;
	font-size: 16px;line-height: 26px;
	font-weight:normal;
}

.cast-03-1 {
	position:absolute;
	left:300px;
	top:1336px;
	width:695px;
	height:119px;
	font-weight:900;
}

.cast-03-2 {
	position:absolute;
	left:117px;
	top:1455px;
	width:878px;
	font-family:'M PLUS 1p', sans-serif;
	background-color: #602100;
	padding:1em 2em;
	border-radius: 26px;
	font-size: 16px;line-height: 26px;
	font-weight:normal;
}

.cast-04-1 {
	position:absolute;
	left:298px;
	top:1881px;
	width:697px;
	height:116px;
	font-weight:900;
}

.cast-04-2 {
	position:absolute;
	left:119px;
	top:2000px;
	width:876px;
	font-family:'M PLUS 1p', sans-serif;
	background-color: #602100;
	padding:1em 2em;
	border-radius: 26px;
	font-size: 16px;line-height: 26px;
	font-weight:normal;
}

.cast-h4-staff {
	position:absolute;
	left:133px;
	top:2350px;
	width:98px;
	height:68px;
}

.cast-staff02 {
	position:absolute;
	left:231px;
	top:2350px;
	width:764px;
	height:68px;
}


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

.chart-h2 {
	position:absolute;
	left:305px;
	top:16px;
	width:488px;
	height:78px;
}

.chart-zu {
	position:absolute;
	left:32px;
	top:94px;
	width:1057px;
	height:956px;
}
/* story */
#storyAnc{
	position: absolute;
	bottom:60px;
	left: 0px;
}
#story{
	position:relative;
	margin: 0 auto;
	width:1100px;
	height:439px;
	font-size:16px;
	line-height:24px;
}
.story-h2 {
	position:absolute;
	left:305px;
	top:16px;
	width:488px;
	height:78px;
}

.story-txt {
	position:absolute;
	left:134px;
	top:158px;
	width:831px;
	height:191px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.storyBG-03 {
	position:absolute;
	left:41px;
	top:128px;
	width:1016px;
	height:226px;
}

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

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

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

.mov-area {
	position:absolute;
	left:180px;
	top:104px;
	width:740px;
	height:409px;
}
/* dvd */
#dvdAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#dvd {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:1502px;
	color:#000;
	font-size:16px;
}
.dvd-h2 {
	position:absolute;
	left:361px;
	top:17px;
	width:375px;
	height:60px;
}
.dvd-h3-1 {
	position:absolute;
	left:50px;
	top:93px;
	width:1050px;
	height:46px;
}

.dvd-r1 {
	position:absolute;
	left:428px;
	top:163px;
	width:519px;
	height:80px;
}

.dvd-rental-jk {
	position:absolute;
	left:50px;
	top:173px;
	width:349px;
	height:493px;
}

.dvd-r2 {
	position:absolute;
	left:428px;
	top:243px;
	width:519px;
	height:80px;
}

.dvd-r3 {
	position:absolute;
	left:428px;
	top:323px;
	width:519px;
	height:76px;
}

.dvd-h3-2 {
	position:absolute;
	left:50px;
	top:735px;
	width:1050px;
	height:46px;
}

.dvd-d1 {
	position:absolute;
	left:428px;
	top:805px;
	width:322px;
	height:84px;
}

.dvd-box1-jk {
	position:absolute;
	left:52px;
	top:819px;
	width:347px;
	height:499px;
}

.dvd-box1 {
	position:absolute;
	left:428px;
	top:889px;
	width:592px;
	height:52px;
}


.dvd-d2 {
	position:absolute;
	left:428px;
	top:977px;
	width:322px;
	height:84px;
}

.dvd-box2 {
	position:absolute;
	left:428px;
	top:1061px;
	width:591px;
	height:54px;
}



.dvd-d3 {
	position:absolute;
	left:428px;
	top:1160px;
	width:290px;
	height:80px;
}

.dvd-box3 {
	position:absolute;
	left:428px;
	top:1240px;
	width:591px;
	height:58px;
}
.dvd-t1 {
	position:absolute;
	left:458px;
	top:931px;
	width:620px;
	height:43px;
	display: flex;
	align-items: center;
	color:#011F67;
}

.dvd-t2 {
	position:absolute;
	left:458px;
	top:1105px;
	width:620px;
	height:41px;
	display: flex;
	align-items: center;
	color:#011F67;
}

.dvd-t3 {
	position:absolute;
	left:458px;
	top:1288px;
	width:620px;
	height:46px;
	display: flex;
	align-items: center;
	color:#011F67;
}

.dvd-txt {
	position:absolute;
	left:54px;
	top:1389px;
	width:587px;
	height:56px;
	font-size: 14px;
	font-family:'M PLUS 1p', sans-serif;
}
/* 配信 */
#strAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#str {
	position:relative;
	left:0px;
	top:0px;
	width:1100px;
	height:487px;
}

.str-h2 {
	position:absolute;
	left:305px;
	top:23px;
	width:488px;
	height:78px;
}

.str-txt {
	position:absolute;
	left:305px;
	top:130px;
	width:488px;
	height:70px;
	color:#000;
	text-align:center;
}

.str-09 {
	position:absolute;
	left:405px;
	top:216px;
	width:288px;
	height:73px;
}


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