@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: #9476b0;
    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: #88500e;}
.bgf{color:#fff;
background: #4f3072;
}
.top_contener{
	width: 100%;
	height:708px;
	background:#32324f;
}

#footer{
	background-color: #40284b;
}

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

.webp .contentsIN{width:1366px;
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:1366px;
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;
}
.no-webp .contents {
	background:#d7ccc2;
}

.contener{width:100%;}

#main {
	position:relative;
	width:1366px;
	height:708px;
	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.jpg) center top;
}

.main-lead {
	position:absolute;
	left:193px;
	top:13px;
	width:981px;
	height:94px;
	background: url(../images/main_lead.png) center top;
}
.main-news {
	position:absolute;
	left:1215px;
	top:23px;
	width:151px;
	height:113px;
}
.main-trailer {
	position:absolute;
	left:1215px;
	top:136px;
	width:151px;
	height:106px;
}

.main-str {
	position:absolute;
	left:1215px;
	top:242px;
	width:151px;
	height:112px;
}


.main-catch {
	position:absolute;
	left:700px;
	top:107px;
	width:474px;
	height:68px;
	background: url(../images/main_catch.png) center top;
}

.main-h1 {
	position:absolute;
	left:706px;
	top:295px;
	width:660px;
	height:408px;
	background: url(../images/main_h1.png) center top;
}

.main-cast01 {
	position:absolute;
	left:122px;
	top:481px;
	width:220px;
	height:63px;
	background: url(../images/main_cast01.png) center top;
}
.main-dvd {
	position:absolute;
	left:26px;
	top:566px;
	width:555px;
	height:96px;
}


.main-cast02 {
	position:absolute;
	left:591px;
	top:489px;
	width:150px;
	height:55px;
	background: url(../images/main_cast02.png) center top;
}
/*-------- 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-lead,.main-cast01,.main-cast02,.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:1366px;
	height:60px;
	margin:0 auto;

}

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

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

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

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

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

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

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

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

.nav-09 {
	position:absolute;
	left:1106px;
	top:0px;
	width:126px;
	height:60px;
	background:url(../images/nav_09o.png) top center;
}

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



/* Introduction */
#introAnc{
	position: absolute;
	top:-60px;
	left:0;
	height: 1px;
	width: 100%;
}
#intro {
	position:relative;
	left:0px;
	top:0px;
	width:1366px;
	height:5112px;
	margin:0 auto;
font-size:16px;
line-height:24px;
font-weight:500;
color:#000;
text-align: justify;
text-justify: inter-ideograph;
font-weight: 800;
}

.introBG-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:513px;
	height:418px;
}

.introBG-02 {
	position:absolute;
	left:0px;
	top:1517px;
	width:1366px;
	height:1082px;
}
.intro-h2 {
	position:absolute;
	left:401px;
	top:63px;
	width:876px;
	height:138px;
}

.intro-lead {
	position:absolute;
	left:401px;
	top:201px;
	width:875px;
	height:98px;
}

.intro-h3-1 {
	position:absolute;
	left:85px;
	top:335px;
	width:1070px;
	height:109px;
}

.intro-t01 {
	position:absolute;
	left:85px;
	top:449px;
	width:1190px;
	height:200px;
}

.intro-ph01 {
	position:absolute;
	left:83px;
	top:649px;
	width:1200px;
	height:236px;
}

.intro-h3-2 {
	position:absolute;
	left:85px;
	top:940px;
	width:1093px;
	height:103px;
}

.intro-t02 {
	position:absolute;
	left:90px;
	top:1049px;
	width:1187px;
	height:127px;
}

.intro-ph02 {
	position:absolute;
	left:83px;
	top:1176px;
	width:1200px;
	height:236px;
}

.intro-h3-3 {
	position:absolute;
	left:83px;
	top:1448px;
	width:1158px;
	height:99px;
}

.intro-t03 {
	position:absolute;
	left:90px;
	top:1552px;
	width:1187px;
	height:251px;
}

.intro-h4-1 {
	position:absolute;
	left:114px;
	top:2691px;
	width:1086px;
	height:584px;
}

.intro-h4-2 {
	position:absolute;
	left:90px;
	top:3275px;
	width:1134px;
	height:575px;
}

.intro-h4-3 {
	position:absolute;
	left:90px;
	top:3850px;
	width:1134px;
	height:471px;
}
.intro-h4-4 {
	position:absolute;
	left:90px;
	top:4321px;
	width:1134px;
	height:695px;
}
/* cast */
#castAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#cast{
	position:relative;
	margin: 0 auto;
	width:1366px;
	height:1528px;
	font-size:16px;
	line-height:24px;
	color:#fff;
	text-align: justify;
text-justify: inter-ideograph;
}
.castBG-01 {
	position:absolute;
	left:90px;
	top:153px;
	width:565px;
	height:557px;
}

.castBG-02 {
	position:absolute;
	left:711px;
	top:153px;
	width:565px;
	height:557px;
}

.castBG-03 {
	position:absolute;
	left:90px;
	top:754px;
	width:565px;
	height:557px;
}

.castBG-04 {
	position:absolute;
	left:711px;
	top:754px;
	width:565px;
	height:557px;
}
.cast-h2 {
	position:absolute;
	left:408px;
	top:0px;
	width:553px;
	height:130px;
}

.cast-01t01 {
	position:absolute;
	left:289px;
	top:236px;
	width:341px;
	height:163px;
}
.cast-01t2 {
	position:absolute;
	left:135px;
	top:411px;
	width:482px;
	background-color:#955e35;
	border-radius:16px;
	padding:0.5em 1em 1em 1em;
}

.cast-02t1 {
	position:absolute;
	left:910px;
	top:236px;
	width:341px;
	height:163px;
}
.cast-02t2 {
	position:absolute;
	left:755px;
	top:411px;
	width:482px;
	background-color:#955e35;
	border-radius:16px;
	padding:0.5em 1em 1em 1em;
}
.cast-03t1 {
	position:absolute;
	left:289px;
	top:837px;
	width:341px;
	height:163px;
}
.cast-03t2 {
	position:absolute;
	left:135px;
	top:1012px;
	width:478px;
	background-color:#955e35;
	border-radius:16px;
	padding:0.5em 1em 1em 1em;
}
.cast-04t1 {
	position:absolute;
	left:910px;
	top:837px;
	width:341px;
	height:163px;
}
.cast-04t2 {
	position:absolute;
	left:755px;
	top:1012px;
	width:483px;
	background-color:#955e35;
	border-radius:16px;
	padding:0.5em 1em 1em 1em;
}
.cast-h3-05 {
	position:absolute;
	left:75px;
	top:1355px;
	width:107px;
	height:62px;
}
.cast-staff {
	position:absolute;
	left:182px;
	top:1367px;
	width:1113px;
	height:50px;
}
#cast h4{
font-size:20px;font-weight:900;float:left;padding-top:0.2em;margin:0.2em 0.5em 0 0;
}

/* 相関図 */
#chartAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#chart{
	position:relative;
	margin: 0 auto;
	width:1366px;
	height:1249px;
}
.chart-h2 {
	position:absolute;
	left:408px;
	top:0px;
	width:553px;
	height:128px;
}

.chart-zu {
	position:absolute;
	left:0px;
	top:128px;
	width:1366px;
	height:1121px;
}

/* story */
#storyAnc{
	position: absolute;
	bottom:60px;
	left: 0px;
}
#story{
	position:relative;
	margin: 0 auto;
	width:1366px;
	height:500px;
	font-size:16px;
	line-height:30px;
}
.storyBG-01 {
	position:absolute;
	left:181px;
	top:152px;
	width:1005px;
	height:224px;
}
.story-h2 {
	position:absolute;
	left:408px;
	top:0px;
	width:553px;
	height:128px;
}

.story-txt {
	position:absolute;
	left:236px;
	top:175px;
	width:880px;
	height:245px;
	text-align: justify;
	text-justify: inter-ideograph;
}

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

#mov{
	position: relative;
	width:1366px;
	height:769px;
	margin: 0 auto;
font-size: 18px;
line-height: 24px;
}
.mov-h2 {
	position:absolute;
	left:408px;
	top:0px;
	width:553px;
	height:128px;
}

.mov-area {
	position:absolute;
	left:178px;
	top:146px;
	width:1010px;
	height:560px;
}
/* dvd */
#dvdAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#dvd {
	position:relative;
	left:0px;
	top:0px;
	width:1366px;
	height:1389px;
	font-family:'M PLUS 1p', sans-serif;
	font-weight:500;
	color: #1C1F51;
}
.dvd-h2 {
	position:absolute;
	left:408px;
	top:0px;
	width:553px;
	height:128px;
}

.dvd-h3-1 {
	position:absolute;
	left:89px;
	top:170px;
	width:478px;
	height:48px;
}

.dvd-rental-jk {
	position:absolute;
	left:90px;
	top:247px;
	width:294px;
	height:417px;
}

.dvd-r01 {
	position:absolute;
	left:418px;
	top:260px;
	width:543px;
	height:93px;
}

.dvd-r02 {
	position:absolute;
	left:418px;
	top:353px;
	width:543px;
	height:85px;
}

.dvd-r03 {
	position:absolute;
	left:418px;
	top:438px;
	width:543px;
	height:94px;
}

.dvd-h3-2 {
	position:absolute;
	left:91px;
	top:745px;
	width:758px;
	height:49px;
}

.dvd-box-jk {
	position:absolute;
	left:89px;
	top:823px;
	width:295px;
	height:417px;
}

.dvd-box1 {
	position:absolute;
	left:418px;
	top:837px;
	width:585px;
	height:59px;
}

.dvd-26 {
	position:absolute;
	left:1003px;
	top:837px;
	width:324px;
	height:96px;
}

.dvd-b1-txt {
	position:absolute;
	left:438px;
	top:896px;
	width:565px;
	height:37px;
}

.dvd-b2-txt {
	position:absolute;
	left:437px;
	top:933px;
	width:566px;
	height:64px;
}

.dvd-box2 {
	position:absolute;
	left:418px;
	top:997px;
	width:585px;
	height:61px;
}

.dvd-34 {
	position:absolute;
	left:1003px;
	top:997px;
	width:324px;
	height:98px;
}

.dvd-b3-txt {
	position:absolute;
	left:437px;
	top:1058px;
	width:566px;
	height:37px;
}

.dvd-b4-txt {
	position:absolute;
	left:437px;
	top:1095px;
	width:567px;
	height:64px;
}

.dvd-40 {
	position:absolute;
	left:1003px;
	top:1159px;
	width:324px;
	height:98px;
}

.dvd-box3 {
	position:absolute;
	left:418px;
	top:1161px;
	width:585px;
	height:59px;
}

.dvd-b5-txt {
	position:absolute;
	left:438px;
	top:1220px;
	width:565px;
	height:37px;
}

.dvd-b6-txt {
	position:absolute;
	left:437px;
	top:1257px;
	width:566px;
	height:61px;
}

.dvd-txt {
	position:absolute;
	left:89px;
	top:1323px;
	width:737px;
	height:54px;
	font-size:14px;
}

.buybtn01 {
	position:absolute;
	left:927px;
	top:326px;
}
.buybtn02 {
	position:absolute;
	left:927px;
	top:500px;
}
.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  border: 4px double #ffffff;
  transition: 0s;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
  background-color: #d40e7b;
}

.original-button:hover {
  opacity: .5;
  color: #ffffff;
  text-decoration:none;
}
/* 配信 */
#strAnc{
	position: absolute;
	bottom: 60px;
	left: 0px;
}
#str {
	position:relative;
	left:0px;
	top:0px;
	width:1366px;
	height:443px;
}
.str-01 {
	position:absolute;
	left:45px;
	top:155px;
	width:1300px;
}
.str-01 .col-3 img{
	margin-bottom:40px;
}
.str-h2 {
	position:absolute;
	left:406px;
	top:0px;
	width:555px;
	height:128px;
}

.str-05 {
	position:absolute;
	left:406px;
	top:172px;
	width:555px;
	height:50px;
}

.str-08 {
	position:absolute;
	left:526px;
	top:244px;
	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;
}