@charset "utf-8";

/* -------------------------------------------------- 
 * front_page.css
 * 
 * トップページ(front_page)用のCSS
 * ※第1階層フォルダごとに読み込ませるCSSを分けて作成
-------------------------------------------------- */


/* -------------------------------- 
	Parts 
-------------------------------- */


/* heading */

.heading01::after {
    content: "";
    display: block;
    width: 1.3em; height: 0.1em;
    max-width: 50px;
    background: #383b4e;
    margin: 0.6em auto;
}
.inner > .heading01:first-child {
    margin-top: 0;
}

/* header
--------------------*/

.header a:link,
.header a:visited,
.header a:hover,
.header a:active {
    color: #ddd;
}

@media only screen and (min-width: 992px) {
	.show-nav .header a:link,
	.show-nav .header a:visited,
	.show-nav .header a:hover,
	.show-nav .header a:active {
		color: #353a4e;
		border-color: 0 none;
	}
}
.header a:hover {
    color: #fff;
}
.header a.btn-default:hover {
    background-color: rgba( 225, 225, 225, .3);
}



.front_page {
	background: #000;
}
.front_page section .btn {
	min-width: 230px;
	padding: 14px 30px;
}
.front_page .contents {
	min-height: 100vh;
    position: relative;
    z-index: 2;
}


/* -------------------------------- 
	mainvisual area 
-------------------------------- */

.section_mainvisual {
    position: relative;
}
.bg_mainvisual {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}
.bg_mainvisual .sp {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url(../img/top/mainvisual_static.png) center 50% no-repeat;
    background-size: cover;
}
.bg_mainvisual .sp img {
    display: none;
}
.play .bg_mainvisual {
    opacity: 1;
}
.section_mainvisual .inner {
	background: none;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    margin: 0; padding: 0;
}
.section_mainvisual .text {
    text-align: center;
    width: 100%;
    padding: 0 8%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section_mainvisual .scroll_down {
    width: 100%;
    text-align: center;
}    
.section_mainvisual .scroll_down a {
    background: url(../img/top/scroll_down.png) center 25px no-repeat;
    background-size: 28px 72px;
    display: inline-block;
    overflow: hidden;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 80px;
}
.section_mainvisual .text .scroll_down {
    margin-top: 42px;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.6s;
    transition: opacity 1s ease 0.6s;
}
.section_mainvisual .text .scroll_down a {
    height: 40px;
    padding-bottom: 0px;
    
}
.section_mainvisual h1,
.section_mainvisual p {
    position: relative;
    text-align: center;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.5s;
    transition: opacity 1s ease 0.5s;
}
.play .section_mainvisual h1,
.play .section_mainvisual p,
.play .section_mainvisual .text .scroll_down {
    opacity: 1;
}
.section_mainvisual .main_title {
	color: #fc0;
	font-family: museo-slab, sans-serif;
	font-style: normal;
	line-height: 1.1;
	font-weight: 900;
	font-size: 50px;
	font-size: 5rem;
	margin-bottom: 20px;
}
.section_mainvisual .main_title small {
	font-size: 34%;
	font-weight: 500;
}
.section_mainvisual .main_title span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
}
.section_mainvisual .cb-cubelogo {
    width: 100%;
    max-width: 546px; height: 75px;
    fill: #fff;
    vertical-align: bottom;
}
.section_mainvisual h1 {
    font-size: 16px;
    font-size: 1.6rem;
	color: #fff;
}
.section_mainvisual .button_area {
    padding: 30px 13% 10px;
}
.section_mainvisual .button_area li {
    padding: 10px 0;
}
.section_mainvisual .button_area li .btn {
    width: 100%;
}
.section_mainvisual .button_area li span.small {
    display: block;
    font-size: 75%;
    color: #fc0;
    padding: 10px 0 0;
}
.section_mainvisual .new_release{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 320px;
    margin: 30px auto;
}
.section_mainvisual .goto_co{
    width: 150px;
    height: auto;
    background: url(../img/top/bt_co.png) no-repeat;
    background-size:contain;
}
.section_mainvisual .goto_co img{
    opacity: 0;
    transition: 0.5s;
}
.section_mainvisual .goto_co:hover img{
    opacity: 1;
}
.section_mainvisual .goto_eccube4_lp{
    width: 150px;
    height: auto;
    background: url(../img/top/bt_eccube4.png) no-repeat;
    background-size:contain;
}
.section_mainvisual .goto_eccube4_lp img{
    opacity: 0;
    transition: 0.5s;
}
.section_mainvisual .goto_eccube4_lp:hover img{
    opacity: 1;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    .section_mainvisual .inner {
        height: 100vh;
    }
    .bg_mainvisual {
        position: fixed;
        top: 0; left: 0; bottom: 0; right: 0;
        width: 100%;
        z-index: -1;
    }
    .bg_mainvisual img {
        display: none;
    }
	.section_mainvisual .main_title {
		font-size: 110px;
		font-size: 11rem;
		margin-bottom: 20px;
	}
	.section_mainvisual .main_title span {
		font-size: 32px;
		font-size: 3.2rem;
	}
	.section_mainvisual h1 {
		font-size: 23px;
		font-size: 2.3rem;
	}
    .section_mainvisual .scroll_down {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .section_mainvisual .scroll_down a {
        background-size: 28px 72px;
        padding-bottom: 80px;
        height: auto;
    }
    .section_mainvisual .new_release{
        width:480px;
        margin: 60px auto 0;
    }
    .section_mainvisual .goto_co{
        width: 200px;
        height: auto; 
    }
    .section_mainvisual .goto_eccube4_lp{
        width: 200px;
        height: auto;
    }
    
    
}



/* -------------------------------- 
	intro area 
-------------------------------- */

.section_intro {
    text-align: center;
    background: #fc0;
    padding: 50px 0 70px;
    position: relative;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}
.demosite_slider {
	max-width: 883px;
    background-size: auto 100%;
	position: relative;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.demosite_slider_text {
	margin-bottom: 30px;
}

.section_intro .inner .text .text-accent {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}


@media only screen and (min-width: 992px) {
	.section_intro {
		padding: 140px 0;
		overflow: hidden;	}
	.section_intro .inner::before,
	.section_intro .inner::after {
		content: "";
		display: table;
	}
	.section_intro .inner::after {
		clear: both;
	}
	.section_intro .inner > div {
		float: left;
	}
	.section_intro .inner .text {
		width: 32%;
	}
	.section_intro .inner .text .text-accent {
		font-size: 20px;
		font-size: 2rem;
	}
	.section_intro .inner .image {
		width: 68%;
		padding-top: 3%;
	}
	.section_intro .inner .image .demosite_slider {
		margin-right: -15%;
		margin-left: -5%;
	}
}
.demosite_slider_text h3 {
    margin: 20px 0 30px;
    text-align: center;
    -webkit-transition: background 1s ease;
    transition: background 1s ease;
}

.demosite_slider_text h3 span {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    margin: 0 auto;
}
.demosite_slider_text h3 img {
	display: inline-block;
	width: 100%;
    max-width: 147px;
}
@media only screen and (min-width: 768px) {
	.demosite_slider_text h3 img {
		max-width: 294px;
	}
}
.demosite_slider .wrap_image {
	position: relative;
	z-index: 1;
}
.demosite_slider_wrap {
	position: absolute;
	z-index: 1;
}
.demosite_pc_wrap {
	position: relative;
	width: 100%;
}
.demosite_pc_wrap .demosite_slider_wrap {
	left: -webkit-calc( 140 / 883 * 100%);
	left: calc( 140 / 883 * 100%);
	top: -webkit-calc( 30 / 461 * 100%);
	top: calc( 30 / 461 * 100%);
	width: -webkit-calc( 563 / 883 * 100%);
	width: calc( 563 / 883 * 100%);
}
.demosite_tb_wrap {
	position: absolute;
	left: -webkit-calc( 508 / 883 * 100%);
	left: calc( 508 / 883 * 100%);
	top: -webkit-calc( 90 / 461 * 100%);
	top: calc( 90 / 461 * 100%);
	width: -webkit-calc( 245 / 883 * 100%);
	width: calc( 245 / 883 * 100%);
}
.demosite_tb_wrap .demosite_slider_wrap {
	left: -webkit-calc( 11 / 245 * 100%);
	left: calc( 11 / 245 * 100%);
	top: -webkit-calc( 29 / 350 * 100%);
	top: calc( 29 / 350 * 100%);
	width: -webkit-calc( 222 / 245 * 100%);
	width: calc( 222 / 245 * 100%);
}
.demosite_sp_wrap {
	position: absolute;
	left: -webkit-calc( 692 / 883 * 100%);
	left: calc( 692 / 883 * 100%);
	top: -webkit-calc( 176 / 461 * 100%);
	top: calc( 176 / 461 * 100%);
	width: -webkit-calc( 134 / 883 * 100%);
	width: calc( 134 / 883 * 100%);
}
.demosite_sp_wrap .demosite_slider_wrap {
	left: -webkit-calc( 6 / 134 * 100%);
	left: calc( 6 / 134 * 100%);
	top: -webkit-calc( 43 / 267 * 100%);
	top: calc( 43 / 267 * 100%);
	width: -webkit-calc( 120 / 134 * 100%);
	width: calc( 120 / 134 * 100%);
}

.bgcolor0,
.bgcolor0 .demosite_slider_text h3 { background: #f9e9ea;}
.bgcolor1,
.bgcolor1 .demosite_slider_text h3 { background: #cbe5d7;}
.bgcolor2,
.bgcolor2 .demosite_slider_text h3 { background: #eee;}

.bgcolor0 .demosite_slider {
	background: url(../img/top/bg_fashion.png) center bottom no-repeat;	
	background-size: 100% auto;
}
.bgcolor1 .demosite_slider {
	background: url(../img/top/bg_interior.png) center bottom no-repeat;	
	background-size: 100% auto;
}
.bgcolor2 .demosite_slider {
	background: url(../img/top/bg_sweets.png) center bottom no-repeat;	
	background-size: 100% auto;
}

/* Dots */
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    background-color: #a7a3ab;
	border-radius: 50%;
}
.slick-dots li.slick-active button:before {
    background-color: #fdd546;
}
.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}


/* -------------------------------- 
	about area 
-------------------------------- */

.section_about {
    background: url(../img/common/pattern_wave.png) #fc0;
    text-align: center;
    padding: 70px 0;
}
.section_about .button_set{
    display: block;
}
.section_about .button_area {
	padding: 20px 0;
}
.section_about .text {
	max-width: 680px;
	margin: 0 auto;
}
.section_about .icons {
    display: -webkit-box;/* Android < 4.3 */
    display: -webkit-flex;/* safari(PC) */
    display: flex;
    -webkit-box-pack: justify;/* Android < 4.3 */
    -webkit-justify-content: space-between;/* safari(PC) */
    justify-content: space-between;
	max-width: 700px;
	margin: 30px auto;
}
.section_about .icons li {
	padding: 0 3%;
}
@media only screen and (min-width: 768px) {
	.section_about .icons {
		margin: 60px auto;
	}
	.section_about .text p {
		margin: 25px 0;
	}
    .section_about .button_set{
            display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    }
	.section_about .button_area {
		padding: 30px 25px;
	}
}
@media only screen and (min-width: 992px) {
	.section_about {
		padding: 120px 0 100px;
	}
}


/* -------------------------------- 
	function area 
-------------------------------- */

.section_function {
    text-align: center;
    background: #f7f7f9;
    padding: 50px 0;
}
 @media only screen and (max-width: 767px) {
    .section_function .infinity_shape {
        margin: 30px 0;
    }
    .section_function .infinity_shape ul {
        display: -webkit-box;/* Android < 4.3 */
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-flex-wrap: wrap;/* safari(PC) */
        flex-wrap: wrap;
    }
    .section_function .infinity_shape ul li {
        display: -webkit-box;/* Android < 4.3 */
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-align: center;/* Android < 4.3 */
        -webkit-align-items: center;/* safari(PC) */
        align-items: center;
        -webkit-box-pack: center;/* Android < 4.3 */
        -webkit-justify-content: center;/* safari(PC) */
        justify-content: center;
        -webkit-box-flex: 0;
        flex: 0 1 25%;
    }
}
.section_function .infinity_shape ul li span img:first-child {
    margin-bottom: 5px;
}
.section_function .infinity_shape li:nth-of-type(2n + 1) {
    background: #fc0;
}
.section_function .infinity_shape li:nth-of-type(-2n + 3) {
    background: #424555;
}
.section_function .infinity_shape li:nth-of-type(2n) {
    background: #424555;
}
.section_function .infinity_shape li:nth-of-type(-2n + 4) {
    background: #fc0;
}
 @media only screen and (min-width: 768px) {
    .section_function {
        padding: 80px 0;
    }
    .section_function .infinity_shape {
        margin: 0;
    }
    .section_function .infinity_shape ul {
        margin: 50px auto 60px;
        width: 714px;
        height: 371px;
        position: relative;
    }
    /* 平行四辺形 */
    .section_function .infinity_shape ul::before,  .section_function .infinity_shape ul::after {
        content: "";
        display: block;
        height: 114px;
        position: absolute;
        z-index: 0;
    }
    .section_function .infinity_shape ul::before {
        background: url(../img/top/parallelogram02.png);
        background-size: contain;
        width: 214px;
        height: 371px;
        left: 249px;
        top: 0;
    }
    .section_function .infinity_shape ul::after {
        background: url(../img/top/parallelogram01.png);
        background-size: contain;
        width: 214px;
        height: 371px;
        left: 250px;
        top: 1px;
    }
    .section_function .infinity_shape li {
        background: none !important;
        position: absolute;
        z-index: 1;
    }
    .section_function .infinity_shape li:nth-of-type(1) {
        top: 0;
        left: 108px;
    }
    .section_function .infinity_shape li:nth-of-type(2) {
        top: 0;
        left: 0;
    }
    .section_function .infinity_shape li:nth-of-type(3) {
        top: 186px;
        left: 0;
    }
    .section_function .infinity_shape li:nth-of-type(4) {
        top: 248px;
        left: 108px;
    }
    .section_function .infinity_shape li:nth-of-type(5) {
        top: 0;
        right: 108px;
    }
    .section_function .infinity_shape li:nth-of-type(6) {
        top: 0;
        right: 0;
    }
    .section_function .infinity_shape li:nth-of-type(7) {
        top: 186px;
        right: 0;
    }
    .section_function .infinity_shape li:nth-of-type(8) {
        top: 248px;
        right: 109px;
    }
    .section_function .infinity_shape li span {
        position: absolute;
        z-index: 1;
    }
}
@media only screen and (min-width: 992px) {
    .section_function {
        padding: 120px 0 100px;
    }
}
/* -------------------------------- 
	network area 
-------------------------------- */

.section_network {
    background: #383b4a;
    padding: 50px 0;
    text-align: center;
}
.section_network .heading01 {
    color: #fff;
}
.section_network .heading01::after {
    background: #fff;
}
.section_network .heading01 + p {
    color: #fff;
}
.section_network .circle_shape {
    text-align: left;
}
.section_network .circle_shape ul {
    max-width: 500px;
    margin: 0 auto;
}
.section_network .circle_shape li {
    display: table;
    table-layout: fixed;
}
.section_network .circle_shape h3 {
    text-align: center;
    margin: 30px 0 10px;
}
@media only screen and (max-width: 767px) {
    .section_network .circle_shape {
        padding-top: 10px;
    }
    .section_network .circle_shape h3 {
        display: none;
    }
}
.section_network .circle_shape .icon {
    width: 56px;
    padding: 10px 10px 10px 0;
    display: table-cell;
    vertical-align: middle;
}
.section_network .circle_shape p {
    display: table-cell;
    padding: 10px 0;
}
.section_network .circle_shape strong {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    vertical-align: middle;
}
.section_network .circle_shape .detail {
    display: block;
    color: #9c9da5;
}
@media only screen and (min-width: 768px) {
    .section_network {
        padding: 80px 0;
    }
    .section_network .inner {
        overflow: hidden;
    }
    .section_network .circle_shape {
        position: relative;
        margin-top: 50px;
    }
    .section_network .circle_shape h3 {
        position: absolute;
        top: 163px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section_network .circle_shape ul {
        position: relative;
        height: 567px;
        background: url(../img/top/bg_circle.png) center center no-repeat;
    }
    .section_network .circle_shape ul li {
        display: block;
        position: absolute;
    }
    .section_network .circle_shape ul li .icon {
        padding: 0;
    }
    .section_network .circle_shape ul li p {
        display: block;
        position: absolute;
        top: -4px;
        min-width: 12em;
        margin: 0;
        padding: 0;
    }
    .section_network .circle_shape strong {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: -0.08em;
    }
    .section_network .circle_shape .detail {
        font-size: 10px;
        font-size: 1rem;
    }
    .section_network .circle_shape ul li:nth-of-type(1) {
        text-align: center;
        left: 221px;
        top: 63px;
    }
    .section_network .circle_shape ul li:nth-of-type(2) {
        text-align: right;
        left: 108px;
        top: 99px;
    }
    .section_network .circle_shape ul li:nth-of-type(3) {
        text-align: right;
        left: 39px;
        top: 197px;
    }
    .section_network .circle_shape ul li:nth-of-type(4) {
        text-align: right;
        left: 39px;
        top: 315px;
    }
    .section_network .circle_shape ul li:nth-of-type(5) {
        text-align: right;
        left: 108px;
        top: 411px;
    }
    .section_network .circle_shape ul li:nth-of-type(6) {
        text-align: center;
        left: 221px;
        top: 446px;
    }
    .section_network .circle_shape ul li:nth-of-type(7) {
        text-align: left;
        left: 335px;
        top: 411px;
    }
    .section_network .circle_shape ul li:nth-of-type(8) {
        text-align: left;
        left: 404px;
        top: 314px;
    }
    .section_network .circle_shape ul li:nth-of-type(9) {
        text-align: left;
        left: 404px;
        top: 197px;
    }
    .section_network .circle_shape ul li:nth-of-type(10) {
        text-align: left;
        left: 334px;
        top: 100px;
    }
    .section_network .circle_shape ul li:nth-of-type(1) p {
        top: auto;
        bottom: 67px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section_network .circle_shape ul li:nth-of-type(2) p {
        right: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(3) p {
        right: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(4) p {
        right: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(5) p {
        right: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(6) p {
        top: 61px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .section_network .circle_shape ul li:nth-of-type(7) p {
        left: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(8) p {
        left: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(9) p {
        left: 67px;
    }
    .section_network .circle_shape ul li:nth-of-type(10) p {
        left: 67px;
    }
}
 @media only screen and (min-width: 992px) {
    .section_network {
        padding: 120px 0 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .section_network .inner {
        display: table;
        table-layout: fixed;
        max-width: 1300px;
        margin: 0 auto;
    }
    .section_network .text .heading01::after {
        margin-left: 0;
    }
    .section_network .text {
        width: 33%;
        display: table-cell;
        padding: 0 50px;
        vertical-align: top;
        text-align: left;
    }
    .section_network .circle_shape {
        width: 67%;
        display: table-cell;
        padding: 0 50px;
        vertical-align: top;
    }
}
/* -------------------------------- 
	howto area 
-------------------------------- */

.section_howto {
    background: url(../img/common/pattern_triangle.png) #fc0;
    padding: 50px 0;
}

@media only screen and (min-width: 768px) {
    .section_howto {
        padding: 80px 0;
    }
}
.section_howto h2 {
    text-align: center;
}
.section_howto h3 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}
.section_howto .column {
    margin-bottom: 20px;
}
.section_howto .column h3 {
    position: relative;
    margin-top: -30px;
}
.section_howto .column h3::before {
    content: "";
    display: block;
    width: 54px;
    height: 54px;
    background: #fc0;
    margin: 0 auto 1em;
}
.section_howto .column h3 span {
    display: block;
    text-align: center;
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 30px;
    font-size: 3rem;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    top: 0;
}
 @media only screen and (min-width: 768px) {
    .section_howto .column_wrap {
        padding-top: 20px;
    }
    .section_howto .column h3 {
        margin-top: -40px;
        font-size: 24px;
        font-size: 2.4rem;
    }
    .section_howto .column h3::before {
        width: 72px;
        height: 72px;
        margin-bottom: 33px;
    }
    .section_howto .column h3 span {
        height: 72px;
        line-height: 72px;
        font-size: 34px;
        font-size: 3.4rem;
    }
}
.section_howto h4 {
    margin: 0.5em 0 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.section_howto .column:nth-child(1) > div {
    background: #fff;
    color: #333;
    position: relative;
}
.section_howto .column .image {
    overflow: hidden;
}
.section_howto .column .image img {
    min-width: 100%;
}
.section_howto .column .text {
    text-align: center;
    padding: 5px 8% 20px;
}
.section_howto .column .text p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}
.section_howto .column:nth-child(2) > div ,.section_howto .column:nth-child(3) > div {
    background: #fff;
    color: #333;
    position: relative;
}
.section_howto .links {
    margin: 8px 18px;
}
.section_howto .links a {
    display: inline-block;
    background: url(../img/common/arrow_right_circle.svg) left 0.2em no-repeat;
    background-size: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 20px;
}
.section_howto .button_area {
    padding-top: 15px;
}
.section_howto .button_area .small {
    display: block;
    padding: 8px 18px;
    font-size: 14px;
}
@media only screen and (min-width: 992px) {
    .section_howto {
        padding: 130px 0;
    }
}

/* -------------------------------- 
	cases area 
-------------------------------- */

.section_cases {
    background: rgba(56,59,74,0.9);
    padding: 0;
}
.cases_slider {
    position: relative;
}
.cases_slider .case {
    text-align: center;
    padding: 0;
    width: 1px; /* 画面いっぱいに拡大画像が表示されるのを防ぐ */
}
.cases_slider .case a {
    display: block;
    position: relative;
}
.cases_slider .case a .image {
    position: relative;
    width: 100%;
}
.cases_slider .case a .image::before {
    content: "";
    display: block;
    padding-top: 65%;
}
.cases_slider .case a .image span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.cases_slider .case a .text {
    background: rgba( 52, 52, 52, 0.9 );
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 10px;
}
.cases_slider .case a .text p {
    margin: 0;
    text-align: left;
}
.cases_slider .case .case_title, .cases_slider .case .btn_detail {
    display: none;
}
.cases_slider .button_more {
    color: #fff;
    text-align: center;
}
.cases_slider .button_more a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #848590;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.cases_slider .button_more a:hover {
    background: #9d9da6;
}
.cases_slider .button_more a:link, .cases_slider .button_more a:visited, .cases_slider .button_more a:hover, .cases_slider .button_more a:active {
    color: #fff;
    text-decoration: none;
}
.cases_slider .button_more a img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
@media only screen and (min-width: 768px) {
    .cases_slider .case a .text {
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-orient: vertical;/*--- Androidブラウザ用 ---*/
        -webkit-flex-direction: column;/* safari(PC) */
        flex-direction: column;
        -webkit-box-pack: center;/*--- Androidブラウザ用 ---*/
        -ms-flex-pack: center;/*--- IE10 ---*/
        -webkit-justify-content: center;/* safari(PC) */
        justify-content: center;
        vertical-align: middle;
        left: 50%;
        top: 50%;
        bottom: auto;
        background: rgba( 0,0,0,0.5 );
        transform: translate( -50%, -50% );
        width: 0;
        height: 0;
        visibility: hidden;
        text-align: center;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }
    .cases_slider .case a:hover .text,  .cases_slider .case.slick-center a .text {
        visibility: visible;
        width: 100%;
        height: 100%;
    }
    .cases_slider .case a .text > * {
        opacity: 0;
        transition: all .2s ease;
    }
    .cases_slider .case a .text p {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
    }
    .cases_slider .case a:hover .text > *,  .cases_slider .case.slick-center a .text > * {
        opacity: 1;
        margin: 0 5px 5px;
    }
    .cases_slider .case .site_title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cases_slider .case .case_title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
    }
    .cases_slider .case .case_title::after {
        content: "";
        display: block;
        width: 1.3em;
        height: 0.1em;
        max-width: 23px;
        background: #fff;
        margin: 0.6em auto;
    }
    .cases_slider .case .btn_detail {
        text-align: center;
    }
    .cases_slider .case .btn_detail .btn {
        display: inline-block;
        padding: 6px 20px;
        min-width: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .cases_slider .button_more {
        width: 12%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .cases_slider .button_more a {
        padding: 0;
    }
    .cases_slider .button_more a img {
        display: block;
        width: 29px;
        height: 24px;
        margin: 5px auto;
    }
    .cases_slider .button_more span {
        display: block;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY( -50%);
        transform: translateY( -50%);
    }
}
@media only screen and (min-width: 992px) {
    .cases_slider .button_more a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* -------------------------------- 
	news area
-------------------------------- */

.section_news {
    text-align: center;
    background: #fff;
    padding: 50px 0;
}
.section_news h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    margin: 35px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}
.section_news .column:not(:first-of-type) h3 {
    margin-top: 60px;
}
.section_news a:not(.btn):link, .section_news a:not(.btn):visited, .section_news a:not(.btn):hover, .section_news a:not(.btn):active {
    color: #333;
}
.section_news ul {
    margin: 0 auto;
}
.section_news ul li {
    text-align: left;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
}
.section_news ul li a {
    display: block;
}
.section_news ul li p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.section_news ul li .date {
    color: #383b4a;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    padding: 0.8em 0 0.4em;
}
.section_news ul li .date .category {
    display: inline-block;
}
.section_news ul li .date .category::before {
    content: "/";
    margin: 0 5px;
}
.section_news ul li p:not(.date) {
    padding: 0 0 0.8em;
}
.section_news ul li a:hover p:not(.date) {
    text-decoration: underline;
}
.section_news .button_more {
    padding-top: 1.5em;
}
.section_news .button_more a {
    transition: all .2s ease;
}
.section_news .button_more a span {
    color: #383b4a;
    font-weight: bold;
    vertical-align: middle;
}
.section_news .button_more a i {
    vertical-align: middle;
    margin-left: 5px;
}
.section_news .button_more a:link i, .section_news .button_more a:visited i, .section_news .button_more a:active i {
    font-size: 20px;
    font-size: 2.0rem;
    color: #d4d4d4;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.section_news .button_more .btn-xs {
    font-weight: 700;
    min-width: 180px;
    padding: 10px 20px;
}
.section_news .banner_area {
    padding: 50px 0 10px;
}

@media only screen and (min-width: 768px) {
    .section_news {
        padding: 80px 0 10px;
    }
    .section_news .inner {
        position: relative;
        overflow: hidden;
    }
    .section_news .heading01 {
        margin-bottom: 0;
    }
    .section_news h3 {
        padding-bottom: 15px;
    }
    .section_news .column:not(:first-of-type) h3 {
        margin-top: 35px;
    }    
    .section_news .column {
        width: 48%;
        float: left;
        padding-bottom: 80px;
    }
    .section_news .column:nth-of-type(2n) {
        float: right;
    }
    .section_news ul li p {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .section_news ul li .date {
        padding: 1.9em 0 0.5em;
        font-size: 14px;
        font-size: 1.4rem;
        word-wrap : break-word;
        overflow-wrap : break-word;
    }
    .section_news ul li p:not(.date) {
        padding-bottom: 1.5em;
    }
    .section_news .button_more {
        text-align: right;
    }
    .section_news .button_more .btn-xs {
        min-width: 180px;
        padding: 10px 20px;
    }
    .section_news .banner_area {
        clear: both;
        padding: 0 0 80px;
    }
    .section_news .banner_area a:hover img {
        opacity: 0.8;
    }
    
}
@media only screen and (min-width: 992px) {
    .section_news .inner {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .section_news .column {
        width: 47.5%;
    }
    .section_news {
        padding: 100px 0 10px;
    }
}


/* -------------------------------- 
	tsubo area
-------------------------------- */

.section_tsubo {
    background: #f7f7f9;
    padding: 50px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .section_tsubo {
        padding: 80px 0;
        overflow: hidden;
    }
}

.section_tsubo .blognews {
    text-align: left;
    margin-bottom: 30px;
    padding-top: 10px;
}
.section_tsubo .blognews > div a {
    background: #fff;
    display: block;
    color: #666;
    margin-bottom: 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.section_tsubo .blognews > div a:hover {
    background: rgba( 2555,255,255,0.5 );
}
.section_tsubo .blognews a strong {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px 10px;
    display: inline-block;
    font-weight: normal;
}
.section_tsubo .blognews a .date {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 10px 10px 0;
    color: #ccc;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .section_tsubo .blognews > div a:not(:first-child) {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .section_tsubo .blognews {
        margin: 0 -10px;
    }
    .section_tsubo .blognews > div {
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
        -ms-flex-pack: justify;/*--- IE10 ---*/
        -webkit-justify-content: space-between;/* safari(PC) */
        justify-content: space-between;
    }
    .section_tsubo .blognews > div a {
        margin : 0 10px 30px;
        position: relative;
        -webkit-box-flex: 0.0;
        -ms-flex: 0 1 47%;
        flex: 0 1 47%;
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-orient: vertical;/*--- Androidブラウザ用 ---*/
        -webkit-flex-direction: column;/* safari(PC) */
        flex-direction: column;
    }
    .section_tsubo .blognews > div a .img {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .section_tsubo .blognews > div a .img::before {
        content: "";
        display: block;
        padding-top: 65%;
    }
    .section_tsubo .blognews a .date {
        padding: 14px 20px 8px;
    }
    .section_tsubo .blognews a strong {
        padding: 0 20px 20px;
    }
    .section_tsubo .blognews > div a .img span {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .section_tsubo .blognews > div a .img span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate( -50%, -50%);
        min-height: 100%;
        min-width: 100%;
    }
    .section_tsubo .button_area {
        padding: 40px 0 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_tsubo .blognews > div {
        -webkit-flex-wrap: wrap;/* safari(PC) */
        flex-wrap: wrap;
    }
    .section_tsubo .blognews > div a:nth-last-of-type(-n+2) {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .section_tsubo {
        padding: 100px 0 110px;
    }
    .section_tsubo .inner {
        padding: 0;
        max-width: 1410px;
    }
    .section_tsubo .blognews {
        padding: 45px 10px 10px;
    }
    .section_tsubo .blognews > div a {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin : 0 15px;
    }
}
 @media only screen and (min-width: 968px) {
    /* -------------------------------- 
        mainvisual area 
    -------------------------------- */
    .bg_mainvisual img {
        display: none;
    }
    .bg_mainvisual video {
        display: block;
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .section_mainvisual .button_area li {
        display: inline-block;
    }
    /* -------------------------------- 
        howto area 
    -------------------------------- */

    .section_howto .column_wrap {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;/*--- Androidブラウザ用 ---*/
        display: -ms-flexbox;/*--- IE10 ---*/
        display: -webkit-flex;/* safari(PC) */
        display: flex;
        -webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
        -ms-flex-pack: justify;/*--- IE10 ---*/
        -webkit-justify-content: space-between;/* safari(PC) */
        justify-content: space-between;
    }
    .section_howto .column {
        background: #fff;
        -webkit-box-flex: 0.0;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
    }
    .section_howto .column:nth-child(1) .image {
    }
    .section_howto .column:nth-child(1) .text {
    }
    .section_howto .column:nth-child(2) > div {
    }
    .section_howto .column:nth-child(2) .image {
    }
    .section_howto .column:nth-child(2) .text {
    }
}
@media only screen and (min-width: 992px) {
    
    /* -------------------------------- 
        Parts 
    -------------------------------- */
    
    .front_page .contents {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .cases_slider .case .btn_detail {
        display: inline-block;
    }
}

/* -------------------------------- 
    MailMagazine area 
-------------------------------- */

/* mailmagazine_area */

.mailmagazine_area_fixed {
    z-index: 2;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100%;
    max-width: 344px;
    background: #e3e3e3;
    z-index: 2;
}
.mailmagazine_area_fixed .box_inner {
    position: relative;
}
.mailmagazine_area_fixed dl {
    margin: 0 auto;
    padding: 12px;
    max-width: 344px;
    max-height: 211px;
}
.mailmagazine_area_fixed dl dt,
.mailmagazine_area_fixed dl dd {
    padding: 0 10px 10px;
    vertical-align: middle;
    text-align: center;
}
.mailmagazine_area_fixed dl dt {
    padding: 0 30px 10px 10px;
    font-size: 15px;
    color: #424555;
    font-weight: bold;
    text-align: left;
}
.mailmagazine_area_fixed .form_mailmagazine {
    width: 100%;
    max-width: 367px;
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}
.mailmagazine_area_fixed input {
    width: 80%;
    width: -webkit-calc( 100% - 70px);
    width: calc( 100% - 70px);
    line-height: 33px;
    height: 33px;
    padding: 0 15px;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
}
.mailmagazine_area_fixed button {
    text-align: center;
    vertical-align: middle;
    padding: 0 25px 0 20px;
    width: 70px; height: 33px;
    line-height: 33px;
    font-size: 16px;
    font-size: 1.6rem;
    box-shadow: none;
    border: 0 none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.mailmagazine_area_fixed .btn_close {
    position: absolute;
    right: 20px;
    top: 10px;
}
.mailmagazine_area_fixed .btn_close a {
    font-size: 26px;
    line-height: 1;
}
.mailmagazine_area_fixed .btn_close a:link {
    color: #424555;
    text-decoration: none;
}
.mailmagazine_area_fixed .btn_close a:visited {
    color: #424555;
    text-decoration: none;
}
.mailmagazine_area_fixed .btn_close a:hover {
    color: #424555;
    text-decoration: none;
    opacity: 0.7;
}
.mailmagazine_area_fixed .btn_close a:active {
    color: #424555;
    text-decoration: none;
}



@media only screen and (max-width: 767px) {
    .front_page .mailmagazine_area_fixed {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .front_page .mailmagazine_area {
        display: none;
    }
}

/* EC-CUBE DAY2019告知 */

/* side */
.day_notice_side{
    position:fixed;
    bottom: 80px;
    right: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    transform: translateX(92.5%);
    transform: translateX(calc(100% - 28px));
    transition: .4s ease-out;
}
.day_notice_side.is-open{
    transform: translateX(0%);
}
.day_notice_side .btn{
    color:#fff;
    padding: 10px;
    line-height: 100px;
}
.day_notice_side a{
    padding: 16px 20px 16px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    color: #fff;
}
.day_notice_side:hover{
    background: rgba(255,255,255,1);
}
.day_notice_side:hover .btn,
.day_notice_side:hover a{
    color: #000;
}
.day_slide{
    position: relative;
    width: 140px;
    height: 90px;
    background: center/cover url(../img/top/img_day00.png);
}
.day_slide img{
    position: absolute;
    top: 0;
    left: 0;
    animation: slide_fade 20s infinite; 
}
.day_notice_side .day_slide00{
    z-index: 4;
}
.day_notice_side .day_slide01{
    z-index: 3;
    animation-delay : 5s;
}
.day_notice_side .day_slide02{
    z-index: 2;
    animation-delay : 10s;
}
.day_notice_side .day_slide03{
    z-index: 1;
    animation-delay: 15s;
}
@keyframes slide_fade{
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

.day_notice_side .day_summary h3{
    margin: 0 0 0 10px;
}
.day_notice_side .day_summary p{
    margin: 0 0 0 10px;
    font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
    .day_notice_side {
        display: none;
    }
}


/* Generated with Bounce.js. Edit at https://goo.gl/6jrpDS */

@-webkit-keyframes bounce {
    0% {-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    4% {-webkit-transform: matrix3d(1.432, 0, 0, 0, 0, 1.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.432, 0, 0, 0, 0, 1.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    7.91% {-webkit-transform: matrix3d(1.889, 0, 0, 0, 0, 1.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.889, 0, 0, 0, 0, 1.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    11.91% {-webkit-transform: matrix3d(2.189, 0, 0, 0, 0, 2.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.189, 0, 0, 0, 0, 2.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    15.82% {-webkit-transform: matrix3d(2.276, 0, 0, 0, 0, 2.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.276, 0, 0, 0, 0, 2.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    20.42% {-webkit-transform: matrix3d(2.196, 0, 0, 0, 0, 2.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.196, 0, 0, 0, 0, 2.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    24.92% {-webkit-transform: matrix3d(2.059, 0, 0, 0, 0, 2.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.059, 0, 0, 0, 0, 2.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    29.53% {-webkit-transform: matrix3d(1.96, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.96, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    34.03% {-webkit-transform: matrix3d(1.931, 0, 0, 0, 0, 1.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.931, 0, 0, 0, 0, 1.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    43.14% {-webkit-transform: matrix3d(1.985, 0, 0, 0, 0, 1.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.985, 0, 0, 0, 0, 1.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    52.15% {-webkit-transform: matrix3d(2.017, 0, 0, 0, 0, 2.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.017, 0, 0, 0, 0, 2.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    70.37% {-webkit-transform: matrix3d(1.996, 0, 0, 0, 0, 1.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.996, 0, 0, 0, 0, 1.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    88.59% {-webkit-transform: matrix3d(2.001, 0, 0, 0, 0, 2.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.001, 0, 0, 0, 0, 2.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    100% {-webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
}
@keyframes bounce {
    0% {-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    4% {-webkit-transform: matrix3d(1.432, 0, 0, 0, 0, 1.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.432, 0, 0, 0, 0, 1.432, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    7.91% {-webkit-transform: matrix3d(1.889, 0, 0, 0, 0, 1.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.889, 0, 0, 0, 0, 1.889, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    11.91% {-webkit-transform: matrix3d(2.189, 0, 0, 0, 0, 2.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.189, 0, 0, 0, 0, 2.189, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    15.82% {-webkit-transform: matrix3d(2.276, 0, 0, 0, 0, 2.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.276, 0, 0, 0, 0, 2.276, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    20.42% {-webkit-transform: matrix3d(2.196, 0, 0, 0, 0, 2.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.196, 0, 0, 0, 0, 2.196, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    24.92% {-webkit-transform: matrix3d(2.059, 0, 0, 0, 0, 2.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.059, 0, 0, 0, 0, 2.059, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    29.53% {-webkit-transform: matrix3d(1.96, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.96, 0, 0, 0, 0, 1.96, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    34.03% {-webkit-transform: matrix3d(1.931, 0, 0, 0, 0, 1.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.931, 0, 0, 0, 0, 1.931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    43.14% {-webkit-transform: matrix3d(1.985, 0, 0, 0, 0, 1.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.985, 0, 0, 0, 0, 1.985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    52.15% {-webkit-transform: matrix3d(2.017, 0, 0, 0, 0, 2.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.017, 0, 0, 0, 0, 2.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    70.37% {-webkit-transform: matrix3d(1.996, 0, 0, 0, 0, 1.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(1.996, 0, 0, 0, 0, 1.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    88.59% {-webkit-transform: matrix3d(2.001, 0, 0, 0, 0, 2.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2.001, 0, 0, 0, 0, 2.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
    100% {-webkit-transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform: matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
}
