@charset "utf-8";

/* ======================================================
 * top_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Clearfix
====================================================== */

@media print,
screen and (min-width: 768px) {

    /* ------------------------------------------------------
   * Section
  ------------------------------------------------------ */
    #top-page .top-section {
        padding: 50px 0 60px;
        background: #fff;
    }

    #top-page .top-section.as-bg-gray {
        background-color: #f4f4f4;
    }

    /* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
    #top-page .top-heading-lv1 {
        margin-bottom: 25px;
        font-size: 2.8rem;
        font-weight: bold;
        text-align: center;
    }

    /* ------------------------------------------------------
   * Hero Visual
  ------------------------------------------------------ */
    #top-hero {
        position: relative;
        width: 100%;
        height: calc(100vh - 100px);
        overflow: hidden;
    }

    #top-hero .hero_slider {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px);
    }

    #top-hero .hero_item {
        position: relative;
    }

    #top-hero .hero_item > img {
        width: 100%;
        height: 100vh;
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: transform 0s linear 1.0s;
        transition: transform 0s linear 1.0s;
    }

    #top-hero .hero_item:first-child > img {
        -webkit-animation: firstZOut 10.0s linear;
        animation: firstZOut 10.0s linear;
    }

    #top-hero .hero_item.slick-active > img {
        -webkit-transform: scale(1.0, 1.0) rotate(0.1deg);
        transform: scale(1.0, 1.0) rotate(0.1deg);
        -webkit-transition: transform 10.0s linear;
        transition: transform 10.0s linear;
    }

    #top-hero .hero_item .hero_copy {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    #top-hero .slider_interface {
        position: absolute;
        width: 100%;
        bottom: 10%;
    }

    #top-hero .slider_interface .ui-dots {
        height: 10px;
        text-align: center;
    }

    #top-hero .slider_interface .ui-dots .slick-dots {
        position: relative;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-justify-content: center;
        justify-content: center;
        z-index: 1;
    }

    #top-hero .slider_interface .ui-dots .slick-dots > li {
        padding: 0 5px;
    }

    #top-hero .slider_interface .ui-dots .slick-dots > li button {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        text-indent: -9999px;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    #top-hero .slider_interface .ui-dots .slick-dots > li button:focus {
        outline: -webkit-focus-ring-color auto 0px;
    }

    #top-hero .slider_interface .ui-dots .slick-dots > li.slick-active button {
        background: #1D5D9C;
    }

    .top-txt-bg {
        text-align: center;
        position: absolute;
        width: 100%;
        height: calc(100vh - 100px);
        z-index: 1;
        color: white !important;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 32px;
        display: block;
        text-decoration: none;
    }

    .top-txt {
        position: absolute;
        top: 55%;
        width: 100%;
    }

    .top-txt-company {
        font-size: 54px;
        font-weight: bold;
        line-height: 40px;
    }

    .top-txt-service {
        font-size: 32px;
        line-height: 20px;
    }

    .copyright {
        position: absolute;
        bottom: 3%;
        width: 100%;
        color: #fff;
        text-align: center;
        z-index: 0;
        font-size: 16px;
    }

    /* ------------------------------------------------------
   * Information
  ------------------------------------------------------ */
    #top-info .info_link a {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        text-decoration: none;
        color: #333;
    }

    #top-info .info_link a::before {
        position: absolute;
        display: block;
        top: .45em;
        left: 2px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    #top-info .info_link a:hover {
        color: #1D5D9C;
        text-decoration: underline;
    }

    #top-info .info_emergency .info_heading {
        padding: 12px 0 11px;
        background: #ed6d47;
        font-size: 1.8rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    #top-info .info_emergency .info_heading > span {
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }

    #top-info .info_emergency .info_heading > span::after {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 0;
        margin-top: -11px;
        background: url(/shared/img/com_sprite01.png) 0 -50px no-repeat;
        content: "";
    }

    #top-info .info_emergency .info_block {
        padding: 20px 0;
    }

    #top-info .info_emergency .info_block + .info_block {
        border-top: 1px solid #ffc2c2;
    }

    #top-info .info_emergency .info_title {
        font-size: 1.8rem;
        font-weight: bold;
    }

    #top-info .info_emergency .info_detail {
        font-size: 1.4rem;
    }

    #top-info .info_emergency .info_detail > .info_text {
        margin-top: 10px;
    }

    #top-info .info_emergency .info_link {
        margin-top: 1.0em;
    }

    #top-info .info_ordinary {
        padding: 12px 0;
        border-top: 1px solid #f88461;
        border-bottom: 1px solid #f8d7d7;
        background: #fff2ee;
    }

    #top-info .info_ordinary .info_block {
        display: -webkit-flex;
        display: flex;
    }

    #top-info .info_ordinary .notice_heading {
        margin-right: 1em;
        font-size: 1.6rem;
        font-weight: bold;
    }

    #top-info .info_ordinary .info_detail {
        padding-top: .1em;
        font-size: 1.4rem;
    }

    #top-info .info_ordinary .info_detail .info_link {
        margin-top: 5px;
    }

    #top-info .info_ordinary .info_detail > *:first-child {
        margin-top: 0;
    }

    #top-info .info_emergency .info_link a.a-blank::after,
    #top-info .info_emergency .info_link a.a-pdf::after,
    #top-info .info_ordinary .info_link a.a-blank::after,
    #top-info .info_ordinary .info_link a.a-pdf::after {
        display: inline-block;
        margin: .3em 8px 0 8px;
    }


    /* ------------------------------------------------------
   * What's New
  ------------------------------------------------------ */
    #top-whats .whats_column {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #top-whats .whats_item {
        width: 400px;
        background: #fff;
        border: 1px solid #00307c;
        margin-left: -1px;
    }

    #top-whats .whats_item:nth-child(3n+1) {
        margin-left: 0;
    }

    #top-whats .whats_item:nth-child(n+4) {
        margin-top: -1px;
    }

    #top-whats .whats_item a,
    #top-whats .whats_item .no-link {
        position: relative;
        display: block;
        height: 100%;
        color: #333;
        text-decoration: none;
    }

    #top-whats .whats_tags {
        position: absolute;
        padding: 0 1em;
        top: 0;
        left: 0;
        font-size: 1.2rem;
        background: #000;
        color: #fff;
        line-height: 1.75;
        z-index: 2;
    }

    #top-whats .whats_tags.type01,
    #top-whats .whats_tags.release {
        background: #00307c;
    }

    #top-whats .whats_tags.type02,
    #top-whats .whats_tags.news {
        background: #1D5D9C;
    }

    #top-whats .whats_tags.events {
        background-color: #e55e34;
    }

    #top-whats .whats_tags.technology {
        background-color: #994696;
    }

    #top-whats .whats_detail {
        padding: 18px 20px;
        overflow: hidden;
    }

    #top-whats .whats_date {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    #top-whats .whats_text {
        position: relative;
        max-height: 4em;
        font-size: 1.8rem;
        font-weight: bold;
    }

    #top-whats .whats_text::before,
    #top-whats .whats_text::after {
        position: absolute;
        display: block;
        top: 3em;
        left: 0;
        width: 100%;
        height: 2em;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1.0) 50%);
        z-index: 2;
        content: "";
    }

    #top-whats .whats_text::after {
        background: linear-gradient(to bottom, rgba(239, 248, 246, 0.3) 0%, rgba(239, 248, 246, 1.0) 50%);
        opacity: 0;
    }

    #top-whats .whats_more {
        margin-top: 30px;
    }

    #top-whats .whats_more a {
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 13px 5px;
        background: #00307c;
        font-size: 1.6rem;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }

    #top-whats .whats_more a:hover {
        background: #1D5D9C;
    }

    #top-whats .whats_more a span {
        position: relative;
        display: inline-block;
        padding-left: 14px;
    }

    #top-whats .whats_more a span::before {
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
    }

    /* hover */
    #top-whats .whats_item a .whats_tags,
    #top-whats .whats_item a .whats_image {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    #top-whats .whats_item a:hover .whats_tags,
    #top-whats .whats_item a:hover .whats_image {
        opacity: .7;
    }

    #top-whats .whats_item a:hover {
        background-color: #eff8f6;
    }

    #top-whats .whats_text::after {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    #top-whats .whats_item a:hover .whats_text::after {
        opacity: 1;
    }

    /* ------------------------------------------------------
   * IR & Work
  ------------------------------------------------------ */
    #top-ishibashi .ir_column {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #top-ishibashi .ir_column .col_item.col_news {
        width: 100%;
        #width: 770px;
        padding-bottom: 40px;
    }

    #top-ishibashi .ir_column .col_item.col_slider {
        width: 400px;
        background: #00307c;
    }

    #top-ishibashi .section_head {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 110px;
        padding-bottom: 25px;
    }

    #top-ishibashi .section_head .top-heading-lv1 {
        margin-bottom: 0;
        text-align: left;
    }

    #top-ishibashi .tab_list > li {
        float: left;
        margin-left: 10px;
    }

    #top-ishibashi .tab_list > li a {
        position: relative;
        display: block;
        min-width: 115px;
        padding: 5px 5px 6px;
        border-bottom: 1px solid #ddd;
        color: #333;
        text-decoration: none;
        text-align: center;
    }

    #top-ishibashi .tab_list > li a.is-current {
        padding-bottom: 5px;
        border-bottom: 2px solid #1D5D9C;
        font-weight: bold;
        color: #1D5D9C;
    }

    #top-ishibashi .tab_list > li a.is-current::after {
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        top: 100%;
        left: 50%;
        margin-top: 1px;
        margin-left: -4px;
        border-style: solid solid none;
        border-width: 4px 4px 0;
        border-color: #1D5D9C transparent transparent;
        content: "";
    }

    #top-ishibashi .tab_list > li a:hover {
        color: #1D5D9C;
    }

    #top-ishibashi .news_list {
        height: 350px;
        overflow-y: auto;
    }

    #top-ishibashi .news_list + .news_list {
        display: none;
    }

    #top-ishibashi .news_article a {
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
        min-height: 70px;
        padding: 22px 10px;
        background: #fff;
        text-decoration: none;
        color: #333;
    }

    #top-ishibashi .news_list .news_article:first-child a {
        border-top: 1px solid #ddd;
    }

    #top-ishibashi .news_article a:hover {
        background: #eff8f6;
    }

    #top-ishibashi .news_date {
        margin-right: 10px;
        -webkit-flex: 0 0 8.4em;
        flex: 0 0 8.4em;
        font-size: 1.4rem;
    }

    #top-ishibashi .news_tag {
        width: 6.1em;
        -webkit-flex: 0 0 6.1em;
        flex: 0 0 6.1em;
        margin-right: 10px;
        padding: .35em 0 .2em;
        border: 1px solid #333;
        background: #fff;
        text-align: center;
        line-height: 1;
        font-size: 1.2rem;
    }

    #top-ishibashi .news_tag.type01 {
        border-color: #d55500;
        color: #d55500;
    }

    #top-ishibashi .news_tag.type02 {
        border-color: #00307c;
        color: #00307c;
    }

    #top-ishibashi .news_tag.type03 {
        border-color: #008662;
        color: #008662;
    }

    #top-ishibashi .news_text {
        padding-top: .1em;
        font-size: 1.6rem;
        color: #00307c;
        line-height: 1.35;
    }

    #top-ishibashi .news_article a[target="_blank"] .news_text::after {
        display: inline-block;
        margin: .2em 0 0 8px;
        background: url(/shared/img/com_sprite01.png) no-repeat;
        background-position: 0 0;
        width: 10px;
        height: 10px;
        vertical-align: top;
        content: "";
    }

    #top-ishibashi .news_article a[target="_blank"][href$=".pdf"] .news_text::after {
        background-position: -100px 0;
        width: 14px;
        height: 14px;
        margin-top: .1em;
    }

    #top-ishibashi .news_more {
        margin-top: 20px;
        text-align: right;
    }

    #top-ishibashi .news_more a {
        position: relative;
        display: inline-block;
        padding-left: 18px;
        font-size: 1.6rem;
        color: #333;
        text-decoration: none;
    }

    #top-ishibashi .news_more a:hover {
        color: #1D5D9C;
        text-decoration: underline;
    }

    #top-ishibashi .news_more a::before {
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
    }

    #top-work {
        padding: 0 30px;
    }

    #top-work .work_heading {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        height: 110px;
        padding-bottom: 25px;
    }

    #top-work .work_wrap {
        position: relative;
        padding-bottom: 42px;
    }

    #top-work .work_slider {
        background: #fff;
    }

    #top-work .work_item a {
        display: block;
        color: #333;
        text-decoration: none;
    }

    #top-work .work_image {
        display: -webkit-flex;
        display: flex;
        width: 340px;
        height: 260px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #top-work .work_image img {
        display: inline-block;
    }

    #top-work .work_image.is-portrait img {
        width: auto;
        max-height: 260px;
    }

    #top-work .work_image.is-landscape img {
        max-width: 340px;
        height: auto;
    }

    #top-work .work_detail {
        padding: 15px 20px;
    }

    #top-work .work_text {
        font-size: 1.8rem;
        font-weight: bold;
    }

    #top-work .work_sub {
        font-size: 1.4rem;
    }

    #top-work .slider_interface .ui-pager .slick-arrow {
        position: absolute;
        width: 26px;
        height: 46px;
        top: 50%;
        margin-top: -43px;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        cursor: pointer;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    #top-work .work_wrap:hover .slider_interface .ui-pager .slick-arrow {
        opacity: 1;
    }

    #top-work .slider_interface .ui-pager .slick-arrow.slick-prev {
        left: 0;
    }

    #top-work .slider_interface .ui-pager .slick-arrow.slick-next {
        right: 0;
    }

    #top-work .slider_interface .ui-pager .slick-arrow::after {
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -7px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        content: "";
    }

    #top-work .slider_interface .ui-pager .slick-arrow.slick-prev::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #top-work .slider_interface .ui-pager .slick-arrow.slick-next::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #top-work .slider_interface .ui-dots {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
    }

    #top-work .slider_interface .ui-dots .slick-dots {
        position: relative;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-justify-content: center;
        justify-content: center;
        z-index: 1;
    }

    #top-work .slider_interface .ui-dots .slick-dots > li {
        padding: 0 5px;
    }

    #top-work .slider_interface .ui-dots .slick-dots > li button {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        text-indent: -9999px;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
    }

    #top-work .slider_interface .ui-dots .slick-dots > li.slick-active button {
        background: #1D5D9C;
    }

    /* ------------------------------------------------------
   * Pickup
  ------------------------------------------------------ */
    #top-pickup .top-heading-lv1 {
        margin-bottom: 15px;
    }

    #top-pickup .pickup_column {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-right: 1px;
    }

    #top-pickup .pickup_item {
        position: relative;
        width: 399px;
        background: #fff;
    }

    #top-pickup .pickup_item:nth-child(n+4) {
        margin-top: 1px;
    }

    #top-pickup .pickup_item a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    #top-pickup .pickup_item a:hover {
        opacity: .7;
    }

    #top-pickup .pickup_label {
        position: absolute;
        width: 100%;
        padding: 30px 20px 20px;
        left: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%);
        font-size: 2.0rem;
        font-weight: bold;
    }

    #top-pickup .pickup_label > span {
        position: relative;
        display: block;
        padding-left: 24px;
    }

    #top-pickup .pickup_label > span::before {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        margin: -5px 0 0 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    /* ------------------------------------------------------
   * Banner
  ------------------------------------------------------ */
    #top-banner .banner_column {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #top-banner .banner_item {
        position: relative;
        width: 582px;
        height: 200px;
        z-index: 1;
    }

    #top-banner .banner_item:nth-child(n+3) {
        margin-top: 36px;
    }

    #top-banner .banner_item > a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        color: #333;
        text-decoration: none;
    }

    #top-banner .banner_item > a.a-blank::after {
        display: none;
    }

    #top-banner .banner_item.has-btn > a {
        padding-bottom: 60px;
    }

    #top-banner .banner_item > a:hover {
        opacity: .7;
    }

    #top-banner .banner_image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -2;
    }

    #top-banner .banner_text {
        padding-left: 40px;
    }

    #top-banner .banner_label {
        position: relative;
        padding-left: 18px;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.5;
    }

    #top-banner .banner_label::before {
        position: absolute;
        display: block;
        top: 0.5em;
        left: 0;
        margin: 0;
        width: 10px;
        height: 10px;
        border-top: 1px solid #686868;
        border-right: 1px solid #686868;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    #top-banner .banner_item > a.a-blank .banner_label::after {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: .45em 8px 0 8px;
        background-position: 0 0;
        vertical-align: top;
        background: url(/shared/img/com_sprite01.png) no-repeat;
        content: "";
    }

    #top-banner .banner_detail {
        margin-top: 5px;
        padding-left: 18px;
        font-size: 1.6rem;
    }

    #top-banner .banner_btn {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    #top-banner .banner_btn .btn_list {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #top-banner .banner_btn .btn_list > li {
        -webkit-flex: 193px 1 1;
        flex: 193px 1 1;
        height: 60px;
    }

    #top-banner .banner_btn .btn_list > li + li {
        padding-left: 1px;
    }

    #top-banner .banner_btn .btn_list > li > a {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fff;
        background: rgba(0, 48, 124, 0.8);
        text-decoration: none;
    }

    #top-banner .banner_btn .btn_list > li > a:hover {
        background: #1D5D9C;
    }

    #top-banner .banner_btn .btn_list > li > a > span {
        position: relative;
        display: inline-block;
        padding-left: 14px;
    }

    #top-banner .banner_btn .btn_list > li > a > span::before {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        margin: -3px 0 0;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    #top-banner .banner_btn .btn_list > li > a .sub {
        font-size: 1.4rem;
    }

    /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
    .clearfix::after,
    #top-ishibashi .tab_list::after {
        display: block;
        clear: both;
        content: "";
    }

}


@-webkit-keyframes firstZOut {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) rotate(0.1deg);
        transform: scale(1.0, 1.0) rotate(0.1deg);
    }
}

@keyframes firstZOut {
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1.0, 1.0) rotate(0.1deg);
        transform: scale(1.0, 1.0) rotate(0.1deg);
    }
}
