@charset "utf-8";


/* body
----------------------------------------------- */

/* disable */

.jsbody--disable {
	pointer-events: none;
}


/* wp
----------------------------------------------- */

#wp {
	position: relative;
	z-index: 2;
}
#sqexHeader-black_rsp {
	position: relative;
	z-index: 5;
}


/* contents
----------------------------------------------- */

#contents {
	position: relative;
	padding: 0 0 200px;
	min-height: 800px;
	color: #06141e;
	font-family: 'Crimson Text', serif;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-feature-settings: "palt";
	background-color: transparent;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}
#contents img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}


/* loading
----------------------------------------------- */

.bd-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}
.bd-loading__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #06141e;
	z-index: 1;
}
.bd-loading__progress {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
.bd-loading__icons {
	width: 20px;
	height: 10px;
	background-image: url(../images/common/control_arrow.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	animation-name: loading;
	animation-duration: 0.85s;
	animation-iteration-count: infinite;
}

/* ready */

.js-loading-ready .bd-loading__mask {
	transform-origin: right;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-loading-ready .bd-loading__progress {
	transition-property: transform;
	transition-duration: 0.5s;
}

/* start */

.js-loading-start .bd-loading__mask {
	transform: scaleX(0);
	transform-origin: left;
}
.js-loading-start .bd-loading__progress {
	transform: rotate(0.09deg) scale(0);
}

/* end */

.js-loading-end {
	pointer-events: none;
	visibility: hidden;
}


/* bgorb
----------------------------------------------- */

.bd-bgorb {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/common/background.jpg);
	background-size: 800px;
	overflow: hidden;
	z-index: 1;
}
.bd-bgorb__canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* button
----------------------------------------------- */

.bd-button {
	display: block;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.bd-button:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1;
}


/* morebutton
----------------------------------------------- */

.bd-morebutton .bd-button,
.bd-morebutton .bd-button:after {
	margin: auto;
	width: 260px;
	height: 70px;
	background-image: url(../images/common/btn_more.png);
	background-size: 260px auto;
}
.bd-morebutton .bd-button:after {
	background-position: 0 -70px;
}


/* menu
----------------------------------------------- */

.bd-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}
.bd-menu__lists {
	position: relative;
	border: 2px solid #bb9350;
	border-top: 0;
	box-sizing: border-box;
}
.bd-menu__lists:before {
	display: block;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	right: -5px;
	bottom: -8px;
	background-image: url(../images/common/menu_parts_right.png), url(../images/common/menu_parts_right.png);
	background-position: right top, right bottom;
	background-repeat: no-repeat;
	background-size: auto 16px;
	pointer-events: none;
	z-index: 2;
}
.bd-menu__list {
	position: relative;
	border-top: 2px solid #bb9350;
}
.bd-menu__list:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
	bottom: -9px;
	background-image: url(../images/common/menu_parts_left.png), url(../images/common/menu_parts_center.png), url(../images/common/menu_parts_right.png);
	background-position: left bottom, center bottom, right bottom;
	background-repeat: no-repeat;
	background-size: auto 16px;
	pointer-events: none;
	z-index: 2;
}
.bd-menu__list:last-child:after {
	display: none;
}
.bd-menu__list .bd-button {
	width: 73px;
	height: 73px;
	background-size: 73px 146px;
}
.bd-menu__list .bd-button:after {
	background-position: 0 -73px;
	background-size: 73px 146px;
}

.bd-menu__list--main .bd-button,
.bd-menu__list--main .bd-button:after {
	background-image: url(../images/common/menu_btn_main.jpg);
}
.bd-menu__list--buynow .bd-button,
.bd-menu__list--buynow .bd-button:after {
	background-image: url(../images/common/menu_btn_buynow.jpg);
}
.bd-menu__list--twitter .bd-button,
.bd-menu__list--twitter .bd-button:after {
	background-image: url(../images/common/menu_btn_twitter.jpg);
}
.bd-menu__list--music .bd-button,
.bd-menu__list--music .bd-button:after {
	background-image: url(../images/common/menu_btn_music.jpg);
}

/* initial */

.bd-menu {
	transform: translateX(105%);
}

/* ready */

.js-menu-ready {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

/* open */

.js-menu-open {
	transform: translateX(0);
}

/* loading */

.js-bgm-loading:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	border-radius: 50%;
	opacity: 0.8;
	z-index: 1;
	animation-name: rotate;
	animation-duration: 0.85s;
	animation-iteration-count: infinite;
}

/* play */

.js-bgm-play:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fac878;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	animation-name: flicker;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.js-bgm-play .bd-button,
.js-bgm-play .bd-button:after {
	background-image: url(../images/common/menu_btn_music_on.jpg);
}


/* nav
----------------------------------------------- */

.bd-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
}
.bd-nav__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}

.bd-nav__outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 453px;
	background-image: url(../images/common/nav_frame.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 13px 30px;
	background-color: rgba(6,20,30,0.8);
	z-index: 2;
}
.bd-nav__inner {
	margin: 0 0 0 43px;
}

.bd-nav__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.bd-nav__close .bd-button {
	width: 77px;
	height: 77px;
	border: 2px solid #ba9250;
	background-image: url(../images/common/nav_btn_close.jpg);
	background-position: -2px -2px;
	background-size: 77px auto;
	box-sizing: border-box;
}
.bd-nav__close .bd-button:after {
	background-image: url(../images/common/nav_btn_close.jpg);
	background-position: -2px -79px;
	background-size: 77px auto;
}

.bd-nav__lists {
	padding: 80px 0 0;
}
.bd-nav__list {
	margin: 0 0 26px;
}
.bd-nav__list a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	color: #fac878;
	font-family: 'Crimson Text', serif;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 0.1em;
	z-index: 1;
}
.bd-nav__list a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	width: 12px;
	height: 13px;
	background-image: url(../images/common/icon_triangle.png);
	background-position: -12px 0;
	background-repeat: no-repeat;
	background-size: 24px auto;
	z-index: 1;
}

/* initial */

.bd-nav {
	pointer-events: none;
	visibility: hidden;
}
.bd-nav__mask {
	opacity: 0;
}
.bd-nav__outer,
.bd-nav__inner {
	transform: translateX(100%);
}
.bd-nav__close {
	transform: translateX(200%);
}

/* ready */

.js-nav-ready {
	transition-property: visibility;
	transition-duration: 0s;
	transition-delay: 0.5s;
}
.js-nav-ready .bd-nav__mask {
	transition-property: opacity;
	transition-duration: 0.25s;
}
.js-nav-ready .bd-nav__outer,
.js-nav-ready .bd-nav__inner,
.js-nav-ready .bd-nav__close {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}

/* open */

.js-nav-open {
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}
.js-nav-open .bd-nav__mask {
	opacity: 1;
}
.js-nav-open .bd-nav__outer,
.js-nav-open .bd-nav__inner {
	transform: translateX(0);
}
.js-nav-open .bd-nav__close {
	transform: translateY(0);
}


/* buynow
----------------------------------------------- */

.bd-buynow {
	padding: 80px 0 0;
	width: 280px;
}
.bd-buynow__package {
	margin: 0;
	text-align: center;
}
.bd-buynow__package img {
	width: 90%;
	height: auto;
}
.bd-buynow__infos {
	position: relative;
	margin: 10px 0 5px;
}
.bd-buynow__infos:after {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 80px;
	bottom: 8px;
	width: 1px;
	background-color: #38434b;
	z-index: 1;
}
.bd-buynow__info {
	display: flex;
}
.bd-buynow__info dt,
.bd-buynow__info dd {
	padding: 5px 0;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}
.bd-buynow__info dt {
	width: 100px;
	color: #9ba1a5;
}
.bd-buynow__info dd {
	width: calc(100% - 100px);
}
.bd-buynow__button {
	margin: -5px 0 0;
}

/* button */

.bd-buynow__button .bd-button {
	margin: auto;
	width: 240px;
	height: 65px;
	background-size: 240px auto;
}
.bd-buynow__button .bd-button:after {
	background-position: 0 -65px;
	background-size: 240px auto;
}
.bd-buynow__button--package .bd-button,
.bd-buynow__button--package .bd-button:after {
	background-image: url(../images/common/btn_buynow_package.png);
}
.bd-buynow__button--download .bd-button,
.bd-buynow__button--download .bd-button:after {
	background-image: url(../images/common/btn_buynow_download.png);
}
.bd-buynow__button--Steam .bd-button,
.bd-buynow__button--Steam .bd-button:after {
	background-image: url(../images/common/btn_buynow_Steam.png);
}


/* cover
----------------------------------------------- */

.bd-cover {
	position: relative;
	height: 315px;
	overflow: hidden;
	z-index: 1;
}
.bd-cover:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(6,20,30,0.3) 0%,rgba(6,20,30,0.6) 45%);
	z-index: 2;
}
.bd-cover:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 13px;
	background-image: url(../images/common/bar.jpg);
	background-repeat: repeat-x;
	background-size: auto 13px;
	z-index: 2;
}
.bd-cover__image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.bd-cover__outer {
	position: relative;
	margin: 0 30px;
	height: 100%;
	z-index: 2;
}
.bd-cover__inner {
	position: relative;
	margin: auto;
	max-width: 1310px;
	height: 100%;
	z-index: 1;
}
.bd-cover__logo {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}
.bd-cover__header {
	position: absolute;
	left: 0;
	bottom: 37px;
	margin: 0 100px 0 0;
	text-shadow: 2px 2px 14px #06141e;
	z-index: 1;
}
.bd-cover__title {
	position: relative;
	padding: 0 0 0 25px;
	color: #fac878;
	font-family: 'Crimson Text', 'Noto Serif JP', serif;
	font-size: 50px;
	font-weight: normal;
	letter-spacing: 0.05em;
	z-index: 1;
}
.bd-cover__title--ja {
	font-weight: 700;
}
.bd-cover__title:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	width: 12px;
	height: 13px;
	background-image: url(../images/common/icon_triangle.png);
	background-position: -12px 0;
	background-repeat: no-repeat;
	background-size: 24px 13px;
	z-index: 1;
}
.bd-cover__copy {
	margin: 25px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 28px;
}

/* sub */

.bd-cover--sub .bd-cover__catch {
	color: #fac878;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.bd-cover--sub .bd-cover__title {
	margin: 10px 0 0;
	font-size: 40px;
	letter-spacing: 0.05em;
}

/* image */

.bd-cover__image--movie {
	background-image: url(../images/common/cover_image_movie_pc.jpg);
}
.bd-cover__image--spec {
	background-image: url(../images/common/cover_image_spec_pc.jpg);
}
.bd-cover__image--twittercp {
	background-image: url(../images/common/cover_image_twittercp_pc.jpg);
}
.bd-cover__image--freelancer {
	background-image: url(../images/common/cover_image_freelancer_pc.jpg);
}
.bd-cover__image--blackmage {
	background-image: url(../images/common/cover_image_blackmage_pc.jpg);
}
.bd-cover__image--whitemage {
	background-image: url(../images/common/cover_image_whitemage_pc.jpg);
}
.bd-cover__image--monk {
	background-image: url(../images/common/cover_image_monk_pc.jpg);
}
.bd-cover__image--vanguard {
	background-image: url(../images/common/cover_image_vanguard_pc.jpg);
}
.bd-cover__image--thief {
	background-image: url(../images/common/cover_image_thief_pc.jpg);
}
.bd-cover__image--troubadour {
	background-image: url(../images/common/cover_image_troubadour_pc.jpg);
}
.bd-cover__image--tamer {
	background-image: url(../images/common/cover_image_tamer_pc.jpg);
}
.bd-cover__image--gambler {
	background-image: url(../images/common/cover_image_gambler_pc.jpg);
}
.bd-cover__image--berzerk {
	background-image: url(../images/common/cover_image_berzerk_pc.jpg);
}
.bd-cover__image--redmage {
	background-image: url(../images/common/cover_image_redmage_pc.jpg);
}
.bd-cover__image--hunter {
	background-image: url(../images/common/cover_image_hunter_pc.jpg);
}
.bd-cover__image--shieldmaster {
	background-image: url(../images/common/cover_image_shieldmaster_pc.jpg);
}
.bd-cover__image--pictomancer {
	background-image: url(../images/common/cover_image_pictomancer_pc.jpg);
}
.bd-cover__image--dragoon {
	background-image: url(../images/common/cover_image_dragoon_pc.jpg);
}
.bd-cover__image--swordmaster {
	background-image: url(../images/common/cover_image_swordmaster_pc.jpg);
}
.bd-cover__image--spiritmaster {
	background-image: url(../images/common/cover_image_spiritmaster_pc.jpg);
}
.bd-cover__image--oracle {
	background-image: url(../images/common/cover_image_oracle_pc.jpg);
}
.bd-cover__image--salve-maker {
	background-image: url(../images/common/cover_image_salve-maker_pc.jpg);
}
.bd-cover__image--bastion {
	background-image: url(../images/common/cover_image_bastion_pc.jpg);
}
.bd-cover__image--phantom {
	background-image: url(../images/common/cover_image_phantom_pc.jpg);
}
.bd-cover__image--arcanist {
	background-image: url(../images/common/cover_image_arcanist_pc.jpg);
}
.bd-cover__image--hellblade {
	background-image: url(../images/common/cover_image_hellblade_pc.jpg);
}

/* initial */

.js-cover {
	opacity: 0;
}

/* ready */

.js-cover-ready {
}

.js-indicate-ready.bd-cover__header .bd-cover__title {
	opacity: 0;
	transform: translateX(25px);
}
.js-indicate-ready.bd-cover__header .bd-cover__title:after {
	opacity: 0;
	transform: translateX(-10px);
}
.js-indicate-ready.bd-cover__header .bd-cover__copy {
	opacity: 0;
	transform: translateY(-15px);
}

/* start */

.js-cover-start {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
	transition-property: opacity;
	transition-duration: 0.5s;
}

.js-indicate-start.bd-cover__header .bd-cover__title,
.js-indicate-start.bd-cover__header .bd-cover__title:after,
.js-indicate-start.bd-cover__header .bd-cover__copy {
	opacity: 1;
	transform: translate(0);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
}
.js-indicate-start.bd-cover__header .bd-cover__title:after {
	transition-duration: 0.25s;
	transition-delay: 0.25s;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-indicate-start.bd-cover__header .bd-cover__copy {
	transition-delay: 0.15s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}


/* anchor
----------------------------------------------- */

.bd-anchor {
	position: relative;
	z-index: 1;
}
.bd-anchor:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 13px;
	background-image: url(../images/common/bar.jpg);
	background-repeat: repeat-x;
	background-size: auto 13px;
	z-index: 2;
}
.bd-anchor__lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 19px 0 29px;
}
.bd-anchor__list {
	margin: 0 10px;
}

/* andmore */

.bd-anchor__list--andmore a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	color: #fac878;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	font-weight: 600;
	z-index: 1;
}
.bd-anchor__list--andmore a:before,
.bd-anchor__list--andmore a:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bd-anchor__list--andmore a:before {
	border: 1px solid #38434b;
	background-image: url(../images/common/frame_deco_lt.svg), url(../images/common/frame_deco_rt.svg), url(../images/common/frame_deco_rb.svg),url(../images/common/frame_deco_lb.svg);
	background-position: left top, right top, right bottom, left bottom;
	background-repeat: no-repeat;
	background-size: 30px; 
	box-sizing: border-box;
}
.bd-anchor__list--andmore a:after {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #38434b;
	box-sizing: border-box;
}

/* column */

.bd-anchor__lists--column3 .bd-anchor__list .bd-button,
.bd-anchor__lists--column3 .bd-anchor__list .bd-button:after {
	width: 290px;
	height: 89px;
	background-size: 290px auto;
}
.bd-anchor__lists--column4 .bd-anchor__list .bd-button,
.bd-anchor__lists--column4 .bd-anchor__list .bd-button:after {
	width: 185px;
	height: 89px;
	background-size: 185px auto;
}

/* button */

.bd-anchor__list .bd-button:after {
	background-position: 0 -89px;
}

/* image */

.bd-anchor__list--story .bd-button,
.bd-anchor__list--story .bd-button:after {
	background-image: url(../images/common/anchor_story_pc.png);
}
.bd-anchor__list--graphic .bd-button,
.bd-anchor__list--graphic .bd-button:after {
	background-image: url(../images/common/anchor_graphic_pc.png);
}
.bd-anchor__list--music .bd-button,
.bd-anchor__list--music .bd-button:after {
	background-image: url(../images/common/anchor_music_pc.png);
}

.bd-anchor__list--brave .bd-button,
.bd-anchor__list--brave .bd-button:after {
	background-image: url(../images/common/anchor_brave-default.png);
}
.bd-anchor__list--deathblow .bd-button,
.bd-anchor__list--deathblow .bd-button:after {
	background-image: url(../images/common/anchor_deathblow.png);
}
.bd-anchor__list--job .bd-button,
.bd-anchor__list--job .bd-button:after {
	background-image: url(../images/common/anchor_job-ability.png);
}
.bd-anchor__list--newjob .bd-button,
.bd-anchor__list--newjob .bd-button:after {
	background-image: url(../images/common/anchor_newjob.png);
}

.bd-anchor__list--product .bd-button,
.bd-anchor__list--product .bd-button:after {
	background-image: url(../images/common/anchor_product_pc.png);
}
.bd-anchor__list--trial .bd-button,
.bd-anchor__list--trial .bd-button:after {
	background-image: url(../images/common/anchor_trial_pc.png);
}
.bd-anchor__list--privilege .bd-button,
.bd-anchor__list--privilege .bd-button:after {
	background-image: url(../images/common/anchor_privilege_pc.png);
}


/* title
----------------------------------------------- */

.title {
	color: #fac878;
	text-align: center;
	text-shadow: 2px 2px 14px #06141e;
}
.title__label {
	margin: 0 0 5px;
	font-family: 'Crimson Text', serif;
	font-size: 60px;
	letter-spacing: 0.05em;
}
.title__text {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
}
.title__text:before,
.title__text:after {
	display: inline-block;
	content: "";
	margin: 0 5px;
	width: 12px;
	height: 13px;
	background-image: url(../images/common/icon_triangle.png);
	background-repeat: no-repeat;
	background-size: auto 13px;
}
.title__text:after {
	background-position: -12px 0;
}

/* ready */

.js-indicate-ready.title .title__text {
	opacity: 0;
	transform: translateY(-100%);
}
.js-indicate-ready.title .title__text:before {
	opacity: 0;
	transform: translateX(200%);
}
.js-indicate-ready.title .title__text:after {
	opacity: 0;
	transform: translateX(-200%);
}

/* start */

.js-indicate-start.title .title__text {
	opacity: 1;
	transform: translate(0);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-delay: 0.15s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
}

.js-indicate-start.title .title__text:before,
.js-indicate-start.title .title__text:after {
	opacity: 1;
	transform: translate(0);
	transition-property: opacity, transform;
	transition-duration: 0.25s;
	transition-delay: 0.5s;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}


/* store
----------------------------------------------- */

.bd-store {
	position: relative;
	max-width: 360px;
	background-image: url(../images/common/oldpaper_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.bd-store:after {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #3c1e00;
	box-sizing: border-box;
	opacity: 0.4;
	z-index: 1;
}
.bd-store__inner {
	position: relative;
	padding: 20px 0 0;
	z-index: 2;
}
.bd-store__label {
	padding: 5px 0 6px;
	color: #fce3bb;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	text-shadow: 2px 2px 14px #210f09;
	letter-spacing: 0.1em;
	border-top: 2px solid rgba(60,30,0,0.8);
	border-bottom: 2px solid rgba(60,30,0,0.8);
	background: linear-gradient(to right, rgba(60,30,0,0.6) 0%, rgba(60,30,0,0.2) 50%, rgba(60,30,0,0.6) 100%);
}
.bd-store__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
}
.bd-store__button .bd-button,
.bd-store__button .bd-button:after {
	width: 160px;
	height: 75px;
	background-size: 160px auto;
}
.bd-store__button .bd-button:after {
	background-position: 0 -75px;
}

.bd-store__button--wide {
	padding: 20px 0;
}
.bd-store__button--wide .bd-button,
.bd-store__button--wide .bd-button:after {
	margin: auto;
	width: 260px;
	height: 70px;
	background-size: 260px auto;
}
.bd-store__button--wide .bd-button:after {
	background-position: 0 -70px;
}

.bd-store__button--package .bd-button,
.bd-store__button--package .bd-button:after {
	background-image: url(../images/common/btn_mini_package.png);
}
.bd-store__button--download .bd-button,
.bd-store__button--download .bd-button:after {
	background-image: url(../images/common/btn_mini_download.png);
}
.bd-store__button--Steam .bd-button,
.bd-store__button--Steam .bd-button:after {
	background-image: url(../images/common/btn_mini_Steam.png);
}

.bd-store__button--wide.bd-store__button--download .bd-button,
.bd-store__button--wide.bd-store__button--download .bd-button:after {
	background-image: url(../images/common/btn_download.png);
}


/* pageup
----------------------------------------------- */

.bd-pageup {
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 1;
}
.bd-pageup__inner {
	display: flex;
	justify-content: flex-end;
}
.bd-pageup__button {
	display: inline-block;
	position: relative;
	border: 2px solid #bb9350;
	box-sizing: border-box;
}
.bd-pageup__button:after {
	display: block;
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	right: -5px;
	bottom: -8px;
	background-image: url(../images/common/menu_parts_right.png), url(../images/common/menu_parts_right.png);
	background-position: right top, right bottom;
	background-repeat: no-repeat;
	background-size: auto 16px;
	pointer-events: none;
	z-index: 2;
}
.bd-pageup__button .bd-button,
.bd-pageup__button .bd-button:after {
	width: 73px;
	height: 73px;
	background-image: url(../images/common/pageup.jpg);
	background-size: 73px 146px;
}
.bd-pageup__button .bd-button:after {
	background-position: 0 -73px;
	background-size: 73px 146px;
}


/* framedeco
----------------------------------------------- */

.bd-framedeco {
	position: relative;
	z-index: 1;
}
.bd-framedeco:before,
.bd-framedeco:after {
	display: block;
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 2px solid #06141e;
	z-index: 2;
}
.bd-framedeco:before {
	background-image: url(../images/common/video_deco_lt.svg), url(../images/common/video_deco_rt.svg), url(../images/common/video_deco_rb.svg), url(../images/common/video_deco_lb.svg);
	background-position: left top, right top, right bottom, left bottom;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}
.bd-framedeco:after {
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 4px solid #06141e;
}


/* video
----------------------------------------------- */

.bd-video {
	position: relative;
}
.bd-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
}
.bd-video img {
	width: 100%;
	height: auto;
}

/* initial */

.js-video {
	opacity: 0;
	transform: rotate(0.09deg) scale(0.9);
}

/* play */

.js-video-play {
	opacity: 1;
	transform: rotate(0deg) scale(1);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}


/* pictureframe
----------------------------------------------- */

.bd-pictureframe {
	position: relative;
}
.bd-pictureframe:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/common/pictureframe_lt.png), url(../images/common/pictureframe_rt.png), url(../images/common/pictureframe_rb.png), url(../images/common/pictureframe_lb.png), url(../images/common/pictureframe_left.png), url(../images/common/pictureframe_top.png), url(../images/common/pictureframe_right.png), url(../images/common/pictureframe_bottom.png);
	background-position: left top, right top, right bottom, left bottom, left top, left top, right top, left bottom;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat ,repeat-y, repeat-x, repeat-y, repeat-x;
	background-size: 16px, 16px, 16px, 16px, 8px auto, auto 8px, 8px auto, auto 8px;
	pointer-events: none;
	z-index: 1;
}


/* slider
----------------------------------------------- */

.bd-slider {
	margin: 40px 0 0;
}
.bd-slider__inner {
}
.bd-slider__items {
}
.bd-slider__item {
}
.bd-slider__control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px auto;
	width: 270px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}
.bd-slider__arrow {
	width: 40px;
	height: 40px;
	background-image: url(../images/common/control_arrow.png);
	background-repeat: no-repeat;
	background-size: 80px 40px;
	cursor: pointer;
}
.bd-slider__arrow--prev {
	background-position: 0 0;
}
.bd-slider__arrow--next {
	background-position: -40px 0;
}
.bd-slider__index {
	color: #fac878;
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}
.bd-slider__index em {
	font-size: 40px;
	font-style: normal;
}


/* ytplayer
----------------------------------------------- */

.bd-ytplayer {
}
.bd-ytplayer a {
	display: block;
	position: relative;
	z-index: 1;
}
.bd-ytplayer a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background-image: url(../images/common/icon_play.png);
	background-repeat: no-repeat;
	background-size: 80px;
	z-index: 1;
}
.bd-ytplayer__image:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6,20,30,0.6);
	z-index: 1;
}
.bd-ytplayer img {
	width: 100%;
	height: auto;
}


/* modal
----------------------------------------------- */

.bd-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.bd-modal__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(6,20,30,0.9);
	z-index: 1;
}
.bd-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}
.bd-modal__close .bd-button {
	width: 77px;
	height: 77px;
	border: 2px solid #ba9250;
	background-image: url(../images/common/nav_btn_close.jpg);
	background-position: -2px -2px;
	background-size: 77px auto;
	box-sizing: border-box;
}
.bd-modal__close .bd-button:after {
	background-image: url(../images/common/nav_btn_close.jpg);
	background-position: -2px -79px;
	background-size: 77px auto;
}
.bd-modal__movie {
	position: relative;
	z-index: 2;
}
.bd-modal__message {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 110px 20px;
	overflow: auto;
	z-index: 2;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bd-modal__message::-webkit-scrollbar {
	display:none;
}

/* initial */

.bd-modal {
	pointer-events: none;
	visibility: hidden;
}
.bd-modal__mask {
	opacity: 0;	
}
.bd-modal__close {
	transform: translateX(200%);
}
.bd-modal__movie,
.bd-modal__message {
	opacity: 0;
	transform: rotate(0.09deg) scale(0.95);
}

/* ready */

.js-modal-ready {
	transition-property: visibility;
	transition-duration: 0s;
	transition-delay: 0.5s;
}
.js-modal-ready .bd-modal__mask {
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-delay: 0.25s;
}
.js-modal-ready .bd-modal__close {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.js-modal-ready .bd-modal__movie,
.js-modal-ready .bd-modal__message {
	transition-property: opacity, transform;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

/* open */

.js-modal-open {
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}
.js-modal-open .bd-modal__mask {
	opacity: 1;
	transition-delay: 0s;
}
.js-modal-open .bd-modal__close {
	transform: translateX(0);
}

/* play */

.js-modal-play .bd-modal__movie,
.js-modal-play .bd-modal__message {
	opacity: 1;
	transform: rotate(0deg) scale(1);
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}


/* info
----------------------------------------------- */

.bd-info {
	position: relative;
}
.bd-info:after {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 103px;
	bottom: 8px;
	width: 1px;
	background-color: #38434b;
	z-index: 1;
}
.bd-info__list {
	display: flex;
}
.bd-info__list dt,
.bd-info__list dd {
	padding: 6px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}
.bd-info__list dt {
	width: 125px;
	color: #9ba1a5;
}
.bd-info__list dd {
	width: calc(100% - 125px);
}
.bd-info__text {
	padding: 6px 0 0;
}
.bd-info__text:first-child {
	padding-top: 0;
}
.bd-info__textindent {
	display: inline-block;
	padding: 0 0 0 1.5em;
}
.bd-info__caution {
	margin: 20px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 17px;
}


/* brush
----------------------------------------------- */

.bd-brush {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -375px;
	width: 750px;
}
.bd-brush__obj {
	overflow: hidden;
}
.bd-brush__obj img {
	width: 100%;
	height: auto;
}

/* reverse */

.bd-brush--reverse .bd-brush__inner {
	transform: scaleX(-1);
}

/* ready */

.js-indicate-ready.bd-brush {
	transform: translateY(125px);
}
.js-indicate-ready.bd-brush .bd-brush__obj {
	transform: translateX(100%);
}
.js-indicate-ready.bd-brush .bd-brush__obj img {
	transform: translateX(-100%);
}

/* start */

.js-indicate-start.bd-brush,
.js-indicate-start.bd-brush .bd-brush__obj,
.js-indicate-start.bd-brush .bd-brush__obj img {
	transform: translate(0);
	transition-property: transform;
	transition-duration: 1.5s;
	transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}


/* paperbox
----------------------------------------------- */

.bd-paperbox {
	position: relative;
	margin: 20px auto 0;
	padding: 40px 0;
	width: 460px;
	background-image: url(../images/common/oldpaper_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.bd-paperbox:after {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #3c1e00;
	opacity: 0.4;
	z-index: 1;
}
.bd-paperbox__text {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 28px; 
}
.bd-paperbox__text--title {
	margin: 0 0 10px;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 36px;
}


/* gallery
----------------------------------------------- */

.bd-gallery {
	margin: 20px 0 0;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
}
.bd-gallery__items {
	display: inline-block;
	white-space: nowrap;
}
.bd-gallery__item {
	display: inline-block;
	margin: 0 0 0 20px;
	width: 400px;
}
.bd-gallery__item img {
	width: 100%;
	height: auto;
}
.bd-gallery--top {
	margin: 40px 0 0;
}

/* center */

.js-gallery--center {
	display: flex;
	justify-content: center;
	margin: 0 0 0 -20px;
}
.js-gallery--center .bd-gallery__items:last-child {
	display: none;
}

/* initial */

.bd-gallery__item img {
	opacity: 0;
}

/* loaded */

.bd-gallery__item--loaded img {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

/* start */

.js-gallery--start .bd-gallery__items {
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.js-gallery--start .bd-gallery__items:first-child {
	animation-name: gallery1;
	animation-delay: -30s;
}
.js-gallery--start .bd-gallery__items:last-child {
	animation-name: gallery2;
}
.js-gallery--start.bd-gallery--top .bd-gallery__items:first-child {
	animation-name: gallery3;
	animation-delay: -30s;
}
.js-gallery--start.bd-gallery--top .bd-gallery__items:last-child {
	animation-name: gallery4;
}


/* related
----------------------------------------------- */

.bd-related {
	position: relative;
	margin: 120px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #06141e;
	z-index: 1;
}
.bd-related:before,
.bd-related:after {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	bottom: 9px;
	border: 1px solid #fce3bb;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 2;
}
.bd-related:after {
	top: 15px;
	bottom: 15px;
	border-width: 2px;
}
.bd-related__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 300px;
	background-color: rgba(6,20,30,0.6);
	z-index: 1;
}
.bd-related__inner:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #06141e;
	z-index: -1;
	transform: scaleX(0);
}

/* image */

.bd-related--job {
	background-image: url(../images/common/related_image_job_pc.jpg);
}
.bd-related--battle {
	background-image: url(../images/common/related_image_battle_pc.jpg);
}

/* morebutton */

.bd-related .bd-morebutton {
	margin: 30px 0 0;
}

/* ready */

.js-indicate-ready.bd-related:before,
.js-indicate-ready.bd-related:after {
	transform: scaleX(0);
	transform-origin: right;
}
.js-indicate-ready.bd-related .bd-related__inner {
	background-color: rgba(6,20,30,0);
}
.js-indicate-ready.bd-related .bd-related__inner:after {
	transform: scaleX(1);
}

/* start */

.js-indicate-start.bd-related:before,
.js-indicate-start.bd-related:after {
	transform: scaleX(1);
	transition-property: transform;
	transition-duration: 0.65s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-indicate-start.bd-related .bd-related__inner {
	background-color: rgba(6,20,30,0.6);
	transition-property: background-color;
	transition-duration: 1.5s;
}
.js-indicate-start.bd-related .bd-related__inner:after {
	transform: scaleX(0);
	transform-origin: right;
	transition-property: transform;
	transition-duration: 0.65s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}


/* book
----------------------------------------------- */

.bd-book {
	position: relative;
	margin: auto;
	max-width: 940px;
	background-image: url(../images/common/book_base.jpg);
	background-position: right center;
	background-repeat: repeat;
	background-size: 800px auto;
	z-index: 1;
}
.bd-book:before,
.bd-book:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bd-book:before {
	background-image: url(../images/common/book_left.png), url(../images/common/book_top.png), url(../images/common/book_right.png), url(../images/common/book_bottom.png);
	background-position: left top, left top, right top, left bottom;
	background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
	background-size: 60px auto, auto 60px, 60px auto, auto 60px;
}
.bd-book:after {
	background-image: url(../images/common/book_lt.png), url(../images/common/book_rt.png), url(../images/common/book_rb.png), url(../images/common/book_lb.png), url(../images/common/book_spell.png);
	background-position: left top, right top, right bottom, left bottom, right top;
	background-repeat: no-repeat;
	background-size: 102px 100px, 102px 100px, 102px 100px, 102px 100px, 63.8% auto;
}


/* label
----------------------------------------------- */

.bd-label {
}
.bd-label span {
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	height: 64px;
	font-size: 26px;
	font-weight: 600;
	text-shadow: 2px 2px 14px #fac878;
	line-height: 62px;
	background-image: url(../images/common/label_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 64px;
	z-index: 1;
}
.bd-label span:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	right: 0;
	bottom: 0;
	background-image: url(../images/common/label_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 64px;
	z-index: -1;
}


/* notes
----------------------------------------------- */

.bd-notes {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	z-index: 1;
}
.bd-notes__text {
	color: #9ba1a5;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:768px) {


	/* br
	----------------------------------------------- */

	.bd-sp {
		display: none;
	}


	/* button
	----------------------------------------------- */

	.bd-button:after {
		transition-property: opacity;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	}

	/* hover */

	.bd-button:hover:after {
		opacity: 1;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}


	/* menu
	----------------------------------------------- */

	/* fixed */

	.js-menu-fixed {
		position: fixed;
	}

	/* music here */
	
	.bd-menu__here {
		pointer-events: none;
		opacity: 0;
	}
	.bd-menu__lists--here .bd-menu__here {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 1px solid #fff;
		box-sizing: border-box;
		box-shadow: 0 0 8px #fff;
		z-index: 1;
		animation-name: hereflash;
		animation-duration: 1.25s;
		animation-iteration-count: infinite;
	}
	.bd-menu__lists--here:after {
		display: block;
		content: "";
		position: absolute;
		top: 255px;
		left: -30px;
		width: 20px;
		height: 20px;
		background-image: url(../images/common/control_arrow.png);
		background-position: -20px 0;
		background-repeat: no-repeat;
		background-size: 40px 20px;
		z-index: 1;
		transform-origin: center;
		animation-name: herearrow;
		animation-duration: 0.85s;
		animation-iteration-count: infinite;
	}


	/* nav
	----------------------------------------------- */

	.bd-nav__list a,
	.bd-nav__list a:after {
		transition-property: color, text-shadow, transform;
		transition-duration: 0.2s;
	}

	/* hover */

	.bd-nav__list a:hover {
		color: #fff;
		text-shadow: 0 0 8px #fff;
		transform: translateX(3px);
	}
	.bd-nav__list a:hover:after {
		transform: translateX(-3px);
	}


	/* slider
	----------------------------------------------- */

	.bd-slider__arrow {
		transition-property: transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.bd-slider__arrow--prev:hover {
		transform: translateX(-3px);
	}
	.bd-slider__arrow--next:hover {
		transform: translateX(3px);
	}


	/* ytplayer
	----------------------------------------------- */

	.bd-ytplayer__image:before {
		transition-property: opacity;
		transition-duration: 0.25s;
	}

	/* hover */

	.bd-ytplayer a:hover .bd-ytplayer__image:before {
		opacity: 0.5;
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:767px) {


	/* contents
	----------------------------------------------- */

	#contents {
		padding: 0 0 150px;
		min-height: 500px;
	}


	/* br
	----------------------------------------------- */

	.bd-pc {
		display: none;
	}


	/* menu
	----------------------------------------------- */

	.bd-menu__lists {
		border-width: 1px;
	}
	.bd-menu__lists:before {
		top: -4px;
		left: 0;
		right: -3px;
		bottom: -6px;
		background-size: auto 10px;
	}
	.bd-menu__list {
		border-width: 1px;
	}
	.bd-menu__list:after {
		left: -3px;
		right: -3px;
		bottom: -6px;
		background-size: auto 10px;
	}
	.bd-menu__list .bd-button {
		width: 53px;
		height: 53px;
		background-size: 53px auto;
	}

	/* music here */

	.bd-menu__lists--here:after {
		top: 180px;
	}


	/* nav
	----------------------------------------------- */
	
	.bd-nav__close .bd-button {
		width: 53px;
		height: 53px;
		border-width: 1px;
		background-position: -1px -1px;
		background-size: 53px auto;
	}
	
	.bd-nav__outer {
		width: 273px;
	}
	.bd-nav__inner {
		margin: 0 0 0 32px;
	}
	
	.bd-nav__lists {
		padding: 100px 0 0;
	}
	.bd-nav__list {
		margin: 0 0 20px;
	}
	.bd-nav__list a {
		padding: 0 0 0 15px;
		font-size: 25px;
	}
	.bd-nav__list a:after {
		margin: -5px 0 0;
		width: 9px;
		height: 10px;
		background-position: -9px 0;
		background-size: 18px auto;
	}


	/* buynow
	----------------------------------------------- */
	
	.bd-buynow {
		margin: 0 0 0 -10px;
		padding: 100px 0 0;
		width: 240px;
	}
	.bd-buynow__package {
		margin: auto;
	}
	.bd-buynow__package img {
		width: 145px;
	}
	.bd-buynow__infos {
		margin: 10px 10px 0;
	}
	.bd-buynow__infos:after {
		top: 7px;
		left: 58px;
		bottom: 7px;
	}
	.bd-buynow__info dt,
	.bd-buynow__info dd {
		padding: 3px 0;
		font-size: 11px;
		line-height: 17px;
	}
	.bd-buynow__info dt {
		width: 70px;
	}
	.bd-buynow__info dd {
		width: calc(100% - 70px);
	}
	.bd-buynow__button {
		margin: 0;
	}


	/* cover
	----------------------------------------------- */
	
	.bd-cover {
		height: 413px;
	}
	.bd-cover__outer {
		margin: 0 20px;
	}
	.bd-cover__inner {
		width: auto;
	}
	.bd-cover__logo {
		top: 15px;
	}
	.bd-cover__logo img {
		width: auto;
		height: 65px;
	}
	.bd-cover__header {
		bottom: 58px;
		margin: auto;
	}
	.bd-cover__title {
		padding: 0 0 0 15px;
		font-size: 40px;
	}
	.bd-cover__title:after {
		margin: -5px 0 0;
		width: 9px;
		height: 10px;
		background-position: -9px 0;
		background-size: 18px 10px;
	}
	.bd-cover__copy {
		margin: 14px 0 0;
		font-size: 13px;
		line-height: 23px;
	}

	/* sub */

	.bd-cover--sub .bd-cover__catch {
		font-size: 15px;
	}
	.bd-cover--sub .bd-cover__title {
		margin: 10px 0 0;
		font-size: 35px;
	}

	/* image */

	.bd-cover__image--movie {
		background-image: url(../images/common/cover_image_movie_sp.jpg);
	}
	.bd-cover__image--spec {
		background-image: url(../images/common/cover_image_spec_sp.jpg);
	}
	.bd-cover__image--twittercp {
		background-image: url(../images/common/cover_image_twittercp_sp.jpg);
	}
	.bd-cover__image--freelancer {
		background-image: url(../images/common/cover_image_freelancer_sp.jpg);
	}
	.bd-cover__image--blackmage {
		background-image: url(../images/common/cover_image_blackmage_sp.jpg);
	}
	.bd-cover__image--whitemage {
		background-image: url(../images/common/cover_image_whitemage_sp.jpg);
	}
	.bd-cover__image--monk {
		background-image: url(../images/common/cover_image_monk_sp.jpg);
	}
	.bd-cover__image--vanguard {
		background-image: url(../images/common/cover_image_vanguard_sp.jpg);
	}
	.bd-cover__image--thief {
		background-image: url(../images/common/cover_image_thief_sp.jpg);
	}
	.bd-cover__image--troubadour {
		background-image: url(../images/common/cover_image_troubadour_sp.jpg);
	}
	.bd-cover__image--tamer {
		background-image: url(../images/common/cover_image_tamer_sp.jpg);
	}
	.bd-cover__image--gambler {
		background-image: url(../images/common/cover_image_gambler_sp.jpg);
	}
	.bd-cover__image--berzerk {
		background-image: url(../images/common/cover_image_berzerk_sp.jpg);
	}
	.bd-cover__image--redmage {
		background-image: url(../images/common/cover_image_redmage_sp.jpg);
	}
	.bd-cover__image--hunter {
		background-image: url(../images/common/cover_image_hunter_sp.jpg);
	}
	.bd-cover__image--shieldmaster {
		background-image: url(../images/common/cover_image_shieldmaster_sp.jpg);
	}
	.bd-cover__image--pictomancer {
		background-image: url(../images/common/cover_image_pictomancer_sp.jpg);
	}
	.bd-cover__image--dragoon {
		background-image: url(../images/common/cover_image_dragoon_sp.jpg);
	}
	.bd-cover__image--swordmaster {
		background-image: url(../images/common/cover_image_swordmaster_sp.jpg);
	}
	.bd-cover__image--spiritmaster {
		background-image: url(../images/common/cover_image_spiritmaster_sp.jpg);
	}
	.bd-cover__image--oracle {
		background-image: url(../images/common/cover_image_oracle_sp.jpg);
	}
	.bd-cover__image--salve-maker {
		background-image: url(../images/common/cover_image_salve-maker_sp.jpg);
	}
	.bd-cover__image--bastion {
		background-image: url(../images/common/cover_image_bastion_sp.jpg);
	}
	.bd-cover__image--phantom {
		background-image: url(../images/common/cover_image_phantom_sp.jpg);
	}
	.bd-cover__image--arcanist {
		background-image: url(../images/common/cover_image_arcanist_sp.jpg);
	}
	.bd-cover__image--hellblade {
		background-image: url(../images/common/cover_image_hellblade_sp.jpg);
	}

	/* anchor
	----------------------------------------------- */
	
	.bd-anchor__lists {
		padding: 10px 0 23px;
	}
	.bd-anchor__list {
		margin: 0 -2px;
		
		margin: 0 -5px;
	}
	.bd-anchor__list .bd-button:after {
		display: none;
	}

	.bd-anchor__lists--column3 .bd-anchor__list .bd-button,
	.bd-anchor__lists--column4 .bd-anchor__list .bd-button {
		width: 185px;
		height: 89px;
		background-size: 185px auto;
	}

	.bd-anchor__list--story .bd-button {
		background-image: url(../images/common/anchor_story_sp.png);
	}
	.bd-anchor__list--graphic .bd-button {
		background-image: url(../images/common/anchor_graphic_sp.png);
	}
	.bd-anchor__list--music .bd-button {
		background-image: url(../images/common/anchor_music_sp.png);
	}

	.bd-anchor__list--product .bd-button,
	.bd-anchor__list--product .bd-button:after {
		background-image: url(../images/common/anchor_product_sp.png);
	}
	.bd-anchor__list--trial .bd-button,
	.bd-anchor__list--trial .bd-button:after {
		background-image: url(../images/common/anchor_trial_sp.png);
	}
	.bd-anchor__list--privilege .bd-button,
	.bd-anchor__list--privilege .bd-button:after {
		background-image: url(../images/common/anchor_privilege_sp.png);
	}


	/* title
	----------------------------------------------- */

	.title__label {
		margin: 0;
		font-size: 40px;
	}
	.title__text {
		font-size: 12px;
	}
	.title__text:before,
	.title__text:after {
		margin: 0 5px -1px;
		width: 9px;
		height: 10px;
		background-size: auto 10px;
	}
	.title__text:after {
		background-position: -9px 0;
	}


	/* store
	----------------------------------------------- */

	.bd-store {
		width: auto;
	}
	.bd-store:after {
		top: 2px;
		left: 2px;
		right: 2px;
		bottom: 2px;
	}
	.bd-store__inner {
		padding: 10px 0 0;
	}
	.bd-store__label {
		padding: 5px 0 6px;
		font-size: 20px;
	}
	.bd-store__buttons {
		padding: 5px 0 6px;
	}
	.bd-store__button .bd-button:after {
		display: none;
	}
	.bd-store__button--wide {
		padding: 5px 0 6px;
	}


	/* pageup
	----------------------------------------------- */
	
	.bd-pageup {
		bottom: 50px;
	}
	.bd-pageup__button {
		border-width: 1px;
	}
	.bd-pageup__button:after {
		top: -4px;
		left: 0;
		right: -3px;
		bottom: -6px;
		background-size: auto 10px;
	}
	.bd-pageup__button .bd-button {
		width: 53px;
		height: 53px;
		background-size: 53px auto;
	}
	.bd-pageup__button .bd-button:after {
		display: none;
	}


	/* framedeco
	----------------------------------------------- */
	
	.bd-framedeco:before,
	.bd-framedeco:after {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
		border-width: 1px;
	}
	.bd-framedeco:before {
		background-size: 30px 30px;
	}
	.bd-framedeco:after {
		top: 6px;
		left: 6px;
		right: 6px;
		bottom: 6px;
		border-width: 2px;
	}


	/* slider
	----------------------------------------------- */
	
	.bd-slider {
		margin: 30px 0 0;
	}
	.bd-slider__control {
		margin: 30px auto 20px;
		width: 265px;
	}
	.bd-slider__index em {
		font-size: 30px;
	}


	/* ytplayer
	----------------------------------------------- */

	.bd-ytplayer a:after {
		margin: -30px 0 0 -30px;
		width: 60px;
		height: 60px;
		background-size: 60px;
	}


	/* modal
	----------------------------------------------- */

	.bd-modal__close .bd-button {
		width: 53px;
		height: 53px;
		border-width: 1px;
		background-position: -1px -1px;
		background-size: 53px auto;
	}
	.bd-modal__close .bd-button:after {
		display: none;
	}
	.bd-modal__message {
		padding: 90px 10px 45px;
	}


	/* info
	----------------------------------------------- */
	
	.bd-info:after {
		top: 7px;
		left: 86px;
		bottom: 7px;
	}
	.bd-info__list {
		display: flex;
	}
	.bd-info__list dt,
	.bd-info__list dd {
		padding: 5px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.bd-info__list dt {
		width: 105px;
	}
	.bd-info__list dd {
		width: calc(100% - 105px);
	}
	.bd-info__text {
		padding: 5px 0 0;
	}


	/* brush
	----------------------------------------------- */

	.bd-brush {
		margin: 0 0 0 -187px;
		width: 375px;
	}


	/* paperbox
	----------------------------------------------- */
	
	.bd-paperbox {
		margin: 10px 20px 0;
		padding: 30px 0;
		width: auto;
	}
	.bd-paperbox:after {
		top: 2px;
		left: 2px;
		right: 2px;
		bottom: 2px;
	}
	.bd-paperbox__text {
		font-size: 15px;
		line-height: 27px; 
	}
	.bd-paperbox__text--title {
		margin: 0 0 5px;
		font-size: 20px;
		line-height: 27px;
	}


	/* gallery
	----------------------------------------------- */
	
	.bd-gallery {
		margin: 10px 0 0;
	}
	.bd-gallery__item {
		margin: 0 0 0 10px;
		width: 320px;
	}
	.bd-gallery--top {
		margin: 30px 0 0;
	}


	/* related
	----------------------------------------------- */
	
	.bd-related {
		margin: 80px 0 0;
	}
	.bd-related:before,
	.bd-related:after {
		top: 5px;
		bottom: 5px;
	}
	.bd-related:after {
		top: 8px;
		bottom: 8px;
	}
	.bd-related__inner {
	}
	
	/* image */
	
	.bd-related--job {
		background-image: url(../images/common/related_image_job_sp.jpg);
	}
	.bd-related--battle {
		background-image: url(../images/common/related_image_battle_sp.jpg);
	}
	
	/* morebutton */
	
	.bd-related .bd-morebutton {
		margin: 30px 0 0;
	}

	/* book
	----------------------------------------------- */

	.bd-jobdetail__book {
		max-width: initial;
		background-position: center center;
		background-size: 400px auto;
	}
	.bd-jobdetail__book:before {
		background-size: 30px auto, auto 30px, 30px auto, auto 30px;
	}
	.bd-jobdetail__book:after {
		background-size: 51px 50px, 51px 50px, 51px 50px, 51px 50px, 89.5% auto;
	}


	/* label
	----------------------------------------------- */
	
	.bd-label span {
		margin: 0 0 0 5px;
		padding: 0 20px 0 15px;
		height: 32px;
		font-size: 15px;
		line-height: 30px;
		background-size: auto 32px;
	}
	.bd-label span:after {
		left: -5px;
		background-size: auto 32px;
	}


}


/* indicate
----------------------------------------------- */

/* ready */

.js-indicate-ready.js-indicate-tpin {
	opacity: 0;
	transform: translateY(-125px);
}
.js-indicate-ready.js-indicate-btin {
	opacity: 0;
	transform: translateY(125px);
}
.js-indicate-ready.js-indicate-ltin {
	opacity: 0;
	transform: translateX(-150px);
}
.js-indicate-ready.js-indicate-rtin {
	opacity: 0;
	transform: translateX(150px);
}
.js-indicate-ready.js-indicate-zoomin {
	opacity: 0;
	transform: rotate(0.09deg) scale(0.65);
	transform-origin: center;
}

/* start */

.js-indicate-start.js-indicate-tpin,
.js-indicate-start.js-indicate-btin,
.js-indicate-start.js-indicate-ltin,
.js-indicate-start.js-indicate-rtin,
.js-indicate-start.js-indicate-zoomin {
	opacity: 1;
	transform: rotate(0) translate(0);
	transition-property: opacity, transform;
	transition-duration: 0.65s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.25, 1, 0.5, 1);
}



/* keyframes
----------------------------------------------- */

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

@keyframes rotate {
	50% {
		transform: scale(1.25) rotate(180deg);
	}
	100% {
		transform: scale(1) rotate(360deg);
	}
}

@keyframes flicker {
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 0.1;
	}
}

@keyframes hereflash {
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes herearrow {
	50% {
		transform: scaleY(-1);
	}
	100% {
		transform: scaleY(1);
	}
}

@keyframes gallery1 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes gallery2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}
@keyframes gallery3 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes gallery4 {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(0);
	}
}
