
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Quantico);

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@-webkit-keyframes floating {
  0% {
    top: 5px; }
  100% {
    top: 0px; } }
@keyframes floating {
  0% {
    top: 5px; }
  100% {
    top: 0px; } }

/* ======================================
 * 汎用スタイル wrapper, header, footer etc
 * ====================================== */
.slick-dots li button:before {
  content: '◆' !important;
  color: #00ffff !important; }

#ytplayer {
  width: 100%;
  height: 100%; }

html[data-env="pc"] .wrapper,
html[data-env="tablet"] .wrapper {
  width: 100%;
  height: auto;
  min-width: 960px;
  overflow: hidden; }

html[data-env="pc"] .section-block,
html[data-env="tablet"] .section-block {
  width: 100%; }

html[data-env="pc"] .content-block,
html[data-env="tablet"] .content-block {
  width: 960px;
  margin: 0 auto; }

html[data-env="pc"] .inner-block,
html[data-env="tablet"] .inner-block {
  width: 800px;
  margin: 0 auto; }

html[data-env="pc"] .font-super,
html[data-env="tablet"] .font-super {
  vertical-align: super;
  font-size: 10px; }

html[data-env="sp"] .wrapper {
  width: 100%;
  min-width: 350px; }

html[data-env="sp"] .section-block {
  width: 100%; }

html[data-env="sp"] .content-block {
  width: 355px;
  margin: 0 auto; }

html[data-env="sp"] .inner-block {
  width: 330px;
  margin: 0 auto; }

html[data-env="sp"] .font-super {
  font-size: 10px;
  vertical-align: super;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block; }

/* ======================================
 * IE
 * ====================================== */
html.isIE .social .content-block .link-social {
  color: #fff;
  font-size: 16px;
  padding: 1px 5px;
  margin: 0 3px;
  background-image: none; }

html.isIE .social .content-block .link-social:hover {
  color: #000;
  background-color: #00ffff; }

html.isIE #top .content-block #webgl-output {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  background-image: url(../img/pc/top_globe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 575px;
  height: 569px; }

/* ======================================
 * Android
 * ====================================== */
body[data-ua='android'] * {
  transition: initial; }

body[data-ua='android'] .detail01 .headline-block .title, body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] .detail01 .overview-block .title, body[data-ua='android'] .detail01 .video-block .title {
  background-image: none;
  background-color: rgba(0, 255, 255, 0.3); }

body[data-ua='android'] .detail01 .entry-block .twitter {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.2); }

body[data-ua='android'] .detail02 .headline-block .title, body[data-ua='android'] .detail02 .detail01 .performer-block .title, body[data-ua='android'] .detail01 .detail02 .performer-block .title, body[data-ua='android'] .detail02 .detail01 .overview-block .title, body[data-ua='android'] .detail01 .detail02 .overview-block .title, body[data-ua='android'] .detail02 .detail01 .video-block .title, body[data-ua='android'] .detail01 .detail02 .video-block .title {
  background-image: none;
  background-color: rgba(0, 255, 255, 0.3); }

body[data-ua='android'] .detail02 .app-block {
  background-image: none; }

html[data-env="sp"] body[data-ua="android"] #top .content-block #webgl-output {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  background-image: url(../img/sp/top_globe.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 328px;
  height: 325px; }

/* ======================================
 * PC
 * ====================================== */
html[data-env='pc'] .sec-header,
html[data-env="tablet"] .sec-header {
  width: 100%;
  transition: .4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30px;
  background-color: transparent;
  z-index: 8;
  letter-spacing: 0; }
  html[data-env='pc'] .sec-header .content-block,
  html[data-env="tablet"] .sec-header .content-block {
    display: table;
    width: 100%;
    min-width: 850px; }
  html[data-env='pc'] .sec-header .gnav-folding,
  html[data-env="tablet"] .sec-header .gnav-folding {
    display: table-cell;
    vertical-align: middle; }
    html[data-env='pc'] .sec-header .gnav-folding .gnav-linksItem,
    html[data-env="tablet"] .sec-header .gnav-folding .gnav-linksItem {
      display: inline-block;
      list-style-type: none; }
      html[data-env='pc'] .sec-header .gnav-folding .gnav-linksItem a,
      html[data-env="tablet"] .sec-header .gnav-folding .gnav-linksItem a {
        font-size: 16px;
        font-weight: regular;
        color: #fff;
        padding: 5px 5px;
        margin: 0 10px; }
        html[data-env='pc'] .sec-header .gnav-folding .gnav-linksItem a:hover,
        html[data-env="tablet"] .sec-header .gnav-folding .gnav-linksItem a:hover {
          color: #000;
          background-color: #0ff; }
  html[data-env='pc'] .sec-header .header-ico,
  html[data-env="tablet"] .sec-header .header-ico {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 222px;
    height: 40px; }
    html[data-env='pc'] .sec-header .header-ico .ico,
    html[data-env="tablet"] .sec-header .header-ico .ico {
      background-image: url(../img/pc/btn_download.png);
      width: 100%;
      height: 100%; }
  html[data-env='pc'] .sec-header .btn-toggle,
  html[data-env="tablet"] .sec-header .btn-toggle {
    display: none; }

html[data-env='pc'] .is-sticky,
html[data-env="tablet"] .is-sticky {
  background-color: black;
  padding: 10px 30px; }

/* ======================================
 * SP
 * ====================================== */
html[data-env='sp'] .sec-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  z-index: 8; }
  html[data-env='sp'] .sec-header .content-block {
    width: 100%;
    height: 100%; }
  html[data-env='sp'] .sec-header .gnav-folding {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    html[data-env='sp'] .sec-header .gnav-folding .gnav-links {
      padding-top: 100px; }
    html[data-env='sp'] .sec-header .gnav-folding .gnav-linksItem {
      list-style-type: none;
      padding: 20px 0; }
      html[data-env='sp'] .sec-header .gnav-folding .gnav-linksItem a {
        font-size: 18px;
        color: #fff;
        padding: 10px 5px; }
        html[data-env='sp'] .sec-header .gnav-folding .gnav-linksItem a:hover {
          color: #000;
          background-color: #0ff; }
  html[data-env='sp'] .sec-header .header-ico {
    display: none; }

html[data-env='sp'] .btn-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9; }
  html[data-env='sp'] .btn-toggle .btn-open {
    height: 40px;
    width: 40px;
    position: absolute; }
    html[data-env='sp'] .btn-toggle .btn-open span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00ffff; }
      html[data-env='sp'] .btn-toggle .btn-open span:nth-of-type(1) {
        top: 0; }
      html[data-env='sp'] .btn-toggle .btn-open span:nth-of-type(2) {
        top: 15px; }
      html[data-env='sp'] .btn-toggle .btn-open span:nth-of-type(3) {
        top: 30px; }
  html[data-env='sp'] .btn-toggle .btn-close {
    display: none;
    position: absolute;
    height: 40px;
    width: 40px; }
    html[data-env='sp'] .btn-toggle .btn-close span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00ffff; }
      html[data-env='sp'] .btn-toggle .btn-close span:nth-of-type(1) {
        -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
                transform: rotateZ(45deg);
        width: 45px;
        top: 15px;
        left: -2px; }
      html[data-env='sp'] .btn-toggle .btn-close span:nth-of-type(2) {
        -webkit-transform: rotateZ(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotateZ(-45deg);
        width: 45px;
        top: 15px;
        left: -2px; }

html.env-tablet body {
  zoom: 0.75; }

html[data-env="pc"] #bg {
  background-image: url("../img/bg.png");
  background-size: cover;
  position: fixed;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

html[data-env="pc"] .fixed-btn {
  display: none; }

html[data-env="pc"] .line {
  width: 840px;
  height: 5px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2); }

html[data-env="pc"] .social {
  position: relative;
  z-index: 3;
  text-align: center; }
  html[data-env="pc"] .social .socialBtn-area {
    margin: 0 auto 50px; }
    html[data-env="pc"] .social .socialBtn-area .title {
      color: #00ffff;
      font-size: 10px;
      margin: 0 0 2px 15px; }
    html[data-env="pc"] .social .socialBtn-area .btn-social {
      display: inline-block; }
  html[data-env="pc"] .social .link-social {
    color: #fff;
    font-size: 16px;
    padding: 1px 5px;
    margin: 0 3px;
    background-image: linear-gradient(to right, transparent 50%, cyan 50%);
    background-position: 0 0;
    background-size: 203% auto;
    transition: .15s linear; }
  html[data-env="pc"] .social .link-social:hover {
    background-position: -100% 0;
    color: #000; }

html[data-env="pc"] #top .content-block {
  position: relative; }

html[data-env="pc"] #top #webgl-output {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -120px auto 0;
  width: 800px; }

html[data-env="pc"] #top .logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 801px;
  height: 450px;
  background-image: url(../img/pc/top_logo.png);
  position: relative;
  margin: 103px auto 30px; }

html[data-env="pc"] #top .logo_jaxa {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 187px;
  height: 101px;
  background-image: url(../img/pc/top_logo_jaxa.png);
  position: relative;
  margin: 0 auto; }

html[data-env="pc"] #top .scroll-box {
  width: 0;
  margin: 70px auto 100px;
  text-align: center;
  position: relative; }

html[data-env="pc"] #top .btn-scroll {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #00ffff;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-animation: floating 0.5s infinite alternate linear;
          animation: floating 0.5s infinite alternate linear; }
  html[data-env="pc"] #top .btn-scroll:after {
    content: 'SCROLL';
    font-size: 12px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

html[data-env="pc"] #top .txtbox {
  position: relative;
  text-align: center; }
  html[data-env="pc"] #top .txtbox .catchcopy {
    font-weight: 100;
    font-size: 48px;
    color: #00ffff;
    margin-bottom: 20px; }
  html[data-env="pc"] #top .txtbox .bodycopy {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #fff; }

html[data-env="pc"] #top .countdown {
  margin: 60px auto 50px;
  color: #fff; }
  html[data-env="pc"] #top .countdown .ttl {
    font-size: 18px;
    font-weight: 100;
    color: #00ffff;
    text-align: center; }
  html[data-env="pc"] #top .countdown .cd_box {
    font-weight: 100;
    font-size: 0;
    letter-spacing: -1px;
    text-align: center; }
    html[data-env="pc"] #top .countdown .cd_box .cd_item {
      width: 100%;
      max-width: 155px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      padding: 0 10px; }
      html[data-env="pc"] #top .countdown .cd_box .cd_item .num {
        font-family: 'Noto Sans JP', sans-serif;
        margin-top: -10px;
        font-size: 80px; }
      html[data-env="pc"] #top .countdown .cd_box .cd_item .str {
        font-family: 'Quantico', sans-serif;
        font-weight: 100;
        font-size: 18px;
        color: #00ffff;
        letter-spacing: 0;
        margin: -15px auto 10px; }

html[data-env="pc"] #about {
  padding: 80px 0;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/pc/bg_cross.png");
  background-repeat: no-repeat, repeat;
  background-position: 0 0, center top; }
  html[data-env="pc"] #about .hr {
    width: 93%;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2); }
    html[data-env="pc"] #about .hr .txt {
      font-size: 10px;
      line-height: 15px;
      padding: 2px 0 2px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="pc"] #about .hr .txt {
          padding: 3px 0 2px 5px; } }
      html[data-env="pc"] #about .hr .txt .txt1 {
        color: #fff; }
      html[data-env="pc"] #about .hr .txt .txt2 {
        color: #f00; }
    html[data-env="pc"] #about .hr .txt:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: 0px 5px 1px;
      line-height: 5px;
      background-color: #f00;
      border-radius: 50%;
      -webkit-animation: flash 1s ease infinite alternate;
              animation: flash 1s ease infinite alternate; }

@-webkit-keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  html[data-env="pc"] #about .hr:after {
    content: "I.01";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 8px;
    color: #fff;
    margin: 0px 5px; }
    @media only screen and (max-width: 414px) {
      html[data-env="pc"] #about .hr:after {
        top: 4px; } }
  html[data-env="pc"] #about .catchcopy {
    font-size: 34px;
    text-align: center;
    margin: 35px 0; }
  html[data-env="pc"] #about .bodycopy {
    font-size: 16px;
    line-height: 28px; }
  html[data-env="pc"] #about .img-box {
    margin: 35px auto 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 822px;
    height: 458px; }
    html[data-env="pc"] #about .img-box .img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 800px;
      height: 456px; }
    html[data-env="pc"] #about .img-box .img01, html[data-env="pc"] #about .img-box #special .explain-block .image-box .img02, html[data-env="pc"] #special .explain-block .image-box #about .img-box .img02, html[data-env="sp"] #special .explain-block .image-box html[data-env="pc"] #about .img-box .img02 {
      background-image: url(../img/pc/about_img01.png); }
    html[data-env="pc"] #about .img-box .img02 {
      background-image: url(../img/pc/about_img02.png); }
    html[data-env="pc"] #about .img-box .img03 {
      background-image: url(../img/pc/about_img03.png); }
    html[data-env="pc"] #about .img-box .img04 {
      background-image: url(../img/pc/about_img04.png); }
    html[data-env="pc"] #about .img-box .img05 {
      background-image: url(../img/pc/about_img05.png); }
  html[data-env="pc"] #about .img-box:before {
    content: '';
    display: block;
    background-image: url(../img/pc/about_img_cover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 822px;
    height: 458px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }

html[data-env="pc"] #eventInfo {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding: 70px 0 40px; }
  html[data-env="pc"] #eventInfo .title {
    margin: 0 auto 10px; }
  html[data-env="pc"] #eventInfo .txt {
    line-height: 32px;
    margin: 0 auto 30px; }
  html[data-env="pc"] #eventInfo .square {
    width: 65px;
    height: 65px;
    margin: 0 32.5px 0;
    position: relative;
    background: white; }
  html[data-env="pc"] #eventInfo .square.cross {
    width: 1px;
    margin: 0 auto; }
  html[data-env="pc"] #eventInfo .cross:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: white; }

html[data-env="pc"] #eventDetail {
  position: relative; }
  html[data-env="pc"] #eventDetail .detail01 {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/pc/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    padding: 40px 0 40px;
    margin-bottom: 40px;
    border: 1px solid #00ffff; }
    html[data-env="pc"] #eventDetail .detail01 .hr {
      width: 93%;
      max-width: 840px;
      position: relative;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.2); }
      html[data-env="pc"] #eventDetail .detail01 .hr .txt {
        font-size: 10px;
        line-height: 15px;
        padding: 2px 0 2px 5px; }
        @media only screen and (max-width: 414px) {
          html[data-env="pc"] #eventDetail .detail01 .hr .txt {
            padding: 3px 0 2px 5px; } }
        html[data-env="pc"] #eventDetail .detail01 .hr .txt .txt1 {
          color: #fff; }
        html[data-env="pc"] #eventDetail .detail01 .hr .txt .txt2 {
          color: #f00; }
      html[data-env="pc"] #eventDetail .detail01 .hr .txt:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0px 5px 1px;
        line-height: 5px;
        background-color: #f00;
        border-radius: 50%;
        -webkit-animation: flash 1s ease infinite alternate;
                animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
    html[data-env="pc"] #eventDetail .detail01 .hr:after {
      content: "E.01";
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 8px;
      color: #fff;
      margin: 0px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="pc"] #eventDetail .detail01 .hr:after {
          top: 4px; } }
    html[data-env="pc"] #eventDetail .detail01 .headline-block, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block, html[data-env="pc"] #eventDetail
    body[data-ua='android'] .detail01 .overview-block,
    body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block, html[data-env="pc"] #eventDetail
    body[data-ua='android'] .detail01 .video-block,
    body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block {
      padding: 40px 0; }
      html[data-env="pc"] #eventDetail .detail01 .headline-block .title, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .title, html[data-env="pc"] #eventDetail
      body[data-ua='android'] .detail01 .overview-block .title,
      body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .title, html[data-env="pc"] #eventDetail
      body[data-ua='android'] .detail01 .video-block .title,
      body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .title {
        float: left;
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        padding: 10px; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .title .e-name1, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title .e-name1, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .title .e-name1, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .title .e-name1,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .title .e-name1, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .title .e-name1,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .title .e-name1 {
          font-size: 34px;
          font-weight: 100;
          line-height: 34px; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .title .e-name2, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title .e-name2, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .title .e-name2, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .title .e-name2,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .title .e-name2, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .title .e-name2,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .title .e-name2 {
          font-size: 24px;
          font-weight: 500; }
      html[data-env="pc"] #eventDetail .detail01 .headline-block .date, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date, html[data-env="pc"] #eventDetail
      body[data-ua='android'] .detail01 .overview-block .date,
      body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date, html[data-env="pc"] #eventDetail
      body[data-ua='android'] .detail01 .video-block .date,
      body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date {
        float: right;
        letter-spacing: 0px;
        font-weight: 300; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .date .d1, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d1, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date .d1, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d1,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date .d1, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d1,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date .d1 {
          font-size: 40px;
          line-height: 40px; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .date .d2, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d2, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date .d2, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d2,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date .d2, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d2,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date .d2 {
          font-size: 14px; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .date .d3, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d3, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date .d3, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d3,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date .d3, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d3,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date .d3 {
          font-size: 40px; }
        html[data-env="pc"] #eventDetail .detail01 .headline-block .date .d4, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d4, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date .d4, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d4,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date .d4, html[data-env="pc"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d4,
        body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date .d4 {
          display: inline-block;
          font-size: 14px;
          line-height: 16px; }
          html[data-env="pc"] #eventDetail .detail01 .headline-block .date .d4 a, html[data-env="pc"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d4 a, body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .performer-block .date .d4 a, html[data-env="pc"] #eventDetail
          body[data-ua='android'] .detail01 .overview-block .date .d4 a,
          body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .overview-block .date .d4 a, html[data-env="pc"] #eventDetail
          body[data-ua='android'] .detail01 .video-block .date .d4 a,
          body[data-ua='android'] html[data-env="pc"] #eventDetail .detail01 .video-block .date .d4 a {
            color: #00ffff; }
    html[data-env="pc"] #eventDetail .detail01 .explain-block {
      padding: 40px 0;
      font-size: 16px;
      line-height: 28px; }
    html[data-env="pc"] #eventDetail .detail01 .performer-block {
      padding: 40px 0; }
      html[data-env="pc"] #eventDetail .detail01 .performer-block .title {
        line-height: 35px;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
        background-size: 4px 4px; }
      html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block {
        text-align: center;
        font-size: 14px;
        font-weight: 300; }
        html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block {
          float: left;
          width: 200px; }
          html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .ttl {
            margin-bottom: 20px; }
          html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box {
            width: 198px;
            height: 200px;
            border: solid 1px #00ffff;
            -js-display: flex;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-around;
                -ms-flex-pack: distribute;
                    justify-content: space-around;
            padding: 20px 0 0; }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box .chara01, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03 {
              display: inline-block;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 160px;
              height: 160px;
              background-image: url(../img/pc/event_detail01_l_chara01.png); }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box .chara01:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03:after {
              content: '大西卓哉宇宙飛行士';
              position: relative;
              top: 170px; }
        html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block {
          float: right;
          width: 560px; }
          html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .ttl {
            margin-bottom: 20px; }
          html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box {
            width: 553px;
            height: 200px;
            border: solid 1px #00ffff;
            padding: 20px 3px 0; }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara01, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03 {
              display: inline-block;
              margin: 0 5px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 160px;
              height: 160px;
              background-image: url(../img/pc/event_detail01_r_chara01.png); }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara01:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:after, html[data-env="pc"] html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:after, html[data-env="sp"] html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:after {
              content: 'はじめしゃちょー';
              position: relative;
              top: 170px; }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02 {
              display: inline-block;
              margin: 0 5px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 160px;
              height: 160px;
              background-image: url(../img/pc/event_detail01_r_chara02.png); }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:after {
              content: '黒田有彩';
              position: relative;
              top: 170px; }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03 {
              display: inline-block;
              margin: 0 5px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 160px;
              height: 160px;
              background-image: url(../img/pc/event_detail01_r_chara03.png); }
            html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:after {
              content: '星出彰彦宇宙飛行士';
              position: relative;
              top: 170px; }
        html[data-env="pc"] #eventDetail .detail01 .performer-block .chara-block .ttl {
          padding-bottom: 5px;
          border-bottom: solid 2px #00ffff; }
      html[data-env="pc"] #eventDetail .detail01 .performer-block .txt {
        margin-top: 20px;
        font-size: 12px; }
    html[data-env="pc"] #eventDetail .detail01 .overview-block {
      margin: 40px auto;
      line-height: 30px;
      font-weight: 300; }
      html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title {
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 10px; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title .left, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title .left {
          display: inline-block;
          vertical-align: middle;
          border-right: 1px solid #fff;
          padding-right: 15px; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title .left .sub, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title .left .sub {
            font-size: 34px; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title .right, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title .right {
          display: inline-block;
          vertical-align: middle;
          padding-left: 15px; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title .right .sub, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title .right .sub {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 0.5px; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .title .right .logo-youtube, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title .right .logo-youtube {
            display: inline-block;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 119px;
            height: 56px;
            background-image: url(../img/pc/event_detail01_youtube.png);
            margin-left: 15px; }
      html[data-env="pc"] #eventDetail .detail01 .overview-block .howto01 .txt, html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .txt {
        font-size: 16px;
        margin-top: 15px; }
      html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 {
        margin: 30px 0; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .howto02 .title {
          padding: 15px 10px; }
      html[data-env="pc"] #eventDetail .detail01 .overview-block .contents {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 20px 45px; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .ttl {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 15px; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .content-table {
          font-size: 14px;
          font-weight: 300;
          line-height: 30px; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .content-table .td1 {
            width: 115px; }
        html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access {
          position: relative; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .miraikan, html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .hall {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 249px;
            height: 171px;
            background-image: url(../img/pc/event_detail01_miraikan.png);
            margin: 30px 5px 45px 0; }
            html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .miraikan:after, html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .hall:after {
              content: '日本科学未来館';
              display: block;
              position: absolute;
              text-align: center;
              bottom: -40px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%); }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .hall {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 278px;
            height: 172px;
            background-image: url(../img/pc/event_detail01_hall.png);
            margin-left: 10px; }
            html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access .hall:after {
              content: '7階「未来館ホール」';
              white-space: nowrap; }
          html[data-env="pc"] #eventDetail .detail01 .overview-block .contents .access p {
            margin-left: 40px; }
    html[data-env="pc"] #eventDetail .detail01 .video-block {
      margin-bottom: 40px; }
      html[data-env="pc"] #eventDetail .detail01 .video-block .title {
        background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
        background-size: 4px 4px;
        margin: 40px auto 20px;
        line-height: 35px;
        font-weight: 500;
        text-align: center; }
      html[data-env="pc"] #eventDetail .detail01 .video-block .youtube {
        width: 800px;
        height: 450px;
        margin: 0 auto;
        position: relative; }
        html[data-env="pc"] #eventDetail .detail01 .video-block .youtube iframe {
          width: 100%;
          height: 100%;
          border: 1px solid rgba(0, 255, 255, 0.5); }
      html[data-env="pc"] #eventDetail .detail01 .video-block .youtube2 {
        margin-top: 20px; }
      html[data-env="pc"] #eventDetail .detail01 .video-block .line {
        margin: 40px 0;
        margin-left: -20px; }
    html[data-env="pc"] #eventDetail .detail01 .entry-block .title {
      background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
      background-size: 4px 4px;
      margin: 40px auto;
      line-height: 35px;
      font-size: 34px;
      font-weight: 500;
      padding: 10px 0;
      text-align: center;
      letter-spacing: 0; }
    html[data-env="pc"] #eventDetail .detail01 .entry-block .txt {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 40px;
      letter-spacing: 2.5px; }
      html[data-env="pc"] #eventDetail .detail01 .entry-block .txt .font-mainColor {
        font-weight: 500;
        text-decoration: none; }
    html[data-env="pc"] #eventDetail .detail01 .entry-block .twitter {
      text-align: center;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
      background-size: 2px 2px;
      padding: 10px 0; }
      html[data-env="pc"] #eventDetail .detail01 .entry-block .twitter div {
        vertical-align: middle;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        padding: 0 3px; }
      html[data-env="pc"] #eventDetail .detail01 .entry-block .twitter .logo {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 153px;
        height: 29px;
        background-image: url(../img/pc/event_detail01_twitterLogo.png); }
      html[data-env="pc"] #eventDetail .detail01 .entry-block .twitter .hashtag a {
        text-decoration: none; }
  html[data-env="pc"] #eventDetail .square {
    width: 65px;
    height: 65px;
    margin: 0 32.5px 0;
    position: relative;
    background: white; }
  html[data-env="pc"] #eventDetail .square.cross {
    width: 1px;
    margin: 0 auto; }
  html[data-env="pc"] #eventDetail .cross:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: white; }
  html[data-env="pc"] #eventDetail .detail02 {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/pc/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    margin: 40px auto;
    padding: 40px 0;
    border: 1px solid #00ffff; }
    html[data-env="pc"] #eventDetail .detail02 .hr {
      width: 93%;
      max-width: 840px;
      position: relative;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.2); }
      html[data-env="pc"] #eventDetail .detail02 .hr .txt {
        font-size: 10px;
        line-height: 15px;
        padding: 2px 0 2px 5px; }
        @media only screen and (max-width: 414px) {
          html[data-env="pc"] #eventDetail .detail02 .hr .txt {
            padding: 3px 0 2px 5px; } }
        html[data-env="pc"] #eventDetail .detail02 .hr .txt .txt1 {
          color: #fff; }
        html[data-env="pc"] #eventDetail .detail02 .hr .txt .txt2 {
          color: #f00; }
      html[data-env="pc"] #eventDetail .detail02 .hr .txt:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0px 5px 1px;
        line-height: 5px;
        background-color: #f00;
        border-radius: 50%;
        -webkit-animation: flash 1s ease infinite alternate;
                animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
    html[data-env="pc"] #eventDetail .detail02 .hr:after {
      content: "E.02";
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 8px;
      color: #fff;
      margin: 0px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="pc"] #eventDetail .detail02 .hr:after {
          top: 4px; } }
    html[data-env="pc"] #eventDetail .detail02 .headline-block, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block, html[data-env="pc"] #eventDetail .detail02
    body[data-ua='android'] .detail01 .overview-block,
    body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block, html[data-env="pc"] #eventDetail .detail02
    body[data-ua='android'] .detail01 .video-block,
    body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block {
      padding: 40px 0; }
      html[data-env="pc"] #eventDetail .detail02 .headline-block .title, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .title, html[data-env="pc"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .overview-block .title,
      body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .title, html[data-env="pc"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .video-block .title,
      body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .title {
        float: left;
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        padding: 10px; }
        html[data-env="pc"] #eventDetail .detail02 .headline-block .title .e-name1, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title .e-name1, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .title .e-name1, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .title .e-name1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .title .e-name1, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .title .e-name1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .title .e-name1 {
          font-size: 34px;
          font-weight: 100;
          line-height: 34px; }
        html[data-env="pc"] #eventDetail .detail02 .headline-block .title .e-name2, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title .e-name2, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .title .e-name2, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .title .e-name2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .title .e-name2, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .title .e-name2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .title .e-name2 {
          font-size: 22px;
          font-weight: 500;
          letter-spacing: 0px; }
      html[data-env="pc"] #eventDetail .detail02 .headline-block .date, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .date, html[data-env="pc"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .overview-block .date,
      body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .date, html[data-env="pc"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .video-block .date,
      body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .date {
        float: right;
        letter-spacing: 0px;
        font-weight: 300;
        margin-top: 10px; }
        html[data-env="pc"] #eventDetail .detail02 .headline-block .date .d1, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date .d1, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .date .d1, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .date .d1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .date .d1, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .date .d1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .date .d1 {
          font-size: 40px;
          line-height: 40px; }
        html[data-env="pc"] #eventDetail .detail02 .headline-block .date .d2, html[data-env="pc"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date .d2, body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .performer-block .date .d2, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .date .d2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .overview-block .date .d2, html[data-env="pc"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .date .d2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #eventDetail .detail02 .video-block .date .d2 {
          font-size: 14px; }
    html[data-env="pc"] #eventDetail .detail02 .explain-block {
      padding: 40px 0;
      font-size: 16px;
      line-height: 28px; }
      html[data-env="pc"] #eventDetail .detail02 .explain-block .txt {
        margin-bottom: 40px; }
      html[data-env="pc"] #eventDetail .detail02 .explain-block .image-box .img01, html[data-env="pc"] #eventDetail .detail02 #special .explain-block .image-box .img02, html[data-env="pc"] #special #eventDetail .detail02 .explain-block .image-box .img02, html[data-env="sp"] #special html[data-env="pc"] #eventDetail .detail02 .explain-block .image-box .img02 {
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 360px;
        height: 200px;
        background-image: url(../img/pc/event_detail02_img01.png); }
      html[data-env="pc"] #eventDetail .detail02 .explain-block .image-box .img02 {
        float: right;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 360px;
        height: 200px;
        background-image: url(../img/pc/event_detail02_img02.png); }
    html[data-env="pc"] #eventDetail .detail02 .app-block {
      padding: 25px 0 20px;
      background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
      background-size: 4px 4px; }
      html[data-env="pc"] #eventDetail .detail02 .app-block .app-box {
        margin-left: 30px;
        width: 320px;
        margin: 0 auto; }
        html[data-env="pc"] #eventDetail .detail02 .app-block .app-box .btn-app {
          float: left;
          display: inline-block;
          position: relative;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          width: 150px;
          height: 45px;
          background-image: url(../img/pc/btn_google_play.png); }
        html[data-env="pc"] #eventDetail .detail02 .app-block .app-box .download {
          float: right;
          display: inline-block;
          position: relative;
          font-size: 20px;
          font-weight: 300;
          margin-top: 20px; }
          html[data-env="pc"] #eventDetail .detail02 .app-block .app-box .download a {
            color: #fff;
            margin-left: 30px; }
            html[data-env="pc"] #eventDetail .detail02 .app-block .app-box .download a:hover {
              color: #00ffff; }
        html[data-env="pc"] #eventDetail .detail02 .app-block .app-box .download:before {
          content: '「KIBO SCIENCE 360」';
          display: block;
          position: absolute;
          top: -20px;
          color: #00ffff;
          font-size: 14px;
          font-weight: 700;
          white-space: nowrap; }
      html[data-env="pc"] #eventDetail .detail02 .app-block .txt {
        text-align: center;
        font-size: 12px;
        margin-top: 10px; }
      html[data-env="pc"] #eventDetail .detail02 .app-block .txt2 {
        text-align: center;
        font-size: 10px; }

html[data-env="pc"] #special {
  position: relative;
  margin-bottom: 105px; }
  html[data-env="pc"] #special .hr {
    width: 93%;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2); }
    html[data-env="pc"] #special .hr .txt {
      font-size: 10px;
      line-height: 15px;
      padding: 2px 0 2px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="pc"] #special .hr .txt {
          padding: 3px 0 2px 5px; } }
      html[data-env="pc"] #special .hr .txt .txt1 {
        color: #fff; }
      html[data-env="pc"] #special .hr .txt .txt2 {
        color: #f00; }
    html[data-env="pc"] #special .hr .txt:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: 0px 5px 1px;
      line-height: 5px;
      background-color: #f00;
      border-radius: 50%;
      -webkit-animation: flash 1s ease infinite alternate;
              animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  html[data-env="pc"] #special .hr:after {
    content: "SP.01";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 8px;
    color: #fff;
    margin: 0px 5px; }
    @media only screen and (max-width: 414px) {
      html[data-env="pc"] #special .hr:after {
        top: 4px; } }
  html[data-env="pc"] #special .content-block {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/pc/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    margin: 40px auto;
    padding: 40px 0;
    border: 1px solid #00ffff; }
  html[data-env="pc"] #special .headline-block, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block, html[data-env="pc"] #special
  body[data-ua='android'] .detail01 .overview-block,
  body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block, html[data-env="pc"] #special
  body[data-ua='android'] .detail01 .video-block,
  body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block {
    margin: 40px auto; }
    html[data-env="pc"] #special .headline-block .title, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block .title, html[data-env="pc"] #special
    body[data-ua='android'] .detail01 .overview-block .title,
    body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block .title, html[data-env="pc"] #special
    body[data-ua='android'] .detail01 .video-block .title,
    body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block .title {
      background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
      background-size: 2px 2px;
      padding: 10px; }
      html[data-env="pc"] #special .headline-block .title .tag, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block .title .tag, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block .title .tag, html[data-env="pc"] #special
      body[data-ua='android'] .detail01 .overview-block .title .tag,
      body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block .title .tag, html[data-env="pc"] #special
      body[data-ua='android'] .detail01 .video-block .title .tag,
      body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block .title .tag {
        display: inline-block;
        font-size: 56px; }
      html[data-env="pc"] #special .headline-block .title .s-name, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block .title .s-name, html[data-env="pc"] #special
      body[data-ua='android'] .detail01 .overview-block .title .s-name,
      body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block .title .s-name, html[data-env="pc"] #special
      body[data-ua='android'] .detail01 .video-block .title .s-name,
      body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block .title .s-name {
        display: inline-block;
        margin-left: 10px;
        letter-spacing: 0;
        vertical-align: sub; }
        html[data-env="pc"] #special .headline-block .title .s-name .s-name1, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name .s-name1, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block .title .s-name .s-name1, html[data-env="pc"] #special
        body[data-ua='android'] .detail01 .overview-block .title .s-name .s-name1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block .title .s-name .s-name1, html[data-env="pc"] #special
        body[data-ua='android'] .detail01 .video-block .title .s-name .s-name1,
        body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block .title .s-name .s-name1 {
          font-size: 20px;
          line-height: 20px; }
        html[data-env="pc"] #special .headline-block .title .s-name .s-name2, html[data-env="pc"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name .s-name2, body[data-ua='android'] .detail01 html[data-env="pc"] #special .performer-block .title .s-name .s-name2, html[data-env="pc"] #special
        body[data-ua='android'] .detail01 .overview-block .title .s-name .s-name2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #special .overview-block .title .s-name .s-name2, html[data-env="pc"] #special
        body[data-ua='android'] .detail01 .video-block .title .s-name .s-name2,
        body[data-ua='android'] .detail01 html[data-env="pc"] #special .video-block .title .s-name .s-name2 {
          font-size: 25px;
          font-weight: 500;
          padding-left: 10px; }
  html[data-env="pc"] #special .explain-block .txt {
    font-size: 16px;
    line-height: 28px;
    margin: 40px auto 0; }
  html[data-env="pc"] #special .explain-block .expire {
    text-align: left;
    font-size: 12px;
    margin: 10px 0 40px; }
  html[data-env="pc"] #special .explain-block .image-box {
    text-align: center; }
    html[data-env="pc"] #special .explain-block .image-box .img01 .ttl, html[data-env="pc"] #special .explain-block .image-box .img02 .ttl {
      padding-bottom: 5px;
      margin-bottom: 20px;
      border-bottom: solid 2px #00ffff; }
    html[data-env="pc"] #special .explain-block .image-box .img01 .pdf, html[data-env="pc"] #special .explain-block .image-box .img02 .pdf {
      margin-top: 20px;
      font-weight: 500; }
      html[data-env="pc"] #special .explain-block .image-box .img01 .pdf a, html[data-env="pc"] #special .explain-block .image-box .img02 .pdf a {
        color: #00ffff; }
    html[data-env="pc"] #special .explain-block .image-box .img01 .caution, html[data-env="pc"] #special .explain-block .image-box .img02 .caution {
      text-align: left; }
      html[data-env="pc"] #special .explain-block .image-box .img01 .caution .txt, html[data-env="pc"] #special .explain-block .image-box .img02 .caution .txt {
        font-size: 12px;
        line-height: 22px;
        margin: 20px 0 40px; }
      html[data-env="pc"] #special .explain-block .image-box .img01 .caution a, html[data-env="pc"] #special .explain-block .image-box .img02 .caution a {
        color: #00ffff; }
    html[data-env="pc"] #special .explain-block .image-box .img02 {
      margin-top: 30px; }
      html[data-env="pc"] #special .explain-block .image-box .img02 .ttl {
        padding-bottom: 5px;
        margin-bottom: 20px;
        border-bottom: solid 2px #00ffff; }
      html[data-env="pc"] #special .explain-block .image-box .img02 .pdf {
        margin-top: 20px; }
        html[data-env="pc"] #special .explain-block .image-box .img02 .pdf a {
          color: #00ffff; }
      html[data-env="pc"] #special .explain-block .image-box .img02 .carousel {
        position: relative; }
        html[data-env="pc"] #special .explain-block .image-box .img02 .carousel .link-carousel {
          position: absolute;
          bottom: 30px;
          right: 25px;
          z-index: 5; }
          html[data-env="pc"] #special .explain-block .image-box .img02 .carousel .link-carousel a {
            color: #00ffff;
            font-size: 9px;
            font-weight: 500;
            text-decoration: none; }
    html[data-env="pc"] #special .explain-block .image-box .img-box {
      margin: 35px auto 0;
      margin-left: -10px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 822px;
      height: 458px; }
      html[data-env="pc"] #special .explain-block .image-box .img-box .img {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 801px;
        height: 456px; }
    html[data-env="pc"] #special .explain-block .image-box .img-box:before {
      content: '';
      display: block;
      background-image: url(../img/pc/about_img_cover.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 822px;
      height: 458px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4; }
    html[data-env="pc"] #special .explain-block .image-box .img-box01 .img01, html[data-env="pc"] #special .explain-block .image-box .img-box01 .img02 {
      background-image: url(../img/pc/special_goggle01.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box01 .img02 {
      background-image: url(../img/pc/special_goggle02.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box01 .img03 {
      background-image: url(../img/pc/special_goggle03.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box01 .img04 {
      background-image: url(../img/pc/special_goggle04.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box02 .img01, html[data-env="pc"] #special .explain-block .image-box .img-box02 .img02 {
      background-image: url(../img/pc/special_helmet01.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box02 .img02 {
      background-image: url(../img/pc/special_helmet02.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box02 .img03 {
      background-image: url(../img/pc/special_helmet03.png); }
    html[data-env="pc"] #special .explain-block .image-box .img-box02 .img04 {
      background-image: url(../img/pc/special_helmet04.png); }

html[data-env="pc"] footer {
  position: relative;
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin: 0; }

html[data-env="pc"] #js-gototop {
  position: fixed;
  cursor: pointer;
  right: 35px;
  bottom: 80px;
  z-index: 7;
  width: 45px;
  height: 45px;
  border: solid 1px #00ffff; }

html[data-env="pc"] #js-gototop:before {
  content: 'TOP';
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 54%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 4px; }

html[data-env="pc"] #js-gototop:after {
  content: '';
  display: block;
  margin: -6px auto 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 14px solid transparent; }

html[data-env="pc"] .btn-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  width: 70px;
  height: 70px;
  background-color: #222;
  color: #fff;
  border: 1px solid #00ffff;
  cursor: pointer; }

html[data-env="pc"] .btn-youtube:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid currentColor;
  margin-left: 15px; }

html[data-env="pc"] .btn-youtube:hover {
  color: #00ffff; }

html[data-env="tablet"] .btn-youtube {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  width: 100px;
  height: 100px;
  background-color: #222;
  color: #fff;
  border: 1px solid #00ffff;
  margin-top: -20px;
  cursor: pointer; }

html[data-env="tablet"] .btn-youtube:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid currentColor;
  margin-left: 20px; }

@media only screen and (max-width: 600px) {
  html.env-sp body {
    zoom: 1.6; } }

@media only screen and (max-width: 590px) {
  html.env-sp body {
    zoom: 1.57333; } }

@media only screen and (max-width: 580px) {
  html.env-sp body {
    zoom: 1.54667; } }

@media only screen and (max-width: 570px) {
  html.env-sp body {
    zoom: 1.52; } }

@media only screen and (max-width: 560px) {
  html.env-sp body {
    zoom: 1.49333; } }

@media only screen and (max-width: 550px) {
  html.env-sp body {
    zoom: 1.46667; } }

@media only screen and (max-width: 540px) {
  html.env-sp body {
    zoom: 1.44; } }

@media only screen and (max-width: 530px) {
  html.env-sp body {
    zoom: 1.41333; } }

@media only screen and (max-width: 520px) {
  html.env-sp body {
    zoom: 1.38667; } }

@media only screen and (max-width: 510px) {
  html.env-sp body {
    zoom: 1.36; } }

@media only screen and (max-width: 500px) {
  html.env-sp body {
    zoom: 1.33333; } }

@media only screen and (max-width: 490px) {
  html.env-sp body {
    zoom: 1.30667; } }

@media only screen and (max-width: 480px) {
  html.env-sp body {
    zoom: 1.28; } }

@media only screen and (max-width: 470px) {
  html.env-sp body {
    zoom: 1.25333; } }

@media only screen and (max-width: 460px) {
  html.env-sp body {
    zoom: 1.22667; } }

@media only screen and (max-width: 450px) {
  html.env-sp body {
    zoom: 1.2; } }

@media only screen and (max-width: 440px) {
  html.env-sp body {
    zoom: 1.17333; } }

@media only screen and (max-width: 430px) {
  html.env-sp body {
    zoom: 1.14667; } }

@media only screen and (max-width: 420px) {
  html.env-sp body {
    zoom: 1.12; } }

@media only screen and (max-width: 410px) {
  html.env-sp body {
    zoom: 1.09333; } }

@media only screen and (max-width: 400px) {
  html.env-sp body {
    zoom: 1.06667; } }

@media only screen and (max-width: 390px) {
  html.env-sp body {
    zoom: 1.04; } }

@media only screen and (max-width: 380px) {
  html.env-sp body {
    zoom: 1.01333; } }

@media only screen and (max-width: 375px) {
  html.env-sp body {
    zoom: 1.0; } }

@media only screen and (max-width: 370px) {
  html.env-sp body {
    zoom: 0.98667; } }

@media only screen and (max-width: 360px) {
  html.env-sp body {
    zoom: 0.96; } }

@media only screen and (max-width: 350px) {
  html.env-sp body {
    zoom: 0.93333; } }

@media only screen and (max-width: 340px) {
  html.env-sp body {
    zoom: 0.90667; } }

@media only screen and (max-width: 330px) {
  html.env-sp body {
    zoom: 0.88; } }

@media only screen and (max-width: 320px) {
  html.env-sp body {
    zoom: 0.85333; } }

html[data-env="sp"] body {
  font-size: 13px;
  font-weight: 400; }

html[data-env="sp"] #bg {
  background-image: url("../img/bg.png");
  background-size: cover;
  position: fixed;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

html[data-env="sp"] .fixed-btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10; }
  html[data-env="sp"] .fixed-btn .btn-download {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 244px;
    height: 44px;
    background-image: url("../img/sp/btn_download.png");
    position: relative;
    margin: 0 auto;
    padding: 10px 0; }

html[data-env="sp"] .line {
  width: 330px;
  height: 7px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2); }

html[data-env="sp"] .line-s {
  width: 330px;
  height: 1px;
  margin: 0 auto;
  background-color: #00ffff; }

html[data-env="sp"] .social {
  position: relative;
  z-index: 3;
  text-align: center; }
  html[data-env="sp"] .social .socialBtn-area {
    margin: 0 auto 50px; }
    html[data-env="sp"] .social .socialBtn-area .title {
      color: #00ffff;
      font-size: 10px;
      margin: 0 0 2px 5px; }
    html[data-env="sp"] .social .socialBtn-area .btn-social {
      display: inline-block; }
  html[data-env="sp"] .social .link-social {
    color: #fff;
    font-size: 16px;
    padding: 1px 5px;
    margin: 0 3px; }
  html[data-env="sp"] .social .link-social:hover {
    background-color: #00ffff;
    color: #000; }

html[data-env="sp"] #top .content-block {
  position: relative;
  overflow: hidden; }

html[data-env="sp"] #top #webgl-output {
  position: absolute;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -250px auto 0;
  width: 800px;
  -webkit-transform: scale(0.5) translateX(-100%);
      -ms-transform: scale(0.5) translateX(-100%);
          transform: scale(0.5) translateX(-100%); }

html[data-env="sp"] #top .logo {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 327px;
  height: 326px;
  background-image: url("../img/sp/top_logo.png");
  position: relative;
  margin: 103px auto 30px; }

html[data-env="sp"] #top .logo_jaxa {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 94px;
  height: 51px;
  position: relative;
  margin: 0 auto 60px; }

html[data-env="sp"] #top .txtbox {
  position: relative;
  text-align: center;
  letter-spacing: 0; }
  html[data-env="sp"] #top .txtbox .catchcopy {
    font-weight: 300;
    font-size: 32px;
    color: #00ffff;
    margin-bottom: 20px; }
  html[data-env="sp"] #top .txtbox .bodycopy {
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px;
    color: #fff; }

html[data-env="sp"] #top .countdown {
  margin: 40px auto 40px;
  color: #fff; }
  html[data-env="sp"] #top .countdown .ttl {
    font-size: 10px;
    font-weight: 100;
    color: #00ffff;
    text-align: center; }
  html[data-env="sp"] #top .countdown .cd_box {
    font-weight: 100;
    font-size: 0;
    text-align: center;
    margin-top: -10px; }
    html[data-env="sp"] #top .countdown .cd_box .cd_item {
      width: 100%;
      max-width: 60px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      padding: 0 10px; }
      html[data-env="sp"] #top .countdown .cd_box .cd_item .num {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 60px; }
      html[data-env="sp"] #top .countdown .cd_box .cd_item .str {
        font-family: 'Quantico', sans-serif;
        font-weight: 100;
        font-size: 12px;
        color: #00ffff;
        letter-spacing: 0;
        margin-top: -10px; }

html[data-env="sp"] #about {
  padding: 40px 0;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/sp/bg_cross.png");
  background-repeat: no-repeat, repeat;
  background-position: 0 0, center top; }
  html[data-env="sp"] #about .hr {
    width: 93%;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2); }
    html[data-env="sp"] #about .hr .txt {
      font-size: 10px;
      line-height: 15px;
      padding: 2px 0 2px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="sp"] #about .hr .txt {
          padding: 3px 0 2px 5px; } }
      html[data-env="sp"] #about .hr .txt .txt1 {
        color: #fff; }
      html[data-env="sp"] #about .hr .txt .txt2 {
        color: #f00; }
    html[data-env="sp"] #about .hr .txt:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: 0px 5px 1px;
      line-height: 5px;
      background-color: #f00;
      border-radius: 50%;
      -webkit-animation: flash 1s ease infinite alternate;
              animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  html[data-env="sp"] #about .hr:after {
    content: "I.01";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 8px;
    color: #fff;
    margin: 0px 5px; }
    @media only screen and (max-width: 414px) {
      html[data-env="sp"] #about .hr:after {
        top: 4px; } }
  html[data-env="sp"] #about .catchcopy {
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    margin: 15px 0;
    font-weight: 300; }
  html[data-env="sp"] #about .bodycopy {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 24px; }
  html[data-env="sp"] #about .img-box {
    margin: 15px auto 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 336px;
    height: 188px; }
    html[data-env="sp"] #about .img-box .img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 327px;
      height: 187px; }
    html[data-env="sp"] #about .img-box .img01, html[data-env="pc"] #special .explain-block .image-box html[data-env="sp"] #about .img-box .img02, html[data-env="sp"] #about .img-box #special .explain-block .image-box .img02, html[data-env="sp"] #special .explain-block .image-box #about .img-box .img02 {
      background-image: url("../img/sp/about_img01.png"); }
    html[data-env="sp"] #about .img-box .img02 {
      background-image: url("../img/sp/about_img02.png"); }
    html[data-env="sp"] #about .img-box .img03 {
      background-image: url("../img/sp/about_img03.png"); }
    html[data-env="sp"] #about .img-box .img04 {
      background-image: url("../img/sp/about_img04.png"); }
    html[data-env="sp"] #about .img-box .img05 {
      background-image: url("../img/sp/about_img05.png"); }
  html[data-env="sp"] #about .img-box:before {
    content: '';
    display: block;
    background-image: url("../img/sp/about_img_cover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 336px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }

html[data-env="sp"] #eventInfo {
  position: relative;
  font-weight: 400;
  text-align: center;
  padding: 40px 0 30px; }
  html[data-env="sp"] #eventInfo .title {
    font-size: 16px;
    margin: 0 auto 10px; }
  html[data-env="sp"] #eventInfo .txt {
    font-size: 13px;
    line-height: 32px;
    margin: 0 auto 20px; }
  html[data-env="sp"] #eventInfo .square {
    width: 45px;
    height: 45px;
    margin: 0 22.5px 0;
    position: relative;
    background: white; }
  html[data-env="sp"] #eventInfo .square.cross {
    width: 1px;
    margin: 0 auto; }
  html[data-env="sp"] #eventInfo .cross:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: white; }

html[data-env="sp"] #eventDetail {
  position: relative; }
  html[data-env="sp"] #eventDetail .detail01 {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/sp/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    padding: 20px 0;
    margin-bottom: 20px;
    border: 1px solid #00ffff; }
    html[data-env="sp"] #eventDetail .detail01 .hr {
      width: 93%;
      max-width: 840px;
      position: relative;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.2); }
      html[data-env="sp"] #eventDetail .detail01 .hr .txt {
        font-size: 10px;
        line-height: 15px;
        padding: 2px 0 2px 5px; }
        @media only screen and (max-width: 414px) {
          html[data-env="sp"] #eventDetail .detail01 .hr .txt {
            padding: 3px 0 2px 5px; } }
        html[data-env="sp"] #eventDetail .detail01 .hr .txt .txt1 {
          color: #fff; }
        html[data-env="sp"] #eventDetail .detail01 .hr .txt .txt2 {
          color: #f00; }
      html[data-env="sp"] #eventDetail .detail01 .hr .txt:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0px 5px 1px;
        line-height: 5px;
        background-color: #f00;
        border-radius: 50%;
        -webkit-animation: flash 1s ease infinite alternate;
                animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
    html[data-env="sp"] #eventDetail .detail01 .hr:after {
      content: "E.01";
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 8px;
      color: #fff;
      margin: 0px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="sp"] #eventDetail .detail01 .hr:after {
          top: 4px; } }
    html[data-env="sp"] #eventDetail .detail01 .headline-block, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block, html[data-env="sp"] #eventDetail
    body[data-ua='android'] .detail01 .overview-block,
    body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block, html[data-env="sp"] #eventDetail
    body[data-ua='android'] .detail01 .video-block,
    body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block {
      padding: 15px 0;
      margin: 0 auto; }
      html[data-env="sp"] #eventDetail .detail01 .headline-block .title, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .title, html[data-env="sp"] #eventDetail
      body[data-ua='android'] .detail01 .overview-block .title,
      body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .title, html[data-env="sp"] #eventDetail
      body[data-ua='android'] .detail01 .video-block .title,
      body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .title {
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        padding: 10px;
        margin-bottom: 5px; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .title .e-name1, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title .e-name1, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .title .e-name1, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .title .e-name1,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .title .e-name1, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .title .e-name1,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .title .e-name1 {
          font-size: 24px;
          font-weight: 300;
          line-height: 24px; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .title .e-name2, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .title .e-name2, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .title .e-name2, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .title .e-name2,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .title .e-name2, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .title .e-name2,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .title .e-name2 {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 1px; }
      html[data-env="sp"] #eventDetail .detail01 .headline-block .date, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date, html[data-env="sp"] #eventDetail
      body[data-ua='android'] .detail01 .overview-block .date,
      body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date, html[data-env="sp"] #eventDetail
      body[data-ua='android'] .detail01 .video-block .date,
      body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date {
        letter-spacing: 0px;
        font-weight: 400;
        text-align: center; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .date .d1, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d1, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date .d1, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d1,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date .d1, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d1,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date .d1 {
          font-size: 35px;
          line-height: 35px; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .date .d2, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d2, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date .d2, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d2,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date .d2, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d2,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date .d2 {
          font-size: 14px; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .date .d3, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d3, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date .d3, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d3,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date .d3, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d3,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date .d3 {
          font-size: 35px; }
        html[data-env="sp"] #eventDetail .detail01 .headline-block .date .d4, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d4, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date .d4, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .overview-block .date .d4,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date .d4, html[data-env="sp"] #eventDetail
        body[data-ua='android'] .detail01 .video-block .date .d4,
        body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date .d4 {
          display: inline-block;
          font-size: 14px;
          line-height: 16px; }
          html[data-env="sp"] #eventDetail .detail01 .headline-block .date .d4 a, html[data-env="sp"] #eventDetail body[data-ua='android'] .detail01 .performer-block .date .d4 a, body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .performer-block .date .d4 a, html[data-env="sp"] #eventDetail
          body[data-ua='android'] .detail01 .overview-block .date .d4 a,
          body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .overview-block .date .d4 a, html[data-env="sp"] #eventDetail
          body[data-ua='android'] .detail01 .video-block .date .d4 a,
          body[data-ua='android'] html[data-env="sp"] #eventDetail .detail01 .video-block .date .d4 a {
            color: #00ffff; }
    html[data-env="sp"] #eventDetail .detail01 .explain-block {
      padding: 20px 0;
      font-size: 12px;
      line-height: 24px; }
    html[data-env="sp"] #eventDetail .detail01 .performer-block {
      padding: 20px 0; }
      html[data-env="sp"] #eventDetail .detail01 .performer-block .title {
        line-height: 35px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 20px;
        background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
        background-size: 4px 4px; }
      html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block {
        text-align: center;
        font-size: 11px;
        font-weight: 400; }
        html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block {
          width: 100%;
          margin-bottom: 20px; }
          html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box {
            width: 100%;
            padding: 10px 0 20px; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box .chara01, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03 {
              height: 200px;
              border: solid 1px rgba(0, 255, 255, 0.3);
              position: relative;
              display: inline-block;
              width: 330px;
              box-sizing: border-box; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box .chara01:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03:before {
              content: '';
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 295px;
              height: 152px;
              background-image: url("../img/sp/event_detail01_l_chara01.png");
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              top: 15px; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .chara-box .chara01:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara02:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara02:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .left-block .right-block .chara-box .chara03:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .left-block .chara-box .chara03:after {
              content: '大西卓哉宇宙飛行士';
              position: relative;
              top: 175px;
              white-space: nowrap; }
        html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block {
          width: 100%; }
          html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .ttl {
            margin-bottom: 10px; }
          html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box {
            width: 100%;
            width: 330px;
            margin: 0 auto;
            box-sizing: border-box; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara01, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03 {
              width: 150px;
              height: 165px;
              border: solid 1px rgba(0, 255, 255, 0.3);
              position: relative;
              display: inline-block;
              float: left; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara01:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:before, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:before {
              content: '';
              background-repeat: no-repeat;
              background-position: center center;
              background-size: contain;
              width: 122px;
              height: 122px;
              background-image: url("../img/sp/event_detail01_r_chara01.png");
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              top: 15px; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara01:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:after, html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:after {
              content: 'はじめしゃちょー';
              position: relative;
              top: 142px; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02 {
              float: right; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:before {
              background-image: url("../img/sp/event_detail01_r_chara02.png"); }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara02:after {
              content: '黒田有彩'; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03 {
              margin-top: 20px;
              float: none; }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:before {
              background-image: url("../img/sp/event_detail01_r_chara03.png"); }
            html[data-env="sp"] #eventDetail .detail01 .performer-block .chara-block .right-block .chara-box .chara03:after {
              content: '星出彰彦宇宙飛行士'; }
      html[data-env="sp"] #eventDetail .detail01 .performer-block .txt {
        margin-top: 20px;
        font-size: 9px; }
    html[data-env="sp"] #eventDetail .detail01 .overview-block {
      margin: 20px auto;
      line-height: 24px;
      font-size: 12px;
      font-weight: 400; }
      html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title {
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        box-sizing: border-box;
        width: 100%;
        padding: 8px;
        letter-spacing: 0;
        position: relative; }
        html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title .left, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title .left {
          margin-bottom: 5px; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title .left .sub, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title .left .sub {
            font-size: 24px;
            font-weight: 300;
            line-height: 24px; }
        html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title .right, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title .right {
          display: inline-block;
          vertical-align: middle; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title .right .sub, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title .right .sub {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.5px; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .title .right .logo-youtube, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .title .right .logo-youtube {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 71px;
            height: 34px;
            background-image: url("../img/sp/event_detail01_youtube.png");
            position: absolute;
            top: 20px;
            right: 10px; }
      html[data-env="sp"] #eventDetail .detail01 .overview-block .howto01 .txt, html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 .txt {
        font-size: 12px;
        margin-top: 15px; }
      html[data-env="sp"] #eventDetail .detail01 .overview-block .howto02 {
        margin: 30px 0; }
      html[data-env="sp"] #eventDetail .detail01 .overview-block .contents {
        background-color: rgba(255, 255, 255, 0.1);
        padding: 15px 10px;
        line-height: 20px; }
        html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .ttl {
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 15px;
          letter-spacing: 0;
          text-align: center; }
        html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .content-table {
          font-size: 12px;
          font-weight: 400;
          line-height: 24px; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .content-table .td1 {
            width: 312px;
            float: left;
            font-weight: 500; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .content-table .td2 {
            float: left;
            margin-bottom: 20px; }
        html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access {
          position: relative;
          text-align: center; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .td2 {
            margin-top: -25px;
            margin-left: 3px;
            font-size: 0;
            text-align: center; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .miraikan, html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .hall {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            font-size: 12px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 150px;
            height: 103px;
            background-image: url("../img/sp/event_detail01_miraikan.png");
            margin: 30px 0 45px; }
            html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .miraikan:after, html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .hall:after {
              content: '日本科学未来館';
              font-size: 12px;
              display: block;
              position: absolute;
              text-align: center;
              bottom: -40px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              white-space: nowrap; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .hall {
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 150px;
            height: 103px;
            background-image: url("../img/sp/event_detail01_hall.png");
            font-size: 12px; }
            html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access .hall:after {
              content: '7階「未来館ホール」'; }
          html[data-env="sp"] #eventDetail .detail01 .overview-block .contents .access p {
            font-size: 12px;
            text-align: left;
            margin-left: 5px; }
    html[data-env="sp"] #eventDetail .detail01 .video-block .title {
      background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
      background-size: 4px 4px;
      margin: 25px auto 20px;
      font-size: 12px;
      line-height: 24px;
      font-weight: 500;
      text-align: center; }
    html[data-env="sp"] #eventDetail .detail01 .video-block .youtube {
      width: 327px;
      height: 183.9375px;
      margin: 0 auto 20px;
      position: relative; }
      html[data-env="sp"] #eventDetail .detail01 .video-block .youtube iframe {
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 255, 255, 0.5); }
    html[data-env="sp"] #eventDetail .detail01 .video-block .line {
      margin: 20px 0;
      margin-left: 0px; }
    html[data-env="sp"] #eventDetail .detail01 .entry-block .title {
      background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
      background-size: 2px 2px;
      margin: 20px auto;
      font-size: 16px;
      font-weight: 500;
      padding: 5px 0;
      text-align: center;
      letter-spacing: -0.5px;
      white-space: nowrap; }
    html[data-env="sp"] #eventDetail .detail01 .entry-block .txt {
      font-size: 12px;
      line-height: 24px;
      margin-bottom: 20px;
      letter-spacing: 1px; }
      html[data-env="sp"] #eventDetail .detail01 .entry-block .txt .font-mainColor {
        text-decoration: none;
        font-weight: 500; }
    html[data-env="sp"] #eventDetail .detail01 .entry-block .twitter {
      text-align: center;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
      background-size: 2px 2px;
      padding: 10px 0; }
      html[data-env="sp"] #eventDetail .detail01 .entry-block .twitter div {
        vertical-align: middle;
        display: inline-block;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 0 1px;
        letter-spacing: 0; }
      html[data-env="sp"] #eventDetail .detail01 .entry-block .twitter .logo {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 98px;
        height: 19px;
        background-image: url("../img/sp/event_detail01_twitterLogo.png"); }
      html[data-env="sp"] #eventDetail .detail01 .entry-block .twitter .block-sp {
        white-space: nowrap; }
      html[data-env="sp"] #eventDetail .detail01 .entry-block .twitter .hashtag a {
        text-decoration: none; }
  html[data-env="sp"] #eventDetail .square {
    width: 45px;
    height: 45px;
    margin: 0 22.5px 0;
    position: relative;
    background: white; }
  html[data-env="sp"] #eventDetail .square.cross {
    width: 1px;
    margin: 0 auto; }
  html[data-env="sp"] #eventDetail .cross:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    background: white; }
  html[data-env="sp"] #eventDetail .detail02 {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/sp/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    margin: 20px auto;
    padding: 20px 0;
    border: 1px solid #00ffff; }
    html[data-env="sp"] #eventDetail .detail02 .hr {
      width: 93%;
      max-width: 840px;
      position: relative;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.2); }
      html[data-env="sp"] #eventDetail .detail02 .hr .txt {
        font-size: 10px;
        line-height: 15px;
        padding: 2px 0 2px 5px; }
        @media only screen and (max-width: 414px) {
          html[data-env="sp"] #eventDetail .detail02 .hr .txt {
            padding: 3px 0 2px 5px; } }
        html[data-env="sp"] #eventDetail .detail02 .hr .txt .txt1 {
          color: #fff; }
        html[data-env="sp"] #eventDetail .detail02 .hr .txt .txt2 {
          color: #f00; }
      html[data-env="sp"] #eventDetail .detail02 .hr .txt:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0px 5px 1px;
        line-height: 5px;
        background-color: #f00;
        border-radius: 50%;
        -webkit-animation: flash 1s ease infinite alternate;
                animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
    html[data-env="sp"] #eventDetail .detail02 .hr:after {
      content: "E.02";
      position: absolute;
      right: 0;
      top: 2px;
      font-size: 8px;
      color: #fff;
      margin: 0px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="sp"] #eventDetail .detail02 .hr:after {
          top: 4px; } }
    html[data-env="sp"] #eventDetail .detail02 .headline-block, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block, html[data-env="sp"] #eventDetail .detail02
    body[data-ua='android'] .detail01 .overview-block,
    body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block, html[data-env="sp"] #eventDetail .detail02
    body[data-ua='android'] .detail01 .video-block,
    body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block {
      text-align: center;
      padding: 15px 0 5px; }
      html[data-env="sp"] #eventDetail .detail02 .headline-block .title, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .title, html[data-env="sp"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .overview-block .title,
      body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .title, html[data-env="sp"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .video-block .title,
      body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .title {
        background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
        background-size: 2px 2px;
        padding: 10px;
        margin-bottom: 5px;
        text-align: left; }
        html[data-env="sp"] #eventDetail .detail02 .headline-block .title .e-name1, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title .e-name1, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .title .e-name1, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .title .e-name1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .title .e-name1, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .title .e-name1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .title .e-name1 {
          font-size: 24px;
          font-weight: 300;
          line-height: 24px; }
        html[data-env="sp"] #eventDetail .detail02 .headline-block .title .e-name2, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .title .e-name2, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .title .e-name2, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .title .e-name2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .title .e-name2, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .title .e-name2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .title .e-name2 {
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0px; }
      html[data-env="sp"] #eventDetail .detail02 .headline-block .date, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .date, html[data-env="sp"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .overview-block .date,
      body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .date, html[data-env="sp"] #eventDetail .detail02
      body[data-ua='android'] .detail01 .video-block .date,
      body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .date {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 11px;
        margin-top: 5px; }
        html[data-env="sp"] #eventDetail .detail02 .headline-block .date .d1, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date .d1, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .date .d1, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .date .d1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .date .d1, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .date .d1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .date .d1 {
          font-size: 34px;
          line-height: 34px; }
        html[data-env="sp"] #eventDetail .detail02 .headline-block .date .d2, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date .d2, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .date .d2, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .date .d2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .date .d2, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .date .d2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .date .d2 {
          font-size: 14px; }
        html[data-env="sp"] #eventDetail .detail02 .headline-block .date .sp-box, html[data-env="sp"] #eventDetail .detail02 body[data-ua='android'] .detail01 .performer-block .date .sp-box, body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .performer-block .date .sp-box, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .overview-block .date .sp-box,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .overview-block .date .sp-box, html[data-env="sp"] #eventDetail .detail02
        body[data-ua='android'] .detail01 .video-block .date .sp-box,
        body[data-ua='android'] .detail01 html[data-env="sp"] #eventDetail .detail02 .video-block .date .sp-box {
          width: 100px;
          text-align: left;
          margin-left: 10px; }
    html[data-env="sp"] #eventDetail .detail02 .explain-block {
      padding: 15px 0 20px;
      font-size: 12px;
      line-height: 24px; }
      html[data-env="sp"] #eventDetail .detail02 .explain-block .image-box .img01, html[data-env="pc"] #special html[data-env="sp"] #eventDetail .detail02 .explain-block .image-box .img02, html[data-env="sp"] #eventDetail .detail02 #special .explain-block .image-box .img02, html[data-env="sp"] #special #eventDetail .detail02 .explain-block .image-box .img02 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 328px;
        height: 183px;
        background-image: url("../img/sp/event_detail02_img01.png");
        margin: 20px auto; }
      html[data-env="sp"] #eventDetail .detail02 .explain-block .image-box .img02 {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 328px;
        height: 183px;
        background-image: url("../img/sp/event_detail02_img02.png");
        margin: 20px auto 0; }
    html[data-env="sp"] #eventDetail .detail02 .app-block {
      padding: 25px 0 20px;
      background-image: linear-gradient(-45deg, rgba(2, 118, 133, 0.5) 25%, rgba(1, 204, 210, 0) 25%, rgba(1, 204, 210, 0) 50%, rgba(2, 118, 133, 0.5) 50%, rgba(2, 118, 133, 0.5) 75%, rgba(1, 204, 210, 0) 75%, rgba(1, 204, 210, 0));
      background-size: 4px 4px; }
      html[data-env="sp"] #eventDetail .detail02 .app-block .app-box {
        text-align: center;
        width: 310px;
        margin: 0 auto; }
        html[data-env="sp"] #eventDetail .detail02 .app-block .app-box .btn-app {
          float: left;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: contain;
          width: 133px;
          height: 40px;
          background-image: url("../img/sp/btn_google_play.png"); }
        html[data-env="sp"] #eventDetail .detail02 .app-block .app-box .download {
          float: right;
          position: relative;
          font-size: 16px;
          font-weight: 100;
          margin-left: 5px; }
          html[data-env="sp"] #eventDetail .detail02 .app-block .app-box .download a {
            color: #fff; }
        html[data-env="sp"] #eventDetail .detail02 .app-block .app-box .download:before {
          content: '「KIBO SCIENCE 360」';
          display: block;
          color: #00ffff;
          font-size: 12px;
          font-weight: 400;
          white-space: nowrap; }
      html[data-env="sp"] #eventDetail .detail02 .app-block .txt {
        text-align: left;
        font-size: 9px;
        margin-top: 15px;
        padding: 0 15px; }
      html[data-env="sp"] #eventDetail .detail02 .app-block .txt2 {
        text-align: left;
        font-size: 9px;
        margin-top: 3px;
        padding: 0 15px; }

html[data-env="sp"] #special {
  position: relative;
  margin-bottom: 50px; }
  html[data-env="sp"] #special .hr {
    width: 93%;
    max-width: 840px;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2); }
    html[data-env="sp"] #special .hr .txt {
      font-size: 10px;
      line-height: 15px;
      padding: 2px 0 2px 5px; }
      @media only screen and (max-width: 414px) {
        html[data-env="sp"] #special .hr .txt {
          padding: 3px 0 2px 5px; } }
      html[data-env="sp"] #special .hr .txt .txt1 {
        color: #fff; }
      html[data-env="sp"] #special .hr .txt .txt2 {
        color: #f00; }
    html[data-env="sp"] #special .hr .txt:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin: 0px 5px 1px;
      line-height: 5px;
      background-color: #f00;
      border-radius: 50%;
      -webkit-animation: flash 1s ease infinite alternate;
              animation: flash 1s ease infinite alternate; }

@keyframes flash {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }
  html[data-env="sp"] #special .hr:after {
    content: "SP.01";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 8px;
    color: #fff;
    margin: 0px 5px; }
    @media only screen and (max-width: 414px) {
      html[data-env="sp"] #special .hr:after {
        top: 4px; } }
  html[data-env="sp"] #special .content-block {
    background-image: linear-gradient(to bottom, rgba(66, 133, 244, 0.1) 0%, transparent 30%, transparent 70%, rgba(66, 133, 244, 0.1) 100%), url("../img/sp/bg_cross.png");
    background-repeat: no-repeat, repeat;
    background-position: 0 0, center top;
    margin: 20px auto;
    padding: 20px 0;
    border: 1px solid #00ffff; }
  html[data-env="sp"] #special .headline-block, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block, html[data-env="sp"] #special
  body[data-ua='android'] .detail01 .overview-block,
  body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block, html[data-env="sp"] #special
  body[data-ua='android'] .detail01 .video-block,
  body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block {
    margin: 15px auto; }
    html[data-env="sp"] #special .headline-block .title, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block .title, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block .title, html[data-env="sp"] #special
    body[data-ua='android'] .detail01 .overview-block .title,
    body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block .title, html[data-env="sp"] #special
    body[data-ua='android'] .detail01 .video-block .title,
    body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block .title {
      background-image: linear-gradient(-45deg, #028b97 25%, #01ccd2 25%, #01ccd2 50%, #028b97 50%, #028b97 75%, #01ccd2 75%, #01ccd2);
      background-size: 2px 2px;
      padding: 5px;
      position: relative; }
      html[data-env="sp"] #special .headline-block .title .tag, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block .title .tag, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block .title .tag, html[data-env="sp"] #special
      body[data-ua='android'] .detail01 .overview-block .title .tag,
      body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block .title .tag, html[data-env="sp"] #special
      body[data-ua='android'] .detail01 .video-block .title .tag,
      body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block .title .tag {
        display: inline-block;
        font-size: 28px;
        font-weight: 300;
        position: absolute;
        right: 5px;
        top: 0px; }
      html[data-env="sp"] #special .headline-block .title .s-name, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block .title .s-name, html[data-env="sp"] #special
      body[data-ua='android'] .detail01 .overview-block .title .s-name,
      body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block .title .s-name, html[data-env="sp"] #special
      body[data-ua='android'] .detail01 .video-block .title .s-name,
      body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block .title .s-name {
        display: inline-block;
        margin-top: 10px;
        letter-spacing: 0; }
        html[data-env="sp"] #special .headline-block .title .s-name .s-name1, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name .s-name1, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block .title .s-name .s-name1, html[data-env="sp"] #special
        body[data-ua='android'] .detail01 .overview-block .title .s-name .s-name1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block .title .s-name .s-name1, html[data-env="sp"] #special
        body[data-ua='android'] .detail01 .video-block .title .s-name .s-name1,
        body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block .title .s-name .s-name1 {
          font-size: 13px;
          line-height: 13px; }
        html[data-env="sp"] #special .headline-block .title .s-name .s-name2, html[data-env="sp"] #special body[data-ua='android'] .detail01 .performer-block .title .s-name .s-name2, body[data-ua='android'] .detail01 html[data-env="sp"] #special .performer-block .title .s-name .s-name2, html[data-env="sp"] #special
        body[data-ua='android'] .detail01 .overview-block .title .s-name .s-name2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #special .overview-block .title .s-name .s-name2, html[data-env="sp"] #special
        body[data-ua='android'] .detail01 .video-block .title .s-name .s-name2,
        body[data-ua='android'] .detail01 html[data-env="sp"] #special .video-block .title .s-name .s-name2 {
          font-size: 13px;
          font-weight: 500;
          padding-left: 7px; }
  html[data-env="sp"] #special .explain-block .txt {
    font-size: 12px;
    line-height: 24px;
    margin: 20px auto 5px; }
  html[data-env="sp"] #special .explain-block .expire {
    font-size: 9px;
    -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
            transform: scale(1.0);
    text-align: left;
    margin-bottom: 20px;
    margin-right: -5px; }
  html[data-env="sp"] #special .explain-block .image-box {
    text-align: center; }
    html[data-env="sp"] #special .explain-block .image-box .img01, html[data-env="sp"] #special .explain-block .image-box .img02 {
      margin-bottom: 15px; }
      html[data-env="sp"] #special .explain-block .image-box .img01 .ttl, html[data-env="sp"] #special .explain-block .image-box .img02 .ttl {
        font-size: 12px;
        margin-bottom: 10px; }
      html[data-env="sp"] #special .explain-block .image-box .img01 .img, html[data-env="sp"] #special .explain-block .image-box .img02 .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 328px;
        height: 183px;
        background-image: url("../img/sp/special_img01.png");
        margin: 0 auto; }
      html[data-env="sp"] #special .explain-block .image-box .img01 .pdf, html[data-env="sp"] #special .explain-block .image-box .img02 .pdf {
        margin-top: 10px; }
        html[data-env="sp"] #special .explain-block .image-box .img01 .pdf a, html[data-env="sp"] #special .explain-block .image-box .img02 .pdf a {
          color: #00ffff; }
      html[data-env="sp"] #special .explain-block .image-box .img01 .caution, html[data-env="sp"] #special .explain-block .image-box .img02 .caution {
        font-size: 9px;
        text-align: left;
        letter-spacing: 0; }
        html[data-env="sp"] #special .explain-block .image-box .img01 .caution .txt a, html[data-env="sp"] #special .explain-block .image-box .img02 .caution .txt a {
          color: #00ffff; }
    html[data-env="sp"] #special .explain-block .image-box .img02 .ttl {
      font-size: 12px;
      margin: 15px 0 10px 0; }
    html[data-env="sp"] #special .explain-block .image-box .img02 .img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 328px;
      height: 183px;
      background-image: url("../img/sp/special_img02.png");
      margin: 0 auto; }
    html[data-env="sp"] #special .explain-block .image-box .img02 .pdf {
      margin-top: 10px; }
      html[data-env="sp"] #special .explain-block .image-box .img02 .pdf a {
        color: #00ffff; }
    html[data-env="sp"] #special .explain-block .image-box .img02 .carousel {
      position: relative; }
      html[data-env="sp"] #special .explain-block .image-box .img02 .carousel .link-carousel {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%) scale(0.55);
            -ms-transform: translateX(-50%) scale(0.55);
                transform: translateX(-50%) scale(0.55);
        white-space: nowrap;
        z-index: 5; }
        html[data-env="sp"] #special .explain-block .image-box .img02 .carousel .link-carousel a {
          color: #00ffff;
          text-decoration: none; }
    html[data-env="sp"] #special .explain-block .image-box .img-box {
      margin: 15px auto 0;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 336px;
      height: 188px; }
      html[data-env="sp"] #special .explain-block .image-box .img-box .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 327px;
        height: 187px; }
    html[data-env="sp"] #special .explain-block .image-box .img-box:before {
      content: '';
      display: block;
      background-image: url("../img/sp/about_img_cover.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 336px;
      height: 188px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 4; }
    html[data-env="sp"] #special .explain-block .image-box .img-box01 .img01, html[data-env="sp"] #special .explain-block .image-box .img-box01 .img02 {
      background-image: url("../img/sp/special_goggle01.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box01 .img02 {
      background-image: url("../img/sp/special_goggle02.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box01 .img03 {
      background-image: url("../img/sp/special_goggle03.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box01 .img04 {
      background-image: url("../img/sp/special_goggle04.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box02 .img01, html[data-env="sp"] #special .explain-block .image-box .img-box02 .img02 {
      background-image: url("../img/sp/special_helmet01.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box02 .img02 {
      background-image: url("../img/sp/special_helmet02.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box02 .img03 {
      background-image: url("../img/sp/special_helmet03.png"); }
    html[data-env="sp"] #special .explain-block .image-box .img-box02 .img04 {
      background-image: url("../img/sp/special_helmet04.png"); }

html[data-env="sp"] footer {
  position: relative;
  text-align: center;
  font-size: 9px;
  height: 50px;
  line-height: 50px; }
  html[data-env="sp"] footer .copyright {
    white-space: nowrap; }

@media only screen and (max-width: 374px) {
  html[data-env="sp"] footer {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); } }

html[data-env="sp"] #js-gototop {
  display: none !important; }

html[data-env="sp"] .btn-youtube {
  display: none; }

/* ======================================
 * 10/12公開用
 * ====================================== */
html[data-env="pc"] #special .coming-soon,
html[data-env="tablet"] #special .coming-soon {
  text-align: center;
  font-size: 36px;
  color: #00ffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #00ffff;
  width: 960px;
  height: 100%;
  background-image: none;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 6; }
  html[data-env="pc"] #special .coming-soon .font-en,
  html[data-env="tablet"] #special .coming-soon .font-en {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0px;
    margin-left: 0px; }

html[data-env="sp"] #special .coming-soon {
  text-align: center;
  font-size: 24px;
  color: #00ffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #00ffff;
  width: 355px;
  height: 100%;
  background-image: none;
  background-color: rgba(20, 20, 20, 0.9);
  z-index: 6; }
  html[data-env="sp"] #special .coming-soon .font-en {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0px;
    margin-left: 0px;
    width: 300px; }

/* ======================================
 * 全ページ共通
 * ====================================== */
html, body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 100;
  letter-spacing: 2px;
  background-color: #000b12; }

.font-jp {
  font-family: 'Noto Sans JP', sans-serif; }

.font-en {
  font-family: 'Quantico', sans-serif; }

.font-mainColor {
  color: #00ffff; }

.only-pc {
  display: none !important; }

.only-sp {
  display: none !important; }

.only-iphone {
  display: none !important; }

.only-android {
  display: none !important; }

html[data-env="pc"] .only-pc, html[data-env="tablet"] .only-pc {
  display: block !important; }

html[data-env="sp"] .only-sp {
  display: block !important; }

body[data-ua="iphone"] .only-iphone {
  display: block !important; }

body[data-ua="android"] .only-android {
  display: block !important; }

html[data-env="sp"] .block-sp {
  display: block; }

html[data-env="pc"] .block-pc, html[data-env="tablet"] .block-pc {
  display: block; }

html[data-env="pc"] .inline-block-pc, html[data-env="tablet"] .inline-block-pc {
  display: inline-block; }

html[data-env="sp"] .inline-block-sp {
  display: inline-block; }

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.is-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.is-loaded {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all .5s; }

.txt-hidden {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden; }

.a-block {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  outline: none; }

.line-it-button {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.adobe {
  font-size: 0;
  line-height: 0; }

.hover-effect:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }
