@charset "UTF-8";
/* fonts
----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?l5epg4");
  src: url("../fonts/icomoon.eot?l5epg4#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?l5epg4") format("truetype"), url("../fonts/icomoon.woff?l5epg4") format("woff"), url("../fonts/icomoon.svg?l5epg4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-line:before {
  content: "\e902"; }

.icon-fb:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

ol,
ul {
  list-style: none; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

html {
  position: relative;
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  color: #000;
  position: relative;
  overflow: hidden;
  letter-spacing: .1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-weight: 400; }

strong {
  font-weight: 700; }

:-ms-clear {
  display: none; }

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  height: auto; }

svg {
  max-width: 100%;
  height: auto; }

span {
  display: inline-block; }

.menu-trigger {
  display: none;
  z-index: 10000;
  cursor: pointer; }

.menu-trigger,
.menu-trigger span {
  transition: all .2s;
  box-sizing: border-box; }

.menu-trigger {
  width: 34px;
  height: 22px;
  position: absolute;
  top: 12px;
  right: 4%; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d95936; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); }

body {
  min-width: 1000px;
  background: url(../img/bg.png) 50% 50% repeat; }

a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  color: #000; }

main {
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 150px 0 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 160px; }
  main.first {
    margin-top: 100px; }
  main a {
    color: #d95936; }
    main a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
    main a.button {
      display: inline-block;
      border: solid 2px #d95936;
      background-color: #d95936;
      color: #fff;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      padding: 1.1em 1.8em .7em 2.2em;
      position: relative; }
      main a.button:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: transparent;
        color: #d95936; }
        main a.button:hover::before {
          border-color: #d95936; }
      main a.button::before {
        transition: all .3s;
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-top: solid 2px #fff;
        border-left: solid 2px #fff;
        border-top-left-radius: 10px;
        position: absolute;
        top: 6px;
        right: -2px;
        z-index: 100; }
      main a.button::after {
        transition: all .3s;
        content: '';
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border: solid 2px #d95936;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        top: 6px;
        right: -10px;
        z-index: 10; }
  main section {
    width: 100%;
    max-width: 1020px;
    text-align: center;
    margin: 0 auto; }
  main div.col-2 {
    width: 100%;
    letter-spacing: -.4em; }
    main div.col-2 > * {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0em;
      width: 48%; }
      main div.col-2 > *:nth-of-type(2n) {
        margin: 0 0 0 4%; }
  main div.col-3 {
    width: 100%;
    letter-spacing: -.4em; }
    main div.col-3 > * {
      display: inline-block;
      vertical-align: top;
      letter-spacing: 0em;
      width: 32%; }
      main div.col-3 > *:nth-of-type(3n-1) {
        margin: 0 2%; }
    main div.col-3 article h3 {
      font-size: 1.6em;
      text-align: center;
      margin: 0 auto 1.6em; }
    main div.col-3 article:first-of-type figure img {
      width: 67px; }
    main div.col-3 article:nth-of-type(2) figure img {
      width: 82px; }
    main div.col-3 article:last-of-type h3 {
      margin: 0 auto 1.1em; }
    main div.col-3 article:last-of-type figure {
      margin: 0 auto 15px; }
      main div.col-3 article:last-of-type figure img {
        width: 75px;
        -webkit-transform: translate(-45%, -45%);
        transform: translate(-45%, -45%); }
    main div.col-3 article figure {
      width: 136px;
      height: 136px;
      background-color: #fff;
      -moz-border-radius: 68px;
      -webkit-border-radius: 68px;
      border-radius: 68px;
      position: relative;
      margin: 0 auto 30px; }
      main div.col-3 article figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

header {
  width: 100%;
  min-width: 1000px;
  height: 80px;
  background: url(../img/bg.png) 50% bottom repeat;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 3%;
  z-index: 30000; }
  header h1 {
    width: 166px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  header div.inner {
    width: 100%;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }

nav {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  nav.active {
    right: 0; }
  nav ul.global {
    letter-spacing: -.4em; }
    nav ul.global li {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: .1em;
      font-size: 1.6em;
      line-height: 1em;
      margin: 0 0 0 2em; }
      nav ul.global li.sp {
        display: none; }
        nav ul.global li.sp img {
          width: 188px;
          margin: 0 auto; }
      nav ul.global li:last-child a {
        border: solid 2px #d95936;
        background-color: #d95936;
        color: #fff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: .7em 1em 1em; }
        nav ul.global li:last-child a:hover {
          opacity: 1;
          filter: alpha(opacity=100);
          background-color: transparent;
          color: #d95936; }
      nav ul.global li span {
        display: inline-block;
        font-size: 1.56em;
        font-weight: 500;
        margin: 0 .4em 0 0;
        -webkit-transform: translateY(0.1em);
        transform: translateY(0.1em); }
      nav ul.global li a {
        display: block;
        color: #d95936;
        line-height: 1em; }
        nav ul.global li a:hover {
          opacity: 0.6;
          filter: alpha(opacity=60); }
  nav ul.sns {
    display: none;
    letter-spacing: -.4em; }
    nav ul.sns li {
      display: inline-block;
      vertical-align: middle;
      font-size: 3.4em;
      letter-spacing: .1em;
      margin: 0 1em; }
      nav ul.sns li.fb a:hover {
        color: #3B5998; }
      nav ul.sns li.twitter a:hover {
        color: #1DA1F2; }
      nav ul.sns li.line a:hover {
        color: #00B900; }
      nav ul.sns li a {
        color: #d95936; }
        nav ul.sns li a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }

section.main-visual {
  width: 100%;
  max-width: 1040px;
  text-align: center;
  position: relative;
  margin: 0 auto 60px; }
  section.main-visual h2 {
    width: 590px;
    position: absolute;
    top: 104px;
    right: 0px; }
  section.main-visual figure {
    margin: 0 auto; }
section.group, section.decode, section.summit {
  margin: 0 auto 150px;
  padding: 0 5%; }
  section.group.en h2, section.decode.en h2, section.summit.en h2 {
    border: none;
    background: linear-gradient(rgba(0, 0, 0, 0) 95%, #d95936 0%);
    display: inline; }
  section.group h2, section.decode h2, section.summit h2 {
    font-size: 3.5em;
    letter-spacing: .1em;
    line-height: 1.7em;
    display: inline-block;
    text-align: center;
    padding: 0 0 .2em;
    margin: 0 auto 2em;
    color: #d95936;
    border-bottom: solid 4px #d95936; }
  section.group p, section.decode p, section.summit p {
    font-size: 1.8em;
    letter-spacing: .1em;
    line-height: 1.555em;
    text-align: left;
    margin: 0 auto 2em; }
    section.group p:last-child, section.decode p:last-child, section.summit p:last-child {
      margin: 0 auto; }
  section.group figure, section.decode figure, section.summit figure {
    margin: 0 auto 50px; }
section.group.en figure {
  margin: 50px auto; }
section.decode.en > p {
  margin: 2em auto; }
section.decode article {
  background-color: rgba(172, 172, 172, 0.4);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 30px;
  margin: 0 auto 40px; }
  section.decode article h3 {
    font-size: 2.4em;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #d95936;
    margin: 0 auto 1em;
    text-align: left; }
  section.decode article p {
    font-size: 1.4em;
    letter-spacing: .1em;
    line-height: 1.71em;
    text-align: left; }
  section.decode article div.inner {
    width: 760px;
    margin: 0 auto; }
    section.decode article div.inner p {
      text-align: center;
      margin: -2em auto 0; }
section.summit h3 {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.7em;
  display: block;
  margin: 2em auto 1em;
  color: #d95936;
  text-align: left; }

div.info {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 160px;
  letter-spacing: -.4em;
  padding: 0 4%; }
  div.info.en > div:first-of-type, div.info.en > div:last-of-type {
    width: 100%; }
    div.info.en > div:first-of-type p, div.info.en > div:last-of-type p {
      font-size: 3.8em;
      line-height: 1.78em;
      color: #d95936;
      text-align: center; }
      div.info.en > div:first-of-type p span, div.info.en > div:last-of-type p span {
        display: inline-block;
        background: url(../img/line-grunge.gif) 50% bottom repeat-x; }
        div.info.en > div:first-of-type p span:first-child, div.info.en > div:last-of-type p span:first-child {
          margin: 0 auto .2em; }
  div.info > div {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0em; }
    div.info > div:first-of-type {
      width: 63%; }
      div.info > div:first-of-type p {
        font-size: 4.2em;
        line-height: 1.78em;
        color: #d95936; }
        div.info > div:first-of-type p span {
          display: inline-block;
          background: url(../img/line-grunge.gif) 50% bottom repeat-x; }
    div.info > div:last-of-type {
      width: 37%;
      text-align: center; }
      div.info > div:last-of-type a.button {
        font-size: 1.5em;
        letter-spacing: .1em;
        line-height: 1.9em;
        text-align: center;
        margin: 0 auto 1.8em; }
        div.info > div:last-of-type a.button span {
          display: block;
          font-size: 1.666em; }
      div.info > div:last-of-type p {
        display: inline-block;
        text-align: left;
        font-size: 1.2em;
        line-height: 1.8333em;
        letter-spacing: .1em; }
div.join {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto; }
  div.join p {
    font-size: 2.4em;
    line-height: 1.666em;
    letter-spacing: .1em;
    color: #d95936;
    margin: 0 auto 3em; }
  div.join a.button {
    font-size: 2.4em; }
div.pagetop {
  font-size: 1.4em;
  letter-spacing: .1em;
  right: 5%; }
  div.pagetop a {
    color: #d95936; }
    div.pagetop a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  div.pagetop img {
    display: block;
    width: 30px;
    margin: 0 auto .8em; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0; }
  table tbody tr th, table tbody tr td {
    font-size: 1.8em;
    letter-spacing: .1em;
    line-height: 1.555em;
    text-align: left;
    vertical-align: top;
    padding: 1em 0; }
  table tbody tr th {
    font-weight: 500;
    padding: 1em 2em 1em 0; }

footer {
  width: 86.8%;
  max-width: 900px;
  margin: 0 auto;
  padding: 125px 0 200px;
  border-top: solid 1px #000;
  text-align: center; }
  footer figure {
    width: 246px;
    margin: 0 auto 50px; }
  footer p {
    font-size: 1.8em;
    line-height: 2.22em;
    letter-spacing: .1em;
    margin: 0 auto 3em; }
  footer ul {
    letter-spacing: -.4em; }
    footer ul li {
      display: inline-block;
      vertical-align: middle;
      font-size: 3.4em;
      letter-spacing: .1em;
      margin: 0 1em; }
      footer ul li.fb a:hover {
        color: #3B5998; }
      footer ul li.twitter a:hover {
        color: #1DA1F2; }
      footer ul li.line a:hover {
        color: #00B900; }
      footer ul li a {
        color: #000; }
        footer ul li a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
  footer a {
    color: #d95936; }
    footer a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

.spOnly {
  display: none; }

.pcOnly {
  display: inline-block; }

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg.png) 50% 50% repeat;
  z-index: 40000; }
  .loader img {
    transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 166px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100); }
    .loader img.first {
      top: 60%;
      opacity: 0;
      filter: alpha(opacity=0); }
    .loader img.last {
      top: 40%;
      opacity: 0;
      filter: alpha(opacity=0); }

.animated {
  opacity: 0;
  filter: alpha(opacity=0);
  animation-duration: 1s;
  animation-fill-mode: both; }

.fadeIn {
  animation-name: fadeInUp; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@media only screen and (max-width: 1100px) {
  nav ul.global li {
    font-size: 1.6em;
    margin: 0 0 0 1.5em; } }
@media only screen and (max-width: 640px) {
  .menu-trigger {
    display: block; }

  .menu-trigger.wh span {
    background-color: #fff; }

  .menu-trigger.wh.active span {
    background-color: #000; }

  body {
    min-width: initial; }

  main {
    padding: 70px 0 0; }
    main section {
      padding: 0 6.66%; }
    main div.col-2 > * {
      width: 100%;
      margin: 0 auto 20px; }
      main div.col-2 > *:nth-of-type(2n) {
        margin: 0 auto 20px; }
    main div.col-3.sp > * {
      display: inline-block;
      width: 32%; }
      main div.col-3.sp > *:nth-of-type(3n-1) {
        margin: 0 2%; }
    main div.col-3 > * {
      width: 100%;
      margin: 0 auto 20px; }
      main div.col-3 > *:nth-of-type(3n-1) {
        margin: 0 auto 20px; }
    main div.col-3 article h3 {
      font-size: 1.8em; }
    main div.col-3 article:first-of-type figure img {
      width: 42px; }
    main div.col-3 article:nth-of-type(2) figure img {
      width: 52px; }
    main div.col-3 article:last-of-type h3 {
      margin: 0 auto 1.6em; }
    main div.col-3 article:last-of-type figure {
      margin: 0 auto 20px; }
      main div.col-3 article:last-of-type figure img {
        width: 48px; }
    main div.col-3 article figure {
      width: 86px;
      height: 86px;
      margin: 0 auto 20px; }

  header {
    min-width: initial;
    height: 50px;
    padding: 0; }
    header h1 {
      width: 100px;
      left: 4%; }
    header div.inner {
      height: 50px; }

  nav {
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    background: url(../img/bg.png) 50% 50% repeat;
    z-index: 5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 56px 0;
    text-align: center; }
    nav ul.global li {
      display: block;
      margin: 0 auto;
      font-size: 1.9em; }
      nav ul.global li.sp {
        display: block;
        margin: 0 auto 20px; }
      nav ul.global li:last-child a {
        display: inline-block;
        line-height: 1em;
        margin: 30px auto 0; }
      nav ul.global li img {
        vertical-align: middle; }
      nav ul.global li a {
        line-height: 70px; }
    nav ul.sns {
      display: block;
      margin: 55px auto 0; }
      nav ul.sns li {
        margin: 0 .5em; }

  section.main-visual {
    padding: 0;
    margin: 0 auto 40px; }
    section.main-visual h2 {
      width: 70%;
      top: auto;
      right: auto;
      bottom: -25px;
      left: 5.3%; }
  section.group, section.decode, section.summit {
    margin: 0 auto 80px; }
    section.group.en h2, section.decode.en h2, section.summit.en h2 {
      font-size: 1.5em;
      background: linear-gradient(rgba(0, 0, 0, 0) 92%, #d95936 0%); }
    section.group h2, section.decode h2, section.summit h2 {
      font-size: 1.8em;
      border-bottom: solid 2px #d95936; }
    section.group p, section.decode p, section.summit p {
      font-size: 1.4em; }
    section.group figure, section.decode figure, section.summit figure {
      margin: 0 auto 20px; }
  section.group.en figure {
    margin: 20px auto; }
  section.group figure {
    width: 74%; }
  section.decode article {
    padding: 30px 5%;
    margin: 0 auto 20px; }
    section.decode article h3 {
      font-size: 1.8em;
      text-align: center; }
    section.decode article div.inner {
      width: 100%; }
      section.decode article div.inner p {
        margin: 0 auto; }
  section.summit h3 {
    font-size: 1.8em; }

  div.info {
    padding: 0 6.6%;
    margin: 0 auto 70px; }
    div.info.en > div:first-of-type, div.info.en > div:last-of-type {
      width: 100%;
      margin: 0 auto; }
      div.info.en > div:first-of-type p, div.info.en > div:last-of-type p {
        font-size: 1.6em;
        letter-spacing: .05em; }
        div.info.en > div:first-of-type p span, div.info.en > div:last-of-type p span {
          background-size: 100% 2px; }
    div.info > div:first-of-type {
      width: 100%;
      margin: 0 auto 30px; }
      div.info > div:first-of-type p {
        font-size: 2.2em; }
        div.info > div:first-of-type p span {
          background-size: 100% 2px; }
    div.info > div:last-of-type {
      width: 100%; }
      div.info > div:last-of-type p {
        font-size: 1.0em;
        text-align: center; }
  div.join p {
    font-size: 1.6em; }
  div.join a.button {
    font-size: 1.6em; }
  div.pagetop {
    font-size: 1.2em; }
    div.pagetop img {
      width: 20px; }

  table tbody tr th, table tbody tr td {
    font-size: 1.6em;
    display: block;
    padding: 1em 0 2em; }
  table tbody tr th {
    padding: 1em 0 0; }

  footer {
    padding: 40px 0; }
    footer figure {
      width: 123px;
      margin: 0 auto 30px; }
    footer p {
      font-size: 1.0em;
      letter-spacing: .08em; }
    footer ul li {
      margin: 0 .5em; }

  .spOnly {
    display: inline-block; }

  .pcOnly {
    display: none; }

  .animated {
    animation-duration: .6s; }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translate3d(0, 0, 0); }
    to {
      opacity: 1;
      transform: none; } } }
