*{margin: 0;padding: 0;}

body {
  color: white;
  background-color: #000;
  min-width: 300px;
  margin:0;
  font-family: "YuMincho", "HiraMinProN-W6", "HiraMinPro-W6","Hiragino Mincho ProN", "HiraMinProN-W3", "Hiragino Mincho Pro", "Yu Mincho","MS Mincho", "MS PMincho", serif;
	font-size:1.1rem;
	position: relative;
	width: 100%;
	height: 100%;
	word-break: break-word;
}

p,td,li{ line-height: 1.5;}
img{margin:0;padding:0;vertical-align:middle;-webkit-backface-visibility: hidden;}
a img:hover{
	transition:all 0.2s ease;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter:"alpha(opacity=75)";
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

section {
  text-align: center;
  line-height:0;
  box-sizing: border-box;
}
div,nav{box-sizing: border-box;}

.mini{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;}

.ko .mini{font-family:"SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif;}
.cn .mini{font-family:SegoeUI,'Microsoft YaHei',微软雅黑,"Helvetica Neue",Helvetica,Arial,sans-serif;}
.tw .mini{font-family:SegoeUI,'Microsoft JhengHei',微軟正黑體,"Helvetica Neue",Helvetica,Arial,sans-serif;}

.mini02{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.wrapper {
  /*box-shadow: inset 0 0 20px 20px #000;*/
  margin:0 auto;
  padding: 80px 40px ;
	box-sizing: border-box;
}

h3 {
  font-weight: bold;
}
.slick-slide,.no-group{outline:none;}

.br1920{display: block;}
.br1440{display: none;}
.br768{display: none;}
.t-center{text-align: center;}
.bold{font-weight: bold;}

.m-jp,
.m-en{font-family: "YuMincho", "HiraMinProN-W6", "HiraMinPro-W6","Hiragino Mincho ProN", "HiraMinProN-W3", "Hiragino Mincho Pro", "Yu Mincho","MS Mincho", "MS PMincho", serif;}
.m-ko{font-family: "IropkeBatanaM", "jejumyeongjo";}
.m-cn{font-family: 'Noto Serif SC', serif; font-size: 90%; font-weight: normal;}
.m-cn02{font-family: 'Noto Serif SC', serif;}
.m-tw{font-family: 'Noto Serif TC', serif; font-size: 90%; font-weight: normal;}
.m-tw02{font-family: 'Noto Serif TC', serif;}

/*load*/
.load-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	-webkit-transition: all 1.2s ease;
			transition: all 1.2s ease;
	 background-color: #000;
	text-align: center;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.load-bg span{font-size:1.2rem;}
.load-bg.loaded{
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}

.load-anime {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-ms-transform-origin: center;
	-webkit-transform-origin: center;
			transform-origin: center;
	width: 240px;
	height: 240px;
}
 
.load-anime div {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
}

.load-anime div span{
	position: absolute;
	bottom:-50px;
	left: 50%;
	-ms-ransform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

/* Nav */
nav {
  background-color: black;
}

.navbar-nav {
  /*text-shadow: #5a99ff 2px 2px 10px;*/
}

li.navbar-item.active {
  font-weight: bold;
	text-shadow:0px 0px 10px rgba(90,153,255,1),2px 0px 10px rgba(90,153,255,1),0px 2px 10px rgba(90,153,255,1),-2px 0px 10px rgba(90,153,255,1),0px -2px 10px rgba(90,153,255,1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.navbar-item.dropdown {
  margin: 0 0 0;
  margin-left:inherit!important;
}

a#navbarDropdown {
  color: white;
  padding-left: 0;
  padding-right: 0;
}

i.fas.fa-globe-americas {
  padding: 0 5px 0 0;
}

/* Nav end */


/*--多言語リンク--*/
.gnav {
    display: flex;
    margin: 0 auto;
    max-width: 200px;
	position: relative;
}

.gnav-link{
	padding:0 16px 0 0;
	position: relative;
}

.gnav-link::after{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	top: 10px;
    right: 0;
	position: absolute;
	
}



/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
	
}
.gnav-sub{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	left: 50%;
	transform: translate(-50%);
}

.gnav-sub li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav-sub li a {
	height: 3rem;
    line-height: 3rem;
}

.gnav li:hover > ul > li {
    height: 3rem;
    overflow: visible;
}

/* Header */
main{position: relative;margin-bottom:0px;}

header {
  position: relative;
  background-image: url(../images/bg-top.jpg);
  background-size: cover;
  background-position:top;
	overflow: hidden;
	line-height:0;
}

header.wrapper{
	box-shadow:none;
	width: 100%;
	max-width: inherit;
	margin: 0;
	min-height: 100vh;
}

.head-parts{
	position: absolute;
	background-image: url(../images/haeder-parts.png);
	background-position:bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	bottom:0;
	left:0;
}

h1 {
  position: absolute;
  left: 40px;
  bottom: 80px;
  width: 100%;
}

img.section-title {
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 0 auto;
}

img#title {
  width: 30%;
  min-width: 250px;
}

.title-box{
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 28%;
	min-width: 250px;
}

.title-box h1{
	position: static;
}

.title-box img#title{
	width: 100%;
	min-width:inherit;
}

.top-banner{
	max-width:550px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}
.top-banner a{
	display: inline-block;
	margin: 0.5%;
	width: 44%;
}
.top-banner .w100{
	padding: 3%;
	width: 100%;
}
.top-banner .eshop{background:#e60012}
.top-banner .steam{background:#221e1f}
.top-banner .stove{background:#ff5000}

.top-banner .nintendo a{
	border-radius: 12px;
	margin: 3% 1.5%;
  width: 30.33%;
}
.nintendo{
	text-align: center;
  display: flex;
}
.nintendo.grbl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 3%;
}

.nintendo.grbl a{
  width: 49%;
  min-height: 70px;
	padding:5px 10px 10px;
  margin: 0;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	border-radius: 8px;
	border:2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.en .nintendo.grbl a{
  font-weight: bold;
  min-height: 60px;
  padding: 10px;
}

.nintendo.grbl a{margin:0 1%}
.nintendo.grbl a:hover{
  transition:all 0.2s ease;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter:"alpha(opacity=75)";
}

/* Header end */
/* News */
.news-bg{
	 background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.15) 50%,rgba(0,0,0,1));
}
.news {
  background-image: url(../images/bg-news.png);
  background-position: center;
  background-size: cover;
}

img.news {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

/* News end */
/* Story */

.story {
  background-image: url(../images/bg_river.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding:0;
}

.story-bg{
  background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.45));
}

.story-cha{
  max-width: 560px;
  margin: 30px auto -30px;
}

.story-text{
	color:#333;
	font-weight: bold;
  /*text-shadow: 0px 0px 5px rgba(255,255,255,1),2px 0px 4px rgba(255,255,255,1),0px 2px 4px rgba(255,255,255,1),-2px 0px 4px rgba(255,255,255,1),0px -2px 4px rgba(255,255,255,1)*/
}
/* Story end */
/* System */

.system {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 0;
  background-image: url(../images/system/system-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.system-picture img {
  /*box-shadow: 1px 1px 10px white;*/
  width: 90%;
  margin: 5px auto;
	max-width: 960px;
}

.system-carousel {
  width: 80%;
  margin: auto;
	background: rgba(255,255,255,.25);
	box-shadow: inset 0 0 20px 20px rgba(0,0,0,.25);
	padding:20px;
	
}

div.wallpaper {
  box-shadow: 1px 1px 10px white;
  margin: 10px 0;
}

.system-description-container {
  position: relative;
  width: 90%;
	height: 176px;
  margin: auto;
}

.system-description {
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
	max-width: 960px;
	margin: 10px auto 0;
  text-align: center;
  color: #fff;
}

.system-description h3 {
  text-shadow: 1px 1px 3px black;
  color:#fc0;
	border-bottom:1px solid #fff;
	padding:0 0 10px;
}

/*.system-description p {
  font-size: 0.9rem;
}*/

img.wallpaper {
  width: 100%;
}

.system-description p {
  margin-bottom: 0;
}

.system-slide-container {
  padding: 20px 0;
}

/* System end */
/* Character */

.chara-height{
	min-height: 1034px;
	max-height: 1034px;
	background-image: url(../images/bg_river.jpg);
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}

.character img.section-title {
  width: 100%;
  max-width: fit-content;
}

.character {
	position: relative;
}
.character-slide p{
	font-weight: bold;
}
.character .for-mobile {
  display: none;
}
.character.only-pc{
  /*box-shadow: inset 0 0 20px 20px #000000;*/
  padding: 0;
  margin-bottom: -158px;
}

#all-characters {
  width: 100%;
	max-width: 800px;
}

.prev-arrow {
  left: -70px;
}

.next-arrow {
  right: -70px;
}

img.slick-arrow {
  width: 50px;
}

button.prev-arrow.slick-arrow,
button.next-arrow.slick-arrow {
  top: 50%;
  background-color: transparent;
  transform: translate(0, -50%);
  position: absolute;
  border: transparent;
  z-index: 10;
  outline: none;
}

.character-carousel {
  width: 80%;
  margin: 0 auto;
	position: relative;
}

.character-carousel:after{
	content: "";
    position: absolute;
	max-width: 1155px;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
	transform: translate(-50%,0);
    z-index: -1;
}

h3.for-mobile {
  display: none;
}

area {
  outline: none;
  display: block;
}

.character-carousel-container {
  width: 80%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
}

img.character-bg {
  box-shadow: 1px 1px 10px rgba(0,0,0,.75);
  margin: auto;
}

.character-intro-container {
  width: 100%;
	max-width: 1155px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.character-bg-container{
	max-width: 1155px;
	margin: 0 auto;
}

.character-intro {
  text-align: left;
  width: 55%;
  position: absolute;
  top: 50%;
  left: 10%;
  color: #333;
  transform: translate(0, -50%);
}

.character-intro-figure {
  position: absolute;
  top: 50%;
  right: 0;
  width: 43%;
  transform: translate(0, -50%);
}

img.character-figure {
  width: 100%;
	max-width: 448px;
	margin: 0 auto;
}

.character-figure.only-pc{display: block;}
.character-figure.for-mobile{display:none;}

p.minimum-intro {
  margin-bottom: 0.1rem;
  font-size: 1rem;
}

.character-header h3 {
  text-shadow: 1px 1px 3px #999999;
  border-bottom: solid 2px #999999;
  width: 70%;
}
.character-header p{
	width: 70%;
}

.chara-text{text-shadow: 0px 0px 5px rgba(255,255,255,1),2px 0px 4px rgba(255,255,255,.9),0px 2px 4px rgba(255,255,255,.9),-2px 0px 4px rgba(255,255,255,.9),0px -2px 4px rgba(255,255,255,.9),0px 0px 5px rgba(255,255,255,1),2px 0px 4px rgba(255,255,255,.9),0px 2px 4px rgba(255,255,255,.9),-2px 0px 4px rgba(255,255,255,.9),0px -2px 4px rgba(255,255,255,.9);}

/* Character end */

/* job */
section.job {
  position: relative;
  width: 100%;
  height: 1230px;
  background:linear-gradient(to bottom, #684e2b, #000 50%,#000);	
}

.job .wrapper{
  background-image: url(../images/job/bg-job.jpg);
  background-position: center;
  background-size: cover;
	padding:80px 40px 40px;
}

.job h2{max-width: 960px; margin: auto;}


.job-carousel-container{
	width: 80%;
	margin: auto;
}
.job-carousel-sam{
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 10px auto 0
}

.job-carousel-sam img{max-width: 70px;}


.job-carousel-sam div{
	display:inline-block;
	margin: 5px;
	background: #fff;
}

.job-slide{
	position: relative;
	width: 100%;
	height: 100%;
	padding:70px 5px 70px;
}

.job-box{
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 960px;
	min-height: 560px;
	margin: auto;
}

.en .job-box{
  min-height: 640px;
}

.job-box p{
  color:#180800;
  font-weight: bold;
  line-height: 1.3;
}

.job-text-box{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	max-width: 480px;
}

.job-title{
	position: relative;
	border-bottom: 1px solid #333;
}

.job-title img,.job-title h2{display:inline-block;}
.job-title img{
	max-width: 35px;
	position: relative;
	top:-8px;
}
.job-title h2{
	color:#180800;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(79,29,2,.5);
}

.job-title h3{
	color:rgba(79,29,2,.1);
	margin: 0;
	position: absolute;
	z-index: -1;
	left:50%;
	top:40%;
	transform: translate(-50%, -50%);
	font-size:4.2rem;
	letter-spacing: 0px;
	word-break: normal;
}

.job-voice{
	text-align: right;
	padding:5px 0;
	font-size: 1.0rem;
  margin-bottom: 5px;
}

.en .job-voice{
	margin-bottom: 0;
}

.job-text{
	text-align: left;
	margin-bottom: 10px;
}

.en .job-text{
	margin-bottom: 15px;
}

.job-text.mini{
	font-size: .8rem;
	font-weight: bold;
	color:#f00;
}

.job-chara{
	position: absolute;
	right:0;
	top:50%;
	transform: translate(0, -50%);
	max-width: 760px;
	width: 100%;
}

.job-chara .only-pc{display: block}
.job-chara .for-mobile{display:none}

.job-chara-img{
	position: absolute;
	left:0;
	bottom:0;
	max-width: 480px;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(79,29,2,.75);
}

.job-head,
.job-foot{
	max-width: 640px;
	margin: auto;
}

.job-head{padding:20px 0 0;}

/*JOB差分*/
.detail-cla {
	clear: both;
	position: relative;
	height: 540px;
	padding:50px;
}
.detail-cla img{position:absolute;bottom:10px;}

.tab-cla{
	position: absolute;
	right:0;
	max-width:240px;
	zoom: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	z-index: 100;
}
.tab-sam {
	width: 60px;
	display: inline-block;
	overflow:hidden;
}

.tab-sam:hover{
	position: relative;
	top:2px;
	transition:all 0.5s ease;
}

.tab-sam a {
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	outline: none;
}

.job01{right:-30px}
.job02{right:-40px}

/* job end */

/* Product */
section.product {
  background-image: url(../images/bg-large.jpg);
  background-position: center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.product .wrapper{
	width: 100%;
	max-width: inherit;
	box-shadow: none;
}

.product.row {
  width: 90%;
  margin: auto;
	max-width:960px;
}

img.product.comingsoon {
  min-width: 190px;
	max-width: 320px;
}

.product.detail {
  margin: auto 0;
	width: 30%;
}

.product.tablebox{
	margin: auto 0;
	width: 70%;
	padding-left:20px;
}

.table.product {
	width: 100%;
  color: white;
  margin: 20px auto;
  vertical-align: top;
	border-collapse: separate;
	border-spacing: 4px;
}

.table td{
  text-align: left;
  padding: 5px;
	width: 70%;
	box-sizing: border-box;
	vertical-align:middle;
	
}
.table td:first-of-type {
  text-align:center;
  background-color:rgba(0,0,0,.5); 
	width: 30%;
	padding:5px;
}

.shop-box{
	font-size: 0;
	line-height: 0;
}

.shop-btn{
	display: inline-block;
	width: 40%;
	margin: 3%;
}


.black-filter {
  background-color: rgba(0, 0, 0, 0.5);
}
.table-banner{padding:10px!important;}
.table-banner img{
	width: 100%;
	max-width: 420px;
}

/* Product end */
/* Footer */
footer {
	padding: 40px;
	background: #111;
	position: relative;
	z-index: 9999;
}

.fb-share-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.company-logo{text-align:center;}

img.company-logo {
  height: 40px;
  margin-right: 10px;
	margin-bottom: 10px;
}

img.company-logo:last-of-type{margin-right: 0px;}
.copyright {
  text-align:center;
}

.copyright p{font-size:.8rem}


.foot-privacy{
  text-align: center;
  position: relative;
  font-size: 14px;
  margin: 20px 0;
}

.foot-privacy:after{
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}

.foot-privacy span{
  background: #111;
  padding:0 5%;
  position: relative;
  z-index:1;
}

.foot-privacy a{
  color:#fff;
}

/* Footer end */

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width: 1366px) {
  .wrapper {
    min-height:inherit;
    width: 80%;
    max-width: 1580px;
  }
}

/* Super duper large devices (1920px and up) */
@media (min-width: 1920px) {	
  h3 {font-size: 2rem;}
	.chara-height{background-size: cover}
}

@media (max-width: 1680px) {
	.character-intro-figure{width: 38%;}
	
	.detail-cla {padding:0;}
	.job01,.job02{right:-20px}
	.job-chara{max-width: 700px;}
}

@media (max-width: 1560px) {	
	.job-carousel-sam img{max-width: 60px;}
}
@media (max-width: 1440px) {
	.br1920{display: none}
	.br1440{display: block}
	.chara-height {
    min-height: 920px;
	max-height: 920px;
	}
	
	#job-section{height: auto;}
	.job .wrapper {width:100%;max-width:inherit;}
	.job-chara{max-width: 760px;}
	.job-text-box{max-width: 410px;}
	.job-text-box h3{letter-spacing: 2px; font-size:3.2rem;}
	.job-chara-img{max-width: 410px;}
}

@media (max-width:1280px) {
	body{font-size: 1.0rem}

	/*--SISTEM--*/
	.system-carousel{width: 86%;}
	/*--CHARA--*/
	.chara-height{
		min-height: 860px;
		background-position:bottom;
	}
	.character-carousel{
		width: 100%;
	}
	
	.character-intro{
		width: 60%;
		left: 5%;
	}
	.character-header p{
		width: 80%;
	}
	.character-header h3{width: 80%;}
	p.minimum-intro{font-size:.75rem;}
	
	
	/*JOB*/
	.job .wrapper{padding:40px}
	.job-carousel-container{width: 90%;}
	
	.job-carousel-sam img{max-width: 80px;}
	.job-box{min-height: 500px;}
  .en .box{min-height: 560px;}
  
	.job-voice{font-size:.75rem;}
	
	.job-slide{padding:20px 0;}
	.job-text-box{max-width: 400px;}
	/*--.job-text-box br{display: none;}--*/
	.job-title h3{
		letter-spacing: 0;
		font-size: 4.5vw;
	}
	.job-chara{max-width: 600px;}
	.job-chara-img{max-width: 400px;}	
	
	.job01,.job02{right:0}
	.job03,.job04,.job05,.job08,.job09,.job10{right:5%}
}

@media screen and (max-width: 1024px) {
	.top-banner{
		margin: 15px auto;
	}
	
	.top-banner a{
		display: block;
		margin: 0 0 10px;
		width: 100%;
		background: rgba(255,255,255,0);
	}
	
	.top-banner .nintendo a{
    margin: 3% 3% 5%;
    width: 100%;
  }
	
	.nintendo{
		margin: 10px 0 0;
	}
	
  .nintendo.grbl{display: block;}
  .nintendo.grbl a{width: 100%!important;margin-bottom: 2%;}
  
	.job-carousel-sam{
		width: 90%;
		display: block;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 10px auto;
	}
}

@media screen and (max-width: 991.98px) {
	body{font-size: .9rem}
	.wrapper{padding:50px 20px; margin: 0 auto;}
	
	.story{height: inherit;}
	
	.navbar-item.dropdown{
		margin: 20px auto 0;
	}
	.gnav{
		width: 100%;
		border-top:1px dotted #eee;
		display: block;
		max-width:inherit;
	}
	.gnav-sub{
		width: 100vw;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.gnav-sub li {
     -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}	
	/*-SYSTEM-*/
	.system-carousel{width: 100%}
	.slick-initialized .slick-slide{margin: auto}
	img.system.screenshot {width: 100%;}
	.system-slide-container{padding: 20px 0 0;}
	.system-picture img {width:100%;}
	.system-description-container{width: 100%;}
	
	.system .prev-arrow{left:-10px}
	.system .next-arrow{right:-10px}
	/*chara*/
	.chara-height{min-height: 660px;}
	.chara-height .prev-arrow{left:-12%}
	.chara-height .next-arrow{right:-12%}
	/*-JOB-*/
	section.job{height: 845px;}
	.job .wrapper{padding: 50px 20px;}

	.job-box{min-height: 460px;}
	.job-text-box{max-width: 324px;}
	.job-chara-img{max-width: 324px;}
	.job-chara{max-width:480px;}
	
	.job .prev-arrow{left:-55px}
	.job .next-arrow{right:-55px}
	
	.tab-cla{top:50px;}
	.detail-cla img{bottom:5%}
	.job01{right:-2%}
	.job02{right:-5%}
	.job09{right:0}
	
	/*product*/
	.product.row{width: 100%;}
	
}

@media (min-width: 992px) {
  .dropdown-menu {
    right: 0;
    left: unset;
  }

  nav {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

/* Small devices (landscape phones, less than 768px) */
/* md */
@media (max-width: 767.98px) {
  .br768{display: block;}
	.nintendo{margin: 10px 0;}
  
	/*-chara*/
	.character .only-pc,
	.character-bg-container.only-pc{
    display: none;
  }
	
  .character.only-pc{
    margin-bottom:0;
  }
  .character .for-mobile,
	h3.for-mobile {
    display: block;
  }
	
	.character-figure.only-pc{display: none;}
	.character-figure.for-mobile{display:block;}
	#all-characters {display: none;}
	
	.chara-height{
	min-height: inherit;
	max-height: inherit;
	background-position: top;
	background-size: cover;
	}
	.character-name{
		max-width: 200px;
	}
	
	.character-carousel-container{
	width: 100%;
    position: static;
    left:inherit;
    transform:none;
	}

  .prev-arrow {
    left: 0;
  }

  .next-arrow {
    right: 0;
  }

	.chara-height .prev-arrow{left:-1%}
	.chara-height .next-arrow{right:-1%}
  img.slick-arrow {
    width: 30px;
  }
	
	.character-header p{width: 100%;}
	.character-header h3{text-shadow:none;border-bottom:1px solid #fff;width: 100%;}
	.character-header.chara-name{
		color:#fff;
		display: block;
		background-color:rgba(90,153,255,.75);
		padding:10px;
		margin: 0 0 10px;
	}
	.character-header.chara-name p:last-of-type{margin: 0; text-align: right;}
	
  div.character-header.only-pc {
    display: none;
  }

  .character-carousel-container {
    box-shadow: none;
    background-image: none;
  }

  .character-intro-container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
	padding:20px;
	background-color: rgba(255,255,255,.75)
  }

  .character-intro {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
  }

  .character-intro-figure {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    transform: none;
  }
	img.character-figure{margin: 10px auto;max-width: 480px;}
	
	/*JOB*/
	section.job{height: auto;}
	.job-box{min-height: inherit;}
	.job .wrapper{width: 100%;padding:50px 0;}
	.job-carousel-container{width: 100%;}
	.job-carousel-sam{width: 96%;}
	.job-text-box{max-width: inherit;position:relative;z-index: 1;padding:0 20px;}
	.job-voice{margin-bottom: 5px}
	.job-title h3{font-size: 2.8rem;}
	.job-chara{position:relative;}
	.job-chara-img{position: static;width: 96%;}
	.job-chara,
	.job-chara-img{
	max-width:768px;
	right:inherit;
    top:inherit;
    transform:none;
	margin: 0 auto;
	}
	
	
	.job-chara:after{
		position: absolute;
		width: 100%;
		height:240px;
		background-color:rgba(200,145,65,.55);
		top:42%;
		left:0;
		z-index:-2;
		transform: translate(0,-50%);
		transform: skewY(-42deg);
		content: "";
	}
	
	.job-slide{padding:20px 0 0; height: auto;}
	.job-chara .only-pc{display: none}
	.job-chara .for-mobile{display: block}
	
	.job .prev-arrow{left:20px;}
	.job .next-arrow{right:20px;}
	button.prev-arrow.slick-arrow, button.next-arrow.slick-arrow{top:41%}
	
	.tab-cla{right:inherit;left:20px;top:5%;}
	
	.job01{right:20%}
	.job02{right:12%}
	.job03,
	.job04,
	.job05,
	.job06,
	.job07,
	.job08,
	.job09,
	.job10,
	.job12,
	.job13,
	.job14,
	.job15,
	.job16{right:22%}
	.job11{right:20%;}
	
	.job-foot{margin: 20px auto 0;}
	
	/*--product--*/
	.product.row{display: block!important;}
	.product.detail{width: 100%; max-width: 480px; margin: 0 auto;}
	.product.tablebox{width: 100%;max-width:480px;margin: 0 auto;  padding-left:0;}
}

@media (max-width: 575.98px) {
  p {font-size: 0.8rem;}
	
  h1{left:0;}
	
	.title-box{
		bottom:5px;
		left:50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
    transform: translateX(-50%);
	}
  h3 {font-size: 1.2rem;}
	img#title{width: 80%; max-width:300px; margin: 0 auto; display: block}
  
	.top-banner{margin: 10px 0 10px;}
  
  .nintendo.grbl{display: flex;}
  .nintendo.grbl a{min-height: 50px;margin-bottom: 4%;width: 44%;}
  
  header {
    background-image: url(../images/bg-top-small_220421.jpg);
    background-size:150%;
    background-repeat: no-repeat;
  }
  
  .wrapper{padding:30px 10px;}
  .wrapper h2{line-height: 0}
  img.section-title,
  .character img.section-title{max-width: 240px;}
  
	.navbar{
    padding:2px 5px;
  }
	.navbar-brand img{height: 30px!important;}
	/*news*/
	.news .wrapper{padding:30px 40px 40px}
	.news iframe{height: 520px!important}
  /*story*/
  .story {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .story-text{text-align: left;}
  
  /*-system-*/	
  .system-carousel{padding:10px;}
  .system-description p{text-align: left;}
  .system-description-container{height: auto;}
	
  .character-intro-container{padding:10px;}
	
  /*-JOB-*/
	.job-head,.job-foot{padding:0 10px;}
	.job .wrapper{padding:20px 0;}
	.job-carousel-sam div{margin:5px 8px 0 0;}
	.job-carousel-sam img{max-width:50px;}
	.job-text-box{padding:0 10px;}
	.job-text{margin: 0 0 5px;}
	.job .prev-arrow{left:10px;}
	.job .next-arrow{right:10px;}
	button.prev-arrow.slick-arrow, button.next-arrow.slick-arrow{top:55%}
	
	.tab-cla{right:inherit;left:10px;top:0;}
	.detail-cla{height:400px;}
	
	.tab-sam {width: 50px; margin: 0 5px 0 0}
	.job-chara-img{width: 98%;}

	.job11{right:20%;}
	.job06{right:20%}
	.job14{right:18%}
	
	.job-text.mini{font-size:.6rem;}
	
  .table td,
  .table th {
    padding: 0.5rem;
    font-size: 0.7rem;
    vertical-align: middle;
  }
	.product.detail{max-width: 240px;}
	.copyright p{font-size: .6rem;}
}
@media (max-width:480px) {
	header {
    background-image: url(../images/bg-top-small_220421.jpg);
    background-size:100%;
    background-repeat: no-repeat;
  }
	header.wrapper{
    min-height: 110vh;
  }
	.ko .top-banner,
	.en .top-banner,
	.cn .top-banner,
	.tw .top-banner{max-width:320px;}
	
	.en .top-banner a,
	.ko .top-banner a,
	.cn .top-banner a,
	.tw .top-banner a{
		font-size: 1.2rem;
		line-height: 1;
	}
	
	.nintendo{
		margin: 10px auto 5px;
	}	
	.detail-cla{height:320px}
	.title-box{
		width: 100%;
		min-width: inherit;
		
	}
	.title-box h1{
		width:80%;/*--55--*/
		margin: 0 auto;
	}
	.top-banner{
		width: 90%;
		margin: 5px auto 0;
	}
	.top-banner a{
		display: inline-block;
		width: 44%;
		margin:1%;
	}
	.top-banner .nintendo a{
		margin: 0 1.5% 1.5%;
    width: 30.33%;
	}
  .top-banner .w100{
    padding: 0% 3% 3%;
  }
  
	.top-text{
		width: 80%;
		margin: 0 auto;
	}
  
  .table-borderless .top-banner{
    width: 100%!important;
    max-width: inherit;
  }
  
}

@media (max-width: 400px) {
	.tab-sam{width: 40px;}
	.detail-cla{width: 480px; height:380px}
	.detail-cla img{bottom:0}
	.job01{right:36%}
	.job02{right:24%}
	.job03,
	.job04,
	.job05,
	.job08,
	.job09,
	.job10,
	.job12,
	.job13,
	.job14,
	.job15,
	.job16{right:38%}
	.job06{right:34%}
	.job07{right:32%}
	.job11{right:30%;}
	
	.table td{
		display: block;
		width: 100%;
	}
	.table td:first-of-type{
		width: 100%;
	}
	
	.shop-btn {
    width: 41%;
    margin: 2% 4%;
  }	
}

@media (max-width:400px) {
  .banner-box-sub div{height: 32px!important;}
}


@media (max-width:320px) {
  .title-box h1{width: 70%}
	.job01{right:58%}
	.job02{right:41%}
	.job03,
	.job04,
	.job05,
	.job08,
	.job09,
	.job10,
	.job12,
	.job13,
	.job14{right:58%}
	.job15{right:40%}
	.job16{right:40%}
	.job06{right:50%}
	.job07{right:50%}
  .job11{right:52%;}
}
@media (max-height:800px) {
  header.wrapper{min-height: 120vh;}
}
/**
@font-face {
  font-family: "IropkeBatanaM";
  src: url("./font/IropkeBatangM.woff") format("woff"),
    url("./font/IropkeBatangM.ttf") format("truetype");
}

@font-face {
  font-family: "jejumyeongjo";
  src: url("./font/JejuMyeongjo.ttf") format("truetype");
}**/


/*---------
SP-page
---------*/
.sp-floor{background:#684e2b;}

.sp-section{
    background-image: url(../images/bg_river.jpg);
    background-position: top;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.sp-p-name{}

.sp-tit-chara{
	max-width: 800px;
	margin-top: -40px;
}

.sp-content-box{
	width: 100%;
	padding:20px;
	margin-top:-174px; 
	background: #fff;
	z-index: 1;
	position: relative;
	border-radius: 10px;
}

.sp-tit-head,
.sp-tit-foot{max-width: 400px;}

.sp-tit-head{margin: 0 auto 30px;}
.sp-tit-foot{margin: 30px auto 0;}

.sp-p-tit{
	letter-spacing: 2px;
	margin-bottom: 30px;
	color: #d44c72;
}
.sp-p-tit h2{
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0;
}

.sp-cotent{
	max-width: 768px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
}

.sp-cotent p,
.sp-cotent li{
	font-size: 16px;
  color:#180800;
}

.sp-p-tit-sub{
	background:#bf9224;
	padding:8px 0 5px;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
}

.cn .sp-p-tit-sub,
.tw .sp-p-tit-sub{
  padding:8px 0;
}

.sp-p-tit-sub span{font-size:60%;}
.sp-p-tit-sub2{border-bottom:1px solid #180800;}

.sp-item-box,
.guide-list {
	display: inline-block;
	width: 50%;
	margin-bottom: 20px;
	padding:10px;
	vertical-align: top;
}
.sp-item-img{vertical-align: top}
.sp-item-text{text-align: left;}

.sp-item-text h3{
	text-align: center;
	color:#180800;
	margin:5px auto 15px;
	font-size: 24px;
	padding:0 0 10px;
}

.sp-item-box.tenpo-all{
	display: block;
	width: 100%;
}

.sp-item-box.tenpo-all .sp-item-img{
	display: inline-block;
	width: 34%; 
}

.sp-item-box.tenpo-all .sp-item-text{
	padding:0 0 20px 10px;
	display: inline-block;
	width: 66%; 
}

.tenpo-chui{
	width: 100%;
	text-align: right;
	font-size: 14px;
	color:#180800;
}

.sp-content-item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sp-content-item .item-img{
  width: 50%;
  padding:1%;
}

@media screen and (max-width: 991.98px){
	.sp-floor .wrapper {
		padding: 75px 20px 50px;
		margin: 0 auto;
	}
	
	.sp-tit-chara{margin-top: -30px;}
}

@media screen and (max-width:768px){	
	.sp-tit-chara{
		max-width:480px;
		margin-top: -30px;
	}
	
	.sp-content-box{
		margin-top: -105px;
	}
	
	.sp-item-box.tenpo-all .sp-item-text{padding:0 0 0 5px;}
	.sp-item-box.tenpo-all .sp-item-img{width: 40%;}
	.sp-item-box.tenpo-all .sp-item-text{width: 59%;}
	.sp-item-box.tenpo-all .sp-item-text br.none{display: none;}
	
	.sp-item-text h3{font-size: 20px;}
}

@media screen and (max-width:640px){
	.sp-floor .wrapper {padding: 75px 0 0;}
	.sp-content-box{border-radius:0;}
	.sp-item-box.tenpo-all .sp-item-img{width: 100%;}
	.sp-item-box.tenpo-all .sp-item-text{width: 100%;}
	.sp-item-box{width: 100%;}
	.sp-item-img{background:#fffaee}
	.sp-item-img img{max-width: 477px;margin: 0 auto;}
  
  .sp-tit-head{margin-bottom: 15px;}
	.sp-p-tit{margin-bottom: 15px;}
	.sp-p-tit h2{font-size: 26px;}
	.sp-content-box{padding:3% 2%;}
	
	.sp-item-box{padding:0;margin-bottom: 50px;}
	.sp-item-text h3{margin: 5px auto 0;}
}

@media screen and (max-width:480px){
  .sp-cotent .t-center{
    text-align: left;
  }
  
  .sp-cotent p,
  .sp-cotent li{
    font-size: 14px;
  }
  
  .sp-p-tit-sub{
    font-size: 20px;
    text-align: center;
  }
}

/*---------------------------
リンクボタン
---------------------------*/
.more-box{
	width:100%;
	max-width:320px;
	margin:5px auto 0;
	background: #fff;
	position: relative;
	z-index: 1;
}


.more-box.inlineblock{
	display: inline-block;
	margin:0.5%;
	width: 49%;
	max-width: inherit;
}

.more{
	border:1px solid #d44c72;
	color:#d44c72;
	padding:10px 0;
	text-align:center;
	font-size:1.1rem;
	line-height:2.1rem;
	width:100%;
	display:block;
	text-decoration:none;
	position:relative;
	font-weight: bold;
}

.more span{font-size: 80%;}

.more:after{
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	width:8px;
	height:8px;
	border-top:2px solid #d44c72;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-right:2px solid #d44c72;
	content:"";
}

.more:hover{
	color:#fff!important;
	background:#d44c72!important;
	-webkit-transform:all 0.2s ease;
	transition:all 0.2s ease;
	text-decoration:none;

}
.more:hover:after{
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:all 0.2s ease;
	transition:all 0.2s ease;
}

@media screen and (max-width:640px){
	.more-box.inlineblock{
	margin:1% 0;
	width: 100%;
	}
}


/*---------------------------
お問い合わせ
----------------------------*/
.contact{
	background-image: url(../images/system/system-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-bg{
	background: linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.15) 50%,rgba(0,0,0,1));
}

.contact-box{
	position: relative;
	z-index: 5;
	font-size: 0;
	line-height: 0;
}

.contact-box p{
	padding:0;
	margin: 0;
	font-size: 1.0rem;
	text-align: left;
}


.contact-box-sub{
	max-width:640px;
	margin: 30px auto 0;
	padding:30px 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.contact-box-sub.guide{
  margin: 0 auto 0;
  border-bottom:none;
	border-top:none;
}

.contact-box-sub p{
	font-size: 1.0rem;
	text-align: left;
}

.contact-send p{
	text-align:center;
	padding:0 0 30px;
	color:#000!important;
}

.contact-send a{
	width:40%;
	height: 36px;
	display: block;
	padding:5px;
	background:#5a99ff;
	margin: 0 auto;
	position: relative;
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 5px #5a99ff;
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
	line-height: 1.2;
}

.contact-send a:hover{
	background:rgba(0,0,0,.5);
	border: 2px solid #5a99ff;
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,.5);
	text-decoration: none;
}

.contact-box fieldset {
	max-width:768px;
	margin:0 auto;
	padding:20px 0;
	border:none;
	position:relative
}
.contact-box button,
.contact-box input,
.contact-box select,
.contact-box textarea{
	font-size: 1.0rem!important;
	line-height: 1.4rem!important;
	background: rgba(255,255,255,.75);
	padding:8px;
	box-sizing:border-box;
	margin:0 auto 35px;
}
.contact-box button,
.contact-box input,
.contact-box select{
	height: 32px;
	border: none;
}

.contact-box textarea{
	height: 180px;
}

.contact-box select{
  margin:0 auto 10px;
  height: 40px;
  font-size: 1.0rem!important
}

.contact-box select option{
  background:rgba(0,0,0,.9);
  color:#fff;
}

.contact-box input:focus,
.contact-box textarea:focus,
.contact-box select:focus{
	background-color:#fff!important;
	outline:none;
}

.contact-sub p{
	padding:0 0 10px 15px;
	position: relative;
	font-size: 1.4rem;
	line-height: 2.2rem;
	
}
.contact-sub p:before{
	content: "※";
	position: absolute;
	top:0;
	left:0;
}

.contact-tit,
.contact-text{
	display:block;
	width: 80%;
	margin: 0 auto;
}

#submit_press{text-align:center;margin: 0 auto 20px;}
#submit_press .submit{
	width:70%;
	background:#5a99ff;
	margin: 0 auto;
	position: relative;
	border: 3px solid #fff;
	box-shadow: 0px 0px 0px 5px #5a99ff;
}

#submit_press .submit input{
	width: calc( 100% - 10px);
	height:50px;
	padding:0;
	margin: 0;
	cursor:pointer;
	font-size:2.0rem!important;
	letter-spacing:5px;
	color:#fff!important;
	line-height:30px;
	background: rgba(0,0,0,0)
}

#submit_press .submit:hover{
	background:rgba(0,0,0,.5);
	border: 3px solid #5a99f;
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,.5);
}

#submit_press .submit:hover input{
	color:#5a99f!important;
}

.submit-btn-box .submibtn{
	width:70%;
	height:50px;
	padding:0;
	margin: 0;
	cursor:pointer;
	font-size:1.6rem!important;
	letter-spacing:5px;
	color:#fff!important;
	line-height:30px;
	border: 3px solid #fff;
	background: #5a99ff;
	box-shadow: 0px 0px 0px 5px #5a99ff;
}

.submit-btn-box .submibtn:hover{
	background:rgba(0,0,0,.5);
	border: 3px solid #5a99ff;
	box-shadow: 0px 0px 0px 5px rgba(0,0,0,.5);	
	color:#5a99ff!important;
}

#submit_press .submit:disabled {
	cursor: default;
	opacity: 0.5;
	background: #555;
    box-shadow: 0px 0px 0px 5px #555;
	color:#fff !important;
}


/*--checkbox---*/
.check-box {
	display: block;
	width: 80%;
	font-size: 14px;
    margin: 0 auto 40px;
}

.check {
	display: none;
}

.check+span {
	cursor: pointer;
	display: inline-block;
	margin: 0 0.2em 0;
	padding: 0 0 0 2em;
	position: relative;
}

.check+span::before {
	-webkit-transform: translateY(-50%);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 2px;
	content: "";
	display: block;
	height: 1.3em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3em;
}

.check+span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	border-bottom: 3px solid rgba(0, 0, 0, 0.8);
	border-left: 3px solid rgba(0, 0, 0, 0.8);
	content: "";
	display: block;
	height: 0.6em;
	left: 1%;
	margin-top: -0.2em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 1em;
}

.check:checked+span::after {
	opacity: 1;
}


.guide-text{
  text-align: center!important;
}

.guide-text span{
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding:0 0 5px;
  margin: 0 0 10px;
  display: block;
}

.guide-link{
  max-width: 320px;
  display: block;
  line-height: 1;
  padding:15px;
  margin: 20px auto 0;
  border: 1px solid #fff;
  color:#fff;
  font-weight: bold;
  position: relative;
}

.guide-link:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}


.guide-link:hover{
  background: #fff;
  color:#000;
  text-decoration: none;
}

.guide-link:hover:after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media screen and (max-width: 1024px){
	.contact-tit{width: 25%;}
	.contact-text{width: 75%;}
}

@media screen and (max-width: 640px){
	.contact-box p{font-size: 0.7rem;padding: 0 0 5px;}
	.contact-box-sub p{font-size: 0.7rem;}
	
	.contact-tit{width: 100%;}
	.contact-text{width:100%;}
	.contact-box button,
	.contact-box input,
	.contact-box select,
	.contact-box textarea{
		margin:0 0 20px;
		font-size: 0.7rem!important;
	}
	#submit_press .submit{
		width: 100%;
		border: 2px solid #fff;
		box-shadow: 0px 0px 0px 3px #5a99f;
	}
	#submit_press .submit:hover{
	border: 2px solid #5a99f;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,.5);
	}
	
	.submit-btn-box .submibtn{
		width: 100%;
		border: 2px solid #fff;
		box-shadow: 0px 0px 0px 3px #5a99f;
	}
	
	.submit-btn-box .submibtn:hover{
	border: 2px solid #5a99f;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,.5);
	}
	
	.contact-send p{text-align: left;padding: 30px 10px;}
	.contact-send a{margin: 0 auto 30px; width: 80%;max-width: 320px}
}

/*---------------------------
スクロール
----------------------------*/
.br320{display: none;}
#scr-banner{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	padding:5px 8%;
	width: 100%;
	bottom:-100px;
	left:0;
	z-index: 999;
	transition: all 0.3s ease;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter:"alpha(opacity=0)";
}

#scr-banner.scroll-box{
	bottom:0;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}

.banner-box{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	position: relative;
	width: 100%;
	padding:5px 0;
}
.banner-box-sub{
	display: -webkit-flex;
    display: flex;
	/*--width: 40%;--*/
	margin-left: auto;
}
.banner-box-sub div{
	height: 40px;
}

.bnr-img{
	margin-right: 20px;
}


.banner-box-sub img{
	width: auto;
	height: 100%;
}

.banner-box-sub:last-of-type{
	margin-right: auto;
	position: relative;
}

.banner-box-sub:last-of-type p{
	font-size: 1.2rem;
	line-height: 1;
	padding-right: 80px;
	margin-bottom: 0;
	text-align: right;
	letter-spacing: 0;
	color:#fff;
}

.banner-box-sub:last-of-type span.day{
	font-size: 0.85rem;
	display: block;
	padding: 5px 0 0;
    margin: 2px 0 0;
	border-top:1px solid #fff;
}

.banner-box-sub:last-of-type .nav-link{
	padding:0;
}

.pk-mini{
	position:absolute;
	right:0;
	bottom:0;
	height:120px!important;
}

.pk-link-box:hover img{
	transition:all 0.2s ease;
	opacity:0.75;
	filter:alpha(opacity=75);
	-ms-filter:"alpha(opacity=75)";
}

@media screen and (max-width: 1024px){
	#scr-banner{
		padding:5px 1%;
	}
}

@media screen and (max-width: 1023px){
	#scr-banner{
		padding:0;
	}
	
	.banner-box{
		display: -webkit-block;
		display: block;
		-webkit-justify-content: center;
		justify-content: center;
		padding:0;
	}
	
	.banner-box-sub{
    max-width: 640px;
		/*-- -webkit-justify-content: space-between;
		justify-content: space-between;--*/
		padding-right: 80px;
	}
	
	.banner-box-sub:last-of-type{
		display: block;
		display: -webkit-block;
		margin-top: 10px;
		width: auto;
		background: rgba(0,0,0,.5)
	}
	
	.banner-box-sub:last-of-type p{
		display: flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		padding:5px;
		text-align: center;
	}
	
	.banner-box-sub:last-of-type span.day{
		padding:0;
		margin:0 0 0 30px;
		border-top:none;
		position: relative;
		bottom:-2px;
	}
	
	.bnr-img{
		margin-right:0;
		margin: 2% 2% 0;
	}
	
	.pk-mini{
		right:5px;
		bottom:5px;
	}
	
}

@media screen and (max-width: 640px){
	.banner-box{
		padding:5px 0 0;
	}
	.banner-box-sub{
		display: block;
		padding-right:0;
	}
	.banner-box-sub div{
	
	}

	
	.bnr-img{
		display: inline-block;
		margin: 2%;
		text-align: center;
	}
	
	.bnr-img.item-sp{
		display: none;
	}
	
	.banner-box-sub:last-of-type{
		margin-top: 0;
		background: rgba(0,0,0,.75);
	}
	
	.banner-box-sub:last-of-type p{
		display: block;
		display: -webkit-block;
	}
	
	.banner-box-sub:last-of-type span.name{
		display: none;
	}
	
	.banner-box-sub:last-of-type span.day{
		margin: 0;
	}
	
  .banner-box-sub .pk-img{display: none;}
  
	.pk-link-box:hover img{
	transition:all 0.2s ease;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
  }
}

@media screen and (max-width: 480px){
	.banner-box-sub{
		padding:0 0 0 0 ;
	}
	
	.banner-box-sub div:first-of-type{text-align: right;}
	.banner-box-sub div:nth-of-type(2){text-align: left;}
	
	.bnr-img{
		display: inline-block;
		margin: 2% 2% 2.5%;
		text-align: center;
	}
}

@media screen and (max-width: 380px){
	.br320{display: block;}
	.banner-box-sub:last-of-type p{line-height: 1.3}
}



/*---menu sns追加---*/
.navbar-collapse{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.sns-menu{
  margin: 0 20px 0 auto;
}

.sns-menu a{
  max-width: 50px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.sns-menu a:last-of-type{
  margin: 0 0 0 0;
}

.sns-menu.sp{
  display: none;
}

@media screen and (max-width: 1024px){
  .sns-menu a{max-width: 34px;}
  .sns-menu{margin: 0 0 0 auto;}
}

@media screen and (max-width: 991.98px){
  .navbar-collapse{
    display: -webkit-block;
    display: block;
    -webkit-justify-content: flex-start;
    justify-content:flex-start;
  }
  
  .sns-menu a{
    max-width: 40px;
    margin: 0 10px 0 0;
  }
  
  .sns-menu.pc{
    display: none;
  }
  .sns-menu.sp{
    display: block;
    margin: 0 10px 0 auto;
  }
}


/*-----------------
ガイドライン
-----------------*/
.guide-content .sp-item-box{
      margin-bottom: 0px;
}

.guide-content .sp-item-box{
  padding:0 10px;
}

.guide-list{
  width: 100%;
  color:#180800;
  margin-bottom: 0px;
}

.guide-list p,
.guide-list li{
  font-size: 16px;
  padding:0 10px;
  line-height: 1.4;
}
.guide-list p{
  font-weight: bold;
  margin-bottom: 5px;
}
.guide-list .no{font-weight: normal;}

.guide-list ol{
  padding:0 0 0 30px;
}
.guide-list ol li{
  padding:0 0 15px 0;
}

.guide-list .min90{
  font-size: 90%;
}


/*-----------------
アップデート
-----------------*/

.update-list-name{
  margin-bottom: 3%;
}
.update-list-name p{
  margin-bottom: 1%;
}
.update-list{
  width: 100%;
  color:#180800;
  margin-bottom: 5%;
}

.update-list p,
.update-list li{
  padding:0 10px;
  line-height: 1.4;
  margin-bottom: 0;
}

.update-list ul{
  margin-bottom: 0;
}

.update-list .list-head li{
  position: relative;
  padding:0 10px 10px 25px;
}

.update-list .list-head li:before{
  content: "-";
  position: absolute;
  left:10px;
}

.update-list .sp-content-item{
  margin: 2% 0;
  background: #f5f5f5;
  padding:2%;
}
.update-list .sp-content-item h3{
  width: 100%;
  font-size: 18px;
  padding:10px 0 5px;
  text-align: center;
  background: #ccc;
}

.ko .update-list .sp-content-item h3,
.cn .update-list .sp-content-item h3,
.tw .update-list .sp-content-item h3{padding:10px 0 ;}

.update-list .sp-content-item .h-font{
  font-size: 24px;
  padding:5px 0 2px;
}

.update-list .sp-content-item p{
  padding:0;
}

.update-list .sp-content-item .item-img{
  width: 33.33%;
}

.en .update-list .sp-content-item .item-img{
  width: 50%;
}

.update-job{
  margin: 0 0 2%;
}

.update-job h3{
  text-align: left!important;
  padding:10px 10px 5px 10px!important;
}

.ko .update-job h3,
.cn .update-job h3,
.tw .update-job h3{padding:10px!important;}

.update-job ul{
  width: 100%;
  display: flex;
  align-items: center;
  padding:1% 2%;
  margin: 0 0 2%;
}

.update-job ul:last-of-type{
  margin: 0;
}

.update-job ul li:first-of-type{
  width: 10%;
}
.update-job ul li:last-of-type{
  width: 90%;
  padding:0 0 0 1%;
}

.update-job .bold{
  display: block;
  border-bottom: 1px solid #aaa;
  padding:0 0 2px;
  margin: 0 0 5px;
}

@media screen and (max-width:480px){
  
  .update-list .list-head li{
    padding:0 10px 20px 10px;
  }
  .update-list .list-head li:before{
    left:0;
  }
  .update-list .sp-content-item .item-img,
  .en .update-list .sp-content-item .item-img{
    width: 100%;
    margin: 0 0 5%;
  }

  .update-job ul{
    margin: 0 0 5%;
    align-items: flex-start;
  }
  .update-job ul li:first-of-type{width: 20%;}
  .update-job ul li:last-of-type{width: 80%;}
}

/*-----------------
PRIVACY POLICY
-----------------*/
.privacy-box{}

.privacy-box .sp-p-tit-sub{
  font-size: 20px;
  text-align: left;
  margin-top:40px;
  padding:1%;
}

.privacy-box ol {
  list-style: decimal!important;
  padding-left: 24px;
}


.privacy-box ol ul{
  list-style-type: decimal-leading-zero!important;
  padding: 0 0 0 32px;
}

.privacy-box ul li:last-of-type{
  margin-bottom: 10px;
}

.kiyaku-temp ul li{
  list-style-type: disc;
	margin-bottom:5px;
	line-height: 1.2;
}
.kiyaku-temp .none li{
  list-style-type: none;
}
.kiyaku-temp ol li{
  list-style-type: decimal !important;
}

@media screen and (max-width:480px){
  .privacy-box .sp-p-tit-sub{
    padding:10px 10px 5px;
  }
  
  .privacy-box .sp-p-tit-sub{
    font-size: 16px;
  }
}


/*-----------------
colorbox
-----------------*/
#cboxTitle{
  font-weight: bold;
  top:-24px!important;
}
#cboxCurrent{
  font-size: 12px;
}
