.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.bold {
	font-weight: 700 !important;
}

.normal {
	font-weight: 400 !important;
}

.dis {
	text-decoration: line-through;
}

img.border {
	border: 2px solid #bfa46f;
}

a.url {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

[data-ruby] {
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 1.4em;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.7em;
	left: -100%;
	z-index: 1;
	width: 300%;
	font-size: 0.5em;
	line-height: 1em;
	text-align: center !important;
	white-space: nowrap;
	transform: scaleX(0.9);
}

[data-ruby] rt {
	display: none;
}

[data-ruby].long::before {
	letter-spacing: -0.1em;
	text-indent: -0.1em;
	transform: scaleX(0.7);
}

.emColor01 {
	color: #bfa46f !important;
}

.emColor02 {
	color: #a0d8ef !important;
}

.emColor03 {
	color: #007b9d !important;
}

.noteColor {
	color: #808080 !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.6em;
}

.fsL {
	font-size: 1.2em !important;
	line-height: 1.8em;
}

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

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.mgtQp {
	margin-top: 10.8px !important;
}

.mgtTp {
	margin-top: 14.4px !important;
}

.mgtHp {
	margin-top: 21.6px !important;
}

.mgt1p {
	margin-top: 43.2px !important;
}

.mgt1Hp {
	margin-top: 64.8px !important;
}

.mgt2p {
	margin-top: 86.4px !important;
}

.mgt2Hp {
	margin-top: 108px !important;
}

.mgt3p {
	margin-top: 129.6px !important;
}

.mgbQp {
	margin-bottom: 10.8px !important;
}

.mgbTp {
	margin-bottom: 14.4px !important;
}

.mgbHp {
	margin-bottom: 21.6px !important;
}

.mgb1p {
	margin-bottom: 43.2px !important;
}

.mgb1Hp {
	margin-bottom: 64.8px !important;
}

.mgb2p {
	margin-bottom: 86.4px !important;
}

.mgb2Hp {
	margin-bottom: 108px !important;
}

.mgb3p {
	margin-bottom: 129.6px !important;
}

.w1 {
	width: 1em !important;
}

.w2 {
	width: 2em !important;
}

.w3 {
	width: 3em !important;
}

.w4 {
	width: 4em !important;
}

.w5 {
	width: 5em !important;
}

.w6 {
	width: 6em !important;
}

.w7 {
	width: 7em !important;
}

.w8 {
	width: 8em !important;
}

.w9 {
	width: 9em !important;
}

.w10 {
	width: 10em !important;
}

.w11 {
	width: 11em !important;
}

.w12 {
	width: 12em !important;
}

.w13 {
	width: 13em !important;
}

.w14 {
	width: 14em !important;
}

.w15 {
	width: 15em !important;
}

.w16 {
	width: 16em !important;
}

.w17 {
	width: 17em !important;
}

.w18 {
	width: 18em !important;
}

.w19 {
	width: 19em !important;
}

.w20 {
	width: 20em !important;
}

.w21 {
	width: 21em !important;
}

.w22 {
	width: 22em !important;
}

.w23 {
	width: 23em !important;
}

.w24 {
	width: 24em !important;
}

.w25 {
	width: 25em !important;
}

.w26 {
	width: 26em !important;
}

.w27 {
	width: 27em !important;
}

.w28 {
	width: 28em !important;
}

.w29 {
	width: 29em !important;
}

.w30 {
	width: 30em !important;
}

.w31 {
	width: 31em !important;
}

.w32 {
	width: 32em !important;
}

.w33 {
	width: 33em !important;
}

.w34 {
	width: 34em !important;
}

.w35 {
	width: 35em !important;
}

.w36 {
	width: 36em !important;
}

.w37 {
	width: 37em !important;
}

.w38 {
	width: 38em !important;
}

.w39 {
	width: 39em !important;
}

.w40 {
	width: 40em !important;
}

.button {
	outline: none;
	box-sizing: border-box;
	display: inline-flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 0;
	width: 360px;
	height: 60px;
	background: #2b2b2b;
	color: #bfa46f;
	font-size: 1em;
	line-height: 1.1em !important;
	font-weight: 400;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.button:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.buttons .button {
	display: flex;
	width: 100%;
}

.buttons.c2 > li {
	width: calc((100% - 30px) / 2);
	max-width: 360px;
}

.buttons.c2 > li:nth-of-type(even) {
	margin-left: 30px;
}

.buttons.c2 > li:nth-of-type(n+3) {
	margin-top: 20px;
}

.buttons.c3 > li {
	width: calc((100% - 60px) / 3);
}

.buttons.c3 > li:not(:nth-of-type(3n+1)) {
	margin-left: 30px;
}

.buttons.c3 > li:nth-of-type(n+4) {
	margin-top: 20px;
}

table {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

table.def {
	font-size: inherit;
	line-height: 1.8em;
}

table.def tr {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
}

table.def th,
table.def td {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
	padding: 0;
	color: #d7d7da;
	font-weight: 400;
	vertical-align: top;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 10px;
}

table.def th {
	color: #bfa46f;
	text-align: left;
}

table.def td {
	text-align: left;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 1px;
	padding-top: 15px !important;
	padding-bottom: 15px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 1px 0;
}

ul.def {
	line-height: 2em;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

ul.def.circle > li {
	line-height: 1.6em;
}

ul.def.circle > li::before {
	content: "";
	box-sizing: border-box;
	display: block;
	top: 0.5em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 1px;
	border-style: solid;
	background: #bfa46f;
}

ul.rp {
	text-align: center;
}

ul.rp > li {
	position: relative;
	z-index: 1;
}

ul.rp > li::before {
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	z-index: -1;
	vertical-align: baseline;
}

ul.rp.disc > li::before {
	content: "・";
}

ul.rp.asta > li::before {
	content: "※";
}

ul.rp.circle > li {
	line-height: 1.6em;
}

ul.rp.circle > li::before {
	content: "";
	margin-right: 0.15em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ol.def {
	counter-reset: ol-def-item;
	font-size: inherit;
	line-height: 1.8em;
	text-align: left;
}

ol.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1.6em;
}

ol.def > li:not(:first-child) {
	margin-top: 0.4em;
}

ol.def > li::before,
ol.def > li::after {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	border-radius: 100%;
	width: 1.6em;
	height: 1.6em;
	color: #bfa46f;
	font-size: 0.75em;
	line-height: 0;
	font-family: mittwoch, serif;
	font-weight: 400;
	font-weight: 400;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
}

ol.def > li::before {
	counter-increment: ol-def-item;
	content: counter(ol-def-item);
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: calc(0.4em + 1px);
	z-index: 1;
}

ol.def > li::after {
	content: "";
	top: 0.4em;
	z-index: -1;
	border: 1px solid #bfa46f;
}

.scrollShowTarget {
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.6s ease-out, opacity 0.4s ease-in;
}

.scrollShowTarget.scrollShow {
	opacity: 1;
	transform: translateY(0);
}

body {
	background: #e7e7eb;
}

body::before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: transparent url(../img/world/mainvisual_pc.jpg) 50% 0/cover repeat-y;
}

body > header {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 20000;
	background: #000;
	line-height: 0;
}

body > header > .switch {
	width: 80px;
}

body > header > h1 {
	padding: 0 30px;
}

body > header > h1 a {
	display: block;
}

body > header > h1 a img {
	width: 92px;
	transition: all 0.3s;
}

body > header > h1 a:hover img {
	transform: scale(1.1);
}

body > header > ul {
	display: flex;
	text-align: left;
}

body > header > ul > li {
	border-left: 1px solid rgba(191, 164, 111, 0.5);
	width: 210px;
}

body > header > ul > li a {
	display: block;
	padding: 0 15px;
	color: #bfa46f;
	text-decoration: none;
}

body > header > ul > li a:hover {
	color: #e7e7eb;
}

body > header > ul > li a > span {
	display: block;
	font-family: mittwoch, serif;
	font-weight: 400;
	transition: all 0.3s;
}

body > header > ul > li a > span.no {
	margin-bottom: 0.5em;
	font-size: 0.8em;
	line-height: 1em;
}

body > header > ul > li a > span.main {
	font-size: 1em;
	line-height: 1em;
}

body > header > .buy {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1;
	height: 100%;
}

body > header > .buy > ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}

body > header > .buy > ul > li {
	margin-left: 10px;
}

body > header > .buy > ul > li a,
body > header > .buy > ul > li span {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	width: 180px;
	height: 40px;
	background: #bfa46f;
	color: #2b2b2b;
	font-size: 0.9em;
	line-height: 1em;
	letter-spacing: -0.1em;
	text-indent: -0.1em;
	text-decoration: none;
}

body > header > .buy > ul > li a img,
body > header > .buy > ul > li span img {
	margin-right: 5px;
	width: 20px;
}

body > header > .buy > ul > li a:hover {
	opacity: 0.8;
}

body > header > .buy > ul > li span {
	opacity: 0.6;
}

#main {
	position: relative;
	z-index: 1;
}

#main > h1 {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 10;
	width: 440px;
}

#main .visual img {
	opacity: 0;
	width: 100%;
}

#Container {
	overflow: hidden;
	padding-top: 120px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 calc(100% - 120px));
}

#Container > section {
	position: relative;
	z-index: 1;
	margin-top: -120px;
	padding: 170px 40px 200px;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
}

#Container > section:nth-of-type(odd) {
	clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 120px));
	background-color: rgba(0, 123, 158, 0.94);
	color: #fff;
}

#Container > section:nth-of-type(even) {
	clip-path: polygon(0 0, 100% 120px, 100% calc(100% - 120px), 0 100%);
	background-color: rgba(231, 231, 235, 0.94);
	color: #2b2b2b;
}

#Container > section > div {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 1020px;
}

#Container > section .para {
	margin-top: 30px;
}

#Container > section .button {
	background: #e8e7ec;
}

#Container > section .button:not(.off):hover {
	background: #bfa46f;
	color: #e8e7ec;
}

#Container > #lead {
	background-image: url(../img/world/deco01.png), url(../img/world/deco02.png);
	background-position: calc(50% + 360px) 60px, calc(50% - 330px) calc(100% - 120px);
	background-repeat: no-repeat;
	font-size: 1.3em;
	line-height: 2.2em;
	text-align: center;
}

#Container > #story #story01 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 50px;
}

#Container > #story #story01 > .catch {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	font-size: 1.5em;
	line-height: 1em;
}

#Container > #story #story01 > .catch > p {
	margin-right: 20px;
	width: 1em;
	color: #2b2b2b;
}

#Container > #story #story01 > .catch > p:nth-of-type(1) {
	order: 2;
}

#Container > #story #story01 > .catch > p:nth-of-type(2) {
	order: 1;
}

#Container > #story #story01 > .catch > p span {
	display: block;
}

#Container > #story #story01 > .catch > p .period {
	line-height: 0.7em;
	transform: translate(0.5em, -0.3em);
}

#Container > #story #story01 > .catch > p .brace {
	line-height: 0.5em;
}

#Container > #story #story01 > .catch > p .brace.start {
	transform: rotate(180deg) translateY(0.15em);
}

#Container > #story #story01 > .catch > p .brace.end {
	transform: translateY(0.25em);
}

#Container > #story #story01 > .desc {
	width: 880px;
}

#Container > #story #story02 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 50px;
}

#Container > #story #story02 > .pic {
	order: 2;
	width: 340px;
}

#Container > #story #story02 > .desc {
	order: 1;
	padding-bottom: 15px;
	width: 640px;
}

#Container > #story #story02 > .desc .staff {
	width: 497px;
	line-height: 0;
}

#Container > #story #story02 > .desc em {
	font-size: 1.3em;
	line-height: 1.8em;
}

#Container > #story #story02 > .desc .buttons {
	margin-top: 30px;
}

#Container > #story #story02 > .desc .buttons > li {
	width: 260px;
}

#Container > #story #story02 > .desc .buttons > li:nth-of-type(2) {
	margin-left: 30px;
}

#Container > #game {
	background-image: url(../img/world/deco03.png), url(../img/world/deco04.png);
	background-position: calc(50% + 440px) 180px, calc(50% - 550px) calc(100% - 570px);
	background-repeat: no-repeat;
}

#Container > #game #game01 {
	margin-top: 60px;
}

#Container > #game #game01 .catch {
	font-size: 1.5em;
	line-height: 1em;
}

#Container > #game #game01 .image_roll {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	height: 200px;
}

#Container > #game #game01 .image_roll > div {
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	background: transparent url(../img/world/game_img01.png) 0 0/auto 100% repeat-x;
	transform: translateX(-50%);
	animation: image_roll 30s linear infinite;
}

#Container > #game #game02 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}

#Container > #game #game02 > .pic {
	width: 400px;
}

#Container > #game #game02 > .desc {
	width: calc(100% - 400px - 30px);
}

#Container > #game #game03 {
	margin-top: 60px;
	text-align: center;
}

#Container > #game #game03 p {
	color: #e8dbbb;
	font-size: 1.4em;
	line-height: 1.8em;
}

#Container > #game #game03 .link {
	margin-top: 30px;
}

#Container > #play {
	padding-bottom: 300px;
}

#Container > #play #play01 {
	margin-top: 50px;
	text-align: center;
}

#Container > #play #play01 .catch {
	font-size: 1.5em;
	line-height: 1em;
}

#Container > #play #play02 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 70px;
}

#Container > #play #play02 > .pic {
	width: 400px;
}

#Container > #play #play02 > .desc {
	width: calc(100% - 400px - 30px);
}

#Container > #play #play02 > .desc dl {
	border-top: 1px solid #bfa46f;
}

#Container > #play #play02 > .desc dl > dt {
	display: inline-block;
	margin-top: 15px;
	padding: 5px 10px 7px;
	background: #bfa46f;
	color: #e8e7ed;
	line-height: 1em;
}

#Container > #play #play02 > .desc dl dd {
	border-bottom: 1px solid #bfa46f;
	padding-bottom: 15px;
}

#Container > #play #play02 > .desc .link {
	margin-top: 40px;
	text-align: center;
}

#Container > #play #play03 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

#Container > #play #play03 > .pic {
	width: 400px;
}

#Container > #play #play03 > .desc {
	width: calc(100% - 400px - 30px);
}

#Container > #play #play03 > .desc .link {
	margin-top: 40px;
	text-align: center;
}

#Wrap > footer {
	margin-top: -120px;
}

#Wrap > footer #share {
	position: relative;
	z-index: 10000;
	padding: 200px 0;
	background: linear-gradient(to bottom, rgba(160, 216, 239, 0.7) 0%, rgba(0, 134, 162, 0.7) 100%);
}

#Wrap > footer #share h1 {
	color: #e8e7ec;
	font-size: 4.4em;
	line-height: 1em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-weight: 400;
}

#Wrap > footer #share ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 30px;
}

#Wrap > footer #share ul > li {
	margin: 0 10px;
}

#Wrap > footer #share .button {
	border-color: #007b9e;
	width: 260px;
	background: #e8e7ec;
	color: #007b9e;
}

#Wrap > footer #share .button:not(.off):hover {
	background: #007b9e;
	color: #e8e7ec;
}

#Wrap > footer #official {
	background: #2b2b2b;
}

#Wrap > footer #official a {
	overflow: hidden;
	display: block;
	background: transparent;
}

#Wrap > footer #official a:hover {
	background: rgba(255, 255, 255, 0.2);
}

#Wrap > footer #copyright {
	box-sizing: border-box;
	position: relative;
	z-index: 10000;
	padding: 70px 40px;
	background: #e8e7ec;
	color: #2b2b2b;
}

#Wrap > footer #copyright > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	text-align: left;
}

#Wrap > footer #copyright > div > div:nth-of-type(1) {
	width: 490px;
}

#Wrap > footer #copyright > div > div:nth-of-type(2) {
	width: calc(100% - 490px - 30px);
}

#Wrap > footer #copyright .logos {
	display: flex;
	flex-flow: row nowrap;
	line-height: 0;
}

#Wrap > footer #copyright .logos > li {
	margin-right: 20px;
}

#Wrap > footer #copyright .logos a {
	display: block;
}

#Wrap > footer #copyright .logos a:hover img {
	opacity: 0.6;
}

#Wrap > footer #copyright .logos img {
	width: auto;
	height: 30px;
}

#Wrap > footer #copyright .links {
	display: inline-flex;
	flex-flow: row wrap;
	margin-top: 30px;
	width: 440px;
}

#Wrap > footer #copyright .links > li {
	border-bottom: 2px solid #bfa46f;
	width: 210px;
}

#Wrap > footer #copyright .links > li:nth-of-type(even) {
	margin-left: 20px;
}

#Wrap > footer #copyright .links > li:nth-of-type(n+3) {
	margin-top: 20px;
}

#Wrap > footer #copyright .links a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #bfa46f;
	font-size: 0.7em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
	background: transparent url(../img/ft_arrow.png) 100% 60%/12px auto no-repeat;
	white-space: nowrap;
}

#Wrap > footer #copyright .links a:hover {
	background-position: calc(100% - 10px) 60%;
}

#Wrap > footer #copyright .caution {
	text-align: right;
}

#Wrap > footer #copyright .caution .jp,
#Wrap > footer #copyright .caution .en {
	font-size: 0.7em;
	line-height: 1.6em;
}

#Wrap > footer #copyright .caution .nintendo {
	margin-top: 1em;
	font-size: 0.7em;
	line-height: 1.6em;
}

#Wrap > footer #copyright .copy {
	font-size: 0.7em;
	line-height: 1.6em;
	text-align: right;
}

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

.sp {
	display: none !important;
}

.w1.pcbreak,
.w2.pcbreak,
.w3.pcbreak,
.w4.pcbreak,
.w5.pcbreak,
.w6.pcbreak,
.w7.pcbreak,
.w8.pcbreak,
.w9.pcbreak,
.w10.pcbreak,
.w11.pcbreak,
.w12.pcbreak,
.w13.pcbreak,
.w14.pcbreak,
.w15.pcbreak,
.w16.pcbreak,
.w17.pcbreak,
.w18.pcbreak,
.w19.pcbreak,
.w20.pcbreak,
.w21.pcbreak,
.w22.pcbreak,
.w23.pcbreak,
.w24.pcbreak,
.w25.pcbreak,
.w26.pcbreak,
.w27.pcbreak,
.w28.pcbreak,
.w29.pcbreak,
.w30.pcbreak,
.w31.pcbreak,
.w32.pcbreak,
.w33.pcbreak,
.w34.pcbreak,
.w35.pcbreak,
.w36.pcbreak,
.w37.pcbreak,
.w38.pcbreak,
.w39.pcbreak,
.w40.pcbreak {
	width: auto !important;
}

}

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

.pc {
	display: none !important;
}

.mgtQp {
	margin-top: 14.4px !important;
}

.mgtTp {
	margin-top: 19.2px !important;
}

.mgtHp {
	margin-top: 28.8px !important;
}

.mgt1p {
	margin-top: 57.6px !important;
}

.mgt1Hp {
	margin-top: 86.4px !important;
}

.mgt2p {
	margin-top: 115.2px !important;
}

.mgt2Hp {
	margin-top: 144px !important;
}

.mgt3p {
	margin-top: 172.8px !important;
}

.mgbQp {
	margin-bottom: 14.4px !important;
}

.mgbTp {
	margin-bottom: 19.2px !important;
}

.mgbHp {
	margin-bottom: 28.8px !important;
}

.mgb1p {
	margin-bottom: 57.6px !important;
}

.mgb1Hp {
	margin-bottom: 86.4px !important;
}

.mgb2p {
	margin-bottom: 115.2px !important;
}

.mgb2Hp {
	margin-bottom: 144px !important;
}

.mgb3p {
	margin-bottom: 172.8px !important;
}

.w1.spbreak,
.w2.spbreak,
.w3.spbreak,
.w4.spbreak,
.w5.spbreak,
.w6.spbreak,
.w7.spbreak,
.w8.spbreak,
.w9.spbreak,
.w10.spbreak,
.w11.spbreak,
.w12.spbreak,
.w13.spbreak,
.w14.spbreak,
.w15.spbreak,
.w16.spbreak,
.w17.spbreak,
.w18.spbreak,
.w19.spbreak,
.w20.spbreak,
.w21.spbreak,
.w22.spbreak,
.w23.spbreak,
.w24.spbreak,
.w25.spbreak,
.w26.spbreak,
.w27.spbreak,
.w28.spbreak,
.w29.spbreak,
.w30.spbreak,
.w31.spbreak,
.w32.spbreak,
.w33.spbreak,
.w34.spbreak,
.w35.spbreak,
.w36.spbreak,
.w37.spbreak,
.w38.spbreak,
.w39.spbreak,
.w40.spbreak {
	width: auto !important;
}

.button {
	display: flex !important;
	border-width: 2px 0;
	width: auto;
	height: 100px;
	font-size: 1em;
	line-height: 1.2em !important;
	font-weight: 400;
}

.button:not(.off):hover {
	background: #2b2b2b;
	color: #bfa46f;
}

.buttons {
	display: block;
}

.buttons > li {
	margin: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.buttons > li:not(:first-child) {
	margin-top: 30px !important;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 30px;
}

table.def th > span {
	padding: 0.2em 0.4em 0.3em;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 2px;
	padding-top: 20px !important;
	padding-bottom: 20px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 2px 0;
}

table.def.border thead th {
	border-width: 0;
	padding-top: 0 !important;
	padding-bottom: 20px;
}

table.def.spbreak {
	display: block;
}

table.def.spbreak thead {
	display: none !important;
}

table.def.spbreak tbody,
table.def.spbreak tr,
table.def.spbreak th,
table.def.spbreak td {
	display: block;
}

table.def.spbreak tr:not(:first-child) {
	padding: 30px 0 0;
}

table.def.spbreak th,
table.def.spbreak td {
	padding: 0 !important;
}

table.def.spbreak.border tr {
	border-width: 0 0 2px;
	padding: 20px 0;
}

table.def.spbreak.border tr th,
table.def.spbreak.border tr td {
	border-width: 0 !important;
}

table.def.spbreak.border tr:first-child {
	border-width: 2px 0;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 2px;
}

ul.rp {
	text-align: left;
}

ul.rp > li {
	padding-left: 1em;
}

ul.rp > li::before {
	position: absolute;
}

ul.rp.circle > li::before {
	top: 0.5em;
}

ol.def > li::before,
ol.def > li::after {
	width: 1.6em;
	height: 1.6em;
}

ol.def > li::before {
	top: calc(0.5em + 1px);
}

ol.def > li::after {
	top: 0.5em;
}

body::before {
	background-image: url(../img/world/mainvisual_sp.jpg);
}

body > header > .switch {
	width: 100px;
}

body > header > h1 {
	padding: 0 20px;
}

body > header > h1 a img {
	width: auto;
}

body > header > h1 a:hover img {
	transform: scale(1);
}

body > header > ul > li {
	border-left-width: 2px;
	width: 160px;
}

body > header > ul > li a {
	padding: 0 0 0 25px;
}

body > header > ul > li a:hover {
	color: #bfa46f;
}

body > header > ul > li a > span.no {
	margin-bottom: 0.3em;
	font-size: 0.7em;
	line-height: 1em;
}

body > header > ul > li a > span.main {
	font-size: 0.85em;
	line-height: 1em;
}

#main > h1 {
	left: 0;
	top: 790px;
	width: auto;
}

#Container {
	padding-top: 70px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 calc(100% - 70px));
}

#Container > section {
	margin-top: -70px;
	padding: 150px 40px 140px;
	font-size: 1em;
	line-height: 1.8em;
}

#Container > section:nth-of-type(odd) {
	clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 calc(100% - 70px));
}

#Container > section:nth-of-type(even) {
	clip-path: polygon(0 0, 100% 70px, 100% calc(100% - 70px), 0 100%);
}

#Container > section > div {
	width: auto;
}

#Container > section .button {
	font-size: 1.2em;
	line-height: 1.2em;
}

#Container > section .button:not(.off):hover {
	background: #e8e7ec;
	color: #bfa46f;
}

#Container > #lead {
	background-position: 100% 40px, 40px calc(100% - 60px);
	background-size: 170px auto, 86px auto;
	font-size: 1.2em;
	line-height: 1.8em;
}

#Container > #story #story01 > .catch {
	font-size: 1.6em;
	line-height: 1em;
}

#Container > #story #story01 > .catch > p {
	margin-right: 30px;
}

#Container > #story #story01 > .desc {
	width: 500px;
}

#Container > #story #story01 > .desc > div {
	width: 540px;
}

#Container > #story #story02 {
	display: block;
	margin-top: 70px;
}

#Container > #story #story02 > .pic {
	width: auto;
}

#Container > #story #story02 > .desc {
	padding: 40px 0 0;
	width: auto;
}

#Container > #story #story02 > .desc .staff {
	width: auto;
}

#Container > #story #story02 > .desc em {
	font-size: 1.5em;
	line-height: 1.8em;
}

#Container > #story #story02 > .desc .buttons {
	display: flex;
	margin-top: 50px;
}

#Container > #story #story02 > .desc .buttons > li {
	width: 320px !important;
}

#Container > #story #story02 > .desc .buttons > li:nth-of-type(2) {
	margin-top: 0 !important;
	margin-left: 30px !important;
}

#Container > #game {
	background-position: calc(100% - 40px) 120px, calc(100% - 170px) 410px;
}

#Container > #game #game01 {
	margin-top: 90px;
}

#Container > #game #game01 .catch {
	font-size: 1.6em;
	line-height: 1.4em;
}

#Container > #game #game02 {
	display: block;
}

#Container > #game #game02 > .pic {
	margin: 0 auto 30px;
}

#Container > #game #game02 > .desc {
	width: auto;
}

#Container > #game #game03 p {
	font-size: 1.4em;
	line-height: 2em;
}

#Container > #game #game03 .link {
	margin-top: 50px;
}

#Container > #game #game03 .link .button {
	margin: 0 auto;
	width: 460px;
}

#Container > #play {
	padding-bottom: 230px;
}

#Container > #play #play01 {
	margin-top: 90px;
	text-align: left;
}

#Container > #play #play01 .catch {
	font-size: 1.6em;
	line-height: 1em;
}

#Container > #play #play02 {
	display: block;
	margin-top: 70px;
}

#Container > #play #play02 > .pic {
	margin: 0 auto 30px;
	width: 590px;
}

#Container > #play #play02 > .desc {
	width: auto;
}

#Container > #play #play02 > .desc dl {
	margin-top: 20px;
	border-top-width: 2px;
}

#Container > #play #play02 > .desc dl > dt {
	margin: 30px 0 10px;
	padding: 9px 12px 10px;
	font-size: 1.2em;
	line-height: 1em;
}

#Container > #play #play02 > .desc dl dd {
	border-bottom-width: 2px;
	padding-bottom: 30px;
}

#Container > #play #play02 > .desc .link {
	margin-top: 60px;
}

#Container > #play #play02 > .desc .link .button {
	margin: 0 auto;
	width: 460px;
}

#Container > #play #play03 {
	display: block;
	margin-top: 100px;
}

#Container > #play #play03 > .pic {
	margin: 0 auto 30px;
	width: 590px;
}

#Container > #play #play03 > .desc {
	width: auto;
}

#Container > #play #play03 > .desc .link {
	margin-top: 60px;
}

#Container > #play #play03 > .desc .link .button {
	margin: 0 auto;
	width: 460px;
}

#Wrap > footer {
	margin-top: -70px;
}

#Wrap > footer #share {
	padding: 150px 0;
}

#Wrap > footer #share h1 {
	font-size: 3.4em;
	line-height: 1em;
}

#Wrap > footer #share .button {
	width: 210px;
}

#Wrap > footer #share .button:not(.off):hover {
	background: #e8e7ec;
	color: #007b9e;
}

#Wrap > footer #official a:hover {
	background: transparent;
}

#Wrap > footer #official a img {
	position: relative;
	left: -45px;
	z-index: 1;
	width: auto;
	max-width: none;
	height: 360px;
}

#Wrap > footer #copyright {
	width: auto;
}

#Wrap > footer #copyright > div {
	display: block;
	width: auto;
	text-align: center;
}

#Wrap > footer #copyright > div > div {
	width: auto !important;
}

#Wrap > footer #copyright .logos {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

#Wrap > footer #copyright .logos > li {
	margin: 0 15px;
}

#Wrap > footer #copyright .logos a:hover img {
	opacity: 1;
}

#Wrap > footer #copyright .logos img {
	height: auto;
}

#Wrap > footer #copyright .links {
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
	width: 100%;
	max-width: 670px;
}

#Wrap > footer #copyright .links > li {
	margin-left: 0 !important;
	width: calc((100% - 30px) / 2);
}

#Wrap > footer #copyright .links > li:nth-of-type(n+3) {
	margin-top: 30px;
}

#Wrap > footer #copyright .links a {
	padding: 5px 15px 5px 0;
	font-size: 0.84em;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	background-size: auto;
}

#Wrap > footer #copyright .links a:hover {
	background-position: 100% 60%;
}

#Wrap > footer #copyright .caution {
	margin-top: 60px;
	text-align: center;
}

#Wrap > footer #copyright .caution .jp {
	font-size: 0.8em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .caution .en {
	font-size: 0.9em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .caution .nintendo {
	font-size: 0.8em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .copy {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
}

}

@keyframes image_roll {

0% {
	background-position: 0 0;
}

100% {
	background-position: -2847.5px 0;
}

}


/*# sourceMappingURL=../map/world.css.map */
