img{max-width: 100%; height: auto;}


main {
	width: calc(100vw - 15px); /* 追加 */
}

a{text-decoration: none;}

.btn a {
    width: 95%;
    max-width: 350px;
    border-radius: 40px;
    padding: 1rem 2rem;
    text-align: left;
    font-size: 1.3rem;
    color: #ffffff;
    background: #599DBF;
    display: block;
    text-decoration: none;
    margin: 10px 0;
    position: relative;
}

.btn a:after {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    top: 40%;
    right: 1.5rem;
}

/*
#####################################
youtube
#####################################
*/
#player {
	position: relative;
	z-index: -3;
	position: fixed;
}
.playerbg{
    background-color: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

body{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	background: #3463b1;
}

/* ========================================
PC <-> Smart Phone
======================================== */
@media screen and (min-width:750px) {
	.spVar {
		display: none;
	}
}

@media screen and (max-width:749px) {
	.pcVar {
		display: none;
	}
}
/*
#####################################
main
#####################################
*/
main{width:100%; margin: 0 auto; position:relative; text-align: center; top: 0;}

.keyVisual{width:100%; margin: 0 auto; position:relative; text-align: center;min-height: 1000px;}
.badge{position: absolute;
    bottom: 0;
    right: -280px;}

.catchtxt {
	font-size: 80px;
	font-family: "ヒラギノ角ゴ StdN",sans-serif;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.50);
	letter-spacing: 0.2em;
}
.catchtxt_02 {
	font-size: 60px;
	font-family: "ヒラギノ角ゴ StdN",sans-serif;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.50);
	letter-spacing: 0.2em;
}


/*バナー一覧*/
.campaignBnrBox{
	background: rgba(71,151,222,0.7);
	padding: 2rem 0;
}

.bnrBox{
	display: flex;
	justify-content:center;
}
.bnrBox .slick-slide{
    padding: 0 15px;
    line-height: 0;
}
.bnrBox img {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}
.bnrBox p,.newicon,.flag_event{
    display: none;
}


.autoplay .slide-arrow{
	max-width: 40px;
	width: 80%;
}
.autoplay .prev-arrow{position:absolute; left:0; top:30%; z-index: 2000;}
.autoplay .next-arrow{position:absolute; right:0; top:30%; z-index: 2000;}


/*movie*/
.movieBox{width:100%; margin: 0 auto; position:relative; text-align: center;}
.movieBox .movieBack{
	background-image: url(/lp/img/bg_movieBack_pattern.gif);
	background-repeat: repeat;
	width: 100%;
	min-height: inherit;
	margin: 0 auto;
	position: relative;
	
}
.movieBox .movieBack .character {
	position: absolute;
	z-index: 10;
}
.movieBox .movieBack .character.saint {
    width: 28%;
    top: 15%;
    left: 2%;
}
.movieBox .movieBack .character.ryujin {
    width: 26%;
    top: 22%;
    right: 0.5%;
}
.movieBox .movieBack .saint2{
    width: 27%;
    top: 34%;
    left: 10%;
}
.movieBox .movieBack .chronomancer {
    width: 41%;
    top: 40%;
    right: 0%;
}
.movieBox .movieBack .summoner{
    width: 26%;
    top: 62%;
    left: -1%;
}

.movieBox section .movieWindow img{
	width: 55%;
	border: 1px solid #fff;border-radius:20px; 
}
.movieBox section .movieFront{
	max-width: 1920px;
	background-size: cover;
	margin: 0 auto;
}

.movieBox section .movieWindow{
	padding: 9.25vw 0 17vw;
}


.fancybox{overflow:hidden}

/*introduction*/
.visualImage{width: 100%; margin: 0 auto;
	background: url(/lp/img/bg_movieBack_pattern.gif);
	background-repeat: repeat;
    width: 100%;
    min-height: inherit;
    margin: 0 auto;
	padding: 3%;
	position: relative;
	background-blend-mode: color-burn;
	background-color: rgba(131, 135, 200, 0.4);
}
.visualImage02{width: 100%; margin: 0 auto;
	background: url(/lp/img/bg_aboutBack_new.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 3%;
	position: relative;
}
.visualImage .character {
	position: absolute;
}
.visualImage .character.mystic {
    width: 19%;
    top: 15%;
    left: 0.5%;
    z-index: 10;
}
.visualImage .character.ultimatenoviceB {
	position: absolute;
    width: 15.65%;
    bottom: -5%;
    left: 6%;
    z-index: 10;
}
.visualImage .character.ultimatenoviceA {
	position: absolute;
    width: 15.65%;
    bottom: -5%;
    right: 6%;
    z-index: 10;
}

.visualImage .character.lightbringer {
    width: 18%;
    top:  50%;
    right: 5%;
    z-index: 10;
}
.introBox{
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
	border: #fff solid 3px;
	width: 100%;
	padding-bottom: 3vw;
}

.introBox h2{padding-top: 1em;}

.introBox .introduction {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1300px;
	background-size: contain;
	top:0;
	right: 0;left:0;
}

.introduction .autoplay2 .prev-arrow{position:absolute; left:10%; top:35%; z-index: 20;}
.introduction .autoplay2 .next-arrow{position:absolute; right:10%; top:35%; z-index: 20;}

.introduction section h3 {width: 100%; font-size: 2vw; margin: 2vw 0 1.5vw; color: #001020; }
.introduction section h3.long--txt {transform: scaleX(0.87); }
.introduction section h3 span {border-bottom: solid 10px #D2B72F;}
.introduction section img{margin: 0 auto 16px; width: 70%; border: solid 6px #D2B72F;margin-top: 4.25vw;}
.introduction section p{    margin: 0 auto;
    text-align: left;
    font-size: 22px;
    width: 68%;
}


/*information*/

.information{width:100%; margin: 0 auto; position:relative; text-align: left; background-color: #F9F9F9;padding: 6% 2%; color: #001020;}



.gameInfo{
	width: 100%;
	max-width: 700px;
	margin: 0 auto 32px;
	display: flex;
	flex-wrap:wrap;
}
.gameInfo .icon{
	width: 20%;
	max-width: 206px;
	margin-right: 24px;
}
.detail{
	width: 75%;
	display: flex;
	flex-wrap:wrap;
}

.detail dt{
	width: 6em;
	text-align: right;
}
.detail dd{
	width: calc(100% - 8em);
	padding-left: 1em;
}
.detail dt::after{
	content: ":";
	margin-left: .5em;
}
.detail dt,.detail dd{
	vertical-align: bottom;
}
.annotationText{
	font-size: .8rem;
}
p.annotationText{
	width: 100%;
	text-align: center;
}

footer {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	background-color: #599DBF;
	color: #fff;
}
footer .footerNavWrap .footerNav{border-top: solid 1px #599DBF; border-bottom: solid 1px #599DBF;}
footer .footerNavWrap li{display: inline-block; line-height: 2em;}
footer .footerNavWrap li:before{content:"|"; padding: 0 1.5em;}
footer .footerNavWrap li a{color: #fff;}
footer .footerNavWrap li:last-child:after{content:"|"; padding: 0 1.5em;}

#toPageTop{
	width: 64px;
	height: 64px;
	position: fixed;
	right: 1%;
	bottom: 1%;
	z-index: 201;
}


/* 20190523 hn*/
.getApp,.mainPublicityArea{
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.getApp {
	margin: 20px auto 20px;
}
/* .getApp li:first-child{
	margin-right: 15px;
} */
.getApp li{
	width: 50%;
	max-width: 341px;
	margin: 0 10px;
}

.mainPublicityArea li:first-child{
	margin-right: 10px;
}
.mainPublicityArea li{
	width: calc(50% - 20px);
	max-width: 368px;
}

.copyright{
	padding: 8px 64px;
	font-size: 0.8rem;
	line-height: 1rem;
}
/* .catchtxtBox {
	margin-top: 5vw;
} */
.keyVisualBottomBox{
	position: absolute;
	bottom: 1%;
	right: 0;
	left: 50%;
	margin-left: -375px;
    width: 750px;
}
.keyVisualBottomBox{
	bottom:8px;

}
.keyVisualBottomBox .catchcopyJp{
	max-width: 721px;
}


.heading {
	color: #001020;
	font-size: 5vw;
	position: relative;
	padding-top: 10.5%;
}
.heading::after {
	content: "";
	display: block;
	width: 22vw;
	height: 7px;
	position: absolute;
	background-color: #D2B72F;
	bottom: 0;
	left: 50%;
	margin-left:-11vw;
}
.heading.admissionheading {
	font-size: 52px;
	border-top: #D2B72F solid 5px;
	border-bottom: #D2B72F solid 5px;
	background-color: #375daf;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	position: relative;
	padding: 20px !important;
	margin-top: 50px;
}
.heading.admissionheading span {
	font-size: 32px;
	display: block;
}
.heading.admissionheading::before {
	content: "";
	background: url(/lp/img/admissionheading.jpg);
    position: absolute;
    left: 50px;
	right: auto;
    margin: 0;
    height: 100%;
    top: 0;
    display: inline;
    width: 220px;
}
.heading.admissionheading::after {
	content: "";
	background: url(/lp/img/admissionheading.jpg);
    position: absolute;
    left: auto;
    right: 50px;
    margin: 0;
    height: 100%;
    top: 0;
    display: inline;
    width: 220px;
	transform: scale(-1, 1);
}
.slick-dots li {
	width: 13px!important;
    height: 13px!important;
}
.slick-dots li button {
	position: relative;
	width: 13px!important;
    height: 13px!important;
}
.slick-dots li button:before {
	background-color: #fff;
	border-radius: 20px;
	border:solid #D2B72F 2px;
	content: ""!important;
	opacity: 1!important;
	height: 13px!important;
    width: 13px!important;
}
.slick-dots li.slick-active button:before {
	background-color: #D2B72F;
}
.applestore_button {
	width: 100%;
    position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: block;
	z-index: 100;
	box-shadow: 0 0 8px rgba(0,0,0,0.16);
	font-size: 0;
 }
 .applestore_button img {
	width: 100%;
 }
 .applestore_button .iosIcon {
	position: absolute;
    right:  33%;
    width: 18%;
    top: 15%;
 }
 .applestore_button .androidIcon {
	position: absolute;
    right: 14%;
    width: 18%;
    top: 15%;
 }
 .overflowHidden {
	overflow: hidden;
 }
 .snsbutton--area {
	display: flex;
    justify-content: center;
 }
 .snsbutton--area img {
	margin: 20px;
 }
 .icon__twitter {
	 width:37px;
 }
 .icon__youtube {
	width: 55px;
 }
@media screen and (max-width:1600px) {
	.visualImage .character.lightbringer {
		width: 18%;
		top: 58%;
		right: 0%;
		z-index: 10;
	}
	
	.secWrap .character.solaris {
		width: 20%;
	}
	
	.visualImage .character.ultimatenoviceB {
		left: 3%;
	}
	
	.visualImage .character.ultimatenoviceA {
		right: 3%;
	}
}
/*幅の狭いPC/////////////////////////////////////////////////*/
@media screen and (max-width: 1400px) {
	.visualImage .character.ultimatenoviceB {
		left: 0%;
		bottom: -2%;
	}
	.visualImage .character.ultimatenoviceA {
		right: 0;
	}
}
@media screen and (max-width: 1350px) {
	.heading.admissionheading::before {
		width: 12%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		left: 2%;
	}
	.heading.admissionheading::after {
		width: 12%;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		right: 2%;
	}
	.heading.admissionheading {
		font-size: 4vw
	}
	.heading.admissionheading span {
		font-size: 3vw
	}
}
@media screen and (max-width: 1330px) {
	/*movie*/    
	.movieBox .movieBack{
		width: 100%;
		min-height: inherit;
		margin: 0 auto;
	}
	.movieBox section .movieFront{
		max-width: 1920px;
		margin: 0 auto;
	}

	.information section{width:100%; max-width: 1200px;}
	.introduction section p{font-size: 0.8rem;}
	.movieBox section .movieWindow {
		padding-top: 9.25vw;
	}
	/*keyVisual*/
	.keyVisual .badge{display: none;}


	/*movie*/
	.movieBox section .movieFront{background: none;}

	.introduction .autoplay2{ width: 100%; max-height: 925px; margin: 0 auto;}
	.introduction .autoplay2 .prev-arrow{left:7.5%;}
	.introduction .autoplay2 .next-arrow{right:7.5%;}

	.introduction section h3 {width:100%; font-size:2.7vw;    margin: 2vw 0 3vw;}
	.introduction section p{font-size: 0.9rem;}
}
@media screen and (max-width: 1300px) {
	.introduction .autoplay2 .prev-arrow{left:7.5%;}
	.introduction .autoplay2 .next-arrow{right:7.5%;}
}
@media screen and (max-width:1024px) {
	.detail dt,.detail dd{
		text-align: left;
	}
}
@media screen and (max-width:900px) {
	.visualImage .character.mystic {
		width: 19%;
		bottom: auto;
		top: -5%;
		left: 0;
		z-index: 10;
	}
	.catchtxt {
		font-size: 60px;
	}
	.catchtxt_02 {
		font-size: 30px;
	}
	.movieBox .movieBack{ position: relative;
		background-position: center top;
		min-height: inherit;
	}
	.movieBox .movieFront{background: none;margin: 0;}
	.information {padding: 0}
	.information section{padding: 5%; background-image: none;}
	.information span{font-size: 0.6em;}

	.introBox{position: static;}

	.introduction .autoplay2{ width: 100%; max-height: 925px; margin: 0 auto;}
	.introduction .autoplay2 .prev-arrow{position:absolute; left:4%; top:30%; z-index: 20; width: 6%;}
	.introduction .autoplay2 .next-arrow{position:absolute; right:4%; top:30%; z-index: 20; width: 6%;}


	.introduction section p{max-width: 90%; margin: 0 auto; text-align: left;font-size: 0.7rem;}


	/*information*/
	.information {padding: 10% 0 10% 0}
	.information section{width:100%; margin: 0 auto; text-align: center; padding: 5%; height: auto;
	}
	.introBox {
		padding-bottom: 5vw;
	}

}
@media screen and (max-width:749px) {
	.visualImage .character.mystic {
		width: 22%;
    	top: -9%;
	}
	.secWrap .character.solaris {
		width: 20%;
		top: -20%;
	}
	.visualImage .character.lightbringer {
		width: 20%;
		top: 80%;
		right: 0%;
	}
	.movieBox .movieBack .character.saint {
		width: 34%;
		top: 1%;
		left: 0%;
	}
	.movieBox .movieBack .character.ryujin {
		display: none;
	}
	.movieBox .movieBack .saint2 {
		width: 33%;
		top: 58%;
		right: 0%;
		left: auto;
	}
	.movieBox .movieBack .chronomancer {
		display: none;
	}
	.movieBox .movieBack .summoner{
		display: none;
	}
	
	.visualImage .character.ultimatenoviceB {
		left: 0;
		top: 1%;
		width: 19%;
		bottom: auto;
	}
	.visualImage .character.ultimatenoviceA {
		bottom: -10%;
		width: 18%;
	}
	.movieBox section .movieWindow img{
		width: 85%;
		border: 1px solid #fff;border-radius:20px; 
	}
	.gameInfo .icon{
		width: 15%;
		margin-right: 4px;
	}
	.detail{
		width: 83%;
		font-size: .7rem;
	}

	.detail dt{
		width: calc(5em + 1em);
		text-align: right;
	}
	.detail dd{
		width: calc(100% - 6em);
		text-align: left;
	}
	p.annotationText{
		padding-left: 0;
		font-size: .7rem;
	}
	.keyVisual {min-height: 160vw;}
	.logo {
		width: 70%;
		margin: 0 auto 0;
		padding-top: 20vw;
	 }
	.catchtxt {
		font-size: 8vw;
	}
	.catchtxt_02 {
		font-size: 5vw;
	}
	.heading::after {
		content: "";
		display: block;
		width: 22vw;
		height: 4px;
		position: absolute;
		background-color: #D2B72F;
		bottom: 0;
		left: 50%;
		margin-left:-11vw;
	}
	.applestore_button .iosIcon {
		right: 8%;
		width: 36%;
		top: 14%;
	}
	.applestore_button .androidIcon {
		position: absolute;
		right: 8%;
		width: 36%;
		top: 14%;
	}
	.introduction section img {
		width: 85%;
		border: solid 3px #D2B72F;
	}
	.introduction .autoplay2 .prev-arrow {
		left: 0.2%;
	}
	.introduction .autoplay2 .next-arrow {
		right: 0.2%;
	}
	.introduction section p {
		width: 80%;
	}
	.introduction section h3 {
		font-size: 3.3vw;
	}
	.btn a {
		width: 75%;
		max-width: 290px;
		padding: 1rem 1rem;
		text-align: center;
		font-size: 0.9rem;
	}
	.btn a:after {
		top: 36%;
	}
	footer .footerNavWrap li {
		width: 100%;
		text-align: left;
		font-size: 0.8rem;
	}
	footer .footerNavWrap li:last-child:after {
		content: none;
	}
	.copyright {
		padding: 8px 64px;
		font-size: 0.7rem;
		line-height: 1rem;
	}
	.keyVisualBottomBox {
		left: auto;
    margin-left: auto;
    width: auto;
	}
	.heading {
		color: #001020;
		font-size: 8vw;
	}
}
@media screen and (max-width: 700px) {
	.movieBox section .movieFront{
		min-height: inherit;
	}
	.introBox {
		padding-bottom: 7.5vw;
	}
	.introduction section h3 span {border-bottom: solid 5px #D2B72F;} 
}
@media screen and (max-width: 500px) {
	.movieBox section .movieFront{
		min-height: inherit;
	}
	.introBox {
		padding-bottom: 10vw;
	}
}

/*職業切り替え*/
.secWrap {
	background-image: url(/lp/img/bg_movieBack_pattern.gif);
	background-repeat: repeat;
	position: relative;
}
.class-cont {
    margin-top: 100px;
}
.class-cont_nav.classNav {
	padding-bottom: 50px;
}
.classNav .btns__br {
	display: none;
}
.class-cont .classNav-btns {
	position: relative!important;
	width: 100%;
	margin: 0 auto;
}
.class-cont .classNav-btns__btn {
	position: relative!important;
	width: 62px;
    height: 62px;
    top: auto!important;
    right: auto!important;
	overflow: visible!important;
	display: inline-block;
	background: rgba(	210, 183, 47, 0.4);
	border: #D2B72F solid 2px;
	border-radius: 62px;
	cursor: pointer;
}
.class-cont .classNav-btns__btn:hover, .class-cont .classNav-btns__btn.is--active {
	background: #D2B72F;
}
.class-cont .classNav-btns__btn img {
	position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
}
.class-cont .classIntro-name {
    position: relative;
    font-weight: 900;
	font-family: "ヒラギノ明朝 StdN",serif;
    line-height: 1.33;
}
.class-cont .classIntro-name__old {
	font-size: 28px;
	color: #D2B72F;
}
  .class-cont .classIntro-name__new {
	font-size: 40px;
	display: block;
	color: #001020;
	text-align: center;
	/* padding-right: 10px; */
}
.class-cont .classIntro {
    display: flex;
	justify-content: center;
	padding-bottom: 50px;
	flex-flow: row-reverse;
}
.class-cont .introGroup {
    width: 450px;
    left: 0;
    top: 0;
    position: relative;
    z-index: 4;
}
.class-cont .classIntro-gendar > div {
    display: inline-block;
    width: 49px;
    height: 50px;
    cursor: pointer;
    transition: all .3s ease-in;
	margin: 10px 5px;
}

.class-cont .classIntro-gendar__male {
    /* margin-right: 10px; */
}
.classIntro-showcase__pic {
	width: 50%;
	margin: 10px auto
}
.classIntro-showcase__pic img {
	border: #D2B72F solid 5px;
}
.class-cont .classIntro__chara {
	position: relative;
    width: 650px;
    left: auto;
    top: auto;
	max-width: 650px;
    max-height: 650px;
	display: block;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.class-cont .classIntro__chara img {
    left: auto;
    top: auto;
	transform: translate(0, 0%);
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.class-cont .classIntro-info ul {
	padding: 20px 0 0;
}
.class-cont .classIntro-name > span {
	display: block;
}
.class-cont .classIntro-gendar > div {
	font-size: 24px;
	background: rgba(	210, 183, 47, 0.4);
	border: #D2B72F solid 2px;
    border-radius: 30px;
    padding: 8px;
    color: #fff;
    font-weight: bold;
	opacity: 1;
}
.class-cont .classIntro-gendar > div.is--active {
    background: #D2B72F;
}
@media screen and (max-width:1024px) {
	.classNav .btns__br {
		display: block;
	}
}
@media screen and (max-width:749px) {
	.class-cont {
		margin-top: 5vw;
	}
	.heading.admissionheading {
		margin-top: 5vw;
	}
	.class-cont_nav.classNav {
		padding-bottom: 5vw;
	}
	.class-cont .classNav-btns {
		width: 340px;
	}
	.class-cont .classNav-btns__btn {
		width: 32px;
		height: 32px;
	}
	.class-cont .classIntro {
		display: block;
	}
	.class-cont .classIntro .introGroup {
		width: 90%;
		margin: 0 auto;
	}
	.class-cont .classIntro-name__old {
		font-size: 16px;
	}
	.class-cont .classIntro-name__new {
		font-size: 24px;
	}
	.class-cont .classIntro-info {
		font-size: 12px;
	}
	.class-cont .classIntro__chara {
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.class-cont .classIntro__chara img {
		width: 90%;
		max-height: 75vw;
		margin: auto;
	}
	.class-cont .classIntro-gendar > div {
		width: 35px;
		height: 35px;
		font-size: 20px;
		padding: 2px;
	}
}