@charset "UTF-8";
/* ==========================================================================
	計測タグの余白をリセット
========================================================================== */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */
*,
:before,
:after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Prevent font size adjustments after orientation changes in IE and iOS.
  */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
}

/**
  * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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: #ffff00;
  color: #000000;
}

/**
  * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
    ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * 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;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
    ========================================================================== */
/**
  * Collapse border spacing
  */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
    ========================================================================== */
/**
  * Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
  * Inherit styling in all browsers (opinionated).
  */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
  * 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;
}

/**
  * 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 */
}

/**
  * 1. Remove the default vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
  * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
    ========================================================================== */
/*
  * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
    ========================================================================== */
/*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
    ========================================================================== */
/**
  * Change the cursor on busy elements (opinionated).
  */
[aria-busy="true"] {
  cursor: progress;
}

/*
  * Change the cursor on control elements (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the display on visually hidden accessible elements (opinionated).
  */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
[aria-disabled] {
  cursor: default;
}

/* ==========================================================================
    BASE
========================================================================== */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000;
  color: #fff;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

button,
picture {
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

@-webkit-keyframes commonStep {
  100% {
    background-position-x: 200%;
  }
}

@keyframes commonStep {
  100% {
    background-position-x: 200%;
  }
}

/* sanitize overwrite */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

.c-br_nrw {
  display: none;
}

.c-br_wide {
  display: none;
}

.c-main {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}

.c-mov {
  position: relative;
}

.c-mov:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: url(../../assets/img/common/ico_play.svg);
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.93333vw;
}

.c-ttl img {
  position: absolute;
  top: -8.66667vw;
  left: -1.33333vw;
  height: 9.06667vw;
}

.c-subttl {
  border-left: 1.06667vw solid #fff;
  padding: 1.33333vw 0 1.33333vw 3.2vw;
}

.c-subttl img {
  height: 4.26667vw;
}

.c-subttl span {
  display: block;
  font-size: 3.46667vw;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
  margin-top: 2vw;
}

.about {
  background-color: #20053d;
  border-top-right-radius: 18.66667vw;
  margin-top: -18.66667vw;
  padding: 10.66667vw 6.66667vw 45.33333vw;
  position: relative;
}

.about__mov {
  margin-top: 1.33333vw;
  position: relative;
}

.about__mov p {
  font-size: 2.93333vw;
  line-height: 1;
  margin: 1.86667vw 10.93333vw 0 0;
  text-align: right;
}

.about__mov:after {
  position: absolute;
  bottom: -8.66667vw;
  right: -13.33333vw;
  -webkit-animation: commonStep 1s steps(2) infinite;
          animation: commonStep 1s steps(2) infinite;
  background: url(../../assets/img/about/ph_ryu.png) no-repeat left/cover;
  content: '';
  height: 56vw;
  pointer-events: none;
  width: 38.4vw;
}

.about__intro {
  padding-top: 9.6vw;
}

.about__txt {
  font-size: 3.46667vw;
  line-height: 1.7;
  margin: -0.35em 0;
}

.about__txt strong {
  color: #ff0;
  font-weight: bold;
}

.about__bnr {
  margin-top: 9.6vw;
}

.about__bnr span {
  display: block;
  font-size: 3.2vw;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.about__bnr span:before, .about__bnr span:after {
  content: url(../../assets/img/about/bg_line.svg);
  display: inline-block;
  margin: -0.1em 2.66667vw 0 0;
  vertical-align: middle;
  width: 2.4vw;
}

.about__bnr span:after {
  margin: -0.1em 0 0 2.66667vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.about__bnr a {
  display: block;
  margin-top: 2vw;
}

.footer {
  background: url(../../assets/img/footer/bg_footer_nrw.jpg) no-repeat center/cover;
  padding: 5.33333vw 6.66667vw;
}

.footer h5 img {
  height: 2.93333vw;
  margin: auto;
}

.footer nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.33333vw;
}

.footer nav a {
  display: block;
  margin: 0 4vw;
}

.footer nav img[src*='twitter'] {
  width: 5.86667vw;
}

.footer nav img[src*='facebook'] {
  width: 2.93333vw;
}

.footer nav img[src*='line'] {
  width: 6.4vw;
}

.footer__bnr {
  margin-top: 6.66667vw;
}

.footer__bnr a {
  display: block;
}

.footer__cr {
  font-size: 2.66667vw;
  line-height: 1;
  margin-top: 5.33333vw;
  text-align: center;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22.13333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header img {
  width: 86.8vw;
}

.howto {
  background-color: #aea6b5;
  border-top-right-radius: 18.66667vw;
  margin-top: -18.66667vw;
  padding: 5.33333vw 0 45.33333vw;
  position: relative;
}

.howto h3 {
  line-height: 5.6vw;
}

.howto h3 span {
  background-color: #000;
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: 900;
  letter-spacing: 0.4em;
  padding: 0 1em 0 1.4em;
  vertical-align: top;
}

.howto__sec {
  color: #000;
  font-size: 3.46667vw;
  margin: 0 5.33333vw;
  padding: 0 0 6vw 12vw;
  position: relative;
}

.howto__sec h4 {
  background-color: #aea6b5;
  margin-left: -12vw;
  padding: 1.33333vw 0;
  position: relative;
}

.howto__sec h4 img {
  height: 8.8vw;
}

.howto__sec h4:after {
  border-top: 0.26667vw solid #000;
  content: '';
  display: block;
  margin: -0.26667vw 0 0 8.66667vw;
}

.howto__sec:before {
  position: absolute;
  top: 0;
  left: 4.66667vw;
  background: url(../../assets/img/howto/deco_line.png) repeat-y top/contain;
  content: '';
  display: block;
  height: 100%;
  width: 0.66667vw;
}

.howto__sec:nth-of-type(1) {
  margin-top: 4vw;
}

.howto__sec:nth-of-type(1) .howto__ph {
  margin: 4vw 0 4.66667vw;
  width: 58.93333vw;
}

.howto__sec:nth-of-type(1) .howto__ph a + img {
  position: absolute;
  top: 12.66667vw;
  left: 42.66667vw;
  width: 37.33333vw;
  z-index: 2;
}

.howto__sec:nth-of-type(1) .howto__ph:before {
  position: absolute;
  top: -6.66667vw;
  left: 33.33333vw;
  content: url(../../assets/img/howto/txt_follow.svg);
}

.howto__sec:nth-of-type(1) .howto__ph:after {
  position: absolute;
  top: -14.66667vw;
  left: 44vw;
  background-image: url(../../assets/img/howto/ph_reo.png);
}

.howto__sec:nth-of-type(2) .howto__ph {
  margin: 4vw 0 5.33333vw auto;
  width: 54.66667vw;
}

.howto__sec:nth-of-type(2) .howto__ph:before {
  position: absolute;
  top: 21.33333vw;
  left: 3.33333vw;
  content: url(../../assets/img/howto/txt_listen_nrw.svg);
}

.howto__sec:nth-of-type(2) .howto__ph:after {
  position: absolute;
  top: -6.66667vw;
  left: -26vw;
  background-image: url(../../assets/img/howto/ph_anne.png);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.howto__sec:nth-of-type(3) .howto__ph {
  margin: 4vw 0 2.66667vw;
  width: 54.93333vw;
}

.howto__sec:nth-of-type(3) .howto__ph:before {
  position: absolute;
  top: -2.66667vw;
  left: 33.33333vw;
  content: url(../../assets/img/howto/txt_check.svg);
}

.howto__sec:nth-of-type(3) .howto__ph:after {
  position: absolute;
  top: -15.33333vw;
  left: 42.66667vw;
  background-image: url(../../assets/img/howto/ph_kanata.png);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.howto__sec:nth-of-type(4) {
  padding-bottom: 0;
}

.howto__sec:nth-of-type(4) .howto__ph {
  margin: -1.33333vw 0 3.33333vw 33.33333vw;
  width: 37.6vw;
}

.howto__sec:nth-of-type(4) .howto__ph:before {
  position: absolute;
  top: 20vw;
  left: -12.66667vw;
  content: url(../../assets/img/howto/txt_entry_nrw.svg);
}

.howto__sec:nth-of-type(4) .howto__ph:after {
  position: absolute;
  top: -6.66667vw;
  left: -37.33333vw;
  background-image: url(../../assets/img/howto/ph_yohei.png);
}

.howto__txt {
  line-height: 1.7;
  margin: calc(-1.33333vw + 0.35em) 0 -0.35em;
}

.howto__txt strong {
  font-weight: 900;
}

.howto__ph {
  position: relative;
}

.howto__ph a {
  display: block;
}

.howto__ph p {
  display: block;
}

.howto__ph:before, .howto__ph:after {
  pointer-events: none;
  z-index: 1;
}

.howto__ph:before {
  font-size: 0;
  width: 21.33333vw;
}

.howto__ph:after {
  -webkit-animation: commonStep 1s steps(2) infinite;
          animation: commonStep 1s steps(2) infinite;
  background-size: cover;
  content: '';
  height: 56vw;
  width: 38.4vw;
}

.howto__btn {
  font-size: 0;
}

.howto__btn a {
  background-color: #aea6b5;
  border: 0.26667vw solid #000;
  border-radius: 9999px;
  display: block;
  font-size: 3.46667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11.46667vw;
  padding-right: 5.33333vw;
  position: relative;
  text-align: center;
  z-index: 1;
}

.howto__btn a + a {
  margin-top: 3.2vw;
}

.howto__btn a:before {
  display: inline-block;
  line-height: 0;
  margin: -0.2em 2.66667vw 0 0;
  vertical-align: middle;
}

.howto__btn a:after {
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  border-right: 0.26667vw solid #000;
  border-top: 0.26667vw solid #000;
  content: '';
  height: 1.6vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.6vw;
}

.howto__btn.-twitter a:before {
  content: url(../../assets/img/howto/ico_twitter.svg);
  width: 5.33333vw;
}

.howto__btn.-play a:before {
  content: url(../../assets/img/howto/ico_play.svg);
  width: 6.66667vw;
}

.howto__appbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howto__appbtn__btn {
  display: block;
}

.link {
  padding: 10.66667vw 6.66667vw 16vw;
}

.link ul {
  padding-top: 4vw;
}

.link li {
  margin-top: 5.33333vw;
}

.link a {
  display: block;
}

.modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

.modal button {
  position: absolute;
  top: 5.33333vw;
  right: 5.33333vw;
  padding: 5.33333vw;
}

.modal button:before, .modal button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.26667vw solid #fff;
  content: '';
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 14.66667vw;
}

.modal button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
          transform: none;
  z-index: 9999;
}

.modal__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.modal__inner img {
  width: 100%;
}

.-youtube .modal__inner {
  max-width: 800px;
  position: relative;
  width: 100%;
}

.-youtube .modal__inner:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.-image .modal__inner {
  margin-top: 21.33333vw;
  max-height: calc(100% - 21.33333vw);
  overflow-y: auto;
  width: 90%;
}

.newcd {
  margin-top: -18.66667vw;
  padding: 6.66667vw 0 16vw;
  position: relative;
  z-index: 0;
}

.newcd h3 {
  line-height: 5.6vw;
}

.newcd h3 span {
  background-color: #b3b3b3;
  color: #000;
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: 900;
  letter-spacing: 0.4em;
  padding: 0 1em 0 1.4em;
  vertical-align: top;
}

.newcd picture {
  position: absolute;
  top: 109.33333vw;
  left: 2.66667vw;
  width: 95.33333vw;
}

.newcd__mov {
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 18.66667vw;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}

.newcd__mov video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.newcd__mov:before, .newcd__mov:after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  height: 100%;
  width: 100%;
}

.newcd__mov:after {
  background: -webkit-linear-gradient(top, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
  background: linear-gradient(top, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
  height: 19.46667vw;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  top: -3.46667vw;
}

.newcd__row {
  padding: 6.66667vw 6.66667vw 0;
}

.newcd__ph {
  position: relative;
  z-index: 0;
}

.newcd__ph img[src*='ph_cd'] {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  -webkit-transition: 2s;
  transition: 2s;
  width: 91.33333vw;
  z-index: -1;
}

.js-event.-active .newcd__ph img[src*='ph_cd'] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}

.newcd__ph:after {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
  background: linear-gradient(top, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
  content: '';
  height: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  width: 100%;
  z-index: -1;
}

.newcd__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newcd__detail section {
  margin-top: 6.66667vw;
  width: calc(50% - 3.33333vw);
}

.newcd__detail section.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.newcd__detail h4 {
  border-bottom: 0.4vw solid #ad9b3e;
  padding-bottom: 1.33333vw;
  width: 100%;
}

.newcd__detail h4 img {
  height: 4.66667vw;
}

.newcd__detail ul {
  font-size: 3.46667vw;
  line-height: 1.7;
  margin: 0.35em 0 -0.35em;
}

.newcd__detail ul + ul {
  margin-left: 6.66667vw;
}

[lang='en'] .newcd__detail ul + ul {
  margin-left: 0;
  width: 100%;
}

.newcd__txt {
  color: #ad9b3e;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1.6;
  margin: calc(46vw - 0.3em) 0 -0.3em;
  text-shadow: 0.26667vw 0.53333vw 1.86667vw #000;
}

.newcd__note {
  color: #999;
  font-size: 3.46667vw;
  line-height: 1.7;
  margin: calc(6.66667vw - 0.35em) 0 -0.35em;
}

.newcd__btn {
  margin-top: 6.66667vw;
  width: 100%;
}

.newcd__btn a {
  border: 0.26667vw solid #fff;
  border-radius: 9999px;
  display: block;
  font-size: 3.46667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 11.46667vw;
  position: relative;
  text-align: center;
}

.newcd__btn a:after {
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  border-right: 0.26667vw solid #fff;
  border-top: 0.26667vw solid #fff;
  content: '';
  height: 1.6vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.6vw;
}

.js-event {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 1s;
  transition: 1s;
}

.js-event.-left {
  -webkit-transform: translateX(-6.66667vw);
          transform: translateX(-6.66667vw);
}

.js-event.-right {
  -webkit-transform: translateX(6.66667vw);
          transform: translateX(6.66667vw);
}

.js-event.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
          transform: none;
}

.mv {
  background: url(../../assets/img/mv/bg_mv_nrw.jpg) no-repeat center bottom/cover;
  overflow: hidden;
  padding-bottom: 37.33333vw;
  position: relative;
}

.mv h1 {
  -webkit-animation: mvFilter 1s 1s forwards;
          animation: mvFilter 1s 1s forwards;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
  margin: -5.6vw -8vw -7.73333vw -6.13333vw;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  width: 114.8vw;
}

@-webkit-keyframes mvFilter {
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes mvFilter {
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
            transform: none;
  }
}

.mv p {
  -webkit-animation: mvFilter 1s 1s forwards;
          animation: mvFilter 1s 1s forwards;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
  font-size: 3.46667vw;
  font-weight: bold;
  line-height: 1.7;
  margin: calc(92.53333vw - 0.35em) 6.66667vw -0.35em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  text-shadow: 0.26667vw 0.53333vw 2vw #000;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

.mv:before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #000 38%, rgba(0, 0, 0, 0.7) 68%, rgba(0, 0, 0, 0));
  background: linear-gradient(top, #000 38%, rgba(0, 0, 0, 0.7) 68%, rgba(0, 0, 0, 0));
  content: '';
  height: 48.26667vw;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  width: 100%;
}

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  border-radius: 0 0 8vw 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 85.33333vw;
  z-index: -1;
}

.nav button {
  background-position: center 3.33333vw;
  background-repeat: no-repeat;
  background-size: auto 5.33333vw;
  padding: 3.33333vw 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 14.93333vw;
}

.nav button[data-id='about'] {
  background-image: url(../../assets/img/nav/ico_about_on.svg);
}

.nav button[data-id='howto'] {
  background-image: url(../../assets/img/nav/ico_howto_on.svg);
}

.nav button[data-id='team'] {
  background-image: url(../../assets/img/nav/ico_team_on.svg);
}

.nav button[data-id='newcd'] {
  background-image: url(../../assets/img/nav/ico_newcd_on.svg);
}

.nav button[data-id='link'] {
  background: url(../../assets/img/nav/ico_link_on.svg) no-repeat center 4.26667vw/6.66667vw auto;
}

.nav button[data-id='link'] img {
  width: 6.66667vw;
}

.nav button.-active {
  color: #ad9b3e;
}

.nav button.-active img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.nav img {
  height: 5.33333vw;
  margin: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.nav span {
  display: block;
  font-size: 2.4vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 1.6vw;
}

.nav.-active {
  background-color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 9999;
}

.nav.-active img {
  background-color: #000;
}

.team {
  background-color: #20053d;
  border-top-right-radius: 18.66667vw;
  margin-top: -18.66667vw;
  padding: 10.66667vw 6.66667vw 0;
  position: relative;
}

.team .c-mov {
  margin-top: 1.33333vw;
}

.team__info {
  padding: 10.66667vw 0 60vw;
}

.team__new {
  background-color: #ff0;
  margin: 0 -6.66667vw;
  padding: 4vw 6.66667vw 37.33333vw;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.team__new .c-inner {
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

.team__head {
  position: absolute;
  top: -42.66667vw;
  left: -6.66667vw;
}

.team__head h3 {
  margin-left: -2.66667vw;
  width: 107.33333vw;
}

.team__head p {
  line-height: 5.6vw;
  margin-top: -1.33333vw;
}

.team__head span {
  background-color: #fff;
  color: #635b00;
  display: inline-block;
  font-size: 3.73333vw;
  font-weight: 900;
  letter-spacing: 0.4em;
  padding: 0 1em 0 1.4em;
  vertical-align: top;
}

.team__head span:nth-child(n + 2) {
  margin-top: 1.86667vw;
}

.team__organizer {
  background-color: #20053d;
  margin: -18.66667vw -6.66667vw 0;
  overflow: hidden;
  padding: 0 6.66667vw 33.33333vw;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

.team__organizer .c-inner {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.team__organizer .team__head {
  position: absolute;
  top: -2.66667vw;
  left: -6.66667vw;
  z-index: -1;
}

.team__organizer .team__head h3 {
  margin: 0;
  width: 65.33333vw;
}

.team__organizer .team__head p {
  position: absolute;
  top: 10.66667vw;
  left: 0;
  margin: 0;
}

.team__organizer .team__head span {
  background-color: #e09900;
  color: #20053d;
  letter-spacing: 0.2em;
  padding-left: 1.2em;
  white-space: nowrap;
}

.team__organizer .team__head span:last-child:after {
  border-top: 0.26667vw solid #20053d;
  content: '';
  display: inline-block;
  margin: -0.2em 0.2em 0 0;
  vertical-align: middle;
  width: 5.33333vw;
}

.team__sec {
  margin-top: 12vw;
}

.team__sec div {
  margin-left: -20vw;
  position: relative;
  width: 96vw;
}

.team__sec div:before, .team__sec div:after {
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team__sec div:before {
  z-index: -1;
}

.team__sec img[src*='logo'],
.team__sec img[src*='txt'] {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team__sec p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw;
}

.team__sec p a,
.team__sec p button {
  border: 0.26667vw solid #fff;
  border-radius: 9999px;
  font-size: 3.2vw;
  font-weight: 900;
  height: 6.66667vw;
  letter-spacing: 0.06em;
  line-height: 6.13333vw;
  text-align: center;
  width: 40vw;
}

.team__sec p a + *,
.team__sec p button + * {
  margin-left: 1.33333vw;
}

.team__sec p a:before,
.team__sec p button:before {
  display: inline-block;
  line-height: 0;
  margin: -0.25em 0.5em 0 0;
  vertical-align: middle;
  width: 5.33333vw;
}

.team__sec p a.-play:before,
.team__sec p button.-play:before {
  content: url(../../assets/img/team/ico_play_w.svg);
}

.team__sec p a.-book:before,
.team__sec p button.-book:before {
  content: url(../../assets/img/team/ico_book_w.svg);
}

.team__sec p a.-twitter,
.team__sec p button.-twitter {
  background: url(../../assets/img/team/ico_twitter_w.svg) no-repeat center/contain;
  border: none;
  margin-left: 2.66667vw;
  width: 5.86667vw;
}

.team__sec li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2vw;
}

.team__sec li span {
  display: inline-block;
  line-height: 0;
  margin-top: -0.2em;
  vertical-align: middle;
}

.team__sec li a {
  background-color: #291447;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 6.93333vw;
  padding: 0 1em 0 0.5em;
  position: relative;
  width: calc(100% - 21.46667vw);
}

.team__sec li a:after {
  position: absolute;
  top: 50%;
  right: 2vw;
  border-right: 0.26667vw solid #fff;
  border-top: 0.26667vw solid #fff;
  content: '';
  height: 1.6vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 1.6vw;
}

.team__sec li a.-twitter {
  width: 19.46667vw;
}

.team__sec li a.-twitter:before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  content: url(../../assets/img/team/ico_twitter_b.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.26667vw;
}

.team__sec li span {
  font-size: 3.2vw;
  font-weight: 500;
}

.team__sec li:first-child {
  margin-top: 4vw;
}

.team__sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4vw -1.33333vw 0 0;
}

.team__sec dt {
  background: url(../../assets/img/team/ico_comment_y.svg) no-repeat left/contain;
  color: #ff0;
  font-size: 3.46667vw;
  font-weight: bold;
  height: 4.8vw;
  line-height: 3.73333vw;
  padding-left: 6.66667vw;
  width: 100%;
}

.team__sec dd {
  cursor: pointer;
  margin: 1.33333vw 1.33333vw 0 0;
  width: 28vw;
}

.team__sec.-left img[src*='ph'] {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.team__sec.-right img[src*='ph'] {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.team__sec.js-event.-active img[src*='ph'] {
  -webkit-transform: none;
          transform: none;
}

.team__info .team__sec:nth-of-type(even) div,
.team__new .team__sec:nth-of-type(odd) div {
  margin-left: 10.66667vw;
}

.team__new .team__sec p a,
.team__new .team__sec p button {
  border-color: #20053d;
  color: #20053d;
}

.team__new .team__sec p a.-play:before,
.team__new .team__sec p button.-play:before {
  content: url(../../assets/img/team/ico_play_p.svg);
}

.team__new .team__sec p a.-book:before,
.team__new .team__sec p button.-book:before {
  content: url(../../assets/img/team/ico_book_p.svg);
}

.team__new .team__sec li a {
  background-color: #f7f000;
  color: #20053d;
}

.team__new .team__sec li a:after {
  border-color: #20053d;
}

.team__new .team__sec dt {
  background-image: url(../../assets/img/team/ico_comment_p.svg);
  color: #4500b3;
}

.team__organizer .team__sec li a {
  background-color: rgba(255, 255, 255, 0.2);
}

.team__sec.-bae {
  margin-top: 6.66667vw;
}

.team__sec.-bae img[src*='logo'] {
  position: absolute;
  top: 12vw;
  left: 93.33333vw;
  width: 24.53333vw;
}

.team__sec.-bae img[src*='txt'] {
  position: absolute;
  top: 61.33333vw;
  left: 97.33333vw;
  width: 28vw;
}

.team__sec.-bae img[src*='ttl'] {
  height: 17.86667vw;
}

.team__sec.-thecatswhiskers img[src*='logo'] {
  position: absolute;
  top: 16vw;
  left: 9.33333vw;
  width: 41.06667vw;
}

.team__sec.-thecatswhiskers img[src*='txt'] {
  position: absolute;
  top: 57.33333vw;
  left: -2.66667vw;
  width: 28vw;
}

.team__sec.-thecatswhiskers img[src*='ttl'] {
  height: 30.13333vw;
}

.team__sec.-cozmez div:after {
  position: absolute;
  top: 76vw;
  left: 32vw;
  background: url(../../assets/img/team/logo_winner.png) no-repeat center/contain;
  height: 42.4vw;
  width: 46.13333vw;
}

.team__sec.-cozmez img[src*='logo'] {
  position: absolute;
  top: 10.66667vw;
  left: 89.33333vw;
  width: 38.4vw;
}

.team__sec.-cozmez img[src*='txt'] {
  position: absolute;
  top: 58.66667vw;
  left: 98.66667vw;
  width: 28vw;
}

.team__sec.-cozmez img[src*='ttl'] {
  height: 14.66667vw;
}

.team__sec.-akanyatsura img[src*='logo'] {
  position: absolute;
  top: 16vw;
  left: 1.33333vw;
  width: 26.66667vw;
}

.team__sec.-akanyatsura img[src*='txt'] {
  position: absolute;
  top: 64vw;
  left: -1.33333vw;
  width: 28vw;
}

.team__sec.-akanyatsura img[src*='ttl'] {
  height: 18.93333vw;
}

.team__sec.-visty {
  margin: 0;
}

.team__sec.-visty div:before {
  position: absolute;
  top: 40vw;
  left: -1.33333vw;
  background: url(../../assets/img/team/txt_01.png) no-repeat center/contain;
  height: 35.6vw;
  width: 35.6vw;
}

.team__sec.-visty img[src*='logo'] {
  position: absolute;
  top: 18.66667vw;
  left: -1.33333vw;
  width: 25.06667vw;
}

.team__sec.-visty img[src*='txt'] {
  position: absolute;
  top: 61.33333vw;
  left: -1.33333vw;
  width: 12.4vw;
}

.team__sec.-visty img[src*='ttl'] {
  height: 18.4vw;
}

.team__sec.-amprule div:before {
  position: absolute;
  top: 10.66667vw;
  left: 96vw;
  background: url(../../assets/img/team/txt_02.png) no-repeat center/contain;
  height: 36.66667vw;
  width: 50.8vw;
}

.team__sec.-amprule img[src*='logo'] {
  position: absolute;
  top: 12vw;
  left: 96vw;
  width: 27.06667vw;
}

.team__sec.-amprule img[src*='txt'] {
  position: absolute;
  top: 64vw;
  left: 101.33333vw;
  width: 45.33333vw;
}

.team__sec.-amprule img[src*='ttl'] {
  height: 18.4vw;
}

.team__sec.-t_1nm8 div:before {
  position: absolute;
  top: 34.66667vw;
  left: 0;
  background: url(../../assets/img/team/txt_03.png) no-repeat center/contain;
  height: 33.33333vw;
  width: 48.66667vw;
}

.team__sec.-t_1nm8 img[src*='logo'] {
  position: absolute;
  top: 9.33333vw;
  left: 2.66667vw;
  width: 28.26667vw;
}

.team__sec.-t_1nm8 img[src*='txt'] {
  position: absolute;
  top: 54.66667vw;
  left: -2.66667vw;
  width: 12.4vw;
}

.team__sec.-t_1nm8 img[src*='ttl'] {
  height: 18.13333vw;
}

.team__sec.-gokuluck div:before {
  position: absolute;
  top: 36vw;
  left: 105.33333vw;
  background: url(../../assets/img/team/txt_04.png) no-repeat center/contain;
  height: 41.06667vw;
  width: 64.53333vw;
}

.team__sec.-gokuluck img[src*='logo'] {
  position: absolute;
  top: 17.33333vw;
  left: 93.33333vw;
  width: 37.06667vw;
}

.team__sec.-gokuluck img[src*='txt'] {
  position: absolute;
  top: 64vw;
  left: 102.66667vw;
  width: 45.33333vw;
}

.team__sec.-gokuluck img[src*='ttl'] {
  height: 19.73333vw;
}

.team__sec.-buraikan {
  margin: 0;
}

.team__sec.-buraikan div {
  position: absolute;
  top: 18.66667vw;
  left: 10.66667vw;
  width: 120vw;
  z-index: -1;
}

.team__sec.-buraikan img[src*='logo'] {
  position: absolute;
  top: 17.33333vw;
  left: 81.33333vw;
  width: 58.66667vw;
  z-index: -1;
}

.team__sec.-buraikan img[src*='ttl'] {
  height: 40vw;
}

.team__sec.-buraikan h4 {
  margin: 0 0 -10.66667vw -10.66667vw;
  padding-top: 84vw;
}

.team__sec.-buraikan:after {
  position: absolute;
  left: -6.66667vw;
  bottom: -33.33333vw;
  background: url(../../assets/img/team/bg_noise_nrw.png) no-repeat bottom/100% 100%;
  content: '';
  height: 109.06667vw;
  width: 100vw;
  z-index: -1;
}

@media (max-width: 768px){
  .c-br_nrw{
    display: block;
  }
  .howto__appbtn{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .howto__appbtn__btn.-app{
    width: 33.33333vw;
  }
  .howto__appbtn__btn.-google{
    width: 42.13333vw;
  }
}

@media (min-width: 769px){
  .c-br_wide{
    display: block;
  }
  .c-hover_op{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover_op:hover{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .c-hover_bright{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover_bright:hover{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.4" /><feFuncG type="linear" slope="1.4" /><feFuncB type="linear" slope="1.4" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(140%);
            filter: brightness(140%);
  }
  .c-hover_zoom{
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .c-hover_zoom:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-inner{
    margin: auto;
    max-width: 1040px;
  }
  .c-main{
    min-width: 1280px;
  }
  .c-mov:after{
    width: 140px;
  }
  .c-ttl img{
    position: absolute;
    top: -69px;
    left: -10px;
    height: 72px;
  }
  .c-subttl{
    border-width: 8px;
    padding: 5px 0 5px 18px;
  }
  .c-subttl img{
    height: 30px;
  }
  .c-subttl span{
    font-size: 18px;
    margin-top: 18px;
  }
  .about{
    border-top-right-radius: 150px;
    margin-top: -150px;
    padding: 150px 0 370px;
  }
  .about__row{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
  }
  .about__mov{
    margin: 0;
    width: 520px;
  }
  .about__mov p{
    font-size: 12px;
    margin: 14px 70px 0 0;
  }
  .about__mov:after{
    position: absolute;
    bottom: -20px;
    right: -55px;
    height: 280px;
    width: 192px;
  }
  .about__intro{
    padding: 0;
    width: 480px;
  }
  .about__txt{
    font-size: 14px;
    line-height: 2;
    margin: -0.5em 0;
  }
  .about__bnr{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 60px;
  }
  .about__bnr span{
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
  }
  .about__bnr span:before, .about__bnr span:after{
    display: none;
  }
  .about__bnr a{
    margin: 0 0 0 10px;
    width: 263px;
  }
  .footer{
    background-image: url(../../assets/img/footer/bg_footer.jpg);
    padding: 30px 0;
  }
  .footer h5 img{
    height: 16px;
  }
  .footer nav{
    margin-top: 20px;
  }
  .footer nav a{
    margin: 0 20px;
  }
  .footer nav img[src*='twitter']{
    width: 26px;
  }
  .footer nav img[src*='facebook']{
    width: 14px;
  }
  .footer nav img[src*='line']{
    width: 28px;
  }
  .footer__bnr{
    margin: 40px auto 0;
    width: 390px;
  }
  .footer__cr{
    font-size: 14px;
    margin-top: 40px;
  }
  .header{
    height: 103px;
  }
  .header img{
    width: 942px;
  }
  .howto{
    border-top-right-radius: 150px;
    margin-top: -150px;
    padding: 80px 0 300px;
  }
  .howto h3{
    line-height: 30px;
  }
  .howto h3 span{
    font-size: 18px;
  }
  .howto .c-inner{
    max-width: 920px;
  }
  .howto__sec{
    border-bottom: 2px dotted #000;
    margin: 60px 0 0;
    padding: 0 0 40px;
    width: 600px;
  }
  .howto__sec h4{
    border-right: 1px solid #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 14px 0 0;
    padding: 0 14px 0 0;
  }
  .howto__sec h4 img{
    height: 80px;
  }
  .howto__sec h4:after{
    display: none;
  }
  .howto__sec:before{
    display: none;
  }
  .howto__sec:nth-of-type(1){
    margin-top: 60px;
  }
  .howto__sec:nth-of-type(1) .howto__ph{
    position: absolute;
    top: 0;
    right: -238px;
    margin: 0;
    width: 218px;
  }
  .howto__sec:nth-of-type(1) .howto__ph a + img{
    position: absolute;
    top: 65px;
    left: 135px;
    width: 170px;
  }
  .howto__sec:nth-of-type(1) .howto__ph:before{
    position: absolute;
    top: -15px;
    left: 125px;
  }
  .howto__sec:nth-of-type(1) .howto__ph:after{
    position: absolute;
    top: -40px;
    left: 175px;
  }
  .howto__sec:nth-of-type(2){
    margin-left: auto;
  }
  .howto__sec:nth-of-type(2) .howto__ph{
    position: absolute;
    top: 15px;
    left: -270px;
    margin: 0;
    width: 230px;
  }
  .howto__sec:nth-of-type(2) .howto__ph img{
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  .howto__sec:nth-of-type(2) .howto__ph:before{
    position: absolute;
    top: -30px;
    left: 110px;
    content: url(../../assets/img/howto/txt_listen.svg);
  }
  .howto__sec:nth-of-type(2) .howto__ph:after{
    position: absolute;
    top: -55px;
    left: 150px;
  }
  .howto__sec:nth-of-type(3) .howto__ph{
    position: absolute;
    top: -15px;
    right: -245px;
    margin: 0;
    width: 238px;
  }
  .howto__sec:nth-of-type(3) .howto__ph:before{
    position: absolute;
    top: 105px;
    left: 125px;
  }
  .howto__sec:nth-of-type(3) .howto__ph:after{
    position: absolute;
    top: -20px;
    left: 155px;
  }
  .howto__sec:nth-of-type(4){
    border: none;
    margin-left: auto;
    width: 733px;
  }
  .howto__sec:nth-of-type(4) .howto__ph{
    position: absolute;
    top: -5px;
    left: -200px;
    margin: 0;
    width: 171px;
  }
  .howto__sec:nth-of-type(4) .howto__ph a{
    height: 143px;
    overflow: hidden;
  }
  .howto__sec:nth-of-type(4) .howto__ph:before{
    position: absolute;
    top: -30px;
    left: 75px;
    content: url(../../assets/img/howto/txt_entry.svg);
  }
  .howto__sec:nth-of-type(4) .howto__ph:after{
    position: absolute;
    top: -45px;
    left: 105px;
  }
  .howto__head{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .howto__txt{
    font-size: 14px;
    line-height: 2;
    margin: -0.5em 0;
  }
  .howto__txt .c-visible_nrw{
    display: none;
  }
  .howto__ph:before{
    width: 80px;
  }
  .howto__ph:after{
    height: 210px;
    width: 144px;
  }
  .howto__btn{
    margin: 20px 0 0 auto;
    width: 500px;
  }
  .howto__btn a{
    border-width: 2px;
    font-size: 12px;
    line-height: 36px;
    padding-right: 15px;
  }
  .howto__btn a + a{
    margin: 0;
  }
  .howto__btn a:before{
    margin-right: 10px;
  }
  .howto__btn a:after{
    border-width: 2px;
    height: 6px;
    right: 12px;
    width: 6px;
  }
  .howto__btn.-twitter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .howto__btn.-twitter a{
    width: 240px;
  }
  .howto__btn.-twitter a:before{
    width: 18px;
  }
  .howto__btn.-play a:before{
    width: 20px;
  }
  .howto__appbtn{
    margin-top: 20px;
    margin-left: 120px;
  }
  .howto__appbtn__btn.-app{
    width: 113px;
  }
  .howto__appbtn__btn.-google{
    margin-left: 10px;
    width: 140px;
  }
  .link{
    padding: 80px 0;
  }
  .link ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
  }
  .link li{
    margin-top: 15px;
    width: calc(50% - 7.5px);
  }
  .modal button{
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 30px;
  }
  .modal button:before, .modal button:after{
    border-width: 1px;
    width: 85px;
  }
  .-image .modal__inner{
    margin: 0;
    max-height: 100%;
    width: 1080px;
  }
  .newcd{
    margin-top: -9.375vw;
    padding: 100px 0 150px;
  }
  .newcd h3{
    line-height: 30px;
  }
  .newcd h3 span{
    font-size: 18px;
  }
  .newcd picture{
    margin: 10px -40px -40px;
    position: static;
    width: 1120px;
  }
  .newcd__mov{
    border-top-right-radius: 150px;
  }
  .newcd__mov:after{
    height: 200px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: -12px;
  }
  .newcd__row{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0 0;
  }
  .newcd__ph{
    width: 570px;
  }
  .newcd__ph img[src*='ph_cd']{
    width: 600px;
  }
  .js-event.-active .newcd__ph img[src*='ph_cd']{
    -webkit-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
  }
  .newcd__ph:after{
    background: -webkit-linear-gradient(left, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
    background: linear-gradient(left, #000 20%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0));
  }
  .newcd__detail{
    width: 360px;
  }
  .newcd__detail section{
    margin-top: 40px;
    width: calc(50% - 20px);
  }
  .newcd__detail h4{
    border-width: 3px;
    padding-bottom: 5px;
  }
  .newcd__detail h4 img{
    height: 20px;
  }
  .newcd__detail ul{
    font-size: 14px;
  }
  .newcd__detail ul + ul{
    margin-left: 40px;
  }
  .newcd__txt{
    font-size: 25px;
    line-height: 1.4;
    margin: -0.2em 0;
    text-shadow: 2px 4px 14px #000;
  }
  .newcd__note{
    font-size: 14px;
    margin-top: calc(30px - 0.35em);
  }
  .newcd__btn{
    margin-top: 30px;
  }
  .newcd__btn a{
    border-width: 2px;
    font-size: 12px;
    line-height: 36px;
  }
  .newcd__btn a:after{
    border-width: 2px;
    height: 6px;
    right: 15px;
    width: 6px;
  }
  .js-event.-left{
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  .js-event.-right{
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .js-event.-active{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
            transform: none;
  }
  .mv{
    background-image: url(../../assets/img/mv/bg_mv.jpg);
    background-size: 1920px auto;
    height: calc(100vh - 103px + 222px);
    padding: 0;
  }
  .mv h1{
    position: absolute;
    left: 0;
    bottom: 276px;
    right: 0;
    margin: auto;
    width: 840px;
  }
  .mv p{
    position: absolute;
    left: 80px;
    bottom: 255px;
    right: 0;
    font-size: 17px;
    line-height: 1.5;
    margin: auto;
    text-shadow: none;
    width: 660px;
  }
  .mv:before{
    background: -webkit-linear-gradient(top, #00003e, rgba(69, 50, 15, 0.7) 32%, rgba(255, 255, 255, 0));
    background: linear-gradient(top, #00003e, rgba(69, 50, 15, 0.7) 32%, rgba(255, 255, 255, 0));
    height: 200px;
    mix-blend-mode: multiply;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .nav{
    border-radius: 0 0 50px 50px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    width: 650px;
    z-index: 9999;
  }
  .nav button{
    background-position-y: 26px;
    background-size: auto 24px;
    padding: 26px 0;
    width: 110px;
  }
  .nav button[data-id='link']{
    background-position-y: 31px;
    background-size: 28px auto;
  }
  .nav button[data-id='link'] img{
    width: 28px;
  }
  .nav img{
    height: 24px;
  }
  .nav span{
    font-size: 13px;
    margin-top: 11px;
  }
  .nav.-active{
    position: fixed;
  }
  .team{
    border-top-right-radius: 150px;
    margin-top: -150px;
    padding: 100px 0 0;
  }
  .team .c-mov{
    margin: 30px auto 0;
    width: 520px;
  }
  .team__info{
    padding: 120px 0 240px;
  }
  .team__info .c-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team__info .c-subttl{
    width: 100%;
  }
  .team__new{
    margin: 0;
    padding: 0 0 calc(140px + 360 / 1920 * 100vw);
  }
  .team__new .c-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team__head{
    position: absolute;
    top: -110px;
    left: 0;
  }
  .team__head h3{
    margin-left: -10px;
    width: auto;
  }
  .team__head p{
    line-height: 30px;
    margin-top: 15px;
  }
  .team__head span{
    font-size: 18px;
  }
  .team__head span:nth-child(n + 2){
    margin: 0;
    padding-left: 0;
  }
  .team__organizer{
    margin: -18.75vw 0 0;
    overflow: visible;
    padding: 0 0 calc(160px + 180 / 1920 * 100vw);
  }
  .team__organizer .team__head{
    position: absolute;
    top: 65px;
    left: -20px;
  }
  .team__organizer .team__head h3{
    width: 1343px;
  }
  .team__organizer .team__head p{
    position: absolute;
    top: -90px;
    left: 20px;
  }
  .team__organizer .team__head span{
    letter-spacing: 0.4em;
    padding-left: 1.4em;
  }
  .team__organizer .team__head span:last-child{
    margin-top: 10px;
  }
  .team__organizer .team__head span:last-child:after{
    border-width: 1px;
    margin-right: 0.4em;
    width: 40px;
  }
  .team__sec{
    margin: 150px 24px 0;
    width: 384px;
  }
  .team__sec div{
    margin: 0 -24px;
    width: 432px;
  }
  .team__sec p{
    margin-top: 20px;
  }
  .team__sec p a,
  .team__sec p button{
    border-width: 1px;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    width: 168px;
  }
  .team__sec p a + *,
  .team__sec p button + *{
    margin-left: 6px;
  }
  .team__sec p a:before,
  .team__sec p button:before{
    width: 24px;
  }
  .team__sec p a.-twitter,
  .team__sec p button.-twitter{
    margin-left: 10px;
    width: 25px;
  }
  .team__sec li{
    margin-top: 10px;
  }
  .team__sec li a{
    font-size: 16px;
    line-height: 30px;
    width: calc(100% - 92px);
  }
  .team__sec li a:after{
    border-width: 2px;
    height: 8px;
    right: 10px;
    width: 8px;
  }
  .team__sec li a.-twitter{
    width: 82px;
  }
  .team__sec li a.-twitter:before{
    width: 18px;
  }
  .team__sec li span{
    font-size: 14px;
  }
  .team__sec li:first-child{
    margin-top: 20px;
  }
  .team__sec dl{
    margin: 20px -6px 0 0;
  }
  .team__sec dt{
    font-size: 14px;
    height: 20px;
    line-height: 16px;
    padding-left: 28px;
  }
  .team__sec dd{
    margin: 6px 6px 0 0;
    width: 124px;
  }
  .team__sec:nth-of-type(even){
    margin: 0 24px;
  }
  .team__info .team__sec:nth-of-type(even) div,
  .team__new .team__sec:nth-of-type(odd) div{
    margin: 0 -24px;
  }
  .team__organizer .team__sec ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .team__organizer .team__sec li{
    margin: 0 0 0 10px;
    width: 292px;
  }
  .team__organizer .team__sec li a{
    width: 100%;
  }
  .team__organizer .team__sec li:first-child{
    margin: 0;
  }
  .team__sec.-bae{
    margin-top: 150px;
  }
  .team__sec.-bae img[src*='logo']{
    position: absolute;
    top: 60px;
    left: 400px;
    width: 127px;
  }
  .team__sec.-bae img[src*='txt']{
    position: absolute;
    top: 250px;
    left: 20px;
    width: 155px;
  }
  .team__sec.-bae img[src*='ttl']{
    height: 66px;
  }
  .team__sec.-thecatswhiskers{
    margin-top: -70px;
  }
  .team__sec.-thecatswhiskers img[src*='logo']{
    position: absolute;
    top: 100px;
    left: 0;
    width: 212px;
  }
  .team__sec.-thecatswhiskers img[src*='txt']{
    position: absolute;
    top: 140px;
    left: 410px;
    width: 155px;
  }
  .team__sec.-thecatswhiskers img[src*='ttl']{
    height: 124px;
  }
  .team__sec.-cozmez div:after{
    position: absolute;
    top: 350px;
    left: 70px;
    height: 182px;
    width: 198px;
  }
  .team__sec.-cozmez img[src*='logo']{
    position: absolute;
    top: 390px;
    left: 370px;
    width: 174px;
  }
  .team__sec.-cozmez img[src*='txt']{
    position: absolute;
    top: 160px;
    left: 420px;
    width: 155px;
  }
  .team__sec.-cozmez img[src*='ttl']{
    height: 68px;
  }
  .team__sec.-akanyatsura img[src*='logo']{
    position: absolute;
    top: 380px;
    left: 380px;
    width: 118px;
  }
  .team__sec.-akanyatsura img[src*='txt']{
    position: absolute;
    top: 140px;
    left: 10px;
    width: 155px;
  }
  .team__sec.-akanyatsura img[src*='ttl']{
    height: 82px;
  }
  .team__sec.-visty{
    margin-top: 150px;
  }
  .team__sec.-visty div:before{
    position: absolute;
    top: 70px;
    left: 420px;
    height: 152px;
    width: 152px;
  }
  .team__sec.-visty img[src*='logo']{
    position: absolute;
    top: 370px;
    left: 370px;
    width: 116px;
  }
  .team__sec.-visty img[src*='txt']{
    position: absolute;
    top: 210px;
    left: 20px;
    width: 70px;
  }
  .team__sec.-visty img[src*='ttl']{
    height: 78px;
  }
  .team__sec.-amprule div:before{
    position: absolute;
    top: 30px;
    left: 390px;
    height: 144px;
    width: 200px;
  }
  .team__sec.-amprule img[src*='logo']{
    position: absolute;
    top: 370px;
    left: 30px;
    width: 122px;
  }
  .team__sec.-amprule img[src*='txt']{
    position: absolute;
    top: 170px;
    left: 420px;
    width: 250px;
  }
  .team__sec.-amprule img[src*='ttl']{
    height: 80px;
  }
  .team__sec.-t_1nm8 div:before{
    position: absolute;
    top: 30px;
    left: 420px;
    height: 136px;
    width: 198px;
  }
  .team__sec.-t_1nm8 img[src*='logo']{
    position: absolute;
    top: 60px;
    left: 50px;
    width: 126px;
  }
  .team__sec.-t_1nm8 img[src*='txt']{
    position: absolute;
    top: 200px;
    left: 420px;
    width: 70px;
  }
  .team__sec.-t_1nm8 img[src*='ttl']{
    height: 78px;
  }
  .team__sec.-gokuluck{
    margin-top: -2 0px;
  }
  .team__sec.-gokuluck div:before{
    position: absolute;
    top: 30px;
    left: 420px;
    height: 150px;
    width: 236px;
  }
  .team__sec.-gokuluck img[src*='logo']{
    position: absolute;
    top: 390px;
    left: 370px;
    width: 170px;
  }
  .team__sec.-gokuluck img[src*='txt']{
    position: absolute;
    top: 180px;
    left: 10px;
    width: 250px;
  }
  .team__sec.-gokuluck img[src*='ttl']{
    height: 86px;
  }
  .team__sec.-buraikan{
    width: auto;
  }
  .team__sec.-buraikan div{
    position: absolute;
    top: -60px;
    left: 560px;
    width: 590px;
    z-index: auto;
  }
  .team__sec.-buraikan img[src*='ph']{
    position: relative;
    z-index: -1;
  }
  .team__sec.-buraikan img[src*='logo']{
    position: absolute;
    top: 450px;
    left: 380px;
    width: 340px;
    z-index: auto;
  }
  .team__sec.-buraikan img[src*='ttl']{
    height: 180px;
  }
  .team__sec.-buraikan h4{
    margin: 0 0 -50px -50px;
    padding-top: 100px;
  }
  .team__sec.-buraikan:after{
    position: absolute;
    left: 50%;
    bottom: -310px;
    background-image: url(../../assets/img/team/bg_noise.png);
    height: 476px;
    min-width: 1280px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1920px){
  .mv{
    background-size: cover;
  }
}

@media (min-height: 1231px){
  .mv{
    background-size: cover;
  }
}
