@charset "UTF-8";
/***********************************************************************
preset
**********************************************************************/
/* ==========================================================================
   reset.scss
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

object,
embed {
  border: 0;
  vertical-align: bottom;
  outline: none; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

a img {
  border: none;
  text-decoration: none;
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul li {
  list-style: none; }

ul,
ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

caption,
th {
  text-align: left; }

/* Embedded content
   ========================================================================== */
img {
  border: none;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

input,
select {
  vertical-align: middle; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

label {
  cursor: pointer; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background: none; }

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  color: #000;
  overflow-x: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.71;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  position: relative; }

img {
  vertical-align: top; }

a {
  transition: color 0.2s ease 0s;
  text-decoration: none; }

@keyframes zoom-in {
  0% {
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes pop-num {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1) rotate(0.5deg);
    -ms-transform: scale(1) rotate(0.5deg);
    -webkit-transform: scale(1) rotate(0.5deg);
    transform: scale(1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
/* daikin_FUN FACTS
  ----------------------------------------------------------*/
/* common
  ----------------------------------------------------------*/
.content-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  display: block; }

.count {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  display: block;
  text-align: center; }
  .count .count-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin: 0 auto; }
    .count .count-inner::after {
      content: "";
      display: block;
      clear: both; }
    .count .count-inner .num {
      font-size: 150px;
      font-size: 15rem;
      color: #ffca00;
      margin-right: 10px;
      float: left;
      display: inline-block;
      line-height: 1;
      letter-spacing: -0.05em; }
      @media screen and (max-width: 1100px) {
        .count .count-inner .num {
          font-size: 120px;
          font-size: 12rem; } }
    .count .count-inner ul {
      display: inline-block;
      float: left;
      text-align: left;
      margin-bottom: 14px; }
      .count .count-inner ul li {
        margin-bottom: 2px; }
        .count .count-inner ul li span {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1;
          color: #fff;
          background-color: #000;
          padding: 2px 4px;
          display: inline-block;
          white-space: nowrap; }
        .count .count-inner ul li:last-child {
          margin-bottom: 0; }

.btn {
  position: relative;
  display: inline-block;
  height: 40px; }
  .btn a {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    top: 0;
    left: 0;
    vertical-align: top;
    z-index: 2;
    position: relative;
    background: url(../img/arrow_btn.png) no-repeat 10px 50%;
    background-size: 6px 10px;
    background-color: #000;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .btn:before {
    content: "";
    background: url(../img/shadow_pattern.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: 5px 5px;
    width: 100%;
    height: 40px;
    position: absolute;
    overflow: hidden;
    position: inline-block;
    top: 6px;
    left: 6px; }

#confetti, #confetti2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.label-right {
  position: absolute;
  display: inline-block;
  top: 20px;
  right: 20px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: 100% 0;
  z-index: 99; }
  .label-right:before {
    content: "";
    width: 24px;
    height: 2px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
    margin-right: 10px; }
  .label-right h3 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
    display: inline-block; }

h4 {
  font-size: 60px;
  font-size: 6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 50px;
  letter-spacing: 0.01em; }
  h4 span {
    border-bottom: 2px solid #000;
    display: inline-block; }
  h4 .pc {
    border-bottom: 2px solid #000; }
  h4 .sp {
    border-bottom: none; }
  h4 .pc-br {
    display: block; }
  h4 .sp-br {
    display: none; }
  @media screen and (max-width: 1100px) {
    h4 {
      font-size: 50px;
      font-size: 5rem; } }

.h4-pc {
  display: block; }

.h4-sp {
  display: none; }

.top-read {
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 50px;
  text-align: left;
  margin: 0 auto 100px; }
  .top-read span {
    display: inline-block;
    font-size: 100px;
    font-size: 10rem;
    float: left;
    line-height: 1;
    padding: 4px 20px 4px 0; }

.text-underline {
  font-size: 60px;
  font-size: 6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: block; }
  .text-underline span {
    border-bottom: 2px solid #000;
    display: inline-block; }

.section-read {
  background-color: #fff;
  position: relative;
  border-top: 10px solid #0097E0;
  width: 100%;
  height: 100%; }
  .section-read .opening {
    z-index: 99;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0097E0;
    position: relative;
    animation: opening-animation 12s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes opening-animation {
  100% {
    background-color: #0097E0; } }
  .section-read #confetti {
    z-index: 0; }
  .section-read .read-inner {
    width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 80px 0 140px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    .section-read .read-inner .logo {
      display: block;
      width: 700px;
      height: 308px;
      margin: 0 auto 40px;
      padding: 60px;
      box-sizing: content-box; }
      .section-read .read-inner .logo img {
        width: 100%;
        height: auto; }
    .section-read .read-inner .text-block {
      display: inline-block;
      max-width: 800px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400 !important; }
      .section-read .read-inner .text-block p {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: left;
        margin: 30px 0 0;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 400 !important; }
        .section-read .read-inner .text-block p:first-child {
          margin-top: 0; }
      .section-read .read-inner .text-block .banner-block .banner {
        margin-top: 80px;
        position: relative;
        overflow: hidden; }
        .section-read .read-inner .text-block .banner-block .banner a {
          width: 800px;
          height: 400px;
          overflow: hidden;
          display: inline-block; }
          .section-read .read-inner .text-block .banner-block .banner a img {
            width: 100%;
            height: auto;
            transform: scale(1) !important;
            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      @media screen and (min-width: 769px) {
        .section-read .read-inner .text-block .banner-block:hover .banner a img {
          transform: scale(1.05) !important;
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          opacity: 0.8; }
        .section-read .read-inner .text-block .banner-block:hover .btn a {
          background-color: #54c3f1;
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
      .section-read .read-inner .text-block .attention {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 0;
        padding-left: 10px; }
        .section-read .read-inner .text-block .attention:before {
          content: "※";
          margin-left: -10px;
          width: 10px;
          display: inline-block; }

.section-tit {
  padding: 140px 0 100px;
  background-color: #54c3f1;
  position: relative;
  text-align: center; }
  .section-tit .tit-inner {
    width: 960px;
    display: inline-block; }
    .section-tit .tit-inner h2 {
      margin-bottom: 30px;
      width: 676px;
      height: auto;
      display: inline-block; }
      .section-tit .tit-inner h2 img {
        width: 100%;
        height: auto; }

.section-global {
  padding: 0 0 140px;
  position: relative;
  width: 100%;
  background: url(../img/map.png) no-repeat 50% 300px;
  background-color: #fff; }
  .section-global:before {
    content: "";
    background: url(../img/tit_bg.png) no-repeat 0 0;
    background-size: cover;
    background-color: #54c3f1;
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    min-width: 960px;
    padding-bottom: 9.23077%; }
    @media screen and (max-width: 960px) {
      .section-global:before {
        padding-bottom: 89px; } }
  .section-global .aircon-block {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 960px;
    text-align: center; }
    .section-global .aircon-block .aircon {
      display: inline-block;
      margin: 0 auto;
      position: relative;
      width: 330px; }
      .section-global .aircon-block .aircon:before {
        content: "";
        width: 326px;
        height: 122px;
        display: inline-block;
        background: url(../img/air.png) no-repeat 0 0;
        background-size: 100% auto;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0; }
      .section-global .aircon-block .aircon img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 99; }
  .section-global .global-inner {
    position: relative;
    top: -4px;
    text-align: center;
    min-width: 960px;
    padding-top: 140px; }
    .section-global .global-inner .count .count-inner .num .num-before {
      width: 30px;
      height: 30px;
      display: inline-block;
      font-size: 20px;
      font-size: 2rem;
      background-color: #000;
      color: #fff;
      letter-spacing: 0.05em;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      border-radius: 15px;
      line-height: 30px;
      margin-right: 10px; }
    .section-global .global-inner .attention {
      font-size: 16px;
      font-size: 1.6rem;
      color: #9e9e9e;
      margin: 10px 0 40px; }
    .section-global .global-inner .card-list {
      display: inline-block;
      position: relative;
      max-width: 1100px;
      width: 100%;
      min-width: 960px;
      margin-bottom: 40px; }
      .section-global .global-inner .card-list li {
        display: inline-block;
        width: 21.81818%;
        height: 0;
        padding-bottom: 27.27273%;
        -moz-transform: scale(0) rotate(-30deg);
        -ms-transform: scale(0) rotate(-30deg);
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg); }
        .section-global .global-inner .card-list li img {
          width: 100%;
          height: auto; }
        .section-global .global-inner .card-list li.show {
          animation: card-anim 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes card-anim {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
      .section-global .global-inner .card-list li:nth-child(1) {
        position: absolute;
        top: -330px;
        left: 0; }
      .section-global .global-inner .card-list li:nth-child(2) {
        margin-right: 30px; }
      .section-global .global-inner .card-list li:nth-child(3) {
        margin-right: 30px; }
      .section-global .global-inner .card-list li:nth-child(4) {
        margin-right: 0; }
      .section-global .global-inner .card-list li:nth-child(5) {
        position: absolute;
        top: -330px;
        right: 0; }
    .section-global .global-inner .people-count {
      content: "";
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 270px;
      height: 43px;
      display: block;
      margin: 0 auto 80px;
      background: url(../img/people_count.png) no-repeat 0 0; }
    .section-global .global-inner .chart-block {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      .section-global .global-inner .chart-block .chart-tit {
        margin-right: 60px; }
      .section-global .global-inner .chart-block .chart {
        padding-right: 80px; }
        .section-global .global-inner .chart-block .chart::after {
          content: "";
          display: block;
          clear: both; }
        .section-global .global-inner .chart-block .chart .pie-chart {
          position: relative;
          width: 240px;
          height: 240px;
          display: inline-block; }
          .section-global .global-inner .chart-block .chart .pie-chart .data {
            display: none; }
            .section-global .global-inner .chart-block .chart .pie-chart .data .data1 {
              position: absolute;
              top: 0;
              left: 160px;
              text-align: left; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no {
                font-size: 130px;
                font-size: 13rem;
                line-height: 1;
                color: #ffca00;
                display: block; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no span {
                  font-size: 100px;
                  font-size: 10rem;
                  line-height: 1; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .unit span {
                display: inline-block;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1;
                color: #fff;
                background-color: #000;
                padding: 2px 4px;
                white-space: nowrap;
                margin-bottom: 2px; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .unit span:last-child {
                  margin-bottom: 0; }
            .section-global .global-inner .chart-block .chart .pie-chart .data .data2 {
              position: absolute;
              bottom: 150px;
              right: 130px;
              text-align: left; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no {
                font-size: 80px;
                font-size: 8rem;
                line-height: 1;
                color: #0097E0;
                display: block; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no span {
                  font-size: 50px;
                  font-size: 5rem;
                  line-height: 1; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .unit span {
                display: inline-block;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 1;
                color: #fff;
                background-color: #0097E0;
                padding: 2px 4px;
                white-space: nowrap; }
    @media screen and (max-width: 1100px) {
      .section-global .global-inner .chart-tit .text-underline {
        font-size: 40px;
        font-size: 4rem; } }

.section-grow {
  padding: 140px 0 170px;
  background-color: #54c3f1;
  position: relative; }
  .section-grow .grow-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center; }
    .section-grow .grow-inner .count .count-inner .num {
      font-size: 200px;
      font-size: 20rem; }
      .section-grow .grow-inner .count .count-inner .num .shuffle {
        font-size: 200px;
        font-size: 20rem; }
      .section-grow .grow-inner .count .count-inner .num .per {
        font-size: 144px;
        font-size: 14.4rem; }
      .section-grow .grow-inner .count .count-inner .num .pop-num {
        display: inline-block;
        -moz-transform: scale(0) rotate(-30deg);
        -ms-transform: scale(0) rotate(-30deg);
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg); }
        .section-grow .grow-inner .count .count-inner .num .pop-num.show {
          animation: pop-num 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s 1 forwards; }
    .section-grow .grow-inner .balloon-tit-block {
      display: flex;
      align-items: flex-start;
      justify-content: center; }
      .section-grow .grow-inner .balloon-tit-block .balloon-tit {
        margin-top: 10px;
        margin-right: 30px; }
    .section-grow .grow-inner .copy {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 10px; }

.balloon-block {
  position: relative; }
  .balloon-block .arrow-text {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px; }
    .balloon-block .arrow-text span {
      font-weight: 400; }
    .balloon-block .arrow-text:after {
      content: "";
      width: 29px;
      height: 46px;
      display: inline-block;
      background: url(../img/balloon_arrow.png) no-repeat 0 0;
      position: absolute;
      left: 40px;
      top: 40px; }
    @media screen and (max-width: 1100px) {
      .balloon-block .arrow-text {
        margin-left: -450px; } }

.balloon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end; }
  .balloon-list li {
    margin-left: 12px;
    position: relative;
    width: 78px;
    height: 209px; }
    .balloon-list li:first-child {
      margin-left: 0; }
    .balloon-list li img {
      width: 100%;
      height: auto; }
    .balloon-list li .balloon {
      text-decoration: none;
      display: block;
      text-align: center;
      line-height: 100px;
      border-radius: 50px;
      position: absolute;
      content: "";
      color: #fff;
      width: 78px;
      bottom: 0; }
      .balloon-list li .balloon .balloon-inner {
        position: relative;
        width: 78px;
        display: block;
        height: 0; }
        .balloon-list li .balloon .balloon-inner span {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          line-height: 1;
          margin: auto;
          display: inline-block;
          height: 20px; }
    .balloon-list li .year {
      position: absolute;
      bottom: -30px;
      right: 0;
      left: 0;
      margin: 0 auto; }
      .balloon-list li .year span {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        padding: 2px 4px;
        line-height: 1; }
  .balloon-list li:nth-child(odd) .balloon {
    -webkit-animation: horizontal1 1s ease-in-out infinite alternate; }
  .balloon-list li:nth-child(even) .balloon {
    -webkit-animation: horizontal2 1s ease-in-out infinite alternate; }
  .balloon-list li:nth-child(1) .balloon {
    -webkit-animation-duration: 1.1s; }
    .balloon-list li:nth-child(1) .balloon .balloon-inner {
      background: url(../img/balloon_01.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(2) .balloon {
    -webkit-animation-duration: 1.3s; }
    .balloon-list li:nth-child(2) .balloon .balloon-inner {
      background: url(../img/balloon_02.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(3) .balloon {
    -webkit-animation-duration: 1.5s; }
    .balloon-list li:nth-child(3) .balloon .balloon-inner {
      background: url(../img/balloon_03.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(4) .balloon {
    -webkit-animation-duration: 1.4s; }
    .balloon-list li:nth-child(4) .balloon .balloon-inner {
      background: url(../img/balloon_04.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(5) .balloon {
    -webkit-animation-duration: 1.5s; }
    .balloon-list li:nth-child(5) .balloon .balloon-inner {
      background: url(../img/balloon_05.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(6) .balloon {
    -webkit-animation-duration: 1.3s; }
    .balloon-list li:nth-child(6) .balloon .balloon-inner {
      background: url(../img/balloon_06.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(7) .balloon {
    -webkit-animation-duration: 1.1s; }
    .balloon-list li:nth-child(7) .balloon .balloon-inner {
      background: url(../img/balloon_07.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(8) .balloon {
    -webkit-animation-duration: 1.2s; }
    .balloon-list li:nth-child(8) .balloon .balloon-inner {
      background: url(../img/balloon_08.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(9) .balloon {
    -webkit-animation-duration: 1.5s; }
    .balloon-list li:nth-child(9) .balloon .balloon-inner {
      background: url(../img/balloon_09.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }
  .balloon-list li:nth-child(10) .balloon {
    -webkit-animation-duration: 1.4s; }
    .balloon-list li:nth-child(10) .balloon .balloon-inner {
      background: url(../img/balloon_10.png) no-repeat 0 0;
      background-size: 100% 100%;
      height: 0; }

.balloon-fly li:nth-child(1).show .balloon .balloon-inner {
  animation: feature-animation1 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
@keyframes feature-animation1 {
  100% {
    height: 109px; } }
.balloon-fly li:nth-child(2).show .balloon .balloon-inner {
  animation: feature-animation2 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0.3s 1 forwards; }
@keyframes feature-animation2 {
  100% {
    height: 93px; } }
.balloon-fly li:nth-child(3).show .balloon .balloon-inner {
  animation: feature-animation3 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0.6s 1 forwards; }
@keyframes feature-animation3 {
  100% {
    height: 105px; } }
.balloon-fly li:nth-child(4).show .balloon .balloon-inner {
  animation: feature-animation4 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0.9s 1 forwards; }
@keyframes feature-animation4 {
  100% {
    height: 111px; } }
.balloon-fly li:nth-child(5).show .balloon .balloon-inner {
  animation: feature-animation5 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 1.2s 1 forwards; }
@keyframes feature-animation5 {
  100% {
    height: 117px; } }
.balloon-fly li:nth-child(6).show .balloon .balloon-inner {
  animation: feature-animation6 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 1.5s 1 forwards; }
@keyframes feature-animation6 {
  100% {
    height: 162px; } }
.balloon-fly li:nth-child(7).show .balloon .balloon-inner {
  animation: feature-animation7 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 1.8s 1 forwards; }
@keyframes feature-animation7 {
  100% {
    height: 174px; } }
.balloon-fly li:nth-child(8).show .balloon .balloon-inner {
  animation: feature-animation8 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 2.1s 1 forwards; }
@keyframes feature-animation8 {
  100% {
    height: 186px; } }
.balloon-fly li:nth-child(9).show .balloon .balloon-inner {
  animation: feature-animation9 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 2.4s 1 forwards; }
@keyframes feature-animation9 {
  100% {
    height: 186px; } }
.balloon-fly li:nth-child(10).show .balloon .balloon-inner {
  animation: feature-animation10 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 2.7s 1 forwards; }
@keyframes feature-animation10 {
  100% {
    height: 209px; } }
@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translate(-4px, -4px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translate(2px, -4px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }
.section-manufactur {
  padding: 140px 0 170px;
  background-color: #fff;
  position: relative; }
  .section-manufactur .manufactur-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center; }
    .section-manufactur .manufactur-inner .aircon-block1 {
      position: relative; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area {
        position: relative;
        display: inline-block; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first {
          width: 100%;
          max-width: 1000px;
          min-width: 960px;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          justify-content: space-between;
          margin: 0 auto 40px; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li {
            display: inline-block;
            width: 87px;
            height: 29px;
            margin-top: 10px;
            -moz-transform: scale(0) rotate(-30deg);
            -ms-transform: scale(0) rotate(-30deg);
            -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg); }
            .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li img {
              width: 100%;
              height: auto; }
            .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li:nth-child(-n+11) {
              margin-top: 0; }
@keyframes aircon-anim {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(-n+11) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 forwards; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+12) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s 1 forwards; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+23) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s 1 forwards; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+34) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s 1 forwards; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+45) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s 1 forwards; }
          .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+56) {
            animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s 1 forwards; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .count {
          position: absolute;
          top: 30px;
          right: 0;
          left: 0; }
      .section-manufactur .manufactur-inner .aircon-block1 .copy {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 30px; }
      .section-manufactur .manufactur-inner .aircon-block1 .people-count {
        content: "";
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 229px;
        height: 43px;
        display: block;
        margin: 0 auto 80px;
        background: url(../img/aircon_count.png) no-repeat 0 0; }
    .section-manufactur .manufactur-inner .aircon-block2 h4 .sp-br {
      display: none; }
    .section-manufactur .manufactur-inner .aircon-block2 .aircon-content {
      width: 960px;
      display: flex;
      margin: 0 auto; }
@keyframes clock-anim2 {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(1) {
        animation: clock-anim2 0.2s ease 0.5s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(2) {
        animation: clock-anim2 0.2s ease 0.73s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(3) {
        animation: clock-anim2 0.2s ease 0.96s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(4) {
        animation: clock-anim2 0.2s ease 1.19s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(5) {
        animation: clock-anim2 0.2s ease 1.42s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(6) {
        animation: clock-anim2 0.2s ease 1.65s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(7) {
        animation: clock-anim2 0.2s ease 1.88s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(8) {
        animation: clock-anim2 0.2s ease 2.11s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(9) {
        animation: clock-anim2 0.2s ease 2.34s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(10) {
        animation: clock-anim2 0.2s ease 2.57s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(11) {
        animation: clock-anim2 0.2s ease 2.80s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(12) {
        animation: clock-anim2 0.2s ease 3.03s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-right ul li:nth-child(13) {
        animation: clock-anim2 0.2s ease 3.26s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content.show .content-left .count .clock {
        animation: clock-anim 3.5s linear forwards; }
@keyframes clock-anim {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
    .section-manufactur .manufactur-inner .aircon-block2 .content-left {
      width: 310px;
      margin-right: 30px; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-left .count {
        display: flex;
        align-items: center;
        justify-content: center; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .clock {
          width: 110px;
          height: 110px;
          -moz-border-radius: 55px;
          -webkit-border-radius: 55px;
          border-radius: 55px;
          border: 4px solid #cfcfcf;
          display: inline-block;
          box-sizing: border-box;
          margin-top: 20px;
          position: relative;
          width: 110px;
          height: 110px; }
          .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .clock img {
            width: 100%;
            height: auto;
            -moz-border-radius: 55px;
            -webkit-border-radius: 55px;
            border-radius: 55px; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .count-inner .num {
          letter-spacing: -0.1em;
          padding-top: 10px; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-left .copy {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 30px;
        letter-spacing: 0;
        line-height: 1.4; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-left .attention-block {
        background-color: #ddf3fc;
        text-align: left;
        padding: 20px;
        box-sizing: border-box;
        font-size: 16px;
        font-size: 1.6rem;
        color: #54c3f1; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .attention-block .tit {
          border: 2px solid #54c3f1;
          display: inline-block;
          line-height: 1;
          padding: 2px 6px;
          margin-bottom: 10px; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .attention-block .text {
          font-weight: 400;
          line-height: 1.4; }
    .section-manufactur .manufactur-inner .aircon-block2 .content-right {
      width: 620px; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-right ul li {
          display: inline-block;
          width: 200px;
          height: 68px;
          margin-top: 10px;
          -moz-transform: scale(0) rotate(-30deg);
          -ms-transform: scale(0) rotate(-30deg);
          -webkit-transform: scale(0) rotate(-30deg);
          transform: scale(0) rotate(-30deg); }
          .section-manufactur .manufactur-inner .aircon-block2 .content-right ul li img {
            width: 100%;
            height: auto; }
          .section-manufactur .manufactur-inner .aircon-block2 .content-right ul li:nth-child(-n+3) {
            margin-top: 0; }

.section-innovation {
  padding: 140px 0 140px;
  background-color: #54c3f1;
  position: relative; }
  .section-innovation .innovation-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    width: 1000px; }
    .section-innovation .innovation-inner .content-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      position: relative;
      margin-bottom: 80px; }
      .section-innovation .innovation-inner .content-box:after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 10px;
        background: url(../img/arrow.png) no-repeat 0 0;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -80px;
        transform: rotate(90deg);
        margin: 0 auto; }
      .section-innovation .innovation-inner .content-box .content-left, .section-innovation .innovation-inner .content-box .content-right {
        background-color: #65c9f2;
        align-self: stretch;
        padding: 40px 10px;
        width: 450px;
        box-sizing: border-box; }
        .section-innovation .innovation-inner .content-box .content-left .tit, .section-innovation .innovation-inner .content-box .content-right .tit {
          position: relative; }
          .section-innovation .innovation-inner .content-box .content-left .tit span, .section-innovation .innovation-inner .content-box .content-right .tit span {
            border-bottom: 2px solid #000;
            font-size: 24px;
            font-size: 2.4rem;
            background-color: #65c9f2;
            position: relative; }
          .section-innovation .innovation-inner .content-box .content-left .tit span:last-child:after, .section-innovation .innovation-inner .content-box .content-right .tit span:last-child:after {
            content: "";
            display: inline-block;
            width: 16px;
            height: 15px;
            background: url(../img/text_arrow.png) no-repeat 0 0;
            background-size: 100% auto;
            position: absolute;
            right: 70px;
            bottom: -15px; }
        .section-innovation .innovation-inner .content-box .content-left .attention, .section-innovation .innovation-inner .content-box .content-right .attention {
          font-weight: 400;
          font-size: 16px;
          font-size: 1.6rem; }
      .section-innovation .innovation-inner .content-box .content-left {
        position: relative; }
        .section-innovation .innovation-inner .content-box .content-left:after {
          content: "";
          display: inline-block;
          width: 40px;
          height: 10px;
          background: url(../img/arrow.png) no-repeat 0 0;
          background-size: 100% auto;
          position: absolute;
          right: -70px;
          top: 50%;
          margin-top: -5px; }
        .section-innovation .innovation-inner .content-box .content-left .tit {
          position: relative;
          display: inline-block;
          padding-left: 100px;
          margin-bottom: 20px; }
          .section-innovation .innovation-inner .content-box .content-left .tit:before {
            content: "";
            display: inline-block;
            width: 80px;
            height: 131px;
            background: url(../img/icon_science_sp.png) no-repeat 0 0;
            background-size: 100% auto;
            position: absolute;
            top: 20px;
            left: 0;
            -moz-transform: scale(0) rotate(-30deg);
            -ms-transform: scale(0) rotate(-30deg);
            -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg); }
          .section-innovation .innovation-inner .content-box .content-left .tit.show:before {
            animation: pop-anim 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes pop-anim {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
        .section-innovation .innovation-inner .content-box .content-left .count .count-inner .num {
          font-size: 120px;
          font-size: 12rem; }
        .section-innovation .innovation-inner .content-box .content-left .count .count-inner .pop-num {
          font-size: 120px;
          font-size: 12rem;
          display: inline-block;
          -moz-transform: scale(0) rotate(-30deg);
          -ms-transform: scale(0) rotate(-30deg);
          -webkit-transform: scale(0) rotate(-30deg);
          transform: scale(0) rotate(-30deg); }
          .section-innovation .innovation-inner .content-box .content-left .count .count-inner .pop-num.show {
            animation: pop-num 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s 1 forwards; }
      .section-innovation .innovation-inner .content-box .content-right::after {
        content: "";
        display: block;
        clear: both; }
      .section-innovation .innovation-inner .content-box .content-right .tit {
        position: relative;
        display: inline-block;
        padding-left: 120px;
        margin-bottom: 20px; }
        .section-innovation .innovation-inner .content-box .content-right .tit:before {
          content: "";
          display: inline-block;
          width: 100px;
          height: 88px;
          background: url(../img/icon_patent_sp.png) no-repeat 0 0;
          background-size: 100% auto;
          position: absolute;
          top: 20px;
          left: 0;
          -moz-transform: scale(0) rotate(-30deg);
          -ms-transform: scale(0) rotate(-30deg);
          -webkit-transform: scale(0) rotate(-30deg);
          transform: scale(0) rotate(-30deg); }
        .section-innovation .innovation-inner .content-box .content-right .tit.show:before {
          animation: pop-anim 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes pop-anim {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
      .section-innovation .innovation-inner .content-box .content-right .text {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 10px;
        display: block;
        margin-top: 10px; }
      .section-innovation .innovation-inner .content-box .content-right dl {
        display: inline-block;
        float: left;
        width: 50%; }
        .section-innovation .innovation-inner .content-box .content-right dl dt {
          display: inline-block;
          background-color: #000;
          line-height: 1;
          padding: 2px 4px;
          color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 6px; }
        .section-innovation .innovation-inner .content-box .content-right dl dd {
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 1; }
          .section-innovation .innovation-inner .content-box .content-right dl dd span {
            font-size: 26px;
            font-size: 2.6rem; }
      .section-innovation .innovation-inner .content-box .content-right dl:last-child {
        display: block;
        width: 100%;
        margin-top: 20px; }
        .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num {
          font-size: 90px;
          font-size: 9rem; }
          .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num span {
            font-size: 90px;
            font-size: 9rem; }
          .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num .pop-num {
            display: inline-block;
            -moz-transform: scale(0) rotate(-30deg);
            -ms-transform: scale(0) rotate(-30deg);
            -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg); }
            .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num .pop-num.show {
              animation: pop-num 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s 1 forwards; }
    .section-innovation .innovation-inner .door-block {
      padding-top: 40px;
      padding-bottom: 80px;
      position: relative; }
      .section-innovation .innovation-inner .door-block:after {
        content: "";
        display: inline-block;
        width: 40px;
        height: 10px;
        background: url(../img/arrow.png) no-repeat 0 0;
        background-size: 100% auto;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        transform: rotate(90deg);
        margin: 0 auto; }
      .section-innovation .innovation-inner .door-block .tit {
        position: relative; }
        .section-innovation .innovation-inner .door-block .tit span {
          border-bottom: 2px solid #000;
          font-size: 24px;
          font-size: 2.4rem; }
      .section-innovation .innovation-inner .door-block .count {
        padding: 10px 0; }
      .section-innovation .innovation-inner .door-block .btn {
        margin-top: 40px; }
        @media screen and (min-width: 769px) {
          .section-innovation .innovation-inner .door-block .btn:hover a {
            background-color: #0097E0;
            transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
    .section-innovation .innovation-inner .goal {
      position: relative;
      padding-left: 106px;
      text-align: left;
      display: inline-block;
      margin: 40px auto 0; }
      .section-innovation .innovation-inner .goal:before {
        content: "";
        display: inline-block;
        width: 86px;
        height: 100%;
        background: url(../img/icon_trees_sp.png) no-repeat 50% 50%;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        -moz-transform: scale(0) rotate(-30deg);
        -ms-transform: scale(0) rotate(-30deg);
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg); }
      .section-innovation .innovation-inner .goal.show:before {
        animation: pop-anim3 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes pop-anim3 {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
      .section-innovation .innovation-inner .goal span {
        border-bottom: 2px solid #000;
        font-size: 50px;
        font-size: 5rem; }
    .section-innovation .innovation-inner .goal-pc {
      display: inline-block; }
    .section-innovation .innovation-inner .goal-sp {
      display: none; }

.section-environment {
  padding: 140px 0 0;
  background-color: #fff;
  position: relative; }
  .section-environment .innovation-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    width: 960px; }
    .section-environment .innovation-inner .top-read {
      margin-bottom: 20px; }
    .section-environment .innovation-inner .attention-block {
      background-color: #ddf3fc;
      text-align: left;
      padding: 30px 60px;
      box-sizing: border-box;
      font-size: 16px;
      font-size: 1.6rem;
      color: #54c3f1;
      margin-bottom: 100px; }
      .section-environment .innovation-inner .attention-block .tit {
        border: 2px solid #54c3f1;
        display: inline-block;
        line-height: 1;
        padding: 2px 6px;
        margin-bottom: 10px; }
      .section-environment .innovation-inner .attention-block .tit-underline {
        text-decoration: underline;
        margin-bottom: 10px; }
      .section-environment .innovation-inner .attention-block .text {
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 10px; }
      .section-environment .innovation-inner .attention-block ul {
        font-weight: 400; }
        .section-environment .innovation-inner .attention-block ul li {
          margin-left: 16px;
          line-height: 1.4;
          margin-bottom: 10px; }
          .section-environment .innovation-inner .attention-block ul li:before {
            content: "●";
            margin-left: -16px;
            width: 16px;
            display: inline-block;
            font-size: 10px;
            font-size: 1rem; }
          .section-environment .innovation-inner .attention-block ul li:last-child {
            margin-bottom: 0; }
    .section-environment .innovation-inner .tree-block {
      margin-bottom: 100px; }
      .section-environment .innovation-inner .tree-block .tree-anim {
        position: relative;
        margin-bottom: 40px; }
        .section-environment .innovation-inner .tree-block .tree-anim .tree-list {
          width: 600px;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin: 0 auto;
          position: relative;
          z-index: 2; }
          .section-environment .innovation-inner .tree-block .tree-anim .tree-list li {
            display: inline-block;
            width: 40px;
            height: 88px;
            margin-top: 10px; }
            .section-environment .innovation-inner .tree-block .tree-anim .tree-list li img {
              width: 100%;
              height: auto; }
            .section-environment .innovation-inner .tree-block .tree-anim .tree-list li:nth-child(-n+4) {
              display: none; }
        .section-environment .innovation-inner .tree-block .tree-anim .count {
          padding: 20px 0;
          position: relative;
          z-index: 99; }
          .section-environment .innovation-inner .tree-block .tree-anim .count .num {
            font-size: 150px;
            font-size: 15rem; }
        .section-environment .innovation-inner .tree-block .tree-anim .sun {
          width: 109px;
          height: 109px;
          position: absolute;
          top: -115px;
          right: 45px;
          animation: sun-anim 12s linear infinite; }
          .section-environment .innovation-inner .tree-block .tree-anim .sun span {
            -moz-transform: scale(0) rotate(-30deg);
            -ms-transform: scale(0) rotate(-30deg);
            -webkit-transform: scale(0) rotate(-30deg);
            transform: scale(0) rotate(-30deg);
            display: block; }
            .section-environment .innovation-inner .tree-block .tree-anim .sun span.show {
              animation: pop-anim2 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
@keyframes pop-anim2 {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
@keyframes sun-anim {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .section-environment .innovation-inner .tree-block .tree-anim .co2 {
          content: "";
          display: inline-block;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          width: 100px;
          height: 94px;
          background: url(../img/icon_co2.png) no-repeat 0 0;
          background-size: 100% auto; }
        .section-environment .innovation-inner .tree-block .tree-anim .co2-1 {
          position: absolute;
          top: 20px;
          left: 0px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim1 3s cubic-bezier(1, 0.22, 0.7, 0.19) infinite;
          animation-delay: 2s; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-1 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim1 {
  0% {
    transform: scale(1); }
  30% {
    opacity: 1; }
  100% {
    top: 60px;
    left: 40px;
    opacity: 0;
    transform: scale(0.5); } }
        .section-environment .innovation-inner .tree-block .tree-anim .co2-2 {
          position: absolute;
          top: 120px;
          left: -50px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2 3s cubic-bezier(1, 0.22, 0.7, 0.19) infinite;
          animation-delay: 1s; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-2 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2 {
  0% {
    transform: scale(1); }
  30% {
    opacity: 1; }
  100% {
    left: -10px;
    top: 160px;
    opacity: 0;
    transform: scale(0.5); } }
        .section-environment .innovation-inner .tree-block .tree-anim .co2-3 {
          position: absolute;
          top: 220px;
          left: 0px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim3 3s cubic-bezier(1, 0.22, 0.7, 0.19) infinite;
          animation-delay: 3s; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-3 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim3 {
  0% {
    transform: scale(1); }
  30% {
    opacity: 1; }
  100% {
    left: 40px;
    top: 260px;
    opacity: 0;
    transform: scale(0.5); } }
        .section-environment .innovation-inner .tree-block .tree-anim .co2-4 {
          position: absolute;
          top: -40px;
          left: 60px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim4 3s cubic-bezier(1, 0.22, 0.7, 0.19) infinite;
          animation-delay: 1s; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-4 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim4 {
  0% {
    transform: scale(1); }
  30% {
    opacity: 1; }
  100% {
    left: 100px;
    top: 0px;
    opacity: 0;
    transform: scale(0.5); } }
        .section-environment .innovation-inner .tree-block .tree-anim .co2-5 {
          position: absolute;
          top: 260px;
          left: 60px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim5 3s cubic-bezier(1, 0.22, 0.7, 0.19) infinite;
          animation-delay: 1.2s; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-5 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim5 {
  0% {
    transform: scale(1); }
  30% {
    opacity: 1; }
  100% {
    left: 100px;
    top: 300px;
    opacity: 0;
    transform: scale(0.5); } }
        .section-environment .innovation-inner .tree-block .tree-anim .o2 {
          content: "";
          display: inline-block;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          width: 100px;
          height: 94px;
          background: url(../img/icon_o2.png) no-repeat 0 0;
          background-size: 100% auto; }
        .section-environment .innovation-inner .tree-block .tree-anim .o2-1 {
          position: absolute;
          top: 80px;
          right: 20px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2-1 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation-delay: 2s; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-1 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2-1 {
  0% {
    transform: scale(0.5); }
  60% {
    opacity: 1; }
  100% {
    transform: scale(1);
    right: -10px;
    top: 40px;
    opacity: 0; } }
        .section-environment .innovation-inner .tree-block .tree-anim .o2-2 {
          position: absolute;
          top: 160px;
          right: -20px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2-2 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation-delay: 1s; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-2 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2-2 {
  0% {
    transform: scale(0.5); }
  60% {
    opacity: 1; }
  100% {
    transform: scale(1);
    right: -50px;
    top: 120px;
    opacity: 0; } }
        .section-environment .innovation-inner .tree-block .tree-anim .o2-3 {
          position: absolute;
          top: 260px;
          right: 20px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2-3 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation-delay: 3s; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-3 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2-3 {
  0% {
    transform: scale(0.5); }
  60% {
    opacity: 1; }
  100% {
    transform: scale(1);
    right: -10px;
    top: 220px;
    opacity: 0; } }
        .section-environment .innovation-inner .tree-block .tree-anim .o2-4 {
          position: absolute;
          top: 40px;
          right: 100px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2-4 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation-delay: 1.5s; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-4 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2-4 {
  0% {
    transform: scale(0.5); }
  60% {
    opacity: 1; }
  100% {
    transform: scale(1);
    right: 70px;
    top: 0px;
    opacity: 0; } }
        .section-environment .innovation-inner .tree-block .tree-anim .o2-5 {
          position: absolute;
          top: 300px;
          right: 100px;
          width: 100px;
          height: 94px;
          opacity: 0;
          animation: tree-air-anim2-5 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation-delay: 2.5s; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-5 img {
            width: 100%;
            height: auto; }
@keyframes tree-air-anim2-5 {
  0% {
    transform: scale(0.5); }
  60% {
    opacity: 1; }
  100% {
    transform: scale(1);
    right: 70px;
    top: 260px;
    opacity: 0; } }
      .section-environment .innovation-inner .tree-block .copy {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 30px; }
      .section-environment .innovation-inner .tree-block .tree-attention {
        content: "";
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 254px;
        height: 43px;
        display: block;
        margin: 0 auto 20px;
        background: url(../img/tree_attention.png) no-repeat 0 0;
        background-size: 100% auto; }
      .section-environment .innovation-inner .tree-block .attention {
        font-size: 14px;
        font-size: 1.4rem;
        color: #54c3f1; }
    .section-environment .innovation-inner .car-block .car-list-sp {
      display: none !important; }
    .section-environment .innovation-inner .car-block .car-list, .section-environment .innovation-inner .car-block .car-list-sp {
      width: 960px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 auto 40px;
      position: relative; }
      .section-environment .innovation-inner .car-block .car-list li, .section-environment .innovation-inner .car-block .car-list-sp li {
        display: inline-block;
        width: 96px;
        height: 34px;
        margin-top: 10px;
        -moz-transform: scale(0) rotate(-30deg);
        -ms-transform: scale(0) rotate(-30deg);
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg); }
        .section-environment .innovation-inner .car-block .car-list li img, .section-environment .innovation-inner .car-block .car-list-sp li img {
          width: 100%;
          height: auto; }
        .section-environment .innovation-inner .car-block .car-list li:nth-child(-n+10), .section-environment .innovation-inner .car-block .car-list-sp li:nth-child(-n+10) {
          margin-top: 0; }
      .section-environment .innovation-inner .car-block .car-list li:nth-child(80), .section-environment .innovation-inner .car-block .car-list-sp li:nth-child(80) {
        opacity: 0; }
      .section-environment .innovation-inner .car-block .car-list li:nth-child(81), .section-environment .innovation-inner .car-block .car-list-sp li:nth-child(81) {
        position: absolute;
        right: -800px;
        bottom: 0;
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg); }
@keyframes car-anim1 {
  0% {
    -moz-transform: scale(0) rotate(-10deg);
    -ms-transform: scale(0) rotate(-10deg);
    -webkit-transform: scale(0) rotate(-10deg);
    transform: scale(0) rotate(-10deg); }
  60% {
    -moz-transform: scale(1.1) rotate(0.5deg);
    -ms-transform: scale(1.1) rotate(0.5deg);
    -webkit-transform: scale(1.1) rotate(0.5deg);
    transform: scale(1.1) rotate(0.5deg); }
  100% {
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg); } }
@keyframes car-anim2 {
  100% {
    right: 0; } }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(1), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(1) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(2), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(2) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(3), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(3) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(4), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(4) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(5), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(5) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(6), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(6) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(7), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(7) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.35s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(8), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(8) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(9), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(9) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.45s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(10), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(10) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(11), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(11) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.55s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(12), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(12) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(13), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(13) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.65s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(14), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(14) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(15), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(15) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.75s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(16), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(16) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(17), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(17) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.85s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(18), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(18) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(19), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(19) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.95s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(20), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(20) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(21), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(21) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.05s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(30), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(30) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(31), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(31) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.15s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(40), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(40) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(41), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(41) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.25s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(50), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(50) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(51), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(51) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.35s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(60), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(60) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.4s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(61), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(61) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.45s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(62), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(62) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(63), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(63) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.55s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(64), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(64) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(65), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(65) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.65s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(66), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(66) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(67), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(67) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.75s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(68), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(68) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.8s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(69), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(69) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.85s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(70), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(70) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.9s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(71), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(71) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.95s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(72), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(72) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(73), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(73) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.05s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(74), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(74) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(75), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(75) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.15s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(76), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(76) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.2s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(77), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(77) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.25s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(78), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(78) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.3s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(79), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(79) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2.35s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-list.show li:nth-child(81), .section-environment .innovation-inner .car-block .car-list-sp.show li:nth-child(81) {
        animation: car-anim2 3s cubic-bezier(0.19, 1, 0.22, 1) 2s 1 forwards; }
    .section-environment .innovation-inner .car-block .car-bg {
      position: relative; }
      .section-environment .innovation-inner .car-block .car-bg .count {
        background-color: #fff;
        position: absolute;
        top: 88px;
        right: 0;
        left: 0;
        margin: 0 auto;
        height: 166px;
        width: 768px; }
        .section-environment .innovation-inner .car-block .car-bg .count .num {
          line-height: 166px;
          font-size: 150px;
          font-size: 15rem; }
    .section-environment .innovation-inner .car-block .copy {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 30px; }
    .section-environment .innovation-inner .car-block .car-attention {
      content: "";
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 280px;
      height: 43px;
      display: block;
      margin: 0 auto 20px;
      background: url(../img/car_attention.png) no-repeat 0 0;
      background-size: 100% auto; }
    .section-environment .innovation-inner .car-block .attention {
      font-size: 14px;
      font-size: 1.4rem;
      color: #54c3f1; }

.section-thanks {
  padding: 340px 0 240px;
  position: relative;
  width: 100%;
  height: 100%; }
  .section-thanks .thanks-inner {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    width: 960px; }
    .section-thanks .thanks-inner .daikin-logo {
      display: inline-block;
      margin-bottom: 100px;
      padding: 20px;
      background-color: #fff;
      position: relative;
      z-index: 99; }
      .section-thanks .thanks-inner .daikin-logo img {
        width: 100%;
        height: auto; }
    .section-thanks .thanks-inner .last {
      font-size: 60px;
      font-size: 6rem;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      line-height: 1.2;
      display: block;
      letter-spacing: 0.01em;
      padding: 20px;
      background-color: #fff;
      position: relative;
      z-index: 99; }
      .section-thanks .thanks-inner .last br {
        display: none; }

.door-block {
  display: inline-block;
  position: relative; }
  .door-block .door-text {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    display: inline-block; }
    .door-block .door-text .pc {
      display: block; }
    .door-block .door-text .sp {
      display: none; }

.door-area {
  position: relative;
  width: 1000px;
  height: 500px; }

.doors2 {
  left: 0 !important;
  transform: rotate(-90deg) !important;
  transform-origin: top right !important; }

.doors, .doors2 {
  position: absolute;
  display: inline-block;
  right: 0;
  transform: rotate(90deg);
  transform-origin: top left;
  width: 500px;
  height: 300px; }
  .doors .door, .doors .door div, .doors .door2, .doors .door2 div, .doors2 .door, .doors2 .door div, .doors2 .door2, .doors2 .door2 div {
    /* See it in slo-mo, you can change this */
    transition-duration: 1.4s; }
  .doors .door, .doors .door2, .doors2 .door, .doors2 .door2 {
    transition-timing-function: ease; }
  .doors .door, .doors .door2, .doors2 .door, .doors2 .door2 {
    display: inline-block;
    position: relative;
    padding: .375rem .375rem 0;
    height: 2.5rem;
    perspective: 300;
    width: 500px;
    height: 300px;
    border: 10px solid #fff;
    border-top: none;
    box-sizing: border-box;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
    .doors .door .cover, .doors .door2 .cover, .doors2 .door .cover, .doors2 .door2 .cover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transform-origin: center bottom;
      transform-style: preserve-3d;
      text-align: center;
      pointer-events: none;
      z-index: 100;
      background-color: #54c3f1;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    .doors .door .innie, .doors .door .outie, .doors .door .spine, .doors .door .shadow, .doors .door2 .innie, .doors .door2 .outie, .doors .door2 .spine, .doors .door2 .shadow, .doors2 .door .innie, .doors2 .door .outie, .doors2 .door .spine, .doors2 .door .shadow, .doors2 .door2 .innie, .doors2 .door2 .outie, .doors2 .door2 .spine, .doors2 .door2 .shadow {
      position: absolute;
      width: 100%; }
    .doors .door .innie, .doors .door .outie, .doors .door2 .innie, .doors .door2 .outie, .doors2 .door .innie, .doors2 .door .outie, .doors2 .door2 .innie, .doors2 .door2 .outie {
      height: 100%; }
    .doors .door .innie, .doors .door2 .innie, .doors2 .door .innie, .doors2 .door2 .innie {
      background-color: #54c3f1;
      text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
      border: 10px solid #fff;
      box-sizing: border-box; }
    .doors .door .spine, .doors .door2 .spine, .doors2 .door .spine, .doors2 .door2 .spine {
      top: .25rem;
      background: #20C7F3;
      height: .25rem;
      transform: rotateX(90deg);
      transform-origin: center top; }
    .doors .door .outie, .doors .door2 .outie, .doors2 .door .outie, .doors2 .door2 .outie {
      background-color: #54c3f1;
      transform: translateZ(0.25rem);
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      border: 10px solid #fff;
      border-top: 5px solid #fff;
      border-left: none;
      border-right: none;
      border-bottom: none;
      box-sizing: border-box; }
  .doors .door.show, .doors2 .door.show {
    position: relative; }
    .doors .door.show .cover, .doors .door.show .door.show .innie, .doors .door.show .door.show .spine, .doors .door.show .door.show .outie, .doors .door.show .door.show .spine, .doors2 .door.show .cover, .doors2 .door.show .door.show .innie, .doors2 .door.show .door.show .spine, .doors2 .door.show .door.show .outie, .doors2 .door.show .door.show .spine {
      transition-timing-function: cubic-bezier(2, 0, 0.58, 3); }
    .doors .door.show .cover, .doors2 .door.show .cover {
      transform: rotateX(-120deg) skew(-5deg); }
    .doors .door.show .show .innie, .doors2 .door.show .show .innie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door.show .spine, .doors2 .door.show .spine {
      background-color: #ddf3fc; }
    .doors .door.show .outie, .doors2 .door.show .outie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door.show .shadow, .doors2 .door.show .shadow {
      opacity: 1;
      transform: rotateX(45deg) scale(0.95); }
  .doors .door2.show .cover, .doors .door2.show .door.show .innie, .doors .door2.show .door.show .spine, .doors .door2.show .door.show .outie, .doors .door2.show .door.show .spine, .doors2 .door2.show .cover, .doors2 .door2.show .door.show .innie, .doors2 .door2.show .door.show .spine, .doors2 .door2.show .door.show .outie, .doors2 .door2.show .door.show .spine {
    transition-timing-function: cubic-bezier(2, 0, 0.58, 3); }
  .doors .door2.show .cover, .doors2 .door2.show .cover {
    transform: rotateX(-120deg) skew(5deg) translate3d(0, 0, 0); }
  .doors .door2.show .show .innie, .doors2 .door2.show .show .innie {
    background-color: #2174A0;
    color: rgba(255, 255, 255, 0); }
  .doors .door2.show .spine, .doors2 .door2.show .spine {
    background-color: #ddf3fc; }
  .doors .door2.show .outie, .doors2 .door2.show .outie {
    background-color: #2174A0;
    color: rgba(255, 255, 255, 0); }
  .doors .door2.show .shadow, .doors2 .door2.show .shadow {
    opacity: 1;
    transform: rotateX(45deg) scale(0.95); }

/* SP
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
  /* daikin_FUN FACTS
    ----------------------------------------------------------*/
  /* common
    ----------------------------------------------------------*/
  .count .count-inner .num {
    font-size: 90px;
    font-size: 9rem; }
  .count .count-inner ul {
    margin-bottom: 10px; }
    .count .count-inner ul li {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: 2px; }
      .count .count-inner ul li span {
        font-size: 12px;
        font-size: 1.2rem; }

  .btn {
    display: block;
    box-sizing: border-box;
    width: 78.66667% !important;
    margin: 0 auto; }
    .btn a {
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
    .btn:before {
      content: "";
      background: url(../img/shadow_pattern.png);
      background-repeat: repeat;
      background-position: top left;
      background-size: 4px 4px;
      width: 100%;
      height: 100%;
      top: 4px;
      left: 4px; }

  .label-right {
    top: 10px;
    right: 10px; }
    .label-right:before {
      content: "";
      width: 18px;
      height: 2px; }
    .label-right h3 {
      font-size: 15px;
      font-size: 1.5rem; }

  h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px; }
    h4 .pc {
      border-bottom: none; }
    h4 .sp {
      border-bottom: 2px solid #000; }
    h4 .pc-br {
      display: none; }
    h4 .sp-br {
      display: block; }

  .h4-pc {
    display: none; }

  .h4-sp {
    display: block; }

  .top-read {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    margin-bottom: 50px;
    text-align: left;
    margin: 0 auto 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    .top-read span {
      display: inline-block;
      font-size: 54px;
      font-size: 5.4rem;
      float: left;
      line-height: 1;
      padding: 2px 12px 2px 2px; }

  .text-underline {
    font-size: 60px;
    font-size: 6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    display: block; }
    .text-underline .pc {
      border-bottom: 2px solid #000;
      display: inline-block; }

  .section-read {
    border-top: 5px solid #0097E0;
    width: 100%;
    height: 100%; }
    .section-read .opening {
      z-index: 99;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #0097E0;
      position: relative;
      animation: opening-animation 12s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
  @keyframes opening-animation {
    100% {
      background-color: #0097E0; } }
    .section-read #confetti {
      z-index: 0; }
    .section-read .read-inner {
      width: 100%;
      margin: 0 auto 80px;
      padding: 20px 0;
      background-color: transparent; }
      .section-read .read-inner .logo {
        width: 80%;
        height: 0;
        padding: 8%;
        padding-bottom: 43.2%;
        margin: 0 auto 20px;
        background-color: #fff; }
      .section-read .read-inner .text-block {
        max-width: 100%;
        box-sizing: border-box; }
        .section-read .read-inner .text-block p {
          font-size: 16px;
          font-size: 1.6rem;
          margin: 30px auto 0;
          width: 82.66667%;
          background-color: #fff; }
        .section-read .read-inner .text-block .banner-block .banner {
          margin: 50px auto 0;
          width: 82.66667%; }
          .section-read .read-inner .text-block .banner-block .banner a {
            width: 100%;
            height: auto; }
        .section-read .read-inner .text-block .attention {
          font-size: 10px;
          font-size: 1rem; }

  .section-tit {
    padding: 80px 0 40px; }
    .section-tit .tit-inner {
      width: 100%;
      display: block; }
      .section-tit .tit-inner h2 {
        margin: 0 auto 30px;
        width: 81.06667%;
        display: block; }

  .section-global {
    padding: 0 0 80px;
    background: url(../img/map.png) no-repeat 50% 160px;
    background-size: 100% auto;
    background-color: #fff; }
    .section-global:before {
      content: "";
      background: url(../img/tit_bg.png) no-repeat 0 0;
      background-size: cover;
      background-color: #54c3f1;
      min-width: 0;
      padding-bottom: 9.23077%; }
    .section-global .aircon-block {
      top: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block;
      width: 100%; }
      .section-global .aircon-block .aircon {
        width: 38.66667%;
        height: 0;
        padding-bottom: 14.13333%; }
        .section-global .aircon-block .aircon:before {
          width: 100%;
          height: 0;
          padding-bottom: 37.58621%;
          display: inline-block;
          background: url(../img/air.png) no-repeat 0 0;
          background-size: 100% auto;
          top: 40px;
          left: 0;
          right: 0; }
    .section-global .global-inner {
      min-width: 0;
      padding-top: 60px; }
      .section-global .global-inner .count .count-inner .num .num-before {
        width: 22px;
        height: 22px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        line-height: 22px;
        margin-right: 10px; }
      .section-global .global-inner .attention {
        font-size: 10px;
        font-size: 1rem;
        margin: 10px 0 30px; }
      .section-global .global-inner .card-list {
        display: block;
        position: relative;
        max-width: 100%;
        width: 100%;
        min-width: 0;
        margin-bottom: 70px; }
        .section-global .global-inner .card-list li {
          display: inline-block;
          width: 100%;
          height: auto;
          padding-bottom: 0;
          margin: 0 4px;
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
          .section-global .global-inner .card-list li img {
            width: 100%;
            height: auto; }
          .section-global .global-inner .card-list li.show {
            animation: card-anim 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; }
  @keyframes card-anim {
    0% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); }
    60% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); }
    100% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); } }
        .section-global .global-inner .card-list li:nth-child(1) {
          position: relative;
          top: auto;
          left: auto;
          margin: 0 10px; }
        .section-global .global-inner .card-list li:nth-child(2) {
          margin-right: 0;
          margin: 0 10px; }
        .section-global .global-inner .card-list li:nth-child(3) {
          margin-right: 0;
          margin: 0 10px; }
        .section-global .global-inner .card-list li:nth-child(4) {
          margin-right: 0;
          margin: 0 10px; }
        .section-global .global-inner .card-list li:nth-child(5) {
          position: relative;
          top: auto;
          right: auto;
          margin: 0 10px; }
      .section-global .global-inner .people-count {
        width: 203px;
        height: 33px;
        margin: 0 auto 60px;
        background: url(../img/people_count_sp.png) no-repeat 0 0;
        background-size: 100% auto; }
      .section-global .global-inner .chart-block {
        flex-direction: column; }
        .section-global .global-inner .chart-block .text-underline {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1; }
          .section-global .global-inner .chart-block .text-underline span {
            line-height: 1;
            font-size: 30px;
            font-size: 3rem; }
        .section-global .global-inner .chart-block .chart-tit {
          margin-right: 0;
          display: block;
          width: 100%;
          font-size: 30px;
          font-size: 3rem;
          margin-bottom: 30px; }
        .section-global .global-inner .chart-block .chart {
          padding-right: 0;
          display: block;
          width: 100%; }
          .section-global .global-inner .chart-block .chart .pie-chart {
            width: 180px;
            height: 180px; }
            .section-global .global-inner .chart-block .chart .pie-chart #pie-chart {
              width: 180px !important;
              height: 180px !important; }
            .section-global .global-inner .chart-block .chart .pie-chart .data {
              display: none; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data1 {
                top: 20px;
                left: 120px; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no {
                  font-size: 90px;
                  font-size: 9rem; }
                  .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no span {
                    font-size: 75px;
                    font-size: 7.5rem; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .unit {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1;
                  display: inline-block; }
                  .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .unit span {
                    font-size: 12px;
                    font-size: 1.2rem; }
              .section-global .global-inner .chart-block .chart .pie-chart .data .data2 {
                bottom: auto;
                right: 120px;
                top: -10px; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no {
                  font-size: 50px;
                  font-size: 5rem; }
                  .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no span {
                    font-size: 37px;
                    font-size: 3.7rem; }
                .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .unit {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1;
                  display: inline-block; }
                  .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .unit span {
                    font-size: 12px;
                    font-size: 1.2rem; }

  .section-grow {
    padding: 80px 0 80px; }
    .section-grow .grow-inner h4 {
      margin-bottom: 20px; }
    .section-grow .grow-inner .count {
      width: 100%;
      display: block; }
      .section-grow .grow-inner .count .count-inner .num {
        font-size: 100px;
        font-size: 10rem; }
        .section-grow .grow-inner .count .count-inner .num .shuffle {
          font-size: 100px;
          font-size: 10rem; }
        .section-grow .grow-inner .count .count-inner .num .per {
          font-size: 70px;
          font-size: 7rem; }
    .section-grow .grow-inner .balloon-tit-block {
      flex-direction: column; }
      .section-grow .grow-inner .balloon-tit-block .balloon-tit {
        margin-right: 0;
        display: block;
        width: 100%; }
    .section-grow .grow-inner .copy {
      font-size: 16px;
      font-size: 1.6rem; }

  .balloon-block .arrow-text {
    font-size: 12px;
    font-size: 1.2rem;
    left: 50%;
    top: 20px;
    margin-left: 30px; }
    .balloon-block .arrow-text span {
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0.01em; }
    .balloon-block .arrow-text:after {
      width: 20px;
      height: 32px;
      display: inline-block;
      background: url(../img/balloon_arrow_sp.png) no-repeat 0 0;
      background-size: 100% auto;
      left: 20px;
      top: 20px;
      transform: scale(-1, 1); }

  .balloon-list {
    flex-direction: column;
    padding-top: 40px;
    display: inline-block;
    width: 269px; }
    .balloon-list li {
      margin-left: 0;
      width: 100%;
      height: 80px !important;
      margin-bottom: 10px;
      padding: 0; }
      .balloon-list li:last-child {
        margin-bottom: 0; }
      .balloon-list li .balloon {
        position: relative !important;
        content: "";
        padding-left: 60px; }
        .balloon-list li .balloon .balloon-inner {
          width: auto;
          height: 78px !important; }
          .balloon-list li .balloon .balloon-inner span {
            font-size: 16px;
            font-size: 1.6rem; }
      .balloon-list li .year {
        top: 26px;
        bottom: 0;
        right: auto;
        left: 0;
        margin: auto 0; }
    .balloon-list li:nth-child(odd) .balloon .balloon-inner {
      -webkit-animation: horizontal1 1s ease-in-out infinite alternate; }
    .balloon-list li:nth-child(even) .balloon .balloon-inner {
      -webkit-animation: horizontal2 1s ease-in-out infinite alternate; }
    .balloon-list li:nth-child(1) .balloon .balloon-inner {
      background: url(../img/balloon_01_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(2) .balloon .balloon-inner {
      background: url(../img/balloon_02_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(3) .balloon .balloon-inner {
      background: url(../img/balloon_03_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(4) .balloon .balloon-inner {
      background: url(../img/balloon_04_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(5) .balloon .balloon-inner {
      background: url(../img/balloon_05_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(6) .balloon .balloon-inner {
      background: url(../img/balloon_06_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(7) .balloon .balloon-inner {
      background: url(../img/balloon_07_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(8) .balloon .balloon-inner {
      background: url(../img/balloon_08_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(9) .balloon .balloon-inner {
      background: url(../img/balloon_09_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0; }
    .balloon-list li:nth-child(10) .balloon .balloon-inner {
      background: url(../img/balloon_10_sp.png) no-repeat 0 0;
      background-size: 100% 100%;
      width: 0;
      height: 78px; }

  .balloon-list li:nth-child(1).show .balloon .balloon-inner {
    animation: feature-animation1 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation1 {
    100% {
      width: 109px; } }
  .balloon-list li:nth-child(2).show .balloon .balloon-inner {
    animation: feature-animation2 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation2 {
    100% {
      width: 93px; } }
  .balloon-list li:nth-child(3).show .balloon .balloon-inner {
    animation: feature-animation3 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation3 {
    100% {
      width: 105px; } }
  .balloon-list li:nth-child(4).show .balloon .balloon-inner {
    animation: feature-animation4 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation4 {
    100% {
      width: 111px; } }
  .balloon-list li:nth-child(5).show .balloon .balloon-inner {
    animation: feature-animation5 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation5 {
    100% {
      width: 117px; } }
  .balloon-list li:nth-child(6).show .balloon .balloon-inner {
    animation: feature-animation6 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation6 {
    100% {
      width: 162px; } }
  .balloon-list li:nth-child(7).show .balloon .balloon-inner {
    animation: feature-animation7 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation7 {
    100% {
      width: 174px; } }
  .balloon-list li:nth-child(8).show .balloon .balloon-inner {
    animation: feature-animation8 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation8 {
    100% {
      width: 186px; } }
  .balloon-list li:nth-child(9).show .balloon .balloon-inner {
    animation: feature-animation9 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation9 {
    100% {
      width: 186px; } }
  .balloon-list li:nth-child(10).show .balloon .balloon-inner {
    animation: feature-animation10 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation10 {
    100% {
      width: 209px; } }
  @-webkit-keyframes horizontal1 {
    0% {
      -webkit-transform: translate(-4px, -4px); }
    100% {
      -webkit-transform: translate(0px, 0px); } }
  @-webkit-keyframes horizontal2 {
    0% {
      -webkit-transform: translate(2px, -4px); }
    100% {
      -webkit-transform: translate(0px, 0px); } }
  .section-manufactur {
    padding: 80px 4% 80px;
    box-sizing: border-box; }
    .section-manufactur .manufactur-inner h4 br {
      display: block; }
    .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first {
      max-width: 100%;
      min-width: 0;
      margin: 0 auto 20px; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li {
        width: 15.94203%;
        height: 0;
        padding-bottom: 5.50725%;
        margin-top: 10px;
        -moz-transform: scale(0) rotate(-30deg);
        -ms-transform: scale(0) rotate(-30deg);
        -webkit-transform: scale(0) rotate(-30deg);
        transform: scale(0) rotate(-30deg); }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li img {
          width: 100%;
          height: auto; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li:nth-child(-n+11) {
          margin-top: 10px; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first li:nth-child(-n+6) {
          margin-top: 0; }
  @keyframes aircon-anim {
    0% {
      -moz-transform: scale(0) rotate(-10deg);
      -ms-transform: scale(0) rotate(-10deg);
      -webkit-transform: scale(0) rotate(-10deg);
      transform: scale(0) rotate(-10deg); }
    60% {
      -moz-transform: scale(1.1) rotate(0.5deg);
      -ms-transform: scale(1.1) rotate(0.5deg);
      -webkit-transform: scale(1.1) rotate(0.5deg);
      transform: scale(1.1) rotate(0.5deg); }
    100% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); } }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(-n+6) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+7) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+13) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+19) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+25) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+31) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+37) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+43) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.4s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+49) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+55) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.8s 1 forwards; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .aircon-list-first.show li:nth-child(n+61) {
        animation: aircon-anim 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s 1 forwards; }
    .section-manufactur .manufactur-inner .aircon-block1 .count-area .count {
      position: absolute;
      top: 0;
      bottom: auto;
      right: 0;
      left: 0;
      margin: 28.98551% 0 0; }
      .section-manufactur .manufactur-inner .aircon-block1 .count-area .count .count-inner {
        position: relative;
        display: inline-block; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .count .count-inner ul {
          position: absolute;
          right: 0;
          bottom: -20px; }
        .section-manufactur .manufactur-inner .aircon-block1 .count-area .count .count-inner .num {
          font-size: 80px;
          font-size: 8rem; }
    .section-manufactur .manufactur-inner .aircon-block1 .copy {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 30px;
      line-height: 1.2; }
    .section-manufactur .manufactur-inner .aircon-block1 .people-count {
      width: 173px;
      height: 33px;
      display: block;
      margin: 0 auto 80px;
      background: url(../img/aircon_count_sp.png) no-repeat 0 0;
      background-size: 100% auto; }
    .section-manufactur .manufactur-inner .aircon-block2 {
      position: relative;
      padding-bottom: 120px; }
      .section-manufactur .manufactur-inner .aircon-block2 h4 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 0; }
        .section-manufactur .manufactur-inner .aircon-block2 h4 br {
          display: none; }
        .section-manufactur .manufactur-inner .aircon-block2 h4 .sp-br {
          display: block; }
      .section-manufactur .manufactur-inner .aircon-block2 .aircon-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
        flex-direction: column; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-left {
        width: 100%;
        margin-right: 0;
        display: block; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .count {
          display: inline-block;
          align-items: center;
          justify-content: center; }
          .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .clock {
            width: 70px;
            height: 70px;
            -moz-border-radius: 55px;
            -webkit-border-radius: 55px;
            border-radius: 55px;
            margin-top: 30px;
            float: left; }
          .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .count-inner .num {
            letter-spacing: -0.1em;
            padding-top: 10px;
            font-size: 100px;
            font-size: 10rem; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .copy {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 15px;
          letter-spacing: 0;
          line-height: 1.2; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-left .attention-block {
          position: absolute;
          bottom: 0;
          padding: 4.34783%;
          box-sizing: border-box;
          font-size: 12px;
          font-size: 1.2rem;
          color: #54c3f1;
          width: 100%;
          height: 100px; }
      .section-manufactur .manufactur-inner .aircon-block2 .content-right {
        width: 100%; }
        .section-manufactur .manufactur-inner .aircon-block2 .content-right ul li {
          width: 31.88406%;
          height: 0;
          padding-bottom: 11.01449%; }

  .section-innovation {
    padding: 80px 0 80px; }
    .section-innovation .innovation-inner {
      width: 100%;
      padding: 0 4%;
      box-sizing: border-box; }
      .section-innovation .innovation-inner .content-box:after {
        right: 0;
        left: 0;
        bottom: -40px;
        transform: rotate(90deg);
        margin: 0 auto; }
      .section-innovation .innovation-inner .content-box .content-left, .section-innovation .innovation-inner .content-box .content-right {
        padding: 20px 10px;
        width: 100%;
        display: block; }
        .section-innovation .innovation-inner .content-box .content-left .tit span, .section-innovation .innovation-inner .content-box .content-right .tit span {
          font-size: 16px;
          font-size: 1.6rem; }
        .section-innovation .innovation-inner .content-box .content-left .attention, .section-innovation .innovation-inner .content-box .content-right .attention {
          font-weight: 400;
          font-size: 12px;
          font-size: 1.2rem; }
      .section-innovation .innovation-inner .content-box .content-left {
        margin-bottom: 65px; }
        .section-innovation .innovation-inner .content-box .content-left:after {
          right: auto;
          top: auto;
          bottom: -40px;
          margin-top: 0;
          transform: rotate(90deg);
          transform-origin: 20px 5px;
          margin-left: -20px; }
        .section-innovation .innovation-inner .content-box .content-left .tit:before {
          width: 60px;
          height: 98px;
          background: url(../img/icon_science_sp.png) no-repeat 0 0;
          background-size: 100% auto;
          position: absolute;
          top: 10px;
          left: 0; }
        .section-innovation .innovation-inner .content-box .content-left .count .count-inner .num {
          font-size: 75px;
          font-size: 7.5rem; }
          .section-innovation .innovation-inner .content-box .content-left .count .count-inner .num span {
            font-size: 75px;
            font-size: 7.5rem; }
      .section-innovation .innovation-inner .content-box .content-right .tit:before {
        width: 75px;
        height: 66px;
        background: url(../img/icon_patent_sp.png) no-repeat 0 0;
        background-size: 100% auto;
        position: absolute;
        top: 10px;
        left: 0; }
      .section-innovation .innovation-inner .content-box .content-right .text {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px; }
      .section-innovation .innovation-inner .content-box .content-right dl dt {
        font-size: 12px;
        font-size: 1.2rem; }
      .section-innovation .innovation-inner .content-box .content-right dl dd {
        font-size: 27px;
        font-size: 2.7rem; }
        .section-innovation .innovation-inner .content-box .content-right dl dd span {
          font-size: 15px;
          font-size: 1.5rem; }
      .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num {
        font-size: 72px;
        font-size: 7.2rem; }
        .section-innovation .innovation-inner .content-box .content-right dl:last-child .count .count-inner .num span {
          font-size: 72px;
          font-size: 7.2rem; }
      .section-innovation .innovation-inner .door-block {
        padding-top: 0px;
        padding-bottom: 60px; }
        .section-innovation .innovation-inner .door-block .btn {
          width: 100% !important;
          margin-top: 40px; }
          .section-innovation .innovation-inner .door-block .btn a {
            font-size: 16px;
            font-size: 1.6rem; }
      .section-innovation .innovation-inner .goal {
        padding-left: 85px;
        text-align: left;
        margin: 30px auto 0;
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.4; }
        .section-innovation .innovation-inner .goal:before {
          width: 65px;
          height: 100%; }
        .section-innovation .innovation-inner .goal span {
          border-bottom: 2px solid #000;
          font-size: 30px;
          font-size: 3rem; }
      .section-innovation .innovation-inner .goal-pc {
        display: none; }
      .section-innovation .innovation-inner .goal-sp {
        display: inline-block; }

  .section-environment {
    padding: 80px 0 40px; }
    .section-environment .innovation-inner {
      width: 100%;
      padding: 0 4%;
      box-sizing: border-box; }
      .section-environment .innovation-inner .top-read {
        margin-bottom: 20px; }
      .section-environment .innovation-inner .attention-block {
        padding: 4.34783%;
        font-size: 12px;
        font-size: 1.2rem;
        color: #54c3f1; }
      .section-environment .innovation-inner .tree-block {
        margin-bottom: 100px; }
        .section-environment .innovation-inner .tree-block .tree-anim {
          position: relative;
          margin-bottom: 20px; }
          .section-environment .innovation-inner .tree-block .tree-anim .tree-list {
            width: 53.33333%; }
            .section-environment .innovation-inner .tree-block .tree-anim .tree-list li {
              width: 10.86957%;
              height: 0;
              padding-bottom: 23.91304%;
              margin-top: 2px;
              margin-right: 0.57971%; }
              .section-environment .innovation-inner .tree-block .tree-anim .tree-list li:nth-child(-n+4) {
                display: block; }
              .section-environment .innovation-inner .tree-block .tree-anim .tree-list li:nth-child(8n) {
                margin-right: 0; }
              .section-environment .innovation-inner .tree-block .tree-anim .tree-list li img {
                width: 100%;
                height: auto; }
          .section-environment .innovation-inner .tree-block .tree-anim .count {
            padding-bottom: 40px; }
            .section-environment .innovation-inner .tree-block .tree-anim .count .num {
              line-height: 1;
              font-size: 60px;
              font-size: 6rem; }
              .section-environment .innovation-inner .tree-block .tree-anim .count .num .big {
                font-size: 100px;
                font-size: 10rem; }
            .section-environment .innovation-inner .tree-block .tree-anim .count .count-inner {
              position: relative;
              display: inline-block; }
              .section-environment .innovation-inner .tree-block .tree-anim .count .count-inner ul {
                position: absolute;
                right: 0;
                bottom: -40px;
                z-index: 99; }
          .section-environment .innovation-inner .tree-block .tree-anim .sun {
            width: 30px;
            height: 30px;
            position: absolute;
            top: -10px;
            right: 50%;
            margin-right: -35.32609%; }
            .section-environment .innovation-inner .tree-block .tree-anim .sun img {
              width: 100%;
              height: auto; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2 {
            width: 37px;
            height: 35px;
            background: url(../img/icon_co2_sp.png) no-repeat 0 0;
            background-size: 100% auto; }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-1 {
            left: 10px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim1 3s cubic-bezier(1, 0.22, 0.7, 0.19) 2s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .co2-1 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim1 {
    0% {
      transform: scale(1); }
    30% {
      opacity: 1; }
    100% {
      top: 40px;
      left: 40px;
      opacity: 0;
      transform: scale(0.5); } }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-2 {
            position: absolute;
            top: 60px;
            left: 0px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim2 3s cubic-bezier(1, 0.22, 0.7, 0.19) 3s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .co2-2 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim2 {
    0% {
      transform: scale(1); }
    30% {
      opacity: 1; }
    100% {
      top: 100px;
      left: 30px;
      opacity: 0;
      transform: scale(0.5); } }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-3 {
            position: absolute;
            top: 180px;
            left: 10px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim3 3s cubic-bezier(1, 0.22, 0.7, 0.19) 5s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .co2-3 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim3 {
    0% {
      transform: scale(1); }
    30% {
      opacity: 1; }
    100% {
      top: 220px;
      left: 40px;
      opacity: 0;
      transform: scale(0.5); } }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-4 {
            position: absolute;
            top: 220px;
            left: 10px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim4 3s cubic-bezier(1, 0.22, 0.7, 0.19) 1.5s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .co2-4 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim4 {
    0% {
      transform: scale(1); }
    30% {
      opacity: 1; }
    100% {
      top: 260px;
      left: 20px;
      opacity: 0;
      transform: scale(0.5); } }
          .section-environment .innovation-inner .tree-block .tree-anim .co2-5 {
            display: none; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2 {
            width: 37px;
            height: 35px;
            background: url(../img/icon_o2_sp.png) no-repeat 0 0;
            background-size: 100% auto; }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-1 {
            top: 40px;
            right: 50px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim2-1 4s cubic-bezier(0.19, 1, 0.22, 1) 5s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .o2-1 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim2-1 {
    0% {
      transform: scale(0); }
    70% {
      opacity: 1; }
    100% {
      transform: scale(1);
      right: 10px;
      top: 0;
      opacity: 0; } }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-2 {
            top: 90px;
            right: 40px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim2-2 4s cubic-bezier(0.19, 1, 0.22, 1) 2s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .o2-2 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim2-2 {
    0% {
      transform: scale(0); }
    70% {
      opacity: 1; }
    100% {
      transform: scale(1);
      right: 0;
      top: 60px;
      opacity: 0; } }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-3 {
            position: absolute;
            top: 240px;
            right: 40px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim2-3 4s cubic-bezier(0.19, 1, 0.22, 1) 2s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .o2-3 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim2-3 {
    0% {
      transform: scale(0); }
    70% {
      opacity: 1; }
    100% {
      transform: scale(1);
      right: 10px;
      top: 200px;
      opacity: 0; } }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-4 {
            position: absolute;
            top: 280px;
            right: 40px;
            width: 50px;
            height: 47px;
            opacity: 0;
            animation: tree-air-anim2-4 4s cubic-bezier(0.19, 1, 0.22, 1) 2s 1 infinite; }
            .section-environment .innovation-inner .tree-block .tree-anim .o2-4 img {
              width: 100%;
              height: auto; }
  @keyframes tree-air-anim2-4 {
    0% {
      transform: scale(0); }
    70% {
      opacity: 1; }
    100% {
      transform: scale(1);
      right: 10px;
      top: 240px;
      opacity: 0; } }
          .section-environment .innovation-inner .tree-block .tree-anim .o2-5 {
            display: none; }
        .section-environment .innovation-inner .tree-block .copy {
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 30px; }
        .section-environment .innovation-inner .tree-block .tree-attention {
          width: 191px;
          height: 33px;
          display: block;
          margin: 0 auto 20px;
          background: url(../img/tree_attention_sp.png) no-repeat 0 0;
          background-size: 100% auto; }
        .section-environment .innovation-inner .tree-block .attention {
          font-size: 12px;
          font-size: 1.2rem;
          text-align: left;
          line-height: 1.4; }
      .section-environment .innovation-inner .car-block .car-list {
        display: none !important; }
      .section-environment .innovation-inner .car-block .car-list-sp {
        display: flex !important; }
      .section-environment .innovation-inner .car-block .car-list, .section-environment .innovation-inner .car-block .car-list-sp {
        width: 100%;
        margin: 0 auto;
        width: 86.95652%; }
        .section-environment .innovation-inner .car-block .car-list li, .section-environment .innovation-inner .car-block .car-list-sp li {
          display: inline-block;
          width: 20%;
          height: 0;
          padding-bottom: 7%;
          margin-top: 1%;
          -moz-transform: scale(0) rotate(-30deg);
          -ms-transform: scale(0) rotate(-30deg);
          -webkit-transform: scale(0) rotate(-30deg);
          transform: scale(0) rotate(-30deg); }
          .section-environment .innovation-inner .car-block .car-list li img, .section-environment .innovation-inner .car-block .car-list-sp li img {
            width: 100%;
            height: auto; }
          .section-environment .innovation-inner .car-block .car-list li:nth-child(-n+10), .section-environment .innovation-inner .car-block .car-list-sp li:nth-child(-n+10) {
            margin-top: 1%; }
          .section-environment .innovation-inner .car-block .car-list li:nth-child(-n+5), .section-environment .innovation-inner .car-block .car-list-sp li:nth-child(-n+5) {
            margin-top: 0; }
      .section-environment .innovation-inner .car-block .car-bg .count {
        position: relative !important;
        top: 0;
        right: auto;
        left: auto;
        margin: 0 auto;
        height: auto;
        padding: 10px 0 42px;
        width: 100%;
        display: block; }
        .section-environment .innovation-inner .car-block .car-bg .count .count-inner {
          position: relative;
          display: inline-block; }
          .section-environment .innovation-inner .car-block .car-bg .count .count-inner ul {
            position: absolute;
            right: 0;
            bottom: -40px;
            z-index: 99; }
        .section-environment .innovation-inner .car-block .car-bg .count .num {
          line-height: 1;
          font-size: 60px;
          font-size: 6rem; }
          .section-environment .innovation-inner .car-block .car-bg .count .num .big {
            font-size: 100px;
            font-size: 10rem; }
  @keyframes car-animsp {
    0% {
      -moz-transform: scale(0) rotate(-10deg);
      -ms-transform: scale(0) rotate(-10deg);
      -webkit-transform: scale(0) rotate(-10deg);
      transform: scale(0) rotate(-10deg); }
    60% {
      -moz-transform: scale(1.1) rotate(0.5deg);
      -ms-transform: scale(1.1) rotate(0.5deg);
      -webkit-transform: scale(1.1) rotate(0.5deg);
      transform: scale(1.1) rotate(0.5deg); }
    100% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); } }
  @keyframes car-animsp2 {
    0% {
      -moz-transform: scale(0) rotate(-10deg);
      -ms-transform: scale(0) rotate(-10deg);
      -webkit-transform: scale(0) rotate(-10deg);
      transform: scale(0) rotate(-10deg); }
    60% {
      -moz-transform: scale(1.1) rotate(0.5deg);
      -ms-transform: scale(1.1) rotate(0.5deg);
      -webkit-transform: scale(1.1) rotate(0.5deg);
      transform: scale(1.1) rotate(0.5deg); }
    100% {
      -moz-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg); } }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(1) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(2) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(3) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(4) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(5) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(6) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(7) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(8) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.8s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(9) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp li:nth-child(10) {
        animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s 1 forwards; }
      .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under {
        margin-bottom: 20px; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(1) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.1s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(2) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(3) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.3s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(4) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.4s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(5) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(6) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(7) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.7s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(8) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.8s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(9) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.9s 1 forwards; }
        .section-environment .innovation-inner .car-block .car-bg.show .car-list-sp-under li:nth-child(10) {
          animation: car-anim1 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s 1 forwards; }
      .section-environment .innovation-inner .car-block .copy {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px; }
      .section-environment .innovation-inner .car-block .car-attention {
        content: "";
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 210px;
        height: 33px;
        display: block;
        margin: 0 auto 20px;
        background: url(../img/car_attention_sp.png) no-repeat 0 0;
        background-size: 100% auto; }
      .section-environment .innovation-inner .car-block .attention {
        font-size: 12px;
        font-size: 1.2rem;
        color: #54c3f1;
        text-align: left;
        line-height: 1.4; }

  .section-innovation .innovation-inner .door-block .door-text .count .count-inner .num {
    font-size: 100px;
    font-size: 10rem; }

  .section-innovation .innovation-inner .door-block .door-text .tit span {
    font-size: 16px;
    font-size: 1.6rem; }

  .section-innovation .innovation-inner .door-block .door-text .sp span {
    font-size: 14px;
    font-size: 1.4rem; }

  .door-block {
    display: inline-block; }
    .door-block .door-text {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      display: inline-block; }
      .door-block .door-text .pc {
        display: none; }
      .door-block .door-text .sp {
        display: block; }

  .door-area {
    position: relative;
    width: 100%;
    height: 340px; }

  .doors2 {
    left: -180px !important;
    transform: rotate(-90deg) !important;
    transform-origin: top right !important; }

  .doors, .doors2 {
    position: absolute;
    display: inline-block;
    right: -180px;
    transform: rotate(90deg);
    transform-origin: top left;
    width: 340px;
    height: 150px; }
    .doors .door, .doors .door div, .doors .door2, .doors .door2 div, .doors2 .door, .doors2 .door div, .doors2 .door2, .doors2 .door2 div {
      /* See it in slo-mo, you can change this */
      transition-duration: 1.4s; }
    .doors .door, .doors .door2, .doors2 .door, .doors2 .door2 {
      transition-timing-function: ease; }
    .doors .door, .doors .door2, .doors2 .door, .doors2 .door2 {
      display: inline-block;
      position: relative;
      padding: .375rem .375rem 0;
      height: 2.5rem;
      perspective: 300;
      width: 340px;
      height: 150px;
      border: 10px solid #fff;
      border-top: none;
      box-sizing: border-box; }
      .doors .door .cover, .doors .door2 .cover, .doors2 .door .cover, .doors2 .door2 .cover {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform-origin: center bottom;
        transform-style: preserve-3d;
        text-align: center;
        pointer-events: none;
        z-index: 100;
        background-color: #54c3f1;
        -webkit-perspective: 3000px !important;
        perspective: 3000px !important; }
      .doors .door .innie, .doors .door .outie, .doors .door .spine, .doors .door .shadow, .doors .door2 .innie, .doors .door2 .outie, .doors .door2 .spine, .doors .door2 .shadow, .doors2 .door .innie, .doors2 .door .outie, .doors2 .door .spine, .doors2 .door .shadow, .doors2 .door2 .innie, .doors2 .door2 .outie, .doors2 .door2 .spine, .doors2 .door2 .shadow {
        position: absolute;
        width: 100%; }
      .doors .door .innie, .doors .door .outie, .doors .door2 .innie, .doors .door2 .outie, .doors2 .door .innie, .doors2 .door .outie, .doors2 .door2 .innie, .doors2 .door2 .outie {
        height: 100%; }
      .doors .door .innie, .doors .door2 .innie, .doors2 .door .innie, .doors2 .door2 .innie {
        background-color: #54c3f1;
        text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
        border: 10px solid #fff;
        box-sizing: border-box; }
      .doors .door .spine, .doors .door2 .spine, .doors2 .door .spine, .doors2 .door2 .spine {
        top: .25rem;
        background: #20C7F3;
        height: .25rem;
        transform: rotateX(90deg);
        transform-origin: center top; }
      .doors .door .outie, .doors .door2 .outie, .doors2 .door .outie, .doors2 .door2 .outie {
        background-color: #54c3f1;
        transform: translateZ(0.25rem);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        border: 10px solid #fff;
        border-top: 5px solid #fff;
        border-left: none;
        border-right: none;
        border-bottom: none;
        box-sizing: border-box; }
    .doors .door.show .cover, .doors .door.show .door.show .innie, .doors .door.show .door.show .spine, .doors .door.show .door.show .outie, .doors .door.show .door.show .spine, .doors2 .door.show .cover, .doors2 .door.show .door.show .innie, .doors2 .door.show .door.show .spine, .doors2 .door.show .door.show .outie, .doors2 .door.show .door.show .spine {
      transition-timing-function: cubic-bezier(2, 0, 0.58, 3); }
    .doors .door.show .cover, .doors2 .door.show .cover {
      transform: rotateX(-120deg) skew(-5deg); }
    .doors .door.show .show .innie, .doors2 .door.show .show .innie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door.show .spine, .doors2 .door.show .spine {
      background-color: #ddf3fc; }
    .doors .door.show .outie, .doors2 .door.show .outie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door.show .shadow, .doors2 .door.show .shadow {
      opacity: 1;
      transform: rotateX(45deg) scale(0.95); }
    .doors .door2.show .cover, .doors .door2.show .door.show .innie, .doors .door2.show .door.show .spine, .doors .door2.show .door.show .outie, .doors .door2.show .door.show .spine, .doors2 .door2.show .cover, .doors2 .door2.show .door.show .innie, .doors2 .door2.show .door.show .spine, .doors2 .door2.show .door.show .outie, .doors2 .door2.show .door.show .spine {
      transition-timing-function: cubic-bezier(2, 0, 0.58, 3); }
    .doors .door2.show .cover, .doors2 .door2.show .cover {
      transform: rotateX(-120deg) skew(5deg); }
    .doors .door2.show .show .innie, .doors2 .door2.show .show .innie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door2.show .spine, .doors2 .door2.show .spine {
      background-color: #ddf3fc; }
    .doors .door2.show .outie, .doors2 .door2.show .outie {
      background-color: #2174A0;
      color: rgba(255, 255, 255, 0); }
    .doors .door2.show .shadow, .doors2 .door2.show .shadow {
      opacity: 1;
      transform: rotateX(45deg) scale(0.95); }

  .section-thanks {
    padding: 120px 0 120px;
    position: relative;
    width: 100%;
    height: 100%; }
    .section-thanks .thanks-inner {
      margin: 0 auto;
      display: block;
      position: relative;
      text-align: center;
      width: 100%; }
      .section-thanks .thanks-inner .daikin-logo {
        display: inline-block;
        margin-bottom: 20px;
        width: 215px;
        height: 77px; }
        .section-thanks .thanks-inner .daikin-logo img {
          width: 100%;
          height: auto; }
      .section-thanks .thanks-inner .last {
        font-size: 32px;
        font-size: 3.2rem; }
        .section-thanks .thanks-inner .last br {
          display: block; } }
@media only screen and (max-width: 374px) {
  .label-right {
    top: 6px;
    right: 6px; }
    .label-right h3 {
      font-size: 13px;
      font-size: 1.3rem; }

  h4 {
    font-size: 28px;
    font-size: 2.8rem; }

  .btn a {
    font-size: 14px;
    font-size: 1.4rem; }

  .section-global .global-inner .chart-block .chart-tit span {
    font-size: 26px;
    font-size: 2.6rem; }
  .section-global .global-inner .chart-block .chart {
    padding-right: 0;
    display: block;
    width: 100%; }
    .section-global .global-inner .chart-block .chart .pie-chart .data .data1 {
      top: 20px;
      left: 100px; }
      .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no {
        font-size: 80px;
        font-size: 8rem; }
        .section-global .global-inner .chart-block .chart .pie-chart .data .data1 .no span {
          font-size: 65px;
          font-size: 6.5rem; }
    .section-global .global-inner .chart-block .chart .pie-chart .data .data2 {
      right: 100px;
      top: -10px; }
      .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no {
        font-size: 40px;
        font-size: 4rem; }
        .section-global .global-inner .chart-block .chart .pie-chart .data .data2 .no span {
          font-size: 27px;
          font-size: 2.7rem; }

  .section-manufactur .manufactur-inner .aircon-block1 .count-area .count .count-inner .num {
    font-size: 72px;
    font-size: 7.2rem; }
  .section-manufactur .manufactur-inner .aircon-block1 .copy {
    font-size: 15px;
    font-size: 1.5rem; }
  .section-manufactur .manufactur-inner .aircon-block2 h4 {
    font-size: 26px;
    font-size: 2.6rem; }
  .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .clock {
    width: 60px;
    height: 60px; }
  .section-manufactur .manufactur-inner .aircon-block2 .content-left .count .count-inner .num {
    font-size: 90px;
    font-size: 9rem; }

  .section-innovation .innovation-inner .door-block .btn a {
    font-size: 13px;
    font-size: 1.3rem; }
  .section-innovation .innovation-inner .goal {
    font-size: 24px;
    font-size: 2.4rem; }
    .section-innovation .innovation-inner .goal span {
      font-size: 24px;
      font-size: 2.4rem; }

  .section-environment .innovation-inner .tree-block .tree-anim .count .num {
    font-size: 50px;
    font-size: 5rem; }
  .section-environment .innovation-inner .car-block .car-bg .count .num {
    font-size: 50px;
    font-size: 5rem; }

  .balloon-list li:nth-child(1).show .balloon .balloon-inner {
    -webkit-animation: feature-animation1 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation1 {
    100% {
      width: 109px; } }
  .balloon-list li:nth-child(2).show .balloon .balloon-inner {
    -webkit-animation: feature-animation2 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation2 {
    100% {
      width: 93px; } }
  .balloon-list li:nth-child(3).show .balloon .balloon-inner {
    -webkit-animation: feature-animation3 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation3 {
    100% {
      width: 105px; } }
  .balloon-list li:nth-child(4).show .balloon .balloon-inner {
    -webkit-animation: feature-animation4 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation4 {
    100% {
      width: 111px; } }
  .balloon-list li:nth-child(5).show .balloon .balloon-inner {
    -webkit-animation: feature-animation5 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation5 {
    100% {
      width: 117px; } }
  .balloon-list li:nth-child(6).show .balloon .balloon-inner {
    -webkit-animation: feature-animation6 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation6 {
    100% {
      width: 162px; } }
  .balloon-list li:nth-child(7).show .balloon .balloon-inner {
    -webkit-animation: feature-animation7 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation7 {
    100% {
      width: 174px; } }
  .balloon-list li:nth-child(8).show .balloon .balloon-inner {
    -webkit-animation: feature-animation8 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation8 {
    100% {
      width: 186px; } }
  .balloon-list li:nth-child(9).show .balloon .balloon-inner {
    -webkit-animation: feature-animation9 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation9 {
    100% {
      width: 186px; } }
  .balloon-list li:nth-child(10).show .balloon .balloon-inner {
    -webkit-animation: feature-animation10 1.4s cubic-bezier(0.175, 0.65, 0.32, 1.02) 0s 1 forwards; }
  @keyframes feature-animation10 {
    100% {
      width: 209px; } }
  .doors2 {
    left: -200px !important; }

  .doors, .doors2 {
    right: -200px; } }
