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

html {
	scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div {
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Montserrat', arial;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.bold {
	font-weight: bold;
}




div,
img,
header {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

a {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	
	text-decoration: none;
	color: #fff;
	outline: none;
	cursor: pointer;
}


body {
	font-family: 'Montserrat', arial;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background: #000;
}

.nomob {
	display: none;
}




.totop {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 10px;
	right: 3%;
	width: 100px;
	z-index: 9989;
	display: none;
	text-decoration: none;
	color: #fff;
	transition: all ease .3s;
	cursor: pointer;
    animation-name: floatingcloud;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    
    background-image: url(../images/common/totop-ov.png);
    background-repeat: no-repeat;
    background-size: 100px;
}

.totop img {
	width: 100px;
}

.totop:hover img {
	opacity: 0;
}




@keyframes floatingcloud {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-5px)
    }
}




header#mainheader {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	z-index: 9990;
	background: #fff;
	text-align: center;
}

#mainheader-logos img {
	height: 35px;
	padding: 5px;
	vertical-align: bottom;
}

header #header-releasedate {
	width: 100%;
	background: #000;
	color: #fff;
	padding: 7px 0;
	font-family: gizmo, arial;
	font-size: 1.3em;
	text-transform: uppercase;
}

header .releasedate-noren {
	display: none;
}




#keyvisual,
#keyvisual div,
#keyvisual img {
	transition: none !important;
}

#keyvisual {
	width: 100%;
	height: 500px;
	background-image: url(../images/home/keyvis-bg-s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#keyvisual .keyvis-bg {
	width: 400px;
	position: fixed;
	margin-top: 45px;
	left: 50%;
	margin-left: -200px;
}

#keyvisual .keyvis-kasa {
	width: 100px;
	position: fixed;
	margin-top: 60px;
	left: 51%;
}

#keyvisual .keyvis-sakuna {
	width: 240px;
	position: fixed;
	margin-top: 155px;
	left: 50%;
	margin-left: -120px;
}

#keyvisual .keyvis-tama {
	width: 70px;
	position: fixed;
	margin-top: 305px;
	left: 50%;
	margin-left: -93px;
}

#keyvisual .keyvis-logo {
	width: 180px;
	position: fixed;
	z-index: 1000;
	margin-top: 75px;
	left: 50%;
	margin-left: -90px;
}




#keyvisual .keyvis-bg img,
#keyvisual .keyvis-kasa img,
#keyvisual .keyvis-sakuna img,
#keyvisual .keyvis-tama img,
#keyvisual .keyvis-logo img {
	width: 100%;
}

.preorder-btn,
.order-btn {
	color: #fff;
	font-family: 'gizmo', 'Montserrat', arial;
	text-align: center;
	border-radius: 50%;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.05em;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	
	position: fixed;
	z-index: 1001;
}

#orderbtns .preorder-btn,
#orderbtns .order-btn {
	width: 150px;
	height: 150px;
	margin-top: 440px;
}

#orderbtns .preorder-btn img,
#orderbtns .order-btn img {
	width: 100%;
}

#orderbtns .preorder-btn-phy-na,
#orderbtns .order-btn-phy-na {
	left: 50%;
	margin-left: -155px;
}

#orderbtns .preorder-btn-phy-euaus,
#orderbtns .order-btn-phy-euaus {
	right: 50%;
	margin-right: -155px;
}

#orderbtns .preorder-btn-digi,
#orderbtns .order-btn-digi {
	right: 50%;
	margin-right: -75px;
	margin-top: 578px;
	z-index: 1000;
}




.preorder-btn-dt,
.order-btn-dt {
	display: none;
}

.preorder-btn span,
.order-btn span {
	font-size: 0.7em;
}

.preorder-btn .btntxt-wrap,
.order-btn .btntxt-wrap {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}

.preorder-btn .btntxt-wrap p,
.order-btn .btntxt-wrap p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1em;
}

.preorder-btn a,
.order-btn a {
	color: #fff;
	text-decoration: none;
}

.preorder-btn a:hover,
.order-btn a:hover {
	color: #912925;
	text-shadow:	-2px -2px 2px rgba(255,255,255,.4), -2px 2px 2px rgba(255,255,255,.4),
					2px -2px 2px rgba(255,255,255,.4), 2px 2px 2px rgba(255,255,255,.4);
}




#blacksection {
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 999;
	background-color: #000;
	background-image: url(../images/home/blacksection-bg.jpg);
	background-size: cover;
	background-position: right center;
	text-align: center;
}




#home-gallery {
	width: 100%;
	padding: 10% 0 15% 0;
	background-color: #912925;
	background-image: url(../images/common/bgpattern1.png);
	background-repeat: repeat;
	background-size: 100px;
	position: relative;
	z-index: 999;
}

#home-gallery h3 {
	font-family: 'gizmo', 'Montserrat', arial;
	text-transform: uppercase;
	font-size: 3em;
	text-align: center;
	margin: 0;
}

#home-gallery-container {
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
	border: 0;
}

#home-gallery-container .responsive {
	width: 84%;
	max-width: 1000px;
	margin: 0 auto;
}

#home-gallery-container .responsive div div.item {
	width: 98%;
	margin: 0 1%;
	height: 45vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	
	box-sizing: border-box;
	display: table;
	border: 10px solid #000;
}

#home-gallery-container .responsive div div.item:hover {
	background-size: 120%;
	transition: background-size ease .3s;
}

#home-gallery-container .black {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(39, 20, 11, 0.3);
	transition: background-color .3s ease;
	display: table-cell;
	vertical-align: middle;
}

#home-gallery-container .black:hover {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .3s ease;
}

#home-gallery-container img.playbtn {
	width: 40px;
	margin: 0 auto;
}




footer {
	width: 100%;
	padding-top: 10%;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	z-index: 999;
	background: #000;
}

#footer-logos-container {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
}

ul#footer-logos {
	text-align: center;
	margin-bottom: 50px;
}

ul#footer-logos li {
	display: inline-block;
	margin: 0 2%;
}

ul#footer-logos li img {
	width: 100%;
	vertical-align: middle;
}

ul#footer-logos li.xseed,
ul#footer-logos li.marvelous,
ul#footer-logos li.edelweiss {
	width: 29.3%;
}

ul#footer-logos li.ps4 {
	width: 40%;
	margin: 5% 1% 0 22%;
}

ul#footer-logos li.nintendoswitch {
	width: 14%;
	margin: 5% 22% 0 1%;
}

ul#footer-logos li.epicgames {
	width: 12%;
	margin: 5% 1% 0 23%;
}

ul#footer-logos li.steam {
	width: 39%;
	margin: 5% 23% 0 2%;
}





ul#footer-logos li.esrb,
ul#footer-logos li.pegi,
ul#footer-logos li.usk,
ul#footer-logos li.pg {
	width: 94%;
	margin-top: 2%;
	padding: 10px 5px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: rgba(255,255,255,.15)
}

ul#footer-logos li.esrb {
	margin-top: 50px;
}

ul#footer-logos li.pegi {
	width: 50%;
	margin-right: 1%;
}

ul#footer-logos li.usk {
	width: 42%;
	margin-left: 1%;
}

ul#footer-logos li.esrb img,
ul#footer-logos li.pegi img,
ul#footer-logos li.usk img,
ul#footer-logos li.pg img {
	width: auto;
	height: 80px;
	margin-bottom: 3px;
}






footer #copyright {
	width: 90%;
	margin: 0 auto 15% auto;
}




#subpage-container,
#subpage-container-characters {
	width: 100%;
	background: #fff;
	padding-top: 30px;
}

#subpage-container-characters {
	padding: 0;
}

#subpage-mainlogo {
	width: 140px;
	z-index: 999;
	position: fixed;
	left: 50%;
	margin-left: -70px;
	margin-top: -10px;
	top: 0;
}

#subpage-mainlogo img {
	width: 100%;
}

.subplogo_scrld {
	width: 100px !important;
	margin-left: -50px !important;
}

#slider-container {
	display: none;
}

#categ-btn-container {
	width: 100%;
	margin: 0;
	padding: 40px 2% 50px 2%;
	background: linear-gradient(#000,#333);
}

#subpage-contents {
	width: 100%;
	padding-bottom: 60px;
	background-image: url(../images/subpagecommon/tabbtn-bg-red.jpg);
	background-repeat: repeat;
	background-size: 50px;
}

#subpage-contents .subpage-contents-inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

#subpage-contents h2 {
	text-align: center;
	font-family: 'gizmo', arial;
	color: #fff;
	text-shadow:	-2px -2px 4px rgba(0,0,0,.3), -2px 2px 4px rgba(0,0,0,.3),
					2px -2px 4px rgba(0,0,0,.3), 2px 2px 4px rgba(0,0,0,.3);
	font-size: 3em;
	text-transform: uppercase;
	margin: 0;
}

#subpage-contents h3,
#subpage-contents .tabs-content h4 {
	text-align: center;
	font-family: 'gizmo', arial;
	color: #000;
	font-size: 2em;
	margin: 10px 0 20px 0;
}

#subpage-contents img {
	width: 100%;
}

#pagetitle-container {
	background: linear-gradient(#000,#333);
	padding: 40px 0 50px 0;
}

#pagetitle-container-withlink h2 {
	margin: 0;
	padding: 0;
}

/*.tabs-content h3 {
	font-size: 2em !important;
	color: #fff !important;
	text-shadow:	-2px -2px 3px rgba(0,0,0,.3), -2px 2px 3px rgba(0,0,0,.3),
					2px -2px 3px rgba(0,0,0,.3), 2px 2px 3px rgba(0,0,0,.3);
	text-transform: uppercase;
	margin: 0;
}*/

.subcat-links {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: 'gizmo', 'Montserrat', arial;
	font-size: 1.2em;
}

.subcat-links a  {
	color: #fff;
	text-shadow:	-2px -2px 3px rgba(0,0,0,.3), -2px 2px 3px rgba(0,0,0,.3),
					2px -2px 3px rgba(0,0,0,.3), 2px 2px 3px rgba(0,0,0,.3);
}

.subcat-links a:hover  {
	color: #912925;
}

.tabs-content .subcat-links a:hover  {
	color: #e8c36a;
}

#thefallfromgrace,
#riceispower,
#welcometohinoe,
#secretsoftheisland,
#theartofbattle,
#hungtinggear {
	display: block;
	position: relative;
}

.subpage-contents-block {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 60px auto;
	background-color: #fff;
	background-image: url(../images/subpagecommon/washi-v.jpg);
	background-repeat: repeat;
	background-size: 200px;
	padding: 5%;
	box-shadow: 0 0 7px rgba(0,0,0,.7);
	display: block;
	position: relative;
	top: 60px;
}

.subpage-contents-block .subpage-block-inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.thecapital .subpage-block-inner {
	max-width: 900px;
}

.subpage-contents-block p {
	width: 94%;
	margin: 10px auto 60px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #40260c;
}

.subpage-contents-block p.last {
	padding-bottom: 0;
	margin-bottom: 0;
}

#thefallfromgrace p {
	margin: 30px auto 40px auto;
}

.subpage-contents-block p.emp {
	font-family: 'gizmo', 'Montserrat', arial;
	font-size: 2em;
	margin-bottom: 0;
}

.subpage-contents-block p.emp:before {
	content: '- ';
}

.subpage-contents-block p.emp:after {
	content: ' -';
}

.subpage-contents-block table {
	width: 100%;
	margin-bottom: 80px;
	font-size: 0.9em;
	font-weight: normal;
}

.subpage-contents-block table th {
	width: 27%;
	text-align: right;
	font-weight: bold;
}

.subpage-contents-block table td {
	padding-left: 10px;
}

.subpage-contents-block ul {
	font-weight: normal;
	text-align: center;
}





#subpage-container-characters #subpage-contents {
	padding-top: 100px;
	padding-bottom: 0;
}

#subpage-container-characters #pagetitle-container {
	background: linear-gradient(#000,#333);
	padding:  40px 0;
}

#characters-container,
#overlay-charanav-container {
	background-color: #912925;
	background-image: url(../images/common/bgpattern1.png);
	background-repeat: repeat;
	background-size: 100px;
}

#characters-container .inner,
#overlay-charanav-container .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

#characters-container .inner {
	max-width: 1200px;
}

#overlay-charanav-container,
#overlay-charanav-container .inner {
	height: 100%;
	padding-bottom: 0;
}

#overlay-charanav-container .inner {
	padding-top: 80px;
	padding-bottom: 0;
}

#characters-container ul,
#overlay-charanav-container ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#overlay-charanav-container ul {
	max-width: none !important;
}

#characters-container ul li,
#overlay-charanav-container ul li {
	display: inline-block;
	width: 48%;
	height: 42vw;
	margin: 1%;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #000;
	background-image: url(../characters/images/thumbs/thumbs-bg.jpg);
	background-size: cover;
	background-repeat: repeat;
	box-shadow:	-2px -2px 4px rgba(0,0,0,.2), -2px 2px 4px rgba(0,0,0,.2),
					2px -2px 4px rgba(0,0,0,.2), 2px 2px 4px rgba(0,0,0,.2);
	transition: all ease .3s;
	position: relative;
}

#overlay-charanav-container ul li {
	width: 90px;
	height: 90px;
	margin: 1.5%;
	padding: 0;
	border-radius: 50%;
}

#characters-container ul li img,
#overlay-charanav-container ul li img {
	width: 100%;
}

#characters-container ul li:hover,
#overlay-charanav-container ul li:hover {
	background-image: url(../characters/images/thumbs/thumbs-bg-ov.jpg);
	box-shadow:	-2px -2px 4px rgba(255,255,255,.2), -2px 2px 4px rgba(255,255,255,.2),
					2px -2px 4px rgba(255,255,255,.2), 2px 2px 4px rgba(255,255,255,.2);
}

#characters-container .character-name {
	width: 100%;
	padding: 5px;
	font-family: 'Montserrat', arial;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0,0,0,.8);
	position: absolute;
	z-index: 10;
	bottom: 0;
	box-sizing: border-box;
}

#chara-container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(../images/subpagecommon/washi-v.jpg);
	background-repeat: repeat;
	background-size: 200px;
	position: relative;
	overflow: hidden;
}

#charatop {
	width:100%;
	position: relative;
}

#charaname-container {
	z-index: 999;
	position: relative;
}

#cloud {
	width: 440px;
	height: 80px;
	position: absolute;
	top: 0;
	right: -180px;
	opacity: .5;
	z-index: 10;
}

#cloud2 {
	width: 80%;
	position: absolute;
	top: 260px;
	left: -120px;
	opacity: .5;
	z-index: 10; 
}

#cloud img {
	height: 100%;
}

#cloud2 img {
	width: 100%;
}

#charaname {
	position: absolute;
	z-index: 12;
	font-family: 'gizmo', arial;
	font-size: 2em;
	font-weight: bold;
	line-height: 80px;
	top: 0;
	right: 20px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: right;
}

.charaname-ladykamuhitsuki {
	line-height: 1em !important;
	top: 8px !important;
}

#charaimg {
	width: 200%;
	position: relative;
	z-index: 99;
	top: 60px;
	left: 50%;
	margin-left: -100%;
}

#characopy {
	width: 300px;
	height: 150px;
	margin: 40px auto;
	font-family: 'Montserrat', arial;
	font-weight: 500;
	font-size: 0.9em;
	position: relative;
	line-height: 1.2em;
	z-index: 99;
	text-align: center;
}

.characopy-tama {
	margin-top: -40px !important;
}

#characopy #fukidashi {
	width: 100%;
	height: 100%;
	background-image: url(../characters/images/fukidashi.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 23px 15px 0 15px;
	display: table;
}

#characopy #fukidashi .inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#charaindexbtn {
	display: none;
}

#charaindexbtn-mob {
	width: 18%;
	position: absolute;
	z-index: 99;
	top: 5px;
	left: 0;
	cursor: pointer;
}

#charaindexbtn-mob img {
	width: 100%;
}

#charaintro {
	width: 100%;
	padding: 0 0 50px 0;
	background-color: #912925;
	background-image: url(../images/common/bgpattern1.png);
	background-repeat: repeat;
	background-size: 100px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	text-shadow:	-2px -2px 4px rgba(0,0,0,.4), -2px 2px 4px rgba(0,0,0,.4),
					2px -2px 4px rgba(0,0,0,.4), 2px 2px 4px rgba(0,0,0,.4);
}

#charaintro .inner {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

#charaintro img {
	margin-top: 40px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 5px;
	box-shadow:	0 0 4px rgba(0,0,0,.5);
}

.charascrl {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	position: absolute;
	z-index: 9000;
	top: calc(50% - 20px);
}

.charascrl .prev,
.charascrl .next {
	float: left;
}

.charascrl .next {
	float: right;
}

.charascrl .prev img.prevbtn,
.charascrl .next img.nextbtn {
	width: 36px !important;
}

.charascrl .prev img.prevbtn,
.charascrl .prev img.prevbtn-hv {
	float: left;
}

.charascrl .next img.nextbtn,
.charascrl .next img.nextbtn-hv {
	float: right;
}

.charascrl .prev img.prevbtn-hv,
.charascrl .next img.nextbtn-hv {
	width: 70px !important;
	margin: -22px 0 0 0;
	/*border-radius: 50%;
	border: 5px solid #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.8);*/
	opacity: 0;
	transition: all .3s ease;
}

.charascrl .next img.nextbtn-hv {
	margin: -22px 0 0 0;
}

.charascrl .prev a:hover + img.prevbtn-hv {
	display: inline !important;
	opacity: 1;
	margin: -22px 0 0 2px;
}

.charascrl .next a:hover + img.nextbtn-hv {
	display: inline !important;
	opacity: 1;
	margin: -22px 2px 0 0;
}

.charascrl {
	top: calc(50% - 30px);
}




.rabbit,
.boar,
.pig {
	display: none;
}





/* The Capital */
#wallpaper-container a {
	color: #000;
	text-decoration: underline;
}
#wallpaper-container a:hover {
	color: #912925;
}

#trailers-container ul,
#wallpaper-container ul {
	text-align: center;
}

#trailers-container li.item,
#wallpaper-container li.item {
	width: 100%;
	margin-bottom: 20px;
	border: 1px dashed #b69854;
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
	display: inline-block;
}

#trailers-container div.trailer-thumb {
	width: 100%;
	height: 45vw;
	margin: 0;
	padding: 0;
	border: 10px solid #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 110%;
	
	box-sizing: border-box;
	display: table;
	text-align: center;
}

#trailers-container div.trailer-thumb:hover {
	background-size: 120%;
	transition: background-size ease .3s;
}

#trailers-container .black {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(39, 20, 11, 0.5);
	transition: background-color .3s ease;
	display: table-cell;
	vertical-align: middle;
}

#trailers-container .black:hover {
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .3s ease;
}

#trailers-container img.playbtn {
	width: 40px;
	margin: 0 auto;
}

#trailers-container li.item h4.trailer-title,
#wallpaper-container li.item .sizes {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', arial;
	font-size: 1em;
}

#wallpaper-container li.item .sizes {
	height: 60px;
	line-height: 60px;
}




@media screen and (min-width: 400px) {

	#characters-container .character-name {
		font-family: 'gizmo', arial;
		font-size: 1.4em;
		letter-spacing: 0.1em;
	}

	#characters-container .character-name-ladykamuhitsuki {
		letter-spacing: 0.02em !important;
	}
	
	#characopy {
		margin-top: 20px;
	}
	
	.characopy-tama {
		margin-top: -60px !important;
	}
	
	#charaimg {
		width: 160%;
		top: 30px;
		margin-left: -80%;
	}
	
	.charaimg-theashigumo,
	.charaimg-thekappa {
		top: 50px !important;
	}

}





@media screen and (min-width: 520px) {
	
	#orderbtns .preorder-btn-phy-na {
		background-image: url(../images/home/orderbtns/preorder-phy-na-ov.png);
	}
	
	#orderbtns .preorder-btn-phy-euaus {
		background-image: url(../images/home/orderbtns/preorder-phy-euaus-ov.png);
	}
	
	#orderbtns .preorder-btn-digi {
		background-image: url(../images/home/orderbtns/preorder-digi-ov.png);
	}
	
	#orderbtns .preorder-btn a img {
		transition: opacity .3s ease !important;
	}
	
	#orderbtns .preorder-btn a:hover img {
		opacity: 0;
	}
	
	#orderbtns .order-btn-phy-na {
		background-image: url(../images/home/orderbtns/get-phy-na-ov.png);
	}
	
	#orderbtns .order-btn-phy-euaus {
		background-image: url(../images/home/orderbtns/get-phy-euaus-ov.png);
	}
	
	#orderbtns .order-btn-digi {
		background-image: url(../images/home/orderbtns/get-digi-ov.png);
	}
	
	#orderbtns .order-btn a img {
		transition: opacity .3s ease !important;
	}
	
	#orderbtns .order-btn a:hover img {
		opacity: 0;
	}
	
	
	
	
	.charascrl {
		top: calc(50% - 40px);
	}
	
	.charascrl .prev img.prevbtn,
	.charascrl .next img.nextbtn {
		width: 50px !important;
	}
	
	.charascrl .prev img.prevbtn-hv,
	.charascrl .next img.nextbtn-hv {
		width: 70px !important;
		margin: -15px 0 0 0;
	}
	
	.charascrl .next img.nextbtn-hv {
		margin: -15px 0 0 0;
	}
	
	.charascrl .prev a:hover + img.prevbtn-hv {
		margin: -15px 0 0 5px;
	}
	
	.charascrl .next a:hover + img.nextbtn-hv {
		margin: -15px 5px 0 0;
	}
	
	#charaindexbtn-mob {
		width: 16%;
	}
	
	#characopy {
		width: 400px;
		height: 200px;
		font-size: 1.3em;
	}
	
	#characopy #fukidashi {
		padding-top: 30px;
	}

}





@media screen and (min-width: 600px) {
	
	#mainheader-logos img {
		height: 42px;
		padding-left: 10px;
		padding-right: 0;
	}
	
	
	
	
	#keyvisual {
		height: 600px;
	}
	
	#keyvisual .keyvis-bg {
		width: 500px;
		margin-top: 30px;
		margin-left: -250px;
	}
	
	#keyvisual .keyvis-kasa {
		width: 123px;
		margin-top: 55px;
		left: 51%;
	}
	
	#keyvisual .keyvis-sakuna {
		width: 310px;
		margin-top: 170px;
		margin-left: -155px;
	}
	
	#keyvisual .keyvis-tama {
		width: 90px;
		margin-top: 370px;
		margin-left: -120px;
	}
	
	#keyvisual .keyvis-logo {
		width: 220px;
		margin-top: 70px;
		margin-left: -110px;
	}
	
	
	
	
	#orderbtns .preorder-btn,
	#orderbtns .order-btn {
		width: 200px;
		height: 200px;
		margin-top: 540px;
		font-size: 1.8em;
		letter-spacing: 0.01em;
	}
	
	#orderbtns .preorder-btn-phy-na,
	#orderbtns .order-btn-phy-na {
		margin-left: -210px;
	}
	
	#orderbtns .preorder-btn-phy-euaus,
	#orderbtns .order-btn-phy-euaus {
		margin-right: -210px;
	}
	
	#orderbtns .preorder-btn-digi,
	#orderbtns .order-btn-digi {
		width: 210px;
		height: 210px;
		margin-right: -105px;
		margin-top: 720px;
	}
	
	
	
	
	#blacksection {
		height: 340px;
	}
	
	
	
	
	#home-gallery-container .responsive div div.item {
		margin: 0 1%;
		height: 25vw;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 110%;
	}
	
	
	
	
	#slider-container {
		display: block;
	}
	
	#slider-container-mob {
		display: none;
	}
	
	
	
	
	#subpage-container {
		padding-top: 0;
	}
	
	#cloud2 {
		width: 70%;
		top: 300px;
		max-width: 600px;
	}
	
	.characopy-tama {
		margin-top: -100px !important;
	}




	#trailers-container li.item,
	#wallpaper-container li.item {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	#trailers-container li.item:nth-child(odd),
	#wallpaper-container li.item:nth-child(odd) {
		margin-right: 5px;
	}

	#trailers-container li.item:nth-child(even),
	#wallpaper-container li.item:nth-child(even) {
		margin-left: 5px;
	}
	
	#trailers-container div.trailer-thumb {
		height: 22vw;
	}

	#wallpaper-container li.item .sizes {
		height: 40px;
		line-height: 40px;
	}

}




@media screen and (min-width: 640px) {

	#subpage-contents h2 {
		font-size: 3em;
	}
	
	#charaimg {
		width: 900px;
		margin-left: -550px;
	}
	
	#cloud {
		width: 550px;
		height: 100px;
		right: -200px;
	}
	
	#charaname {
		font-size: 2.8em;
		line-height: 100px;
	}
	
	.charaname-ladykamuhitsuki {
		line-height: 0.9em !important;
	}
	
	.charascrl {
		top: calc(50% - 50px);
	}
	
	#characopy {
		width: 300px;
		height: 150px;
		margin: 0;
		position: absolute;
		right: 20px;
		top: 360px;
		font-size: 1em;
	}
	
	.characopy-tama {
		margin-top: -40px !important;
	}
	
	#characopy #fukidashi {
		background-image: url(../characters/images/fukidashi2.png);
		padding: 0 20px 0 52px;
	}

}




@media screen and (min-width: 780px) {

	header#mainheader {
		background: none;
		text-align: left;
	}
	
	#mainheader-logos {
		width: 50%;
		float: left;
	}

	#mainheader-logos img {
		height: 40px;
		margin-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	header #header-releasedate {
		background: none;
		color: #000;
		font-size: 1.3em;
		text-align: right;
		width: auto;
		margin-right: 2%;
		padding: 0;
		float: right;
		display: inline;
	}
	
	header .releasedate-mob {
		display: none;
	}
	
	header .releasedate-noren {
		display: block;
	}
	
	header .releasedate-noren img {
		margin: 0 !important;
		padding: 0 !important;
		width: 140px;
	}
	
	
	
	#keyvisual {
		height: 600px;
	}
	
	#keyvisual .keyvis-bg {
		width: 600px;
		margin-top: -10px;
		margin-left: -300px;
	}
	
	#keyvisual .keyvis-kasa {
		width: 140px;
		margin-top: 20px;
		left: 52%;
	}
	
	#keyvisual .keyvis-sakuna {
		width: 350px;
		margin-top: 135px;
		margin-left: -175px;
	}
	
	#keyvisual .keyvis-tama {
		width: 110px;
		margin-top: 360px;
		margin-left: -140px;
	}
	
	#keyvisual .keyvis-logo {
		width: 250px;
		margin-top: 0px;
		margin-left: -125px;
	}
	
	
	
	
	.preorder-btn-mob,
	.order-btn-mob {
		display: none;
	}
	
	.preorder-btn-dt,
	.order-btn-dt {
		display: block;
	}
	
	
	
	
	#home-gallery-container .responsive div div.item {
		height: 17vw;
	}
			
	
	
	
	footer {
		padding-top: 0;
	}
	
	#footer-logos-container {
		max-width: 1200px;
	}
	
	ul#footer-logos li.xseed,
	ul#footer-logos li.marvelous,
	ul#footer-logos li.edelweiss {
		width: 20%;
		margin: 40px 2% 0 2%;
	}

	ul#footer-logos li.xseed {
		margin-left: 16%;
	}
	
	ul#footer-logos li.edelweiss {
		margin-right: 16%;
	}

	ul#footer-logos li.ps4,
	ul#footer-logos li.nintendoswitch,
	ul#footer-logos li.epicgames,
	ul#footer-logos li.steam {
		width: 22%;
		margin: 40px 0 20px 0;
	}

	ul#footer-logos li.ps4 {
		margin-left: 12.9%;
		margin-right: 2%;
	}

	ul#footer-logos li.nintendoswitch {
		width: 11%;
		margin-left: 2%;
		margin-right: 2%;
	}

	ul#footer-logos li.epicgames {
		width: 7.2%;
		margin-left: 2%;
		margin-right: 2%;
	}

	ul#footer-logos li.steam {
		margin-left: 2%;
		margin-right: 12.9%;
	}
	

	ul#footer-logos li.esrb,
	ul#footer-logos li.pegi,
	ul#footer-logos li.usk,
	ul#footer-logos li.pg {
		width: 49%;
	}

	ul#footer-logos li.esrb {
		margin: 5% 1% 0 0;
	}

	ul#footer-logos li.pegi {
		margin: 5% 0 0 1%;
	}

	ul#footer-logos li.usk {
		margin: 2% 1% 0 0;
	}
	
	ul#footer-logos li.pg {
		margin: 2% 0 0 1%;
	}
	
	footer #copyright {
		margin-bottom: 10%;
	}
	
	#overlay-charanav-container ul li {
		width: 150px;
		height: 150px;
	}
	
	
	
	
	#characters-container ul li {
		width: 31.3%;
		height: 27vw;
	}
	
	
	
	
	#charaindexbtn-mob {
		display: none;
	}
	
	
	#charaindexbtn {
		width: 200px;
		position: absolute;
		z-index: 99;
		top: 400px;
		right: 20px;
		display: inline;
		cursor: pointer;
	}
	
	#charaindexbtn img {
		width: 100%;
	}
	
	#characopy {
		width: 300px;
		height: 150px;
		margin: 0;
		position: absolute;
		right: 70px;
		top: 120px;
		font-size: 1em;
	}
	
	.characopy-tama {
		margin-top: 0 !important;
	}
	
	#characopy #fukidashi {
		background-image: url(../characters/images/fukidashi3.png);
	}
	
}




@media screen and (min-width: 900px) {

	#mainheader-logos img {
		height: 45px;
		margin-top: 5px;
		padding-left: 10px;
		padding-right: 5px;
	}
	
	header .releasedate-noren {
		margin-top: -15px;
		position: fixed;
		padding: 0;
		top: 0;
		right: 20px;
		z-index: 9998;
		transition: none;
	}
	
	header .releasedate-noren-home {
		margin-top: -70px;
	}

	#home-gallery {
		padding: 60px 0 80px 0;
	}
	
	#home-gallery-container {
		margin-top: 2%;
	}
	
	#home-gallery h3 {
		font-size: 3em;
	}
	
	
	
	
	#orderbtns .preorder-btn,
	#orderbtns .order-btn {
		margin-top: 560px;
	}
	
	#orderbtns .preorder-btn-digi,
	#orderbtns .order-btn-digi {
		margin-top: 740px;
	}
	
	#blacksection {
		height: 360px;
	}
	
	
	
	
	ul#footer-logos li {
		margin: 0 2%;
	}
	
	
	
	
	.subplogo_scrld {
		width: 140px !important;
		margin-left: -70px !important;
	}
	
	#categ-btn-container {
		padding: 60px 2% 80px 2%;
	}
	
	#subpage-contents h2 {
		font-size: 4em;
	}
	
	#subpage-contents h3,
	#subpage-contents .tabs-content h4 {
		font-size: 3em;
	}
	
	.subpage-contents-block {
		margin: 0 auto 60px auto;
	}
	
	.subcat-links ul  {
		text-align: center;
	}
	
	.subcat-links ul li {
		display: inline-block;
		padding: 0 10px;
	}
	
	.subpage-contents-block p {
		margin: 10px auto 80px auto;
	}
	
	.subpage-contents-block p.emp {
		font-size: 2.6em;
		margin-top: 20px;
		letter-spacing: 0.09em;
	}
	
	#characters-container ul li {
		display: inline-block;
		width: 23%;
		height: 20vw;
		margin: 1%;
	}
	
	#cloud {
		width: 715px;
		height: 130px;
		top: 30px;
		right: 50%;
		margin-right: -580px;
	}
	
	#charaname {
		font-size: 3em;
		line-height: 130px;
		top: 30px;
		right: 50%;
		text-align: center;
		z-index: 999;
	}
	
	.charaname-sakuna,
	.charaname-myrthe {
		margin-right: -320px;
	}
	
	.charaname-tama {
		margin-right: -280px;
	}
	
	.charaname-tauemon,
	.charaname-kaimaru,
	.charaname-ishimaru {
		margin-right: -340px;
	}
	
	.charaname-kinta {
		margin-right: -290px;
	}
	
	.charaname-yui {
		margin-right: -260px;
	}
	
	.charaname-kokorowa {
		margin-right: -340px;
	}
	
	.charaname-ladykamuhitsuki {
		line-height: 1em !important;
		top: 54px !important;
		margin-right: -375px;
		font-size: 2.6em !important;
	}
	
	.charaname-theashigumo {
		margin-right: -400px;
		font-size: 2.6em !important;
	}
	
	.charaname-thekappa {
		margin-right: -360px;
	}
	
	
	
	
	#charaimg {
		top: 20px;
		margin-left: -640px;
	}
	
	#characopy {
		width: 350px;
		height: 175px;
		right: 50%;
		margin-right: -370px;
		top: 188px;
		font-size: 1.1em;
		line-height: 1.2em;
	}
	
	#characopy #fukidashi {
		padding: 14px 24px 14px 64px;
		background-image: url(../characters/images/fukidashi3.png);
	}




	#trailers-container li.item {
		width: 49%;
		margin: 0 0 16px 0 !important;
	}

	#trailers-container li.item:first-child,
	#trailers-container li.item:nth-child(3) {
		margin-right: 1% !important;
	}

	#trailers-container li.item:nth-child(2),
	#trailers-container li.item:nth-child(4) {
		margin-left: 1% !important;
	}

	#trailers-container li.item:nth-child(3) {
		margin-bottom: 0 !important;
	}

	#trailers-container li.item:nth-child(4) {
		margin-bottom: 0 !important;
	}
	
	#trailers-container div.trailer-thumb {
		height: 200px;
	}

	#wallpaper-container li.item {
		width: 49%;
		margin: 0 !important;
	}

	#wallpaper-container li.item:nth-child(3),
	#wallpaper-container li.item:nth-child(4),
	#wallpaper-container li.item:nth-child(5) {
		width: 32%;
	}

	#wallpaper-container li.item:first-child {
		margin-right: 1% !important;
		margin-bottom: 16px !important;
	}

	#wallpaper-container li.item:nth-child(2) {
		margin-left: 1% !important;
		margin-bottom: 16px !important;
	}

	#wallpaper-container li.item:nth-child(3) {
		margin-right: 1% !important;
	}

	#wallpaper-container li.item:nth-child(4) {
		margin-left: 1% !important;
		margin-right: 1% !important;
	}

	#wallpaper-container li.item:nth-child(5) {
		margin-left: 1% !important;
	}
	
}




@media screen and (min-width: 1000px) {

	#mainheader-logos img {
		height: 50px;
	}
	
	#orderbtns .preorder-btn,
	#orderbtns .order-btn {
		width: 210px;
		height: 210px;
		margin-top: 570px;
	}
	
	#orderbtns .preorder-btn-phy-na,
	#orderbtns .order-btn-phy-na {
		margin-left: -215px;
	}
	
	#orderbtns .preorder-btn-phy-euaus,
	#orderbtns .order-btn-phy-euaus {
		margin-right: -215px;
	}
	
	#orderbtns .preorder-btn-digi,
	#orderbtns .order-btn-digi {
		margin-right: -105px;
		margin-top: 760px;
	}
	
	
	
	
	#blacksection {
		height: 350px;
	}
	
	#subpage-mainlogo {
		width: 150px;
		margin-left: -75px;
	}
	
	.rabbit,
	.boar,
	.pig {
		position: fixed;
		z-index: 999;
		transition: none !important;
		display: block;
		top: 0;
	}

	.rabbit img,
	.boar img,
	.pig img {
		width: 100%;
	}

	.rabbit {
		width: 170px;
		margin-top: 740px;
		right: 50%;
		margin-right: -540px;
	}

	.boar {
		width: 280px;
		margin-top: 1800px;
		left: 50%;
		margin-left: -650px;
	}

	.pig {
		width: 240px;
		margin-top: 2700px;
		right: 50%;
		margin-right: -600px;
	}
	
	#trailers-container div.trailer-thumb {
		height: 240px;
	}




	ul#footer-logos li.esrb,
	ul#footer-logos li.pegi,
	ul#footer-logos li.usk,
	ul#footer-logos li.pg {
		width: 24%;
		margin: 5% 0.5% 0 0.5%
	}

	ul#footer-logos li.pegi {
		width: 20%;
	}

	ul#footer-logos li.usk {
		width: 18%;
	}

	ul#footer-logos li.pg {
		width: 34%;
	}

	ul#footer-logos li.esrb img,
	ul#footer-logos li.pegi img,
	ul#footer-logos li.usk img,
	ul#footer-logos li.pg img {
		height: 90px;
	}

}




@media screen and (min-width: 1150px) {

	#mainheader-logos img {
		height: 55px;
		margin-top: 5px;
		padding-left: 15px;
		padding-right: 10px;
	}

	.rabbit {
		width: 180px;
		margin-right: -560px;
	}

	.boar {
		width: 340px;
		margin-left: -700px;
	}

	.pig {
		width: 300px;
		margin-right: -630px;
	}

}
	
	
	

@media screen and (min-width: 1200px) {

	#mainheader-logos img {
		margin-top: 5px;
		padding-left: 8px;
		padding-right: 15px;
	}
	
	#keyvisual {
		height: 650px;
	}
	
	#keyvisual .keyvis-bg {
		width: 750px;
		margin-top: -60px;
		margin-left: -375px;
	}
	
	#orderbtns .preorder-btn,
	#orderbtns .order-btn {
		margin-top: 620px;
	}
	
	#orderbtns .preorder-btn-digi,
	#orderbtns .order-btn-digi {
		margin-top: 810px;
	}
	
	
	
	
	#home-gallery-container .responsive div div.item {
		height: 200px;
	}

	#footer-logos-container {
		max-width: 1200px;
		margin: 0 auto;
	}
	
	ul#footer-logos li {
		margin: 0 2%;
	}
	
	footer #copyright {
		margin-bottom: 5%;
	}
	
	
	
	
	#cloud {
		top: 100px;
	}
	
	#characters-container ul li {
		width: 18%;
		height: 194px;
	}
	
	#characters-container ul li:first-child {
		margin-left: 30%;
	}
	
	#characters-container ul li:nth-child(2) {
		margin-right: 30%;
	}
	
	#charaname {
		top: 100px;
	}
	
	.charaname-ladykamuhitsuki {
		top: 123px !important;
	}
	
	#characopy {
		width: 400px;
		height: 200px;
		right: 50%;
		margin-right: -370px;
		top: 300px;
		font-size: 1.24em;
		line-height: 1.2em;
	}
	
	#characopy #fukidashi {
		padding: 14px 24px 14px 70px;
		background-image: url(../characters/images/fukidashi2.png);
	}




	ul#footer-logos li.xseed,
	ul#footer-logos li.marvelous,
	ul#footer-logos li.edelweiss,
	ul#footer-logos li.ps4,
	ul#footer-logos li.nintendoswitch,
	ul#footer-logos li.epicgames,
	ul#footer-logos li.steam {
		margin: 50px 2% 0 2%;
	}

	ul#footer-logos li.xseed {
		width: 11%;
	}

	ul#footer-logos li.marvelous {
		width: 10%;
	}

	ul#footer-logos li.edelweiss {
		width: 11%;
	}
	
	ul#footer-logos li.ps4 {
		width: 15.5%;
	}
	
	ul#footer-logos li.nintendoswitch {
		width: 7%;
	}
	
	ul#footer-logos li.epicgames {
		width: 4.5%;
	}
	
	ul#footer-logos li.steam {
		width: 13%;
		margin: 0 2%;
	}

}




.msgoverlay {
	width: 100%;
	height: 50%;
 	position: fixed;
	z-index: 9997;
	display: none;
	bottom: 0;
}

.btn_area {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #912925;
	background-image: url(../images/common/bgpattern3.png);
	background-repeat: repeat;
	background-size: 30px;
	background-position: 50% 50%;
	z-index: 9998;
	color: #fff;
	padding: 15px 40px;
	text-align: justify;
	border-top: rgba(255,255,255,.2) solid 1px;
}

.btn_area a {
	text-decoration: underline;
}

.btn_area button {
	color: #912925;
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 10px;
	border: 0;
	z-index: 9999;
	background: #fff;
	cursor: pointer;
}




@media screen and (max-height: 450px) {

	.msgoverlay { overflow-y: auto; }
	.msgoverlay a { font-size: 20px }
	.msgoverlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

}











