@charset "UTF-8";
/*
Theme Name: Robocon30th
Author: Blue Puddle inc.
Description:
Version: 1.0.0
*/
/* clearfix */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes dashed {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 4px 0px; } }

@keyframes dashed {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 4px 0px; } }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

*, :after, :before {
  box-sizing: border-box; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  list-style-type: none; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-b-36 {
  margin-bottom: 36px; }

.margin-b-32 {
  margin-bottom: 32px; }

.margin-b-24 {
  margin-bottom: 24px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-b-16 {
  margin-bottom: 16px; }

.margin-t-16 {
  margin-top: 16px; }

.margin-b-10 {
  margin-bottom: 10px; }

.margin-t-10 {
  margin-top: 10px; }

.margin-t-24 {
  margin-top: 24px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-b-60 {
  margin-bottom: 60px; }

.margin-b-s {
  margin-bottom: 16px; }

.margin-b-m {
  margin-bottom: 24px; }

.margin-b-l {
  margin-bottom: 40px; }

.margin-b-xl {
  margin-bottom: 88px; }

.margin-t-l {
  margin-top: 40px; }

html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  position: relative;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none; }

.l-main {
  zoom: 1;
  position: relative; }
  .l-main:before, .l-main:after {
    content: "";
    display: table; }
  .l-main:after {
    clear: both; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9998;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .overlay.isHidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999; }
  .navigation_topBar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
    .navigation_topBar_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      width: 181px;
      height: 25px;
      background-image: url(images/logo-sp@2x.png);
      background-repeat: no-repeat;
      background-size: contain; }
      .navigation_topBar_logo a {
        width: 100%;
        height: 100%;
        display: block; }
    .navigation_topBar_menuBtnWrapper {
      width: 60px;
      height: 100%; }
    .navigation_topBar .menuBtn {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .navigation_topBar .menuBtn_bar {
        width: 18px;
        height: 5px;
        background-color: #000;
        margin-bottom: 4px;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s; }
      .navigation_topBar .menuBtn.isClose .menuBtn_top {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg); }
      .navigation_topBar .menuBtn.isClose .menuBtn_middle {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .navigation_topBar .menuBtn.isClose .menuBtn_bottom {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg); }
  .navigation .listNavigation {
    position: relative; }
    .navigation .listNavigation.isHidden {
      display: none; }
    .navigation .listNavigation .listNavigationItem {
      position: relative;
      width: 100%;
      height: 69px;
      border-bottom: 1px solid #e5e5e5;
      background-color: #fff;
      line-height: 69px;
      -webkit-transition: all ease-out 0.24s;
      transition: all ease-out 0.24s; }
      .navigation .listNavigation .listNavigationItem:first-child {
        border-top: 1px solid #e5e5e5; }
      .navigation .listNavigation .listNavigationItem.isHidden {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .navigation .listNavigation .listNavigationItem_label {
        margin-left: 60px;
        white-space: nowrap;
        font-size: 25px;
        font-size: 25px;
        font-size: 2.5rem;
        font-family: "Droid Sans", sans-serif;
        font-weight: 700;
        color: #000; }
      .navigation .listNavigation .listNavigationItem:nth-child(5) .listNavigationItem_pdf {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 40px;
        height: 12px;
        background-size: contain;
        background-image: url(images/icon_download_pdf@2x.png); }
      .navigation .listNavigation .listNavigationItem a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .navigation .listNavigation .listNavigationItem:hover, .navigation .listNavigation .listNavigationItem.isActive {
        background-color: #00cf56; }
        .navigation .listNavigation .listNavigationItem:hover .listNavigationItem_label, .navigation .listNavigation .listNavigationItem.isActive .listNavigationItem_label {
          color: #fff; }
      .navigation .listNavigation .listNavigationItem:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: contain; }
      .navigation .listNavigation .listNavigationItem:nth-child(1):before {
        width: 15px;
        height: 16px;
        left: 18px;
        background-image: url(images/icon_nav_home-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(2):before {
        width: 21px;
        height: 21px;
        left: 16px;
        background-image: url(images/icon_nav_about-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(3):before {
        width: 24px;
        height: 24px;
        left: 15px;
        background-image: url(images/icon_nav_history-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(4):before {
        width: 29px;
        height: 19px;
        left: 12px;
        background-image: url(images/icon_nav_event-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(5):before {
        width: 15px;
        height: 23px;
        left: 18px;
        background-image: url(images/icon_nav_rulebook-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(6):before {
        width: 19px;
        height: 21px;
        left: 17px;
        background-image: url(images/icon_nav_faq-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(7):before {
        width: 26px;
        height: 15px;
        left: 14px;
        background-image: url(images/icon_nav_contact-sp@2x.png); }

.btnLine {
  width: 82px;
  height: 20px;
  background-image: url(images/btn_line@2x.png);
  background-size: contain; }
  .btnLine > a {
    display: block;
    width: 100%;
    height: 100%; }

.btnGroupDownload {
  position: relative;
  background-color: #00cf56;
  border-radius: 2px;
  text-align: center;
  color: #000;
  padding: 25px 6% 0 18%;
  background-image: url(images/icon_download_black@2x.png);
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: 6% 50%; }
  .btnGroupDownload a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .btnGroupDownload_title {
    display: block;
    font-size: 20px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background-repeat: no-repeat;
    margin: 0 0 15px;
    text-align: left; }
  .btnGroupDownload_contents {
    display: block;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.666;
    text-align: left; }

.btnDownload-none:after {
  background-image: url(images/icon_download@2x.png);
  background-size: 16px 16px;
  width: 36px;
  height: 36px; }

.btnDownload-pdf:after {
  background-image: url(images/icon_download_pdf@2x.png);
  background-size: 20px 28px;
  width: 36px;
  height: 41px; }

.btnDownload-word:after {
  background-image: url(images/icon_download_word@2x.png);
  background-size: 26px 28px;
  width: 36px;
  height: 41px; }

.btnDownload-exel:after {
  background-image: url(images/icon_download_exel@2x.png);
  background-size: 20px 28px;
  width: 36px;
  height: 41px; }

.btnDownload {
  position: relative;
  padding: 17px 0 17px 66px;
  border-radius: 2px;
  border: 2px solid #000;
  background-color: #fff;
  width: 100%; }
  .btnDownload a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .btnDownload_title {
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 6px; }
  .btnDownload_update {
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #707070; }
  .btnDownload:after {
    content: '';
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #00cf56;
    border-radius: 4px; }

.btnRect {
  text-align: center;
  border-radius: 4px;
  font-size: 20px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold; }
  .btnRect a {
    color: #fff;
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100%; }
    .btnRect a:hover {
      -webkit-filter: brigitness(0.7);
              filter: brigitness(0.7); }

.btnRect-detail {
  background-color: #000;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem; }
  .btnRect-detail a {
    color: #00cf56; }

.btnRect-contact {
  background-color: #000; }
  .btnRect-contact a {
    color: #fff;
    text-decoration: none; }

.breadcrumb {
  background-color: #f4f4f4;
  width: 100%;
  height: 64px; }
  .breadcrumb .listBread {
    height: 100%;
    zoom: 1; }
    .breadcrumb .listBread:before, .breadcrumb .listBread:after {
      content: "";
      display: table; }
    .breadcrumb .listBread:after {
      clear: both; }
    .breadcrumb .listBread .listBreadItem {
      position: relative;
      float: left;
      height: 100%;
      line-height: 64px;
      color: #00cf56; }
      .breadcrumb .listBread .listBreadItem a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100; }
      .breadcrumb .listBread .listBreadItem.isCurrent {
        color: #000; }
      .breadcrumb .listBread .listBreadItem_text {
        padding: 0 20px 0 28px;
        font-weight: bold;
        font-size: 12px;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "Droid Sans", sans-serif;
        font-weight: 700; }
      .breadcrumb .listBread .listBreadItem:before, .breadcrumb .listBread .listBreadItem:after {
        position: absolute;
        display: block;
        content: '';
        height: 32px;
        left: 0;
        right: 0;
        width: 100%;
        border-left: #dbdbdb 1px solid;
        z-index: 1; }
      .breadcrumb .listBread .listBreadItem:before {
        top: 0;
        -webkit-transform: skewX(30deg);
                transform: skewX(30deg); }
      .breadcrumb .listBread .listBreadItem:after {
        bottom: 0;
        -webkit-transform: skewX(-30deg);
                transform: skewX(-30deg); }
      .breadcrumb .listBread .listBreadItem:first-child:before, .breadcrumb .listBread .listBreadItem:first-child:after {
        border: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9998;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  .overlay.isHidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999; }
  .navigation_topBar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }
    .navigation_topBar_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      width: 181px;
      height: 25px;
      background-image: url(images/logo-sp@2x.png);
      background-repeat: no-repeat;
      background-size: contain; }
      .navigation_topBar_logo a {
        width: 100%;
        height: 100%;
        display: block; }
    .navigation_topBar_menuBtnWrapper {
      width: 60px;
      height: 100%; }
    .navigation_topBar .menuBtn {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .navigation_topBar .menuBtn_bar {
        width: 18px;
        height: 5px;
        background-color: #000;
        margin-bottom: 4px;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s; }
      .navigation_topBar .menuBtn.isClose .menuBtn_top {
        -webkit-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg); }
      .navigation_topBar .menuBtn.isClose .menuBtn_middle {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .navigation_topBar .menuBtn.isClose .menuBtn_bottom {
        -webkit-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg); }
  .navigation .listNavigation {
    position: relative; }
    .navigation .listNavigation.isHidden {
      display: none; }
    .navigation .listNavigation .listNavigationItem {
      position: relative;
      width: 100%;
      height: 69px;
      border-bottom: 1px solid #e5e5e5;
      background-color: #fff;
      line-height: 69px;
      -webkit-transition: all ease-out 0.24s;
      transition: all ease-out 0.24s; }
      .navigation .listNavigation .listNavigationItem:first-child {
        border-top: 1px solid #e5e5e5; }
      .navigation .listNavigation .listNavigationItem.isHidden {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .navigation .listNavigation .listNavigationItem_label {
        margin-left: 60px;
        white-space: nowrap;
        font-size: 25px;
        font-size: 25px;
        font-size: 2.5rem;
        font-family: "Droid Sans", sans-serif;
        font-weight: 700;
        color: #000; }
      .navigation .listNavigation .listNavigationItem:nth-child(5) .listNavigationItem_pdf {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 40px;
        height: 12px;
        background-size: contain;
        background-image: url(images/icon_download_pdf@2x.png); }
      .navigation .listNavigation .listNavigationItem a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .navigation .listNavigation .listNavigationItem:hover, .navigation .listNavigation .listNavigationItem.isActive {
        background-color: #00cf56; }
        .navigation .listNavigation .listNavigationItem:hover .listNavigationItem_label, .navigation .listNavigation .listNavigationItem.isActive .listNavigationItem_label {
          color: #fff; }
      .navigation .listNavigation .listNavigationItem:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: contain; }
      .navigation .listNavigation .listNavigationItem:nth-child(1):before {
        width: 15px;
        height: 16px;
        left: 18px;
        background-image: url(images/icon_nav_home-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(2):before {
        width: 21px;
        height: 21px;
        left: 16px;
        background-image: url(images/icon_nav_about-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(3):before {
        width: 24px;
        height: 24px;
        left: 15px;
        background-image: url(images/icon_nav_history-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(4):before {
        width: 29px;
        height: 19px;
        left: 12px;
        background-image: url(images/icon_nav_event-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(5):before {
        width: 15px;
        height: 23px;
        left: 18px;
        background-image: url(images/icon_nav_rulebook-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(6):before {
        width: 19px;
        height: 21px;
        left: 17px;
        background-image: url(images/icon_nav_faq-sp@2x.png); }
      .navigation .listNavigation .listNavigationItem:nth-child(7):before {
        width: 26px;
        height: 15px;
        left: 14px;
        background-image: url(images/icon_nav_contact-sp@2x.png); }

.select {
  position: fixed;
  top: 60px;
  width: 100%;
  height: 59px;
  background: #fafafa;
  z-index: 1000; }
  .select_display {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    font-size: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0 15px;
    line-height: 59px;
    overflow: hidden; }
    .select_display_year {
      font-weight: bold;
      font-size: 22px;
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0 18px 0 0; }
    .select_display_theme {
      font-size: 20px;
      font-size: 20px;
      font-size: 2rem; }
    .select_display:after {
      position: absolute;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      top: 50%;
      right: 20px;
      border-left: 1px solid #000;
      border-bottom: 1px solid #000;
      -webkit-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%); }
  .select_label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .select_label_ui {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      width: 100%;
      height: 100%; }

.listNews {
  zoom: 1;
  background-color: #fff;
  padding: 20px; }
  .listNews:before, .listNews:after {
    content: "";
    display: table; }
  .listNews:after {
    clear: both; }
  .listNews dt {
    margin: 0 0 4px;
    color: #626262; }
  .listNews dd {
    margin: 0 0 14px; }
  .listNews dt, .listNews dd {
    font-weight: bold;
    line-height: 1.7; }
    .listNews dt.isLast, .listNews dd.isLast {
      margin: 0; }

.listDownloadBtn {
  zoom: 1; }
  .listDownloadBtn:before, .listDownloadBtn:after {
    content: "";
    display: table; }
  .listDownloadBtn:after {
    clear: both; }
  .listDownloadBtn .btnDownload {
    margin-bottom: 10px; }
    .listDownloadBtn .btnDownload:last-child {
      margin-bottom: 0px; }

.listHistory {
  width: 300px;
  height: calc(100% - 440); }

.listHistoryItem {
  position: relative;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  height: 75px;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
  padding: 8px 16px; }
  .listHistoryItem a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .listHistoryItem:after {
    position: absolute;
    display: block;
    content: '';
    right: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .listHistoryItem:hover {
    background-color: #00cf56;
    color: #fff; }
  .listHistoryItem.isActive {
    background-color: #00cf56;
    color: #fff; }
  .listHistoryItem_thumb {
    border: 2px solid #000;
    width: 56px;
    height: 56px;
    border-radius: 28px; }
  .listHistoryItem_year {
    position: absolute;
    top: 50%;
    left: 90px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold; }
  .listHistoryItem_theme {
    position: absolute;
    top: 50%;
    left: 148px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 13px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3; }

.footerBottom {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 60px 0 20px; }
  .footerBottom_wrapper {
    padding: 0 20px; }
  .footerBottom_boxSns {
    position: relative; }
    .footerBottom_boxSns .belt {
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-position: 5px 0;
      display: block;
      width: 48px;
      height: 1px;
      /*background-image: url(images/ptr_belt@2x.png);
      background-repeat: repeat-x;
      -webkit-animation: move 0.1s linear infinite;
              animation: move 0.1s linear infinite;*/ }
      .footerBottom_boxSns .belt0 {
        top: 32px;
        left: calc(50% - 98px); }
      .footerBottom_boxSns .belt1 {
        top: 32px;
        left: calc(50% - 22px); }
      .footerBottom_boxSns .belt2 {
        top: 32px;
        left: calc(50% + 52px); }

@-webkit-keyframes move {
  0% {
    background-position: 5px 0; }
  100% {
    background-position: 11px 0; } }

@keyframes move {
  0% {
    background-position: 5px 0; }
  100% {
    background-position: 11px 0; } }
    .footerBottom_boxSns_listSns {
      position: relative;
      width: 285px;
      margin: 0 auto 65px;
      zoom: 1; }
      .footerBottom_boxSns_listSns:before, .footerBottom_boxSns_listSns:after {
        content: "";
        display: table; }
      .footerBottom_boxSns_listSns:after {
        clear: both; }
      .footerBottom_boxSns_listSns li {
        position: relative;
        float: left;
        width: 60px;
        height: 60px;
        background-size: contain;
        /*background-image: url(images/img_gear@2x.png);*/
        margin-right: 15px; }
        .footerBottom_boxSns_listSns li:last-child {
          margin-right: 0; }
        .footerBottom_boxSns_listSns li a {
          display: block;
          width: 100%;
          height: 100%; }
        .footerBottom_boxSns_listSns li:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%);
          content: '';
          display: block;
          background-size: contain;
          background-repeat: no-repeat;
          pointer-events: none; }
        .footerBottom_boxSns_listSns li:nth-child(1):before {
          width: 56px;
          height: 56px;
          background-image: url(images/footer_icon_twi.png); }




        .footerBottom_boxSns_listSns li:nth-child(2):before {
          width: 56px;
          height: 56px;
          background-image: url(images/footer_icon_nico.png); }
        .footerBottom_boxSns_listSns li:nth-child(3):before {
          width: 56px;
          height: 56px;
          background-image: url(images/footer_icon_yt.png); }
  .footerBottom_info {
    font-size: 14px;
    font-size: 14px;
    font-size: 1.4rem; }
    .footerBottom_info .btnRect {
      background-color: #434343;
      width: 100%;
      height: 60px;
      line-height: 60px;
      margin-bottom: 20px;
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem; }
    .footerBottom_info_copyright {
      font-family: "Droid Sans", sans-serif;
      font-weight: 400;
      font-size: 11px;
      font-size: 11px;
      font-size: 1.1rem;
      text-align: center;
      color: #00cf56; }

.editableText {
  clear: both;
  text-align: left; }
  .editableText h1, .editableText h2, .editableText h3, .editableText h4, .editableText h5, .editableText h6, .editableText strong {
    font-weight: bold; }
  .editableText p {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 22px; }
  .editableText p:last-child, .editableText iframe:last-child, .editableText img:last-child {
    margin-bottom: 0; }

.sectionTitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .sectionTitle_image {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto 10px; }
    .sectionTitle_image.isAbout {
      background-size: 21px 21px;
      background-image: url(images/icon_about-sp@2x.png); }
    .sectionTitle_image.isNews {
      background-size: 27px 19px;
      background-image: url(images/icon_news-sp@2x.png); }
    .sectionTitle_image.isSchedule {
      background-size: 25px 24px;
      background-image: url(images/icon_schedule-sp@2x.png); }
    .sectionTitle_image.isTheme {
      background-size: 12px 18px;
      background-image: url(images/icon_theme-sp@2x.png); }
    .sectionTitle_image.isSecurity {
      background-size: 23px 25px;
      background-image: url(images/icon_security-sp@2x.png); }
    .sectionTitle_image.isPrize {
      background-size: 15px 24px;
      background-image: url(images/icon_prize-sp@2x.png); }
    .sectionTitle_image.isDownload {
      background-size: 20px 20px;
      background-image: url(images/icon_download@2x.png); }
  .sectionTitle_label {
    margin: 0 auto;
    font-size: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00cf56;
    white-space: nowrap; }
  .sectionTitle_title {
    margin-top: 24px;
    font-size: 6.38vw;
    font-weight: bold;
    text-align: center; }

.sectionTitle-white .sectionTitle_label {
  color: #fff; }

.sectionTitle-black .sectionTitle_label {
  color: #000; }

span.greenLabel {
  display: inline-block;
  background-color: #00cf56;
  font-weight: bold; }

span.redLabel {
  display: inline-block;
  background-color: #ff4141;
  font-weight: bold; }

span.blueLabel {
  display: inline-block;
  background: #55dae1;
  font-weight: bold; }

.sectionContestOpen {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(images/bg_contest@2x.jpg);
  width: 100%; }
  .sectionContestOpen_spacer {
    display: block;
    content: '';
    padding-top: 59.7%; }
  .sectionContestOpen_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .sectionContestOpen_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-image: url(images/img_contest-sp-open@2x.png);
    background-repeat: no-repeat;
    width: 259px;
    height: 159px;
    background-size: 259px 159px; }

.sectionMovie {
  padding: 39px 0 20px; }
  .sectionMovie_wrapper {
    padding: 0 10px;
    text-align: center; }
  .sectionMovie_subject {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px; }
  .sectionMovie_title {
    font-size: 6vw;
    font-weight: bold;
    margin: 0 0 32px; }
  .sectionMovie_description {
    line-height: 2;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 24px;
    text-align: left; }
  .sectionMovie .wrapperMovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .sectionMovie .wrapperMovie iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.sectionMain {
  position: relative;
  padding: 30px 0 80px; }
  .sectionMain_wrapper {
    width: 100%;
    padding: 0 10px; }
  .sectionMain_logo {
    width: 160px;
    height: 129px;
    background-image: url(images/logo_30th-sp@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 30px; }
  .sectionMain_img {
    width: 100%;
    margin: 0 auto 40px;
    background-image: url(images/img_robocon30th-sp@2x.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
    .sectionMain_img:after {
      display: block;
      content: '';
      padding-top: 130.4%; }
  .sectionMain .listSns {
    text-align: center; }
    .sectionMain .listSns li {
      display: inline-block;
      margin-right: 10px; }
      .sectionMain .listSns li:last-child {
        margin-right: 0; }

.sectionContest {
  background: #fff;
  text-align: center; }
  .sectionContest_header {
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    background-image: url(images/bg_contest@2x.jpg);
    width: 100%; }
    .sectionContest_header:after {
      display: block;
      content: '';
      padding-top: 59.73%; }
    .sectionContest_header_logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      background-image: url(images/img_contest-sp@2x.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 259px;
      height: 159px; }
  .sectionContest_box {
    width: 100%;
    padding: 29px 10px 32px; }
    .sectionContest_box_project {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 20px;
      text-align: center; }
    .sectionContest_box_title {
      font-size: 36px;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: bold;
      line-height: 1.3;
      margin: 0 0 28px;
      display: inline-block;
      text-align: center;
      background: #00cf56; }
      .sectionContest_box_title span {
        font-weight: bold; }
    .sectionContest_box_label {
      font-size: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin: 0 0 10px;
      text-align: left; }
    .sectionContest_box_subject {
      font-size: 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: left;
      line-height: 1.5;
      margin: 0 0 48px; }

.sectionNews {
  padding: 30px 0 30px; }
  .sectionNews_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
    .sectionNews_wrapper .sectionTitle {
      margin: 0 0 20px; }
    .sectionNews_wrapper .listNews {
      width: 100%;
      margin: 0 0 31px;
      font-size: 14px;
      font-size: 14px;
      font-size: 1.4rem;
      background-color: #f0f0f0; }
    .sectionNews_wrapper .listDownloadBtn {
      margin: 0 0 12px; }
    .sectionNews_wrapper .btnDownload {
      margin: 0 auto 11px; }
    .sectionNews_wrapper .btnRect {
      background-color: #00cf56;
      width: 100%;
      height: 60px;
      line-height: 60px;
      margin: 0 auto; }

.sectionLegacy_slideshowWrapper {
  position: relative;
  width: 100%; }
  .sectionLegacy_slideshowWrapper:after {
    display: block;
    content: '';
    padding-top: 74.6%; }
  .sectionLegacy_slideshowWrapper .slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.sectionLegacy_box {
  width: 100%;
  padding: 30px 10px; }
  .sectionLegacy_box_title {
    text-align: center;
    font-size: 25px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 11px;
    line-height: 1.3; }
  .sectionLegacy_box .editableText {
    margin: 0 0 24px; }
  .sectionLegacy_box_facebook {
    text-align: center; }

.sectionNico {
  padding: 39px 0 30px;
  width: 100%;
  background: #f0f0f0; }
  .sectionNico_wrapper {
    padding: 0 20px; }
  .sectionNico_subject {
    text-align: center;
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 24px;
    margin: 0 0 20px; }
  .sectionNico_title {
    text-align: center;
    font-size: 36px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0 0 16px; }
    .sectionNico_title span {
      margin: 0 0 15px; }
  .sectionNico_description {
    font-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 0 29px; }
  .sectionNico .btnRect {
    background-color: #ff4141;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto; }

.slideshow li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  z-index: 1; }
  .slideshow li.isActive {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 10; }

.externalLinks {
  position: relative;
  width: 100%;
  height: 276px;
  background-color: #fff;
  padding: 40px; }
  .externalLinks_list {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    zoom: 1; }
    .externalLinks_list:before, .externalLinks_list:after {
      content: "";
      display: table; }
    .externalLinks_list:after {
      clear: both; }
    .externalLinks_list li {
      position: relative;
      margin-bottom: 30px; }
      .externalLinks_list li:last-child {
        margin-bottom: 0; }
      .externalLinks_list li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .externalLinks_list li:before {
        content: '';
        display: block;
        background-size: contain;
        background-repeat: no-repeat; }
      .externalLinks_list li.isKosen:before {
        width: 192px;
        height: 26px;
        background-image: url(images/logo_kosen.svg); }
      .externalLinks_list li.isNHK:before {
        width: 259px;
        height: 26px;
        background-image: url(images/logo_nhk.svg); }
      .externalLinks_list li.isABU:before {
        width: 202px;
        height: 26px;
        background-image: url(images/logo_abu.svg); }
      .externalLinks_list li.isBlog:before {
        width: 257px;
        height: 26px;
        background-image: url(images/logo_blog.svg); }
      .externalLinks_list li.ismuseum:before {
        width: 294px;
        height: 26px;
        background-image: url(images/logo_museum.svg); }

.onlyPc {
  display: none !important; }
