@charset "utf-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	font-size:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border:0;
}
th,td {
	font-size:100%;
}
a img {
	border: none;
}
address,caption,em,strong,th,td,textarea {
	font-style:normal;
	font-weight:400;
}
caption,th,td {
	text-align:left;
}
input,select,textarea {
	vertical-align:middle;
}
picture br {
	display:none;
}

/* font-family */
.font_gothic { font-family:tbudgothic-std, sans-serif; } /*TBUDGothic Std*/
.font_pop { font-family: kodomo-rounded, sans-serif; } /*Kodomo Rounded*/
.font_poplight { font-family: kodomo-rounded-light, sans-serif; } /*Kodomo Rounded Light*/
.font_popsub { font-family:wanpaku-rera, sans-serif; } /*Wanpaku Rera*/
.font_fude { font-family: ta-engeifude, sans-serif; } /*TA Engeifude*/
.font_oswald_m { font-family: oswald, sans-serif; font-weight: 500; font-style: normal; }
.font_oswald_b { font-family: oswald, sans-serif; font-weight: 700; font-style: normal; }

/* general */
html,body {
text-align:center;
height:100%;
}

body {
	position:relative;
	background:#2ea1f2;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", sans-serif;
	font-size:16px;
	line-height:1.6em;
	position: relative;
}

a {
overflow:hidden;
outline:none;
color:gray;
text-decoration:none;
}

a:hover {
color:#000;
}

em {
font-weight:bold;
}

#wrapper {
margin:auto;
}

/*common*/
#beshisukui {
	background: url(img/bgpattern.png) 0 0 repeat;
	background-size: 118px auto;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.bsk_img {
	width: 100%;
	height: auto;
	display: block;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.bsk_text {
	font-size: 3.8vw;
	line-height: 1.6em;
}
.bsk_text.b {
	font-weight: bold;
}

.white { color:#fff }

/*title*/
.title {
	position: relative;
}
.title_inner {
	position: relative;
	height: 100vh;
}
.tbg {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}
.tbg .bg_img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.tbg .switch_logo {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 14vw;
}
.t90 {
	width: 50vw;
	height: 23vh;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.tlogo {
	width: 100vw;
	height: 54vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.title_poi {
	width: 17vw;
	margin: 0 auto;
}
.title_inner.t2nd {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	height: 80vh;
}
.title_bowl {
	width: 38.66vw;
}
.title_comingsoon {
	width: 45.86vw;
	margin-bottom: 18px;
}
.title_inner.tfixed {
	width: 100vw;
	height: 130vh;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.title_kemnpas_wrap {
	position: sticky;
	top: 0;
	left: 78vw;
	width: 17.86vw;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	animation: kemnpasIn 1s forwards;
	transform-origin: top center;
	transform: translateY(-400px) rotate(2deg);
}
@keyframes kemnpasIn {
	0% {
		transform: translateY(-400px) rotate(2deg);
	}
	80% {
		transform: translateY(0px) rotate(1deg);
	}
	90% {
		transform: translateY(-4px) rotate(0deg);
	}
	100% {
		transform: translateY(0px) rotate(0deg);
	}
}
.title_kemnpas {
	width: 17.86vw;
	animation: kemnpasSway 1.4s 1s infinite alternate linear;
	transform-origin: center -200px;
	transform: rotate(-2deg);
}
@keyframes kemnpasSway {
	0% {
		transform: rotate(-2deg);
	}
	100% {
		transform: rotate(2deg);
	}
}

.title_inner.tfixed.bottom {
	height: 180vh;
}
.title_nyarome_wrap {
	position: sticky;
	top: 58vh;
	left: 5vw;
	width: 32.8vw;
	height: 42vh;
	transform: rotate(15deg) translateX(-40px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	animation: nyaromeIn 0.4s forwards;
	transform-origin: bottom center;
}
@keyframes nyaromeIn {
	0% {
		transform: translateY(400px) rotate(15deg) translateX(-150px);
	}
	100% {
		transform: translateY(0px) rotate(15deg) translateX(-40px);
	}
}
.title_nyarome_serif {
	width: 32.8vw;
	margin-bottom: 10px;
	transform: translateX(-10px);
}
.title_nyarome {
	width: 29.3vw;
}
.title_beshi_wrap {
	position: sticky;
	top: 55vh;
    left: 55.2vw;
	width: 44.8vw;
	height: 45vh;
	background: url(img/title_beshi_dai.png) 50% bottom	no-repeat;
	background-size: 44.53vw auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	animation: beshiIn 0.8s forwards;
	transform-origin: bottom center;
}
@keyframes beshiIn {
	0% {
		transform: translateY(400px);
	}
	100% {
		transform: translateY(0px);
	}
}
.title_beshi_serif {
	width: 16.8vw;
	margin-bottom: 10px;
}
.title_beshi {
	width: 24.53vw;
	margin-bottom: 6vh;
}

/*header*/
.header {
	/*position: sticky;*/
	position: relative;
	top: 0;
	left: 0;
	background-color: #060606;
	transition: 0.3s;
	z-index: 10;
}
.panel-btn_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
}

#panel-btn{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 50%;
	background: #000;
}
#panel-btn:hover{
	background: #0a0a0a;
}
#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	margin: -1px 0 0 -9px;
	background: #88c88e;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 2px;
	background: #88c88e;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -8px;
}
#panel-btn-icon:after{
	margin-top: 6px;
}
#panel-btn .close{
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}
#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.htitle {
	width: calc(100vw - 50px);
	height: 50px;
	padding-left: 15px;
	box-sizing: border-box;
}
.htitleSwiper .swiper-slide {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;

}
.htitle_img1 {
	width: 36.26vw;
}
.bsk_text.htitle_info {
	color: #ffff44;
	font-size: 28px;
	text-align: left;
}
.bsk_text.htitle_info.white {
	color: #fff;
}

.hpanel {
	/*display: none;*/
}
.hpanel_header {
	padding: 5px 20px 20px;
	box-sizing: border-box;
}
.hpanel_header_h3 {
	color: #2ea1f2;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.hnews_ul {
	height: 100px;
	overflow-y: auto;
}
.hnews_li {
	padding: 10px;
	box-sizing: border-box;
}
.hnews_date {
	color: #88c88e;
	text-align: left;
	font-size: 14px;
}
.hnews_body {
	text-align: left;
	font-size: 14px;
}

.hnews_body a {
	color: #ffff44;
	text-decoration: underline;
}

.gnav_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.gnav_li {
	width: 100px;
}
.gnav_a {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
a.gnav_a,
span.gnav_a {
	color: #000;
	overflow: visible;
}
.gnav3 a.gnav_a,
.gnav3 span.gnav_a {
	color: #fff;
}
.gnav_balloon {
	width: 90px;
	height: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(img/gnav_balloon1.png);
	animation: none;
	transform-origin: center bottom;
}
.gnav2 .gnav_balloon { background-image: url(img/gnav_balloon2.png); }
.gnav3 .gnav_balloon { background-image: url(img/gnav_balloon3.png); }
.gnav4 .gnav_balloon { background-image: url(img/gnav_balloon4.png); }
.gnav5 .gnav_balloon { background-image: url(img/gnav_balloon5.png); }
.gnav6 .gnav_balloon { background-image: url(img/gnav_balloon6.png); }

a.gnav_a:hover .gnav_balloon {
	animation: gnav_balloonhover 0.3s infinite;
}
@keyframes gnav_balloonhover {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.1);
	}
}

.gnav_balloon .bsk_text {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: -0.5em;
}
.gnav_icon {
	width: 39px;
	margin: 0 auto;
	transform: translateX(-5px);
	transition: 0.3s;
}
a.gnav_a:hover .gnav_icon {
	animation: gnav_iconhover 0.3s forwards;
}
@keyframes gnav_iconhover {
	0% {
		transform: rotate(0deg) translateX(-5px);
	}
	100% {
		transform: rotate(20deg) translateX(-7px) translateY(5px);
	}
}

.share_btn {
	text-align: left;
	padding: 10px 10px 3px;
	background: #242d34;
}

/*graphics*/
#graphics {
	margin-bottom: 20px;
}

/*メインコンテンツ*/
.anchor {
	margin-top: -50px;
	padding-top: 50px;
}
a.anchor {
	display: block;
	width: 100%;
	height: 1px;
	cursor: default;
}
.whitebox {
	width: 96vw;
	box-sizing: border-box;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.whitebox .bsk_text {
	color: #000;
}
.notes {
	font-size: 12px;
	text-align: center;
	color: #666;
}
.btn_wrap {
	margin: 10px auto 20px;
}
a.btn_a {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65vw;
	border: 2px #000 solid;
	height: 60px;
	box-sizing: border-box;
	border-radius: 30px;
	margin: 0 auto;
	background: rgb(237,45,45);
	background: linear-gradient(0deg, rgba(237,45,45,1) 0%, rgba(250,70,130,1) 100%);
	transition: 0.3s;
}
.btn_a .btn_icon {
	width: 36px;
	transition: 0.3s;
	transform: rotate(0deg);
	margin-right: 10px;
}
.btn_a .btn_h,
.btn_a .btn_s {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.btn_a .btn_s {
	font-size: 12px;
}
.btn_a .btn_s.space {
	padding-left: 0.5em;
}
.btn_a:hover {
	background: linear-gradient(0deg, rgba(250,70,130,1) 0%, rgba(237,45,45,1) 100%);
}
.btn_a:hover .btn_icon {
	transform: rotate(20deg);
}

/*overview*/
#overview {
	margin-bottom: 20px;
}
.obox_wrap {
	padding: 20px 10px;
	margin-bottom: 10px;
}
#overview .t90_img {
	width: 58.93vw;
	margin: 0 auto 20px;
}
.obox_h {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	width: 16em;
	margin: 0 auto 1em;
}
.obox_read {
	font-size: 14px;
	text-align: left;
	width: 22em;
	margin: 0 auto 20px;
}
.koredeiinoda_read {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.1em;
	text-shadow: 0 2px 3px black;
}
.koredeiinoda_read .y {
	color: #fff400;
}

/*contents*/
.cwrap {
	width: 96vw;
	box-sizing: border-box;
	margin: 60px auto 20px;
	background: #2e9ff2;
	border-radius: 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
	padding: 40px 0 20px;
	position: relative;
}
.cwrap .bsk_text {
	color: #fff400;
}
.cwrap .gnav_balloon {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(img/gnav_balloon2.png);
}
.cwrap .gnav_balloon .bsk_text {
	color: #fff;
}

.chead {
	color: #fff400;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
}

.borderblack {
	font-weight: bold;
	text-shadow: 0 2px 3px black;
}

/*c1*/
.poiicon {
	display: inline-block;
	width: 15px;
	vertical-align: bottom;
	margin-right: 2px;
}
.cbox {
	margin: 10px 5px;
}
.cbox_head {
	color: #fff400;
	font-size: 20px;
	font-weight: bold;
}
.cbox_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cbox_bottom_text {
	font-size: 18px;
	text-align: center;
}
.gifanime {
	width: 149px;
	border: 2px #fff solid;
}
.switchbtn {
	height: 24px;
	width: auto;
	margin: 5px auto;
}
.c1_4 {
	padding-bottom: 80px;
	position: relative;
}
.kirakira {
	position: absolute;
	top: 100px;
	right: 0;
}
.kirakira_img {
	width: 54px;
	border: 2px #fff solid;
	border-radius: 27px;
	margin-left: 30px;
}
.kirakira_text {
	font-size: 14px;
	white-space: nowrap;
	transform: rotate(-10deg);
}

/*c2*/
.beshi_img,
.kemunpas_img {
	width: 61px;
}
.nyarome_img {
	width: 239px;
}
.tangoro_img {
	width: 209px;
}
.point .bsk_img {
	width: 28px;
	margin: auto;
}
.c2_chara .bsk_img {
	margin: auto;
}
.c2 .charaname {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}
.c2 .charaname .s {
	font-size: 14px;
}
.c2 .pointnum {
	font-size: 14px;
}
.c2_read .bsk_text {
	font-size: 15px;
}
.c2_1,
.c2_2 {
	width: 45%;
}
.c2_1 .c2_chara {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.c2_1 .c2_chara .bsk_img {
	margin: 0;
}
.c2_1 .c2_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.c2_1 .c2_point .point {
	margin: 5px;
} 
.c2_2 .c2_read .bsk_text {
	width: 8em;
	margin: auto;
	text-align: center;
}
.c2_chara {
	position: relative;
}
.c2_chara_text_wrap {
	position: absolute;
}
.c2_2 .c2_chara_text_wrap,
.c2_4 .c2_chara_text_wrap {
	right: 0;
}

/*c3*/
.c3 .borderblack,
.c4 .borderblack  {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.c3 .cbox_bottom_text,
.c4 .cbox_bottom_text {
	margin-top: 20px;
}
.c3 .notes,
.c4 .notes {
	color: #000;
}
.c3 .slide_img,
.c4 .slide_img {
	width: 296px;
	height: auto;
	border: 2px #fff solid;
	margin: 0 auto;
}
.c3 .swiper-slide,
.c4 .swiper-slide {
	width: 300px;
}
.c4 .aboutranking {
	font-size: 14px;
	padding: 0 1em;
	text-align: left;
	color: #fff;
}

/*movie*/
#movie {
	margin-bottom: 40px;
}
#movie .cwrap {
	background: #333;
}
#movie .cwrap .gnav_balloon {
	background-image: url(img/gnav_balloon3.png);
}
#movie .chead {
	color: #fff;
}
#movie .youtube {
	width: 90%;
	margin: 1em auto;
}

/*update*/
#update {
	margin-bottom: 40px;
}
#update .cwrap .gnav_balloon {
	background-image: url(img/gnav_balloon5.png);
}
#update .cwrap .gnav_balloon .bsk_text {
	color: #000;
}
#update .cwrap {
	background-color: #000;
}
#update .cwrap .bsk_text {
	color: #00ff66;
}
#update .chead,
#update .cbox_head {
	color: #fff;
}
.update_read {
	margin: 1em 1em 0;
	text-align: left;
}
.update_read a {
	color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px #fff dashed;
}
#update .c2_point {
	display: flex;
	justify-content: center;
	align-items: center;
}
#update .point .bsk_img {
	width: 56px;
	margin: 10px 10px 0;
}
#update .cwrap .bsk_text.pointnum {
	color: #fff400;
}

/*softinfo*/
#softinfo {  }
#softinfo.anchor { }
.softinfo_main {
	margin-bottom: 40px;
}
.soft_wrap {
	padding: 20px 10px;
}
.softtitle {
	display: flex;
	justify-content: center;
	align-items: center;
}
.softtitle .bsk_img {
	width: 36px;
	margin-right: 10px;
}
.softtitle .bsk_text {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.softtitle .bsk_text .s {
	font-size: 14px;
}
.soft_wrap .titlescene {
	margin-bottom: 20px;
}
.softinfo_dl {
	color: #000;
	font-size: 14px;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.softinfo_dl dt {
	width: 30%;
	margin-bottom: 10px;
	color: #4c4c4c;
}

.softinfo_dl dd {
	width: 70%;
}
.soft_wrap .softinfo_dl dd {
	font-weight: bold;
	font-size: 16px;
}
.soft_wrap .softinfo_dl dd .s {
	font-size: 12px;
	font-weight: normal;
}
.soft_detail_wrap {
	padding: 0 10px 20px;
}
.soft_link { }
.soft_link_a {
	display: block;
	width: 80%;
	height: 50px;
	background: #e60012;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: 0.3s;
}
.soft_link_a:hover {
	opacity: 0.66;
}
.soft_link_a .bsk_text {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/*footer*/
.footer {
	margin-top: 40px;
}
.banner_wrap {
	width: 50%;
	margin: 0 auto 20px;
}
.rights_wrap .bsk_text {
	color: #000;
	font-size: 12px;
}

/*NintendoHP_Link*/
.NintendoHP_Link {
	text-align: center;
	width: 100%;
	margin: 10px auto;
}
.NintendoHP_Link_btn {
	display: block;
	width: 48vw;
	margin: 1vw auto;
	transition: 0.3s;
}
.NintendoHP_Link_btn:hover {
	opacity: 0.66;
}
.NintendoHP_Link_price.bsk_text {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.NintendoHP_Link_price.bsk_text .s {
	font-size: 12px;
}

/*youtube*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 46px;
  height: 97px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transform: translateY(20px);
  z-index: 100;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top .btn-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}
/* ::afterで矢印テキストを重ねる */
.scroll-top::after {
  content: "↑";
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 20px;
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.scroll-top.animating::after,
.scroll-top.fade-out::after,
.scroll-top.object3::after {
	display: none;
}
/* パラパラアニメ中は点滅風に */
.scroll-top.animating .btn-img {
  /*animation: flicker 0.25s infinite alternate;*/
}
@keyframes flicker {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
/* 消えるアニメ */
.scroll-top.fade-out {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

@media (min-width: 768px) {
	
	/*common*/
	#beshisukui {
		margin: auto;
		font-size: 18px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.bsk_img {
		width: auto;
	}

	#wrapper {
		width: 1280px;
		margin: 0 auto;
	}
	.title_inner {
		height: auto;
	}
	.title_inner.t1st {
		height: 450px;
	}
	.title_inner.t2nd {
		height: 270px;
	}
	.tbg {
		width: 100%;
		height: 720px;
	}
	.tbg .switch_logo {
		width: 92px;
	}
	.t90 {
		width: 100%;
		height: 192px;
	}
	.t90_img {
		width: 292px;
	}
	.tlogo {
    	width: 100%;
    	height: 250px;
    	position: relative;
    	display: block;
    }
    .tlogo_img {
    	margin: 0 auto;
    	width: 640px;
    }
    .title_poi {
    	position: absolute;
		top: -150px;
		left: 200px;
    }
    .title_bowl {
    	position: absolute;
    	top: 15px;
    }
    .title_comingsoon {
    	position: absolute;
    	top: 60px;
    }
    .title_inner.tfixed {
    	width: 100%;
    	height: 364px;
    }
    .title_kemnpas_wrap {
		left: 940px;
		width: 100px;
	}
	.title_kemnpas {
		width: 100px;
	}
	.title_inner.tfixed.bottom {
		overflow: hidden;
		height: 720px;
	}
	.title_nyarome_wrap {
		top: 340px;
		left: 130px;
		width: 374px;
		height: 383px;
		flex-direction: row;
		align-items: flex-start;
		transform: rotate(30deg) translateX(-240px) translateY(90px);
	}
	@keyframes nyaromeIn {
		0% {
			transform: rotate(30deg) translateX(-280px) translateY(400px);
		}
		100% {
			transform: rotate(30deg) translateX(-240px) translateY(90px);
		}
	}
	.title_nyarome {
		width: 210px;
	}
	.title_nyarome_serif {
		width: 160px;
		margin: 76px -10px;
	}
	.title_beshi_wrap {
		top: 80px;
		left: 780px;
		width: 240px;
		height: 256px;
		position: relative;
		background-size: 90% auto;
	}
	.title_beshi {
		width: 160px;
	}
	.title_beshi_serif {
		width: 80px;
		transform: rotate(15deg) translateX(110px) translateY(-20px);
	}

	.header {
		padding: 10px 0;
	}
	.htitle {
		width: 400px;
	}
	.htitle_img1 {
		width: 212px;
	}
	.bsk_text.htitle_info {
		font-size: 36px;
	}
	.hpanel_inner {
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
		padding: 10px 40px 10px;
	}
	
	.gnav {
		margin-top: -50px;
	}
	.gnav_ul {
		margin-top: 10px;
	}
	.gnav_li {
		width: 130px;
	}
	.gnav_balloon {
		width: 120px;
		height: 102px;
	}
	.gnav_icon {
		width: 60px;
	}
	.gnav_balloon .bsk_text {
		font-size: 16px;
	}
	.hpanel_header {
		width: 390px;
		padding: 5px 0 0;
	}
	.hpanel_header_h3 {
		font-size: 16px;
	}

	.panel-btn_wrap {
		transform: scale(1.4);
		transform-origin: right top;
	}
	/*graphics*/
	#graphics {
		margin-bottom: 60px;
	}

	.whitebox {
		width: 100%;
	}
	.notes {
		font-size: 14px;
		text-align: right;
	}
	a.btn_a {
		width: 370px;
		border: 4px #000 solid;
		height: 98px;
		border-radius: 49px;
	}
	.btn_a .btn_icon {
		width: 60px;
	}
	.btn_a .btn_h {
		font-size: 24px;
	}
	.btn_a .btn_s {
		font-size: 16px;
	}

	.obox_wrap {
		display: flex;
		justify-content: space-around;
		align-items: center;
		padding: 40px 10px;
	}
	#overview .t90_img {
		width: 292px;
	}
	.obox_h {
		font-size: 24px;
	}
	.obox_read {
		font-size: 18px;
	}

	.koredeiinoda_read {
		font-size: 28px;
    }

    .cwrap {
		width: 100%;
		padding: 60px 0 20px;
	}
	.chead {
		font-size: 26px;
		line-height: 52px;
	}
	.cbox {
		margin: 10px 4px;
		padding-bottom: 20px;
	}
	.cbox_head {
		font-size: 26px;
	}

	.gifanime {
		width: 298px;
		border: 4px #fff solid;
		margin-top: 8px;
	}
	.switchbtn {
		height: 48px;
		width: auto;
		margin: 8px auto;
	}
	.kirakira {
		top: 170px;
		right: auto;
		left: -20px;
	}
	.kirakira_img {
		width: 106px;
		border: 4px #fff solid;
		border-radius: 58px;
		margin-left: 30px;
	}
	.kirakira_text {
		font-size: 18px;
		transform: rotate(-10deg) translateX(80px);
	}
	.cbox_bottom_text {
		font-size: 22px;
	}
	.cbox_wrap {
		align-items: center;
		flex-wrap: nowrap;
	}
	.c2_1 { order: 2; }
	.c2_2 { order: 3; }
	.c2_3 { order: 1; width: 350px; }
	.c2_4 { order: 4; }
	.c2 .charaname {
		font-size: 26px;
	}
	.c2 .charaname .s {
		font-size: 18px;
	}
	.c2 .charaname .ss {
		font-size: 22px;
	}
	.c2 .pointnum {
		font-size: 18px;
	}
	.c2_read .bsk_text {
		font-size: 18px;
	}
	.point .bsk_img {
		width: 46px;
	}
	.c2.cwrap {
		padding: 0;
	}
	.c2_3 .c2_chara_text_wrap {
		position: absolute;
		left: 40px;
	}
	.c2_1 .c2_point .point {
		width: 70px;
	}
	.c2_2 .c2_chara_text_wrap {
		right: 20px;
	}
	.c2_2 .c2_read {
		margin-top: 10px;
	}
	.c2_4 .c2_chara_text_wrap {
		top: 20px;
		right: 20px;
	}
	.c3 .borderblack, .c4 .borderblack {
		font-size: 28px;
	}
	.c4 .aboutranking {
		font-size: 16px;
		text-align: center;
	}

	#movie .cwrap {
		width: 1060px;
	}
	#movie .youtube {
		width: 640px;
		margin: 1em auto;
	}

	/*#update*/
	#update .cwrap .update_read {
		font-size: 22px;
		width: 30em;
        margin: 1em auto 0;
	}
	#update .cbox_wrap {
		flex-wrap: wrap;
	}
	#update .cbox {
		width: 680px;
		margin: 1em auto 0;
	}
	#update .swiper-slide .bsk_img {
		margin: 1em auto 0;
	}
	#update .cwrap .bsk_text.pointnum {
		font-size: 18px;
	}
	#update .c2_point {
		justify-content: flex-end;
	}

	.softinfo_main {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 1060px;
		padding: 10px 50px;
	}
	.soft_link {
		position: absolute;
		bottom: 0;
		right: 60px;
	}
	.soft_link_a {
		width: 332px;
		height: 62px;
	}
	.soft_link_a .bsk_text {
		font-size: 18px;
	}
	.softtitle {
		justify-content: flex-start;
	}
	.softtitle .bsk_img {
		width: 60px;
	}
	.softtitle .bsk_text {
		font-size: 24px;
	}
	.softtitle .bsk_text .s {
		font-size: 16px;
	}
	.soft_wrap .titlescene {
		width: 370px;
		margin-bottom: 20px;
	}
	.softinfo_dl dt {
		width: 20%;
		margin-bottom: 5px;
	}
	.softinfo_dl dd {
		width: 80%;
		font-weight: bold;
	}
	.soft_wrap {
		margin-right: 20px;
	}

	/*footer*/
	.footer {
		margin-top: 80px;
	}
	.banner_wrap {
		width: 210px;
	}
	.banner_wrap .bsk_img {
		width: 210px;
	}
	.rights_wrap {
		display: flex;
		justify-content: space-between;
		width: 1060px;
		margin: auto;
	}

	.anchor {
		margin-top: -70px;
		padding-top: 70px;
	}

	/*NintendoHP_Link*/
	.NintendoHP_Link {
		position: absolute;
		top: 70px;
	}
	.NintendoHP_Link_btn {
		width: 240px;
		margin: 0 auto 20px;
	}
	.NintendoHP_Link_btn:hover {
		opacity: 0.33;
	}
	.NintendoHP_Link_btn .bsk_img {
		width: 100%;
	}
	.NintendoHP_Link_price.bsk_text {
		color: #000;
		background: #fff;
		height: 22px;
		line-height: 22px;
		padding: 0;
		border-radius: 5px;
		width: 120px;
		margin: auto;
	}
	#overview .obox.obox_img {
		width: 768px;
	}

	.scroll-top {
		width: 60px;
		height: 127px;
	}
	.scroll-top::after {
		top: 40px;
	}

}
