body {
  background-color: #000; }

ol li {
  position: relative; }
  ol li:before {
    font-weight: bold; }
  ol li:nth-child(1):before {
    content: "01";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(2):before {
    content: "02";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(3):before {
    content: "03";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(4):before {
    content: "04";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(5):before {
    content: "05";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(6):before {
    content: "06";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(7):before {
    content: "07";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(8):before {
    content: "08";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(9):before {
    content: "09";
    position: absolute;
    left: -2em;
    vertical-align: middle; }
  ol li:nth-child(10):before {
    content: "10";
    position: absolute;
    left: -2em;
    vertical-align: middle; }

#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  background-image: url(../images/summit/keyv_ND91721.jpg);
  background-position: left 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  #bg.move {
    opacity: 1; }

#TOP {
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s;
  -o-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s; }
  #TOP.move {
    opacity: 1; }
  #TOP .secInner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 860px;
    max-width: 68.28125vw;
    height: 100vh;
    margin: 0 auto; }
  #TOP h1 {
    width: 300px;
    height: 26px;
    max-width: 100%; }
  #TOP + .data {
    background-color: #fff;
    padding: 15px 0 90px;
    display: block; }
    #TOP + .data .dataInner {
      width: 980px;
      max-width: 88.125vw;
      margin: 0 auto; }

article#content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 85px; }
  article#content #PRODUCT .secInner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 55px; }
    article#content #PRODUCT .secInner .item {
      width: 50%;
      padding-bottom: 85px; }
      article#content #PRODUCT .secInner .item .itemInner .data {
        margin-top: 1em;
        margin-left: 18.33333%; }
      article#content #PRODUCT .secInner .item:nth-child(2n) .itemInner .data {
        margin-left: 0; }
      article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .img {
        position: relative;
        padding-top: 125%; }
        article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .img img {
          position: absolute;
          bottom: 0;
          left: 24.16667%;
          width: 66.66667%; }
      article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .data {
        margin-left: 24.16667%; }
      article#content #PRODUCT .secInner .item[data-id="NY81702"] .itemInner .img img {
        width: 66.66667%;
        margin-left: 0; }
      article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img {
          padding-top: 31.66667%; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img:nth-child(1) {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img:nth-child(3) {
            padding-top: 1.5%;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img img {
            width: 66.66667%;
            margin-left: 8.33333%; }
        article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data {
          margin-left: 26.66667%; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data:nth-child(2) {
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            -ms-flex-order: 3;
            order: 3;
            margin-bottom: 3em; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data:nth-child(4) {
            -webkit-box-ordinal-group: 5;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4; }
  article#content #TECHNOLOGY .tech {
    padding-top: 45px;
    padding-bottom: 40px; }
    article#content #TECHNOLOGY .tech h2 {
      font-size: 30px;
      line-height: 1.13333;
      font-weight: bold;
      text-align: center;
      margin-bottom: -0.5em; }
      article#content #TECHNOLOGY .tech h2 em {
        color: #e40000;
        display: block;
        font-size: 0.5em; }
    article#content #TECHNOLOGY .tech .techWrap {
      background-color: #f5f7f8; }
    article#content #TECHNOLOGY .tech .content {
      max-width: 1200px;
      margin: 0 auto;
      padding: 50px 0; }
      article#content #TECHNOLOGY .tech .content .inner {
        width: 81.66667%;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        article#content #TECHNOLOGY .tech .content .inner:after {
          content: "";
          display: block;
          clear: both; }
        article#content #TECHNOLOGY .tech .content .inner .first {
          width: 50%;
          float: left; }
          article#content #TECHNOLOGY .tech .content .inner .first h3 {
            font-size: 25px;
            line-height: 2;
            margin: 0 auto; }
          article#content #TECHNOLOGY .tech .content .inner .first .txt {
            margin: 0 auto;
            font-size: 15px;
            line-height: 1.8; }
        article#content #TECHNOLOGY .tech .content .inner .second {
          width: 39.79592%;
          float: right; }
          article#content #TECHNOLOGY .tech .content .inner .second ol {
            margin: 0 auto;
            margin-top: 25px; }
            article#content #TECHNOLOGY .tech .content .inner .second ol li {
              font-size: 13px; }
              article#content #TECHNOLOGY .tech .content .inner .second ol li img {
                margin-left: 0;
                margin-top: 5px;
                width: 35.89744%; }
        article#content #TECHNOLOGY .tech .content .inner .third {
          width: 53.06122%;
          float: left;
          margin-top: 50px; }
        article#content #TECHNOLOGY .tech .content .inner .forth {
          width: 39.79592%;
          padding-top: 50px;
          float: right; }
          article#content #TECHNOLOGY .tech .content .inner .forth .data {
            margin: 0 auto; }
          article#content #TECHNOLOGY .tech .content .inner .forth ol {
            margin: 0 auto;
            margin-top: 25px; }
            article#content #TECHNOLOGY .tech .content .inner .forth ol li {
              font-size: 13px; }
  article#content #VOICE {
    padding-top: 60px; }
    article#content #VOICE h2 {
      font-size: 30px;
      line-height: 1.8;
      text-align: center;
      font-weight: bold;
      position: relative;
      color: #e40000; }
      article#content #VOICE h2:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -19px;
        display: block;
        border-bottom: #e40000 2px solid;
        width: 38px; }
    article#content #VOICE .voice {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 0 45px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      article#content #VOICE .voice .athlete {
        width: 50%; }
        article#content #VOICE .voice .athlete .img {
          padding-top: 50px;
          margin-bottom: -50px; }
        article#content #VOICE .voice .athlete h3 {
          display: inline-block;
          padding: 15px 30px;
          background-color: #fff;
          font-size: 25px;
          line-height: 1.36;
          margin-left: 80px; }
          article#content #VOICE .voice .athlete h3 .label {
            color: #e40000;
            font-size: 0.6em;
            display: block; }
          article#content #VOICE .voice .athlete h3 .job {
            font-size: 0.6em;
            display: block; }
        article#content #VOICE .voice .athlete .txt {
          width: 81.66667%;
          margin: 10px 0 0 auto; }
      article#content #VOICE .voice .item {
        width: 50%; }
        article#content #VOICE .voice .item .img {
          width: 80.83333%;
          margin: 0 auto 50px; }
        article#content #VOICE .voice .item .data {
          margin-left: 90px; }
      article#content #VOICE .voice:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        article#content #VOICE .voice:last-child .athlete {
          text-align: right; }
          article#content #VOICE .voice:last-child .athlete h3 {
            margin-left: auto;
            margin-right: 80px; }
          article#content #VOICE .voice:last-child .athlete .txt {
            margin-left: 0;
            margin-right: auto;
            text-align: left; }
        article#content #VOICE .voice:last-child .item .img {
          width: 75%;
          margin-bottom: 0; }
        article#content #VOICE .voice:last-child .item .data {
          margin-top: 0; }

@media screen and (max-width: 768px) {
  ol li {
    padding-left: 1.5em; }
    ol li:nth-child(1):before {
      content: "1";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(2):before {
      content: "2";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(3):before {
      content: "3";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(4):before {
      content: "4";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(5):before {
      content: "5";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(6):before {
      content: "6";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(7):before {
      content: "7";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(8):before {
      content: "8";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(9):before {
      content: "9";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
    ol li:nth-child(10):before {
      content: "10";
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border: #000 solid 1px;
      border-radius: 1em;
      margin-right: 0;
      position: absolute;
      left: 0;
      top: 0.2em;
      vertical-align: middle; }
  #bg {
    background-image: url(../images/summit/keyv_ND91721_sp.jpg); }
  #TOP .secInner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68.28125vw;
    max-width: 68.28125vw; }
  #TOP h1 {
    width: 100%;
    height: auto; }
  #TOP + .data {
    background-color: #fff;
    padding: 4.6875vw 0 31.25vw; }
    #TOP + .data .dataInner {
      width: auto;
      max-width: 88.125vw;
      margin: 0 auto; }
  article#content {
    padding-bottom: 18.75vw; }
    article#content #PRODUCT .secInner {
      max-width: 100%;
      padding-bottom: 0; }
      article#content #PRODUCT .secInner .item {
        width: 100%;
        padding-bottom: 31.25vw; }
        article#content #PRODUCT .secInner .item .itemInner .data {
          max-width: 88.125vw;
          margin: 4.6875vw auto 0; }
        article#content #PRODUCT .secInner .item:nth-child(2n) .itemInner .data {
          margin-left: auto; }
        article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .img {
          position: relative;
          padding-top: 0; }
          article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .img img {
            position: relative;
            bottom: auto;
            left: auto;
            width: 72.65625%;
            margin-right: 6.25vw; }
        article#content #PRODUCT .secInner .item[data-id="ND91316"] .itemInner .data {
          width: 72.65625%;
          margin-right: 6.25vw; }
        article#content #PRODUCT .secInner .item[data-id="NY81702"] .itemInner .img img {
          width: 72.65625%;
          margin-left: 6.25vw; }
        article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img {
            padding-top: 0; }
            article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img:nth-child(1) {
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
              -ms-flex-order: 1;
              order: 1; }
            article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img:nth-child(3) {
              padding-top: 0;
              -webkit-box-ordinal-group: 4;
              -webkit-order: 3;
              -ms-flex-order: 3;
              order: 3; }
            article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .img img {
              width: 72.65625%;
              margin-left: 6.25vw; }
          article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data {
            margin-left: 6.25vw; }
            article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data:nth-child(2) {
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
              -ms-flex-order: 2;
              order: 2;
              margin-bottom: 21.875vw; }
            article#content #PRODUCT .secInner .item[data-id="NP61601"] .itemInner .data:nth-child(4) {
              -webkit-box-ordinal-group: 5;
              -webkit-order: 4;
              -ms-flex-order: 4;
              order: 4; }
    article#content #TECHNOLOGY .tech {
      padding-top: 0;
      padding-bottom: 0; }
      article#content #TECHNOLOGY .tech h2 {
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 0;
        background-color: #f0f3f5;
        padding: 4.6875vw; }
        article#content #TECHNOLOGY .tech h2 em {
          font-size: 0.55556em;
          line-height: 1.3; }
      article#content #TECHNOLOGY .tech .techWrap {
        background-color: transparent; }
      article#content #TECHNOLOGY .tech .content {
        margin: 0 auto;
        padding: 9.375vw 0; }
        article#content #TECHNOLOGY .tech .content .inner {
          width: 88.125vw;
          margin: 0 auto; }
          article#content #TECHNOLOGY .tech .content .inner .first {
            width: 100%;
            float: none; }
            article#content #TECHNOLOGY .tech .content .inner .first h3 {
              font-size: 1.5rem;
              line-height: 1.38889;
              text-align: center;
              margin-bottom: 1em; }
            article#content #TECHNOLOGY .tech .content .inner .first .txt {
              font-size: 1rem;
              line-height: 1.75; }
          article#content #TECHNOLOGY .tech .content .inner .second {
            width: 100%;
            float: none;
            margin-top: 9.375vw; }
            article#content #TECHNOLOGY .tech .content .inner .second ol {
              margin: 0 auto;
              margin-top: 7.03125vw; }
              article#content #TECHNOLOGY .tech .content .inner .second ol li {
                font-size: 1rem;
                line-height: 1.75; }
          article#content #TECHNOLOGY .tech .content .inner .third {
            width: 100%;
            float: none;
            margin-top: 12.5vw; }
          article#content #TECHNOLOGY .tech .content .inner .forth {
            width: 100%;
            float: none;
            margin-top: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding-top: 0; }
            article#content #TECHNOLOGY .tech .content .inner .forth .data {
              margin: 0;
              margin-top: 7.03125vw; }
            article#content #TECHNOLOGY .tech .content .inner .forth ol {
              margin: 0 auto;
              margin-top: 7.03125vw; }
              article#content #TECHNOLOGY .tech .content .inner .forth ol li {
                font-size: 1rem;
                line-height: 1.75; }
    article#content #VOICE {
      padding-top: 7.03125vw; }
      article#content #VOICE h2 {
        font-size: 2.08333rem;
        line-height: 1.74; }
        article#content #VOICE h2:after {
          display: none; }
      article#content #VOICE .voice {
        padding: 0 0 17.1875vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        article#content #VOICE .voice .athlete {
          width: 100%; }
          article#content #VOICE .voice .athlete .img {
            padding-top: 5.46875vw;
            margin-bottom: 0; }
          article#content #VOICE .voice .athlete h3 {
            display: block;
            padding: 4.6875vw 0 0;
            font-size: 1.5rem;
            line-height: 1.38889;
            margin-left: 5.9375vw; }
            article#content #VOICE .voice .athlete h3 .label {
              font-size: 0.55556em;
              line-height: 1.3; }
            article#content #VOICE .voice .athlete h3 .job {
              font-size: 0.66667em;
              line-height: 1.75; }
          article#content #VOICE .voice .athlete .txt {
            width: 88.125vw;
            margin: 7.03125vw auto 0; }
        article#content #VOICE .voice .item {
          width: 100%; }
          article#content #VOICE .voice .item .img {
            width: 87.5vw;
            margin: 3.33333% auto 0; }
          article#content #VOICE .voice .item .data {
            width: 88.125vw;
            margin: 0 auto; }
        article#content #VOICE .voice:last-child {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          article#content #VOICE .voice:last-child .athlete {
            text-align: left; }
            article#content #VOICE .voice:last-child .athlete h3 {
              margin-left: 5.9375vw;
              margin-right: 5.9375vw; }
            article#content #VOICE .voice:last-child .athlete .txt {
              margin-left: 5.9375vw;
              margin-right: 5.9375vw;
              text-align: left; }
          article#content #VOICE .voice:last-child .item .img {
            width: 60.15625vw;
            margin: 0 auto; }
          article#content #VOICE .voice:last-child .item .data {
            margin-top: 0; } }
