@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

/** 1. Remove the bottom border in Chrome 57- and Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

html { font-size: 62.5%; }

body { font: 10px/1.2 sans-serif; font-size: 1rem; word-break: break-all; word-wrap: break-word; text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -o-text-size-adjust: 100%; }

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, select, table, tr, th, td, article, aside, footer, header, hgroup, nav, section { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p { margin: 0; }

img { max-width: 100%; vertical-align: bottom; }

.cf { zoom: 1; }
.cf:before, .cf:after { content: ''; display: table; }
.cf:after { clear: both; }

.pir { text-indent: 100%; background-repeat: no-repeat; background-position: 0 0; white-space: nowrap; overflow: hidden; }
.pir a { display: block; width: 100%; height: 100%; text-decoration: none; }

html, body { height: 100%; }

body { color: #222222; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif; }

a:link { color: #ff0000; text-decoration: none; }

#overlay { display: none; position: fixed; z-index: 100; width: 100%; height: 100%; background-color: #ffffff; }

/* #page */
#page { min-width: 320px; overflow: hidden; background: #008cfd url(../img/page-back.jpg) center top no-repeat; background-size: 250%; line-height: 1.5; font-size: 14px; font-size: 4.38vw; }
#home #page { background-image: none; }

/* #header */
#header { margin: 0 auto; position: relative; display: table; width: 100%; }
#header .logo { display: table-cell; width: 48.75%; }
#header .title { display: table-cell; width: 51.25%; vertical-align: top; text-align: right; }

/* #gnav */
/* #main */
/* #content */
/* #footer */
#footer { position: relative; z-index: 30; background-color: #000000; color: #ffffff; }
#footer .inner { padding: 6.25vw 0; position: relative; }
#footer .copyright { text-align: center; }
#footer .copyright small { font-size: 10px; font-size: 3.13vw; }
#footer .gotop { position: absolute; right: 0; bottom: 0; z-index: 100; width: 48px; height: 48px; color: #ffffff; background-color: rgba(51, 51, 51, 0.8); }
#footer .gotop.fixed { position: fixed; }
#footer .gotop i { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; line-height: 1.67; font-family: FontAwesome; font-size: 24px; font-style: normal; }
#footer .gotop i:after { content: "\f077"; }
#footer .gotop p { text-align: left; overflow: hidden; text-indent: 100%; white-space: nowrap; }

#official-footer { max-width: 100%; overflow: hidden; }
#official-footer .md #nbgiProductsFooter #npf-bone { text-align: center; }
#official-footer .md #nbgiProductsFooter #npf-inner { margin-left: 16px; margin-right: 16px; box-sizing: border-box; display: inline-block; width: 96%; width: calc(100% - 32px); max-width: 960px; min-width: 608px; }

@media only screen and (min-width: 768px) { /* #page */
  #page { background-size: auto; font-size: 20px; }
  /* #header */
  #header { margin-top: -8px; margin-bottom: -8px; display: block; max-width: 992px; }
  #header .logo { margin-left: -16px; display: inline-block; width: 312px; }
  #header .title { display: inline-block; width: 328px; }
  /* #main */
  /* #footer */
  #footer .inner { padding: 40px 0; }
  #footer .copyright { text-align: center; }
  #footer .copyright small { font-size: 14px; } }
a:link { color: #ff0000; text-decoration: none; }
a:hover { color: #ff0000; }
a:visited { color: #990000; }
a:visited:hover { color: #ff0000; }

img.lazyload { font-size: 1rem; text-align: center; text-shadow: none; }

.container { padding: 0 16px; margin: 0 auto; width: 100%; }

.section_where { margin: -5% auto 0; padding: 7.5vw 7.5vw 47.5vw; position: relative; }
.section_where::before, .section_where::after { position: absolute; bottom: -6.25vw; z-index: 10; content: ""; display: block; height: 51.88vw; background-position: center bottom; background-repeat: no-repeat; background-size: contain; }
.section_where::before { left: 0; width: 62.5vw; background-image: url(../img/footer-chara-left.png); }
.section_where::after { right: 0; width: 37.5vw; background-image: url(../img/footer-chara-right.png); }
.section_where .message { margin: 0 auto 24px; padding: 1em 0; position: relative; z-index: 1; background-color: #fff; border-radius: 8px; max-width: 576px; text-align: center; font-weight: bold; }
.section_where .message:after { margin: 0 0 0 -16px; content: ""; position: absolute; top: 99%; left: 50%; width: 0; height: 0; border-style: solid; border-width: 16px 16px 0 16px; border-color: #ffffff transparent transparent transparent; }
.section_where .button { margin: 0 auto; position: relative; z-index: 20; max-width: 576px; text-align: center; }
.section_home { padding: 2.5vw 5vw; position: relative; z-index: 30; color: #000000; background-color: #ffffff; }
.section_home .button { margin: 0 auto; padding: 3.75vw 0; border-radius: 8px; display: block; max-width: 576px; text-align: center; color: #ffffff; background-color: #f60; font-size: 3.13vw; }
.section_home .button b { display: block; font-size: 3.75vw; }
.section_home .button:hover { color: #ffffff; }

.pane { margin: -5% 0 5%; padding: 5% 5% 0; position: relative; }
.pane-wrap { border: 1.25vw solid #000000; background-color: #ffffff; }
.pane-head { border-bottom: 1.25vw solid #000000; background-position: left top; background-size: 16px; background-size: 5vw; }
#begin .pane-head { background-image: url(../img/begin-pane-heading-back.png); }
#more .pane-head { background-image: url(../img/more-pane-heading-back.png); }
.pane-head .name { padding: 2.5vw; color: #ff0; text-align: center; font-size: 20px; font-size: 6.25vw; text-shadow: 0px 4px 1px #000, 0px 3px 1px #000, 1px 3px 1px #000, 2px 3px 1px #000, 2px 2px 1px #000, 3px 2px 1px #000, 3px 1px 1px #000, 3px 0px 1px #000, 4px 0px 1px #000, 3px -1px 1px #000, 3px -2px 1px #000, 3px -3px 1px #000, 2px -3px 1px #000, 2px -4px 1px #000, 1px -4px 1px #000, 0px -4px 1px #000, -1px -4px 1px #000, -2px -4px 1px #000, -3px -4px 1px #000, -3px -3px 1px #000, -4px -3px 1px #000, -4px -2px 1px #000, -4px -1px 1px #000, -4px 0px 1px #000, -4px 1px 1px #000, -4px 2px 1px #000, -3px 2px 1px #000, -3px 3px 1px #000, -2px 3px 1px #000, -1px 3px 1px #000, 6px 6px 2px rgba(0, 0, 0, 0.5); }
.pane-body { padding: 5vw 0; }
.pane-body .subsection { margin: 5vw auto 7.5vw; width: 77.5vw; max-width: 744px; }
.pane-body .subsection .heading_secondary, .pane-body .subsection .heading_tertiary { margin-top: 5vw; }
.pane-body .subsection:first-child { margin-top: 0; }
.pane-body .subsection:first-child:not(.subsection_full) .heading_secondary, .pane-body .subsection:first-child:not(.subsection_full) .heading_tertiary { margin-top: 0; }
.pane-body .subsection:last-child { margin-bottom: 0; }
.pane-body .subsection_full { margin: 0; width: auto; max-width: none; }
.pane-body .subsection_full:first-child { margin-top: -5vw; }
.pane-body .subsection_full:last-child { margin-top: -5vw; }
.pane-body .heading_secondary { margin-left: auto; margin-right: auto; margin-bottom: 5vw; display: table; width: 77.5vw; max-width: 744px; color: #ffffff; background: url(../img/heading-secondary-brush.png) center center no-repeat; background-size: cover; }
.pane-body .heading_secondary .name { display: table-cell; height: 10vw; vertical-align: middle; }
.pane-body .heading_tertiary { color: #ffcc00; }
.pane-body .heading_tertiary::after { margin-top: 4px; content: ""; display: block; height: 0.94vw; background-image: -moz-linear-gradient(0deg, rgba(255, 204, 0, 0) 0%, #ffcc00 50%, rgba(255, 204, 0, 0) 100%); background-image: -webkit-linear-gradient(0deg, rgba(255, 204, 0, 0) 0%, #ffcc00 50%, rgba(255, 204, 0, 0) 100%); background-image: -ms-linear-gradient(0deg, rgba(255, 204, 0, 0) 0%, #ffcc00 50%, rgba(255, 204, 0, 0) 100%); }
.pane-body .heading_secondary .name, .pane-body .heading_tertiary .name { text-align: center; font-size: 16px; font-size: 5vw; text-shadow: 0px 3px 1px #000, 0px 2px 1px #000, 1px 2px 1px #000, 2px 2px 1px #000, 2px 1px 1px #000, 2px 0px 1px #000, 3px 0px 1px #000, 2px -1px 1px #000, 2px -2px 1px #000, 2px -3px 1px #000, 1px -3px 1px #000, 0px -3px 1px #000, -1px -3px 1px #000, -2px -3px 1px #000, -3px -3px 1px #000, -3px -2px 1px #000, -3px -1px 1px #000, -3px 0px 1px #000, -3px 1px 1px #000, -3px 2px 1px #000, -2px 2px 1px #000, -1px 2px 1px #000, 4px 4px 2px rgba(0, 0, 0, 0.5); }
.pane-body .heading_secondary .name .note, .pane-body .heading_tertiary .name .note { font-size: 3.75vw; }
.pane_space .pane-wrap { color: #ffffff; background-color: #00304f; text-shadow: 2px 2px 2px #000; }
.pane_space .pane-body { background: url(../img/pane-back_space.jpg) center top repeat-y; background-size: 100%; background-attachment: fixed; }

@media only screen and (min-width: 768px) { .section_where { margin: -32px auto 0; padding: 32px 0 48px; }
  .section_where::before, .section_where::after { bottom: -32px; height: 440px; }
  .section_where::before { left: -25%; width: 600px; }
  .section_where::after { right: -10%; width: 360px; }
  .section_where .message { text-align: center; font-size: 24px; }
  .section_home { padding: 16px 32px; }
  .section_home .button { padding: 24px 0; font-size: 20px; }
  .section_home .button b { font-size: 24px; }
  .pane { margin: 0 auto 32px; padding: 0 16px; }
  .pane-wrap { border-width: 8px; }
  .pane-head { border-bottom-width: 8px; background-size: auto; }
  .pane-head .name { padding: 16px; font-size: 40px; }
  .pane-body { padding: 32px 0; }
  .pane-body .subsection { margin-top: 32px; margin-bottom: 48px; }
  .pane-body .subsection_full:first-child { margin-top: -32px; }
  .pane-body .subsection_full:last-child { margin-bottom: -32px; }
  .pane-body .heading_secondary { margin: 32px auto; }
  .pane-body .heading_secondary .name { height: 96px; }
  .pane-body .heading_tertiary { margin-top: 32px; border-bottom-width: 6px; }
  .pane-body .heading_tertiary::after { height: 4px; }
  .pane-body .heading_secondary .name, .pane-body .heading_tertiary .name { font-size: 32px; }
  .pane-body .heading_secondary .name .note, .pane-body .heading_tertiary .name .note { font-size: 24px; }
  .pane_space .pane-body { background-size: auto; } }
@media only screen and (min-width: 992px) { .container { max-width: 992px; }
  .section_where::before, .section_where::after { bottom: -32px; height: 498px; } }
/*
.lt480 {}	// 幅480px未満で表示 (=幅480px以上で非表示)
.lt640 {}	// 幅640px未満で表示 (=幅640px以上で非表示)
.lt768 {}	// 幅768px未満で表示 (=幅768px以上で非表示)
.lt992 {}	// 幅992px未満で表示 (=幅992px以上で非表示)
*/
@media only screen and (min-width: 480px) { .lt480 { display: none; } }
@media only screen and (min-width: 640px) { .lt640 { display: none; } }
@media only screen and (min-width: 768px) { .lt768 { display: none; } }
@media only screen and (min-width: 992px) { .lt992 { display: none; } }
/*
.gte480 {}	// 幅480px以上で表示 (=幅480px未満で非表示)
.gte640 {}	// 幅640px以上で表示 (=幅640px未満で非表示)
.gte768 {}	// 幅768px以上で表示 (=幅768px未満で非表示)
.gte992 {}	// 幅992px以上で表示 (=幅992px未満で非表示)
*/
@media only screen and (max-width: 479px) { .gte480 { display: none; } }
@media only screen and (max-width: 639px) { .gte640 { display: none; } }
@media only screen and (max-width: 767px) { .gte768 { display: none; } }
@media only screen and (max-width: 991px) { .gte992 { display: none; } }
#home #content .skip-box { padding: 16px 0; background-color: #ffffff; text-align: center; }
#home #content .skip-box .button .inner { padding: 12px; padding: 3.75vw 0; display: block; color: #ffffff; background-color: #ff6600; border-radius: 8px; }
#home #content .skip-box .check { margin-top: 16px; }
#home #content .skip-box .check [type="checkbox"], #home #content .skip-box .check [type="radio"] { margin-right: .25em; width: 16px; width: 3.75vw; height: 16px; height: 3.75vw; vertical-align: middle; }
#home #content .cover { position: relative; width: 100%; overflow: hidden; text-align: center; }
#home #content .cover .upside { position: absolute; top: 12px; top: 3.75vw; z-index: 10; width: 100%; }
#home #content .cover .logo { margin: 0 auto; width: 91.25%; }
#home #content .cover .logo img { width: 100%; }
#home #content .cover .cabinet { margin: 75vw auto 0; width: 43.75vw; }
#home #content .cover .cabinet img { width: 100%; }
#home #content .cover .visual { margin-bottom: -20vw; padding-top: 96px; padding-top: 30vw; }
#home #content .cover .visual img { margin: 0 0 0 -43.75%; max-width: none; width: 187.5%; }
#home #content .cover .menu { margin: 0; padding: 0; position: relative; box-sizing: content-box; width: 100%; height: 23.75vw; border-width: 1.25vw; border-style: solid none none; border-color: #000000; list-style: none; background: #000000 url(../img/cover-menu.png) no-repeat; background-size: cover; }
#home #content .cover .menu li a { position: absolute; height: 100%; top: 0; overflow: hidden; text-align: left; text-indent: 100%; white-space: nowrap; color: #ff0; }
#home #content .cover .menu li:nth-child(1) a { width: 60%; left: 0; }
#home #content .cover .menu li:nth-child(2) a { width: 40%; right: 0; }

@media only screen and (min-width: 768px) { #home #content .skip-box .button { display: inline-block; vertical-align: middle; }
  #home #content .skip-box .button .inner { padding: 16px; width: 288px; }
  #home #content .skip-box .check { margin: 0 0 0 32px; display: inline-block; vertical-align: middle; }
  #home #content .skip-box .check [type="checkbox"], #home #content .skip-box .check [type="radio"] { width: auto; height: auto; }
  #home #content .cover .upside { top: 48px; }
  #home #content .cover .logo { width: 496px; }
  #home #content .cover .cabinet { margin-top: 576px; width: 288px; }
  #home #content .cover .visual { margin-bottom: 0; padding: 88px 0 0; height: 1280px; }
  #home #content .cover .visual img { margin: 0; position: absolute; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); width: 1600px; }
  #home #content .cover .menu { margin-left: -328px; border-width: 8px; border-style: solid; position: absolute; left: 50%; bottom: 48px; width: 640px; height: 152px; } }
#begin #content #outer_begin-summary-about { height: 75.63vw; max-height: 816px; }
#begin #content #outer_begin-summary-onebutton { height: 95.16vw; max-height: 1027px; }
#begin #content #outer_begin-summary-character { height: 102.81vw; max-height: 1110px; }
#begin #content .section_summary .subsection_battle .cha { margin: -7.5vw -15vw 0; }
#begin #content .section_summary .subsection_battle .pic { margin: -31.25vw -2px -2px; }
#begin #content .section_summary .subsection_battle .pic img { border: 2px solid #ffffff; }
#begin #content .section_summary .subsection_one ul { margin: 0 -1.25vw; padding: 0; list-style: none; font-size: 0; text-align: center; }
#begin #content .section_summary .subsection_one ul li { padding: 1.25vw; display: inline-block; width: 50%; }
#begin #content .section_summary .subsection_first ol { margin: 0; padding: 0; list-style: none; }
#begin #content .section_summary .subsection_first ol li { margin-top: 2.5vw; padding: 2.5vw; display: table; width: 100%; background-color: rgba(0, 0, 0, 0.6); }
#begin #content .section_summary .subsection_first ol li .fig { width: 35.5%; height: 30vw; display: table-cell; vertical-align: top; position: relative; }
#begin #content .section_summary .subsection_first ol li .fig img { position: absolute; left: -5vw; width: 30vw; max-width: none; }
#begin #content .section_summary .subsection_first ol li .text { display: table-cell; vertical-align: middle; }
#begin #content .section_summary .subsection_first ol li .text .tech { margin: 0 0 .25em; font-size: 14px; font-size: 4.38vw; color: #ffcc00; }
#begin #content .section_summary .subsection_first ol li .text .desc { min-height: 2em; }
#begin #content .section_summary .subsection_first .twoplatoon { margin-top: 2.5vw; padding: 2.5vw; background-color: rgba(0, 0, 0, 0.6); }
#begin #content .section_summary .subsection_first .twoplatoon img { margin: 0 0 2.5vw; }
#begin #content .section_mode .txt { margin-top: 1em; text-align: center; }
#begin #content .section_mode .fig { margin: 0 -3.75vw; }
#begin #content .section_character .subsection { margin-bottom: 0; }
#begin #content .section_character .subsection .list-wrap { position: relative; }
#begin #content .section_character .subsection .list { margin: 0; color: #ffffff; }
#begin #content .section_character .subsection .list dt { position: absolute; top: 0; right: 0; left: 0; line-height: 1.5; text-align: center; font-size: 3.13vw; }
#begin #content .section_character .subsection .list dd { margin: 0 0 1.25vw; width: 20%; padding-top: 5vw; float: left; }
#begin #content .section_character .subsection .list dd img { width: 100%; }
#begin #content .section_character .subsection .list.list_type1 dd { background-color: #c00; }
#begin #content .section_character .subsection .list.list_type2 dt { top: 50%; left: 20%; }
#begin #content .section_character .subsection .list.list_type2 dd { background-color: #090; }
#begin #content .section_character .subsection .leg { margin-top: 1.25vw; text-align: center; line-height: 1; font-size: 1.88vw; }

@media only screen and (min-width: 768px) { #begin #content .section_summary .subsection_battle .cha { margin: -48px -120px 0; }
  #begin #content .section_summary .subsection_battle .pic { margin-top: -286px; }
  #begin #content .section_summary .subsection_one ul { margin: 0 -8px; }
  #begin #content .section_summary .subsection_one ul li { padding: 8px; }
  #begin #content .section_summary .subsection_first ol { margin: 0 auto; }
  #begin #content .section_summary .subsection_first ol li { margin-top: 16px; padding: 16px; }
  #begin #content .section_summary .subsection_first ol li .fig { padding-right: 16px; width: 256px; height: auto; }
  #begin #content .section_summary .subsection_first ol li .fig img { position: static; left: 0; width: 100%; }
  #begin #content .section_summary .subsection_first ol li .text .tech { font-size: 24px; }
  #begin #content .section_summary .subsection_first .twoplatoon { margin-top: 16px; padding: 16px; text-align: center; }
  #begin #content .section_summary .subsection_first .twoplatoon img { margin: 0 0 16px; }
  #begin #content .section_mode .fig { margin: 0 -48px; }
  #begin #content .section_character .subsection { padding-bottom: 32px; }
  #begin #content .section_character .subsection .list dt { line-height: 1.75; font-size: 28px; }
  #begin #content .section_character .subsection .list dd { margin-bottom: 16px; padding-top: 48px; }
  #begin #content .section_character .subsection .leg { margin-top: 0; font-size: 24px; }
  #begin #content .section_card .subsection { max-width: 640px; } }
@media only screen and (min-width: 992px) { #begin #content .section_summary .subsection_battle .cha { margin: -64px -200px 0; }
  #begin #content .section_summary .subsection_battle .cha img { width: 100%; }
  #begin #content .section_summary .subsection_battle .pic { margin-top: -332px; }
  #begin #content .section_character .subsection_list .list-wrap { margin: 0 -100px; } }
#more #content .section_more .pane-body { padding-bottom: 0; }
#more #content .subsection_intro { background: url(../img/more-intro-back.jpg) repeat-x; text-align: center; }
#more #content .subsection_intro .road { padding-top: 5vw; position: relative; z-index: 2; }
#more #content .subsection_intro .road .logo { margin: 0 auto; max-width: 77.5vw; }
#more #content .subsection_intro .road .catch { margin-top: 5vw; color: #06c; font-size: 6.25vw; font-weight: bold; text-shadow: 0 0 16px #fff, 0 0 12px #fff, 0 0 8px #fff, 0 0 4px #fff, 0 0 2px #fff; }
#more #content .subsection_intro .road .button { margin-top: 3.75vw; }
#more #content .subsection_intro .road .button a { transition: 0.2s ease-out; padding: 2.5vw 8.75vw; display: inline-block; border: 1.25vw solid #000; color: #fff; background-color: #333; font-weight: bold; }
#more #content .subsection_intro .road .button a::before { content: "\f08e "; font-family: fontawesome; font-weight: normal; margin-right: 0.5em; opacity: 0.8; }
#more #content .subsection_intro .road .button a:hover { border-color: #c30; background-color: #f60; }
#more #content .subsection_intro .road .body { font-size: 3.75vw; font-weight: bold; margin-top: 3.75vw; text-shadow: 0 0 16px #fff, 0 0 12px #fff, 0 0 8px #fff, 0 0 4px #fff, 0 0 2px #fff; }
#more #content .subsection_intro .guide { margin-top: -32.5vw; overflow: hidden; position: relative; z-index: 1; }
#more #content .subsection_intro .guide .visual { margin: 0 -33.3%; }
#more #content .subsection_intro .guide .profile { display: flex; margin: 0; list-style-type: none; justify-content: space-between; padding: 0; position: absolute; bottom: 2.5vw; left: 2.5vw; right: 2.5vw; }
#more #content .subsection_intro .guide .profile li { color: #fff; background-color: rgba(0, 0, 0, 0.8); line-height: 1.2; width: 37.5vw; padding: 2.5vw 1.25vw; }
#more #content .subsection_intro .guide .profile h3 { margin: 0; font-size: 3.13vw; }
#more #content .subsection_intro .guide .profile h3 em { margin-top: 0.63vw; display: block; font-size: 2.5vw; font-style: normal; }
#more #content .subsection_intro .guide .profile p { margin-top: 1.25vw; font-size: 2.81vw; }
#more #content .subsection_gokajo { margin-top: 0; padding: 5vw; background: #358830 url(../img/more-gokajo-back.png) repeat; }
#more #content .subsection_gokajo .gokajo-container { background-color: #f0f0d0; }
#more #content .subsection_gokajo .gokajo-button { cursor: pointer; background-color: #fff; /*
&:hover {
	h3 {
		opacity: 0.8;
	}
}
*/ }
#more #content .subsection_gokajo .gokajo-content { padding-bottom: 5vw; background-color: #ccccb1; }
#more #content .subsection_gokajo .gokajo-content .video { margin: 5vw auto 0; padding: 0 2.5vw; max-width: 77.5vw; }
#more #content .subsection_gokajo .gokajo-content .video-body { position: relative; }
#more #content .subsection_gokajo .gokajo-content .video-body video { width: 100%; vertical-align: bottom; }
#more #content .subsection_gokajo .gokajo-content .video-thumb { cursor: pointer; background-color: #000000; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
#more #content .subsection_gokajo .gokajo-content .video-thumb img { width: 100%; }
#more #content .subsection_gokajo .gokajo-content .video-thumb:hover img { opacity: 0.8; }
#more #content .subsection_gokajo .gokajo-content .video-caption { font-size: 1rem; margin-top: 1.25vw; text-align: center; }
#more #content .subsection_gokajo .gokajo-content .cols { padding: 2.5vw 2.5vw 0; }
#more #content .subsection_gokajo .gokajo-content .cols .video { padding-left: 0; padding-right: 0; }
#more #content .subsection_gokajo #part1 .first { margin-top: -2.5vw; }
#more #content .subsection_gokajo #part1 .video-caption img { width: 12.5vw; }
#more #content .subsection_gokajo #part2 .first { margin-top: -3.75vw; }
#more #content .subsection_gokajo #part2 .video { margin-top: 5vw; }
#more #content .subsection_gokajo .gokajo-note { margin-top: 3.75vw; color: #fff; text-align: center; font-weight: bold; font-size: 3.13vw; text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5); }
#more #content .collapse-content { display: none; }
#more #content .collapse-button .label-expand { display: none; }
#more #content .collapse-button[aria-expanded=true] .label-collapse { display: none; }
#more #content .collapse-button[aria-expanded=true] .label-expand { display: inline; }

@media only screen and (min-width: 768px) { #more #content .subsection_intro { margin-bottom: 0; }
  #more #content .subsection_intro .road { padding-top: 32px; }
  #more #content .subsection_intro .road .logo { max-width: none; }
  #more #content .subsection_intro .road .catch { margin-top: 32px; font-size: 40px; }
  #more #content .subsection_intro .road .button { margin-top: 24px; }
  #more #content .subsection_intro .road .button a { border-width: 8px; padding: 16px 56px; }
  #more #content .subsection_intro .road .body { margin-top: 24px; font-size: 20px; }
  #more #content .subsection_intro .guide { margin-top: -120px; }
  #more #content .subsection_intro .guide .profile { bottom: 32px; left: 32px; right: 32px; }
  #more #content .subsection_intro .guide .profile li { width: 320px; padding: 16px 0; }
  #more #content .subsection_intro .guide .profile h3 { font-size: 20px; }
  #more #content .subsection_intro .guide .profile h3 em { margin-top: 4px; font-size: 16px; }
  #more #content .subsection_intro .guide .profile p { margin-top: 8px; font-size: 16px; }
  #more #content .subsection_gokajo { margin-bottom: 0; padding: 32px; }
  #more #content .subsection_gokajo .gokajo-container .full { width: 100%; }
  #more #content .subsection_gokajo .gokajo-content { padding-bottom: 40px; }
  #more #content .subsection_gokajo .gokajo-content .video { margin-top: 32px; padding-left: 0; padding-right: 0; max-width: none; width: 512px; }
  #more #content .subsection_gokajo .gokajo-content .video-caption { margin-top: 8px; }
  #more #content .subsection_gokajo #part1 .first { margin-top: -16px; }
  #more #content .subsection_gokajo #part1 .video-caption img { width: 80px; }
  #more #content .subsection_gokajo #part2 .first { margin-top: -24px; }
  #more #content .subsection_gokajo #part2 .video { margin-top: 32px; }
  #more #content .subsection_gokajo .gokajo-note { margin-top: 24px; font-size: 20px; } }
@media only screen and (min-width: 992px) { #more #content .subsection_gokajo .gokajo-content .cols { padding: 16px 32px 0; }
  #more #content .subsection_gokajo .gokajo-content .cols .video { margin-top: 0; width: 400px; }
  #more #content .subsection_gokajo .gokajo-content .cols .video:nth-child(1) { float: left; }
  #more #content .subsection_gokajo .gokajo-content .cols .video:nth-child(2) { float: right; } }

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