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

body {
	margin: 0;
	color: #fff;
    font-size: 62.5%;
    font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
	line-height: 1.8;
    background: #000;
    
	-webkit-text-size-adjust: auto;
    -webkit-font-smoothing: antialiased;
}
html,body {
    height: 100%;
    width: 100%;
}
a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span {
    box-sizing: border-box;
}


/* --- F O N T --- */

@font-face {
  font-family: 'jost';
  src: url('http://hustlers-movie.jp/font/Jost-700-Bold.woff') format('woff'),
       url('http://hustlers-movie.jp/font/Jost-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'jost';
  src: url('http://hustlers-movie.jp/font/Jost-800-Heavy.woff') format('woff'),
       url('http://hustlers-movie.jp/font/Jost-800-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}



/* --- L O A D I N G --- */

#fade {
	width: 100%;
	height: 100vh;
	display: none;
	background-color: rgba(0,0,0,1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
}
#loader {
    width: 300px;
	height: 64px;
    position: fixed;
    background: url(../img/loading.png) no-repeat center center;
    background-size: 100% auto;
	top: 50%;
	left: 50%;
	margin-left: -150px;
    margin-top: -32px;
	z-index: 21;
	
    animation: LD 0.6s ease-out;
    -webkit-animation: LD 0.6s ease-out;
}
@-webkit-keyframes LD {
    0%  { opacity: 0; }
    100% { opacity: 1; }
}



/* --- H E A D E R --- */

header {
  width: 100%;
  height: 50px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 1150px;
}
header::after {
    content: "";
    display: block;
    width: 220px;
    height: 30px;
    background: url("../img/hd-title.png") no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 10;
}
.hdmn {
    width: 100%;
	height: 50px;
	position: absolute;
    background: #000088;
	top: 0;
	left: 0;
    z-index: 10;
	
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.hdmn div {
	display: inline-block;
	margin: 0 13px;
    text-align: center;
    position: relative;
    
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hdmn div.coming span {
    display: block;
    color: rgba(255,69,236,0.6);
}
.hdmn div.coming::after {
    content: "";
    width: 80px;
    height: 40px;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    background:url("../img/mn-cs.png") no-repeat;
    background-size: contain;
}


.hdmn div span {
    display: block;
    color: rgba(255,69,236,1.00);
}
.hdmn div a span {
    color: rgba(255,69,236,1.00);
    
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hdmn div a:hover span {
    color: rgba(255,255,255,1.00);
}
.hdmn div span:nth-of-type(1) {
    font-family: "jost", "sans-serif";
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1em;
}
.hdmn div span:nth-of-type(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    line-height: 1em;
}


.hd-sns {
    width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 20px;
    z-index: 10;
	
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
	justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}
.hd-sns div a {
    color: #fff;
}
.hd-sns div:nth-of-type(1) {
    display: inline-block;
    font-family: "jost", "sans-serif";
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
    margin: 16px 0 0 0;
}

.hd-sns div:nth-of-type(2),
.hd-sns div:nth-of-type(3) {
    width: 34px;
    height: 34px;
	display: block;
    font-size: 1.65rem;
    line-height: 0;
    border-radius: 4px;
    padding: 3px 0 0 4.5px;
    margin: 8px 0 0 15px;
    
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hd-sns div:nth-of-type(3) {
    background: rgba(0,166,255,1.00);
    border: 1px solid rgba(255,255,255,0);
}
.hd-sns div:nth-of-type(2) {
    background: rgba(255,0,156,1.00);
    border: 1px solid rgba(255,255,255,0);
}
.hd-sns div:nth-of-type(3):hover {
    background: rgba(0,166,255,0);
    border: 1px solid rgba(255,255,255,1);
}
.hd-sns div:nth-of-type(2):hover {
    background: rgba(255,0,156,0);
    border: 1px solid rgba(255,255,255,1);
}

.hdmn2 {
    width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
    background: #ff45ec;
    z-index: 0;
	
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.hdmn2 div {
	display: inline-block;
	margin: 0 13px;
    text-align: center;
    
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hdmn2 div span {
    display: block;
}
.hdmn2 div a span {
    color: rgba(0,0,136,1.00);
    
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hdmn2 div a:hover span {
    color: rgba(255,255,255,1.00);
}
.hdmn2 div span:nth-of-type(1) {
    font-family: "jost", "sans-serif";
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1em;
}
.hdmn2 div span:nth-of-type(2) {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    line-height: 1em;
}



/* --- T O P --- */

#top {
	position: relative;
    width: 100%;
    height: auto;
	background: url(../img/bg-top.jpg) no-repeat center top;
	background-size: 100% auto;
	min-width: 1150px;
}
.ratio::before {
    content: "";
    display: block;
    padding-bottom: 66%; /* bg.jpg の縦比率 */
}
.top-title {
    width: 46%;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -23%;
    
    /*JS*/
    opacity: 0;
    top: 63%;
}
.days {
    width: 20%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 7%;
    right: 6%;
}
.top-title img, .days img, .bn img {
    width: 100%;
    height: auto;
    display: block;
}
.bl {
    width: 100%;
    height: 150vh;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    /*JS*/
    opacity: 1;
}
.yt {
    display: none;
}


/* --- B A N N E R --- */

#banner {
    width: 100%;
    height: auto;
    position: relative;
	background: #000;
	min-width: 1150px;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
#banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -120px;
    left: 0;
    background: url("../img/grd.png") repeat-x top left;
    background-size: auto 100%;
}
#banner div {
    width: 350px;
    height: auto;
    display: block;
    margin: 10px;
}
#banner div img {
    width: 100%;
    height: auto;
    display: block;
}

.bnS-01 {
    width: 9.6%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 6.2%;
    left: 6%;
}
.bnS-02 {
    width: 9.6%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 13.0%;
    left: 6%;
}
.bnS-03 {
    width: 9.6%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 19.8%;
    left: 6%;
}
.bnS-04 {
    width: 15%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 26%;
    left: 3.2%;
}

.bn {
    filter: brightness(100%);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.bn:hover {
    filter: brightness(60%);
}


/* --- C O N T E N T S --- */

.cttl {
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 0 50px 0;
}
.cttl img {
    width: auto;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.fd_title {
    opacity: 0;
    
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
   
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_title-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_txt {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_txt-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_alpha {
    opacity: 0;

    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_alpha-after {
    opacity: 1;
}


/* --- [ V I D E O ] --- */

#ct-video {
    width: 100%;
    height: auto;
    padding: 90px 0 120px 0;
    background: url("../img/bg-video.jpg") no-repeat center bottom fixed;
    background-size: cover;
    min-height: 100vh;
}
.video-wrap {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.video-wrap div {
    width: 400px;
    height: 220px;
    display: block;
    margin: 0 15px 60px;
    position: relative;
}
.video-wrap div img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.6;
    
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-wrap div span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ff45ec;
    
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.video-wrap div span::after {
    content: "\f04b";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.1rem;
    text-align: center;
    line-height: 2.2em;
    margin: 0 0 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #ff45ec;
    bottom: 0;
    left: 0;
    
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.video-wrap div span:hover {
    border: 1px solid #fff;
}
.video-wrap div span:hover::after {
    background: #fff;
}
.video-wrap div:hover img {
    opacity: 1;
}
.video-wrap div span:hover::after {
    color: #000088;
}
.video-wrap div p {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4em;
    color: #ff45ec;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 0.2em;
}
.video-link {
    width: 100%;
    height: auto;
    display: block;
    margin: 60px 0 0 0;
    text-align: center;
}
.video-link span {
    display: inline-block;
    font-family: "jost", "sans-serif";
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #000;
    background: #ff45ec;
    padding: 0.3em 0.8em;
    
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.video-link span:hover {
    color: #000;
    background: #fff;
}
.fd_video {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}


/* --- [ I N T R O ] --- */

.intro-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#ct-intro1 {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    min-height: 100vh;
}
.intro-ratio::before {
    content: "";
    display: block;
    padding-bottom: 52.5%;
    overflow: hidden;
}
.fd_intro {
    background: url("../img/bg-intro.jpg") no-repeat fixed;
    background-position: center center;
    background-size: 130% auto;
    
    -webkit-transition: all 7s ease-out;
    transition: all 7s ease-out;
}
.fd_intro-after {
    background-position: center center;
    background-size: 100% auto;
}
#ct-intro1 div {
    display: block;
    margin: 0;
    position: absolute;
}

.int-txt1 { width: 24.6%; left: 12%; top: calc(17% + 90px); }
.int-txt2 { width: 29.1%; left: 20%; top: calc(37% + 90px); }
.int-txt3 { width: 36.1%; left: 12%; top: calc(60% + 90px); }
.int-txt4 { width: 28.2%; right:12%; top: calc(22% + 90px); }
.int-txt5 { width: 34.1%; right:14%; top: calc(52% + 90px); }

.int-txt1 img, .int-txt2 img, .int-txt3 img, .int-txt4 img, .int-txt5 img {
    width: 100%;
    height: auto;
    display: block;
}

.fd_introtxtL {
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
    transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
    
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
}
.fd_introtxtR {
    opacity: 0;
    -webkit-transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
    transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
    
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
}
.fd_introtxt-after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#ct-intro2 {
    width: 100%;
    height: auto;
    padding: 90px 0 120px 0;
    background: url("../img/bg-intro2.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.intro-main {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.intro-main h1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0 0 1em 0;
    margin: 0;
}
.intro-main h1 img {
    width: 100%;
    height: auto;
    display: block;
}
.intro-main h2 {
    display: block;
    font-size: 1.7rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 1.5em;
    margin: 1.5em 0 0 0;
}
.intro-main p {
    display: block;
    font-size: 1.07rem;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 0.8em 0 0 0;
}



/* --- [ S T O R Y ] --- */

#ct-story {
    width: 100%;
    height: auto;
    padding: 150px 0 150px 0;
    background: url("../img/bg-story.jpg") no-repeat center top fixed;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}
.fd-stmask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,1);
    opacity: 1;
    
    -webkit-transition: all 1.0s linear 0.2s;
    transition: all 1.0s linear 0.2s;
}
.fd-stmask-after {
    opacity: 0;
}

.story-main {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 5% 80px;
    color: #ff0094;
    position: relative;
    
    z-index: 0;
}
.story-main h3 {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}
.story-main p {
    display: block;
    font-size: 1.07rem;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin: 0.8em 0 0 0;
}
.story-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.85);
    opacity: 0;
    z-index: -1;
    
    -webkit-transform: scale(0.1);
	transform: scale(0.1);
    
    -webkit-transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
    transition: all 1.2s cubic-bezier(0.330, 1.375, 0.435, 1.040) 0.2s;
}
.story-bg-after {
    opacity: 1;
    -webkit-transform: scale(1);
	transform: scale(1);
}


/* --- [ C A S T ] --- */

#ct-cast {
    width: 100%;
    height: auto;
    padding: 90px 0 120px 0;
    background: url("../img/bg-intro2.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}
.cast-main {
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ---< S W I P E R >--- */

/* main */
.swiper-container {
    width: 1000px;
    height: 720px;
    
    border: 1px solid rgba(255,255,255,0);
}
.swiper_cast { /* JS */
    position: relative;
    z-index: 2;
}
.swiper_cast .swiper-slide {
    position: relative;
}
.swiper_cast::before {
    content: "";
    display: block;
    width: 1px;
    height: 575px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.swiper_cast::after {
    content: "";
    display: block;
    width: 1px;
    height: 575px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
/*.ratio-cast:before {
    content: "";
    display: block;
    padding-bottom: 55.6%;
}*/
.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* ORG */
.cast-pic {
    width: 320px;
    height: 575px;
    display: block;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.sw-pic {
    width: 100%;
    height: auto;
    display: block;
    
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 1.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.swiper-container .swiper-slide .sw-txt {
    -webkit-transition: all 1.2s cubic-bezier(0.000, 0.000, 0.165, 1.000);
    transition: all 1.2s cubic-bezier(0.000, 0.000, 0.165, 1.000);
}

.cast-name {
    width: 678px;
    height: 140px;
    display: block;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    left: 320px;
    top: 0;
}
.cast-name span {
    width: auto;
    height: 90px;
    display: block;
    margin: 25px 0 0 25px;
}
.cast-name span img {
    width: auto;
    height: 100%;
    display: block;
}
.cast-name::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 350px;
}
.cast-txt {
    width: 678px;
    height: 435px;
    display: block;
    overflow: hidden;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    left: 320px;
    top: 140px;
    padding: 40px 30px;
}
.cast-txt p {
    display: inline-block;
    font-size: 0.82rem;
    padding: 0;
    margin: 0;
}

/* thumnail */
.swiper_thum .swiper-pagination-bullet {
    width: 80px;
    height: 105px;
    border-radius: 0;
    border: none;
    z-index: 10;
}
.swiper-container-horizontal > .swiper_thum.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;   
}

/* thumnail boxの位置 */
.cast-thum {
    width: 100%;
    height: 94px;
    position: absolute;
    top: 605px !important;
    left: 0 !important;
}
.swiper_thum {
    display: flex;
    display: -webkit-flex;
    display : -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    /*border: 1px solid #fff;*/
    padding: 10px 0;
}

/* thumnail */
.swiper_thum .swiper-pagination-bullet {
    width: 79px;
    height: 70px;
    display: block;
    padding: 0;
    margin: 0 8px !important;
    /*background: transparent;*/
    
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.swiper_thum .swiper-pagination-bullet-active {
    filter: contrast(150%) brightness(60%);
}
.swiper_thum img {
  box-shadow: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}

/* arrow */
.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,1.00);
    
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.swiper-button-prev {
    background: url("../img/prev-arw.png") no-repeat top left -2px #fff;
    background-size: contain;
    
    position: absolute;
    top: 557px;
    left: 0;
}
.swiper-button-next {
    background: url("../img/next-arw.png") no-repeat top right -2px #fff;
    background-size: contain;
    
    position: absolute;
    top: 557px;
    right: 0;
}
.swiper-button-prev:hover {
    margin-left: -8px;
}
.swiper-button-next:hover {
    margin-right: -8px;
}



/* --- [ S T A F F ] --- */

#ct-staff {
    width: 100%;
    height: auto;
    padding: 90px 0 120px 0;
    background: url("../img/bg-intro2.jpg") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}
.staff-main {
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.staff-main p {
    display: inline-block;
    font-size: 0.85rem;
    padding: 0;
    margin: 0;
}
.st-item_F {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}
.st-item_F div:nth-of-type(1) {
    width: 50%;
    height: auto;
    display: block;
    margin: 0;
}
.st-item_F div:nth-of-type(2) {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 0 0 30px;
}
.st-item_F div img {
    width: 100%;
    height: auto;
    display: block;
}
.st-item {
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
}
.st-item h4 img {
    width: auto;
    height: 120px;
    display: block;
    margin: 0;
}



/* --- [ N O T E S ] --- */

#ct-notes {
    width: 100%;
    height: auto;
    padding: 90px 0 80px 0;
    background: #000;
    background-size: cover;
    z-index: 5;
    min-width: 1150px;
}
.notes-main {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    
}
.nt-lineR {
    display: block;
    position: absolute;
    border-top: 1px solid #00a0ff;
    border-right: 1px solid #00a0ff;
    border-bottom: 1px solid #00a0ff;
    z-index: -1;
}
.R1 {
    width: calc(50% + 8px);
    height: calc(100% - 94px);
    display: block;
    position: absolute;
    top: 102px;
    left: 50%;
}
.R2 {
    width: 50%;
    height: calc(100% - 110px);
    display: block;
    position: absolute;
    top: 110px;
    left: 50%;
}
.R3 {
    width: calc(50% - 8px);
    height: calc(100% - 126px);
    display: block;
    position: absolute;
    top: 118px;
    left: 50%;
}
.nt-lineL {
    display: block;
    position: absolute;
    border-top: 1px solid #ff0094;
    border-left: 1px solid #ff0094;
    border-bottom: 1px solid #ff0094;
    z-index: -1;
}
.L1 {
    width: calc(50% + 8px);
    height: calc(100% - 94px);
    display: block;
    position: absolute;
    top: 102px;
    right: 50%;
}
.L2 {
    width: 50%;
    height: calc(100% - 110px);
    display: block;
    position: absolute;
    top: 110px;
    right: 50%;
}
.L3 {
    width: calc(50% - 8px);
    height: calc(100% - 126px);
    display: block;
    position: absolute;
    top: 118px;
    right: 50%;
}
.fd_lineL, .fd_lineR {
    opacity: 0;
}

.nt-item {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 8% 60px;
}
.nt-item h1 {
    width: 65%;
    height: auto;
    display: block;
    margin: 0 auto 35px;
}
.nt-item h2 {
    width: 80%;
    height: auto;
    display: block;
    margin: 70px 0 30px 0;
}
.nt-item h1 img, .nt-item h2 img {
    width: 100%;
    height: auto;
    display: block;
}
.nt-item p {
    display: inline-block;
    font-size: 1.07rem;
    line-height: 2em;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0;
}
.txtPK { color: #ff0094; }
.txtBL { color: #00a0ff; }

.nt-pic {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nt-pic div {
    width: 47%;
    height: auto;
    display: block;
}
.nt-pic div img {
    width: 100%;
    height: auto;
    display: block;
}
.nt-pic div:nth-of-type(1) {
    border: 1px solid #ff0094;
}
.nt-pic div:nth-of-type(2) {
    border: 1px solid #00a0ff;
}

.totop-wrap {
    width: 100%;
    height: 60px;
    display: block;
    margin: 80px 0 0 0;
}
.totop-wrap div {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: url("../img/totop-arw.png") no-repeat center center #fff;
    background-size: 90% auto;
    position: relative;
    
    -webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.totop-wrap a div {
    color: #fff;
}
.totop-wrap div::after {
    content: "TOP";
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    font-family: "jost", "sans-serif";
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    line-height: 1em;
    margin-left: 0.3em;
}
.totop-wrap div:hover {
    background: url("../img/totop-arw.png") no-repeat center center #ff45ec;
    background-size: 90% auto;
}

/* --- F O O T E R --- */

#ft-pic {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
    background: url("../img/bg-footer.jpg") center top no-repeat;
    background-size: cover;
}
.ft-ratio::before {
    content: "";
    display: block;
    padding-bottom: 43.3%;
}
footer {
    width: 100%;
    height: 60px;
    display: block;
    background: url("../img/billing.png") no-repeat center center #000;
    background-size: 60% auto;
}


/* --- I N T E R V A L --- */

.itv-pic1 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: #000;
}
.itv-pic2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: #000;
}
.itv-pic1 img, .itv-pic2 img {
    width: 100%;
    height: auto;
}



/* --- Eiga land  --- */

#eigaland-wrap {
    width: 240px;
    height: 175px;
    position: absolute;
    bottom: 16%;
    right: 6%;
    margin: 0;
    background: #000088;
    border-radius: 0.4rem;
    box-sizing: border-box;
    z-index: 0;
}

.EL-container1 {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding: 11px 15px 0 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.EL-container2 {
    display: flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    
    padding: 40px 0 0 0;
}

.eigaland_span {
    display: block;
    margin: 2px auto 0;
    text-align: center;
	
	font-family: "jost", "sans-serif";
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1em;
    color: #ff45ec;
}
.eigaland_powerby_desktop {
    display: inline-block;
    margin: -10px 0 0 0;
    font-size: 12px;
    color: #000;
    position: absolute;
    bottom: -22px;
    left: 3px;
}
.small {
    font-size: 80%;
    font-weight: 400;
}
.eigaland_select {
    color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,1);
    display: inline-block;
    height: calc(1.75rem);
    font-size: 1rem;
    margin: 0.5rem 0.5rem 0.2rem 0.5rem;
    padding: 0 1.5rem 0 0.75rem;
    vertical-align: middle;
    background: rgba(255,255,255,1) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.EL_A {
    width: 100px;
}
.EL_B {
    width: 220px;
}

.eigaland_btn {
    /*background-color:rgba(255,0,0,0.7);*/
    
    width: 220px;
    background-color: #ff45ec;
    margin: 0.5rem 0 0 0;
    padding: 0.1rem 0.8rem;
    color: #000088;
    font-size: 1.1rem;
    line-height: 2.0;
    border-radius: 0.3rem;
    font-weight: bold;
    display: block;
    border-style: none;
    cursor: pointer;
    
    -webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	-ms-transition: all .15s linear;
	transition: all .15s linear;
}
.eigaland_btn:hover {
    color: #fff;
    background-color: #f000d8;
}

select::-ms-expand {
    display: none;
}




