@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto);

html,
button,
input,
select,
textarea {
    color: #222;
}

label {
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 100%;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100%;
}

a {
    color: #212121;
    text-decoration: none;
    outline: none;
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

a:hover {
    text-decoration: underline;
    /*color: #f05040;*/
}

a:hover, a:active, a:visited, a:focus {
    outline: none;
}

img {
    outline: none;
    border: none;
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: 'RyuminPro ExBold', 'リュウミンプロ エクスボールド', 'Hiragino Kaku Gothic Pro', 'Work Sans', sans-serif;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*body {*/
/*width: 639px;*/
/*height: 100%;*/
/*position: relative;*/
/*}*/

button:focus,
textarea:focus,
input:focus {
    outline: none;
}

.clean-list {
    padding: 0;
    margin: 0;
}

.clean-list li {
    list-style: none
}

/*.clearfix {*/
/**zoom: 1;*/
/*}*/

/*.clearfix:before {*/
/*content: " ";*/
/*display: table;*/
/*}*/

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

html, body, input, button, select, textarea {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #3d3d3d;
    line-height: 1.3;
    font-family: "メイリオ", Meiryo, "游明朝", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Mincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
    font-size: 1em;
    font-weight: 700;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.fl-no {
    float: none
}

.w-auto {
    width: auto
}

.clear {
    clear: both
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.visible-block {
    display: none;
}

.table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.table-cell {
    display: table-cell
}

.table th,
.table td {
    border: 1px solid #e1e1df;
}

.eng-text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.btn,
a.btn,
button.btn {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    padding: 6px 12px;
    border: none;
    text-decoration: none !important;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*color: #fff;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.easing,
.easing * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-easing {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.row-group {
    position: relative;
}

.input-group,
.form-group {
    position: relative;
}

.form-group {
    margin-top: 35px;
}

.form-group:first-child {
    margin: 0
}

.control-label {
    display: inline-block;
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
.form-control {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 7px 10px 6px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    outline: none;
    line-height: 1.5;
    color: #444;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: box-shadow 0.2s ease;
    -moz-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}

textarea,
textarea.form-control {
    height: 120px;
    resize: vertical;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.form-control:focus,
.search-area .form-control:focus {
    background: #fff;
    /*
    -webkit-box-shadow: 0 0 3px #57aad1;
    -moz-box-shadow: 0 0 3px #57aad1;
    box-shadow: 0 0 3px #57aad1;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

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

.ta-right {
    text-align: right;
}

/* Start Content */

#wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

#wrap-page-content {
    left: 0;
    background: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 99;
    height: 100%;
}

.page-content {
    position: relative;
    height: auto;
    min-height: 100%;
    padding: 0 0 41px 0;
    margin: 0;
}

.main-content {
    position: relative;
    padding: 42px 0 0;
}

.main-content p {
    margin: 0 0 10px;
}

.b-block {
    /*position: relative;*/
    padding: 0 10px;
}

.center-content {
    max-width: 1024px;
    margin: 0 auto;
}

#header::before {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 99;
}

#header,
.header-content {
    height: 88px;
}

#header {
    z-index: 999999;
    position: relative;
}

#header .header-content {
    background: #fff;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9;
    border: 1px solid #d2d2d0;
    left: 0;
    padding: 0 0 0 0;
    position: fixed;
    top: 0;
    /*
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;      
    transition: all 0.3s ease 0s;
    */
    width: 100% !important;
    z-index: 101;
}

#header h1 {
    display: inline-block;
    margin: 0;
    /*padding: 0;*/
    padding: 15px 0 15px 0;
    text-align: left;
}

#header h1 a {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

#header h1 img {
    display: block;
    height: 50px;
    margin: 0 auto;
    width: auto;
}

#header .header-nav {
    display: block;
    position: relative;
    margin: 8px 0 0 0;
    height: 49px;
    float: right;
}

#header .header-nav img {
    width: auto;
    height: auto;
}

#header .header-nav a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 68px;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 70px;
    text-decoration: none;
}

#header .header-nav a:hover {
    opacity: 0.7;
}

#header .header-nav a.header-nav-phone-2 {
    /*background-image: url(../img/phone-2.png);*/
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 40px;
    padding: 0 0 0 65px;
}

#header .header-nav .call {
    font-size: 41px;
    font-family: "Bell MT", sans-serif;
    font-weight: 700;
    line-height: 1;
    /* letter-spacing: 1px; */
    color: #bf1b00;
    padding: 0;
    margin: 3px 4px 0 0;
}

#header .header-nav .description {
    font-size: 20px;
    line-height: 1.3;
    color: #2f2f2f;
    padding: 0;
    margin-left: 2px;
    letter-spacing: 0.4px;
    margin-top: 0;
}

#header .header-nav a.header-nav-phone-2 .description {
    font-size: 13px;
}

#header .header-nav a.header-nav-phone-2 .call {
    letter-spacing: 1.5px;
}

.b-heading {
    height: 189px;
    width: 100%;
    background-color: #fff;
    /*background-image: url("../img/items/h/p2.png");    */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    padding: 47px 0 0 0;
}

.b-heading i {
    color: #fff;
    font-size: 44px;
}

.b-heading h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    padding: 10px 0 0 0;
    margin: 0;
}

.b-section-1 {
    position: relative;
    margin-top: -100px;
}

.b-section-1 h2 {
    position: absolute;
    top: 33%;
    left: 30%;
    width: 71%;
}

.s5-button, .s12-button {
    position: absolute;
    bottom: 8%;
    left: 7%;
    z-index: 4;
    width: 81%;
}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 15px, 0);
    }
}

@keyframes scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1)
    }
}

.s2-button, .s5-button, .s12-button {
    animation: bounce 0.6s cubic-bezier(.5, 0.05, 1, .5);
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 0.6s;
    transition: all 1s ease-in-out;
}

.s2-button img, .s5-button img, .s12-button img {
    transition: all 1s ease-in-out;
    width: 100%;
}

.s2-button:hover, .s5-button:hover, .s12-button:hover {
    /*opacity: .5;*/
    animation: scale 1s linear;
    /*transition: all 1s ease-in-out;*/
    /*width: 650px;*/
    /*height: 100px;*/
    /*transform: scale(1.4);*/
    /*-webkit-transform: scale(1.4);*/
    /*-ms-transform: scale(1.4);*/
}

.s2-button:hover img, .s5-button:hover img, .s12-button:hover img {
    width: 100%;
    transition: all 1s ease-in-out;
}

.b-section-2 {
    z-index: 1;
    padding-bottom: 1px;
    background: #fff;
    position: relative;
    margin-bottom: -5px;
}

.s2-button {
    position: absolute;
    bottom: 9%;
    left: 7%;
    z-index: 4;
    width: 83%;
}

/*.s2-button:hover {*/
/*opacity: .5;*/
/*}*/

.yellow {
    background-color: #fffdcd;
}

.b-section-3 {
    position: relative;

}

.b-section-3 h2 {
    position: absolute;
    top: -4.5%;
    left: 4%;
    font-size: 94px;
    color: #3e3e3e;
}

.b-section-4 {
    position: relative;
    /*padding-bottom: 505px;*/
    background-image: url("../img/s4-bg.jpg");
    background-repeat: no-repeat;

}

.yellow {
    background-color: #fffdcd;
}

.b-section-4 h2 {
    position: absolute;
    top: 13%;
    left: 5%;
    width: 92%;
}

.b-section-4 h3 {
    position: absolute;
    top: 41%;
    left: -3%;
    width: 107%;
}

.b-section-4 h4 {
    position: absolute;
    top: 76%;
    left: 3%;
    width: 95%;
}

.b-section-4 h5 {
    position: absolute;
    top: 78%;
    left: 17%;
    font-size: 44px;

}

.b-section-4 span {
    position: absolute;
    top: 91%;
    left: 40%;
    font-size: 44px;
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.b-section-4a, .b-section-4b, .b-section-4c {
    position: relative;

}

.b-section-4a h2, .b-section-4b h2, .b-section-4c h2 {
    font-size: 50px;
    color: #d72d07;
}

.b-section-4a p, .b-section-4b p, .b-section-4c p {
    font-size: 35px;
}

.b-section-4a .text_block {
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: left;
}

.b-section-4b .text_block {
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: left;
}

.b-section-4c .text_block {
    position: absolute;
    top: 50%;
    left: 5%;
    text-align: left;
}

.b-section-5, .b-section-12 {
    position: relative;
}

.b-section-6 {
    position: relative;
    width: 100%;
    /*margin: 0 0 7px 0;*/
}

.b-section-6-inner {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.b-section-6-inner .section-content {
    /*margin: 0 auto;*/
}

.b-section-6-inner .section-content h3 {
    font-size: 60px;
    color: #3d3d3d;
    margin: 0 0 13px 0;
    line-height: 1.3;
    display: block;
    text-align: center;

}
.b-section-6-inner h4 {
    position: absolute;
    top: 10.5%;
    left: 17%;
    font-size: 60px;
    color: #fff;
    font-family: Meiryo,sans-serif;
    font-weight: normal;
}
.b-section-6-inner p.table {
    position: absolute;
    top: 17.5%;
    left: 24%;
    font-size: 36px;
    color: #fff;
}

.b-section-6-inner .section-content span {
    font-size: 60px;
    color: #bf280e;
    text-align: center;
}

.b-section-6-inner .section-content p {
    font-size: 42px;
    color: #000;
    line-height: 1;
    text-align: center;
}

.b-section-6 .table_image {
    margin-top: -35px;
}

.b-section-7 {
    position: relative;
    background-color: #ededeb;
    width: 100%;
    margin-top: -100px;
}

.b-section-7 .header_block {
    text-align: center;
    margin-bottom: 50px;
}

.b-section-7 h3 {
    color: #00806c;
    font-weight: bold;
    font-size: 82px;
    padding-top: 43px;
    margin-bottom: 0;
    line-height: 1.1;
}

.b-section-7 p {
    font-size: 40px;
    color: #3d3d3d;
    line-height: 1.5;
    letter-spacing: 3px;
    margin-left: 45px;
}

.text_block {
    text-align: center;
}

.images_block {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 80px;
}

.images_block figure {
    width: 50%;

}

.images_block figcaption {
    font-size: 38px;
}

.images_block figure:first-child {
    margin-left: 0;
}

.images_block figure img {
    margin-bottom: 44px;
    padding: 0 70px;
}

.b-section-8 {
    position: relative;
    margin-top: -69px;
}

.b-section-8 p.i-1 {
    font-size: 38px;
    color: #101010;
    position: absolute;
    top: 26%;
    left: 3%;
    line-height: 1.8;
}

.b-section-8 h4 {
    position: absolute;
    top: 41%;
    left: 10%;
    font-size: 54px;
    color: #fff;
}

.b-section-8 p.i-2 {
    font-size: 48px;
    position: absolute;
    top: 47%;
    left: 25%;
}
.b-section-8 p.i-3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "MS Mincho", sans-serif;
    font-size: 40px;
    position: absolute;
    top: 59%;
    left: 50%;
    font-weight: bold;
}

.b-section-8 p.i-4 {
    font-size: 48px;
    position: absolute;
    top: 71%;
    left: 25%;

}
.b-section-8 p.i-5 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho", "MS Mincho", sans-serif;
    font-size: 40px;
    position: absolute;
    top: 82%;
    left: 51%;
    font-weight: bold;
}
.b-section-8 span {
    font-weight: bold;
    font-size: 58px;

}


.b-section-8 span.s_bottom {
    font-size: 25px;
    position: absolute;
    top: 95%;
    left: 32%;
    font-weight: normal;
}

.b-section-8 h2 {
    position: absolute;
    top: 80px;
    left: 10px;
    font-size: 61px;
    color: #3d3d3d;
}

.b-section-8 h3 {
    position: absolute;
    top: 126px;
    left: 10px;
    font-size: 106px;
    color: #ce9600;
}

.b-section-9 {
    position: relative;
}

.b-section-9 p {
    position: absolute;
    top: 98%;
    left: 5%;
    font-size: 25px;
}

.b-section-10 {
    position: relative;
}

.b-section-10 h2 {
    position: absolute;
    font-size: 48px;
    color: #d73216;

}

.b-section-10 h2.i-1 {
    top: 17.5%;
    left: 16%;
}

.b-section-10 h2.i-2 {
    top: 37.5%;
    left: 16%;
}

.b-section-10 h2.i-3 {
    top: 54.5%;
    left: 16%;
}

.b-section-10 h2.i-4 {
    top: 74%;
    left: 16%;
}

.b-section-10 p:first-child {
    top: 24%;
}

.b-section-10 p {
    position: absolute;
    top: 46%;
    left: 13%;
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.b-section-10 p.p_3 {
    top: 62.5%;
}

.b-section-10 p.p_4 {
    top: 82%;
}

.b-section-11 {
    position: relative;
}

.b-section-11 span {
    color: #ce0000;
}

.b-section-11 h3 {
    text-align: center;
    font-size: 47px;
    letter-spacing: 0.5px;
    position: absolute;
    top: 6.2%;
    font-family: meiryo, sans-serif;
    font-weight: normal;
    left: 20%;
    line-height: 1.6;
}

.b-section-11 h4 {
    position: absolute;
    color: #6d6a07;
    top: -33%;
    left: 1%;
    font-size: 55px;
}

.b-section-11 .block3 h4 {
    top: -38%;
}

.b-section-11 .block1 {
    position: absolute;
    top: 14%;
    left: 8%;
    font-size: 35px;
    line-height: 1.8;
}

.b-section-11 .block2 {
    position: absolute;
    top: 44%;
    left: 8%;
    font-size: 35px;
    line-height: 1.8;
}

.b-section-11 .block3 {
    position: absolute;
    top: 74%;
    left: 8%;
    font-size: 35px;
    line-height: 1.8;
}

.b-section-12 {
    margin-bottom: 19px;
}

#footer {
    position: relative;
    /*height: 41px;*/
    width: 100%;
    padding: 0;
    margin: -41px 0 0 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    /*-ms-transition: all 0.2s ease;*/
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*border-top: 2px solid #000;*/
    /*outline: 1px solid#777777;*/

}

#footer .footer-top {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 14px;
    line-height: 4;
    font-size: 30px;
}

#footer .footer-top a {
    padding: 10px 10px;
}

#footer .footer-bottom {
    background-color: #e2efee;
    height: 80px;
}

#footer .footer-bottom a {
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
}

#footer .copy {
    color: #251a0e;
    font-size: 25px;
    line-height: 1;
    text-align: center;
}

#footer .copy .symbol-copy {
    font-size: 30px;
    margin: 0 2px;
}

#go-top {
    display: none;
    position: fixed;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 1px solid #c1ac64;
    background-color: #efe7bb;
    bottom: 25px;
    right: 36px;
    z-index: 50;
    text-align: center;
    line-height: 48px;
    color: #c1ac64;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#go-top i {
    position: relative;
    display: block;
    width: 12px;
    height: 8px;
    margin: 25px auto 0 auto;
}

#go-top i:before {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #c1ac64;
}

#go-top:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}

#go-top.fixed {
    position: fixed;
    bottom: 25px;
    right: 36px;
    z-index: 111;
}

body,
header,
footer,
#contents {
    max-width: 1024px;
    margin: 0 auto;
}
header, footer, #contents {
    overflow-y: hidden;
	overflow-x: hidden;
}
body {
	overflow-y: scroll;
    overflow-x: hidden;
}
footer {
	height: 210px;
}

/* BANNER-START */

.banner-wrap{
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 150px;
}
.banner-wrap img {
    width: 100%;
    display: block;
}
.banner-wrap .main-banner-img1{
    margin-bottom: 40px;
}
.main-sec{
    position: relative;
}
.banner-info{
    margin: 40px 0;
    padding-bottom: 40px;
    position: relative;
}
.banner-info .order-btn{
    max-width: 420px;
}
.order-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 500px;
    transform: translateX(-50%);
}
.order-btn a{
    display: inline-block;
    animation: bounce 0.6s cubic-bezier(.5, 0.05, 1, .5);
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 0.6s;    
    transition: all 1s ease-in-out;
}
.order-btn a:hover{
    animation: scale 1s linear;
}

/* BANNER-END */