/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1600px) {
    .wrapper {
        max-width: 1400px;
        margin: auto;
    }
}


/* notify-js */

@media only screen and (max-width: 600px) {
    .notifyjs-corner {
        transform: scale(0.9);
        left: -15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .notifyjs-corner {
        transform: scale(0.8);
        left: -30px !important;
    }
}

@media only screen and (max-width: 300px) {
    .notifyjs-corner {
        display: none;
    }
}


/* inclined-section */

@media only screen and (max-width: 400px) {
    .inclined-section::before {
        content: none;
    }
    .inclined-section::after {
        content: none;
    }
}


/*--------------------------------------------------------*\
    countdown general
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    .countdown .time {
        width: 200px;
        font-size: 14px;
    }
    .countdown .time ul li {
        font-size: 38px;
        margin: 0 10px;
    }
    .countdown .time ul li .podp {
        font-size: 15px;
    }
}


/*--------------------------------------------------------*\
    navMenu
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #navMenu > .content {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1200px) {
    #navMenu > .content {
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    #navMenu .logo img {
        max-height: 50px;
        margin-right: 40px;
    }

    #navMenu ul.menu li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1050px) {
    #navMenu > .content {
        margin-bottom: 5px;
    }

    #navMenu .logo img {
        padding-left: 15px;
    }

    #navMenu ul {
        width: 100%;
    }

    #navMenu.open .mobile-menu.hamburger {
        left: 50%;
        transform: translate(-50%, 0);
    }

    #navMenu > .content > .logo {
        max-width: 100%;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
		z-index: 999;
    }

    #navMenu ul.menu li .hide.button {
        display: block;
        max-width: 160px;
        margin: auto;
        width: 100%;
    }

    #navMenu ul.menu li .button:not(.hide) {
        display: none;
    }

    #navMenu > .content > *:last-child {
        display: none;
    }

    #navMenu ul.menu li {
        display: none;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    #navMenu ul.menu li:first-child {
        margin-top: 40px;
    }

    #navMenu ul.menu li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }

    .navMenu_button {
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #navMenu .mobile-menu.hamburger,
    #navMenu.open .mobile-menu.hamburger {
        right: 0;
        left: initial;
        transform: none;
    }
}

@media only screen and (max-width: 500px) {
    #navMenu .logo img {
        padding-left: 10px;
    }

    #navMenu > .content {
        margin-top: 15px;
    }

    #navMenu .logo img {
        max-height: 42px;
    }

    #navMenu .mobile-menu {
        top: -20px;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) { 
    #header > .content {
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1250px) {
    #header .object img {
        max-width: 600px;
        min-width: 400px;
        width: 100%;
        margin-top: 30px;
    }

    #header .logo-column .row2 {
        font-size: 60px;
        line-height: 58px;
    }

    .wrapper {
        background-size: 150% auto;
    }
}

@media only screen and (max-width: 1100px) {
    #header > .content { 
        padding-top: 120px;
    }

    #header .logo-column .row2 {
        font-size: 50px;
        line-height: 46px;
    }

    #header .logo-column .row3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    .wrapper {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 950px) {
    #header .logo-column .row2 {
        font-size: 41px;
        line-height: 38px;
    }

    #header .logo-column .row3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #header .logo-column .row2 {
        font-size: 58px;
        line-height: 53px;
    }

    #header .logo-column .row3 {
        font-size: 28px;
    }
    
    .wrapper {
        background-size: 200% auto;
    }

    #header .object {
        min-height: 0;
    }

    #header .object img {
        max-width: 700px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        background-size: 300% auto;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        background-size: 400% auto;
    }
}

@media only screen and (max-width: 450px) {
    #header .logo-column .row2 {
		font-size: 47px;
		line-height: 46px;
    }
}

@media only screen and (max-width: 400px) {
    #header .logo-column .row2 {
		font-size: 42px;
		line-height: 40px;
    }
}

@media only screen and (max-width: 350px) {
    #header .logo-column .row2 {
		font-size: 40px;
		line-height: 38px;
    }
}


/*--------------------------------------------------------*\
    lateralImagesBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    #lateralImagesBanner .leftImage img,
    #lateralImagesBanner .rightImage img {
        max-width: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    #lateralImagesBanner .text img {
        transform: scale(1.5);
        margin-right: -3px;
    }

    #lateralImagesBanner .leftImage img,
    #lateralImagesBanner .rightImage img {
        max-width: 200px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #lateralImagesBanner .leftImage img,
    #lateralImagesBanner .rightImage img {
        max-width: 150px;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    #lateralImagesBanner .leftImage img,
    #lateralImagesBanner .rightImage img {
        max-width: 150px;
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-1
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #text-image-banner-1 {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 1200px) {
    #text-image-banner-1 {
        margin-top: -50px;
    }

    #text-image-banner-1 .text {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1050px) {
    #text-image-banner-1 .text .title {
        font-size: 39px;
        line-height: 47px;
    }

    #text-image-banner-1 > .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #text-image-banner-1 .image {
        max-width: 170px;
    }

    #text-image-banner-1 .text span {
        font-size: 24px;
    }
    
    #text-image-banner-1 .text {
        max-width: 750px;
    }
}

@media only screen and (max-width: 950px) {
    #text-image-banner-1 .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    #text-image-banner-1 .image img {
        max-width: 200px;
        width: 100%;
    }

    #text-image-banner-1 .text {
        text-align: center;
        padding: 10px;
    }

    #text-image-banner-1 .text span {
        font-size: 24px;
        line-height: 32px;
        margin-top: 15px;
    }

    #text-image-banner-1 > .content {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #text-image-banner-1 .text .title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 450px) {
    #text-image-banner-1 .image {
        margin-bottom: 15px;
    }

    #text-image-banner-1 .text .title {
        font-size: 34px;
        line-height: 40px;
    }
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #big-g .feature .center-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #big-g .main-title {
        margin-bottom: 20px;
    }

    #big-g .left-first,
    #big-g .left-second,
    #big-g .right-first,
    #big-g .right-second  {
        margin-right: 0;
        margin-left: 0;
    }

    #big-g .feature-s2 .feature-img img {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #big-g .feature p {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 650px) {
    #big-g .main-title h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 500px) {
    #big-g .main-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 400px) {
    #big-g .feature-item h2 {
        font-size: 19px;
        letter-spacing: 0;
    }

    #big-g .feature-item h2 img {
        margin-right: 12px;
        max-width: 53px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {/* md */
    #box-banner {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }

    #box-banner .subtitle {
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }

    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }

    #box-banner .flickity-prev-next-button {
        display: block;
    }

    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }

    #box-banner ul li {
        width: 50%;
    }

    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 700px) {
    #box-banner ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 40px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 450px) {
    #box-banner .innerTitle .icon {
        display: none;
    }
}


/*--------------------------------------------------------*\
    mosaicBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #mosaicBanner {
        padding-top: 100px;
    }

    #mosaicBanner > .content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1100px) {
    #mosaicBanner .text .title {
        font-size: 43px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 64em) {/* sm */
    #mosaicBanner {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #mosaicBanner .text,
    #mosaicBanner .image {
        width: 100% !important;
    }

    #mosaicBanner .text .underTitle {
        margin-right: auto;
        margin-left: 0;
    }

    #mosaicBanner .row1 .text {
        margin-bottom: 15px;
    }

    #mosaicBanner .row2 .dx .text {
        margin-top: 15px;
    }

    #mosaicBanner .text .title,
    #mosaicBanner .text .underTitle {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
    }

    #mosaicBanner .row1 .text .title,
    #mosaicBanner .row1 .text .underTitle {
        max-width: 500px !important;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #mosaicBanner {
        padding-bottom: 40px;
    }
	
    #mosaicBanner .row1 {
        margin-right: 0;
        padding-bottom: 0;
    }

    #mosaicBanner .row2 {
        padding-top: 0;
    }

    #mosaicBanner .image img,
    #mosaicBanner .text {
        max-width: 600px !important;
    }

    #mosaicBanner .row2 .sx {
        margin-top: 0;
    }

    #mosaicBanner .row1 .image {
        order: 1;
    }

    #mosaicBanner .text .title {
        max-width: 100%;
    }

    #mosaicBanner .text {
        order: 2;
        margin-bottom: 40px !important;
        padding-top: 0 !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-top: 15px;
    }

    #mosaicBanner .text .underTitle {
        margin-top: 10px;
    }

    #mosaicBanner .row1 .text .title,
    #mosaicBanner .row1 .text .underTitle {
        max-width: 100% !important;
    }

    #mosaicBanner .row2 .dx .text > * {
        text-align: right !important;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #box-banner {
        padding-bottom: 30px;
        padding-top: 80px;
    }
    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }
    #box-banner ul li {
        width: 50%;
    }
    #box-banner .flickity-prev-next-button .flickity-button-icon {
        display: block;
    }
    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    #box-banner ul li {
        width: 100%;
    }
    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }
    #box-banner .subtitle {
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }
    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 20px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 400px) {
    #box-banner li .description .title i {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner-3 .text,
    #text-image-banner-3 .image {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #text-image-banner-3 .text {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner-3 {
        padding-top: 0;
    }

    #text-image-banner-3 .content {
        max-width: 700px;
        margin: auto;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-3 .text {
        font-size: 18px;
        padding-top: 20px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-2
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner-2 .text,
    #text-image-banner-2 .image {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner-2 .content {
        max-width: 700px;
        margin: auto;
    }

    #text-image-banner-2 .os-images .android img, 
    #text-image-banner-2 .os-images .apple img {
        width: 100%;
        max-width: 180px;
    }

    #text-image-banner-2 .os-images > * {
        margin-top: 15px;
    }

    #text-image-banner-2 .os-images .android .icon, 
    #text-image-banner-2 .os-images .apple .icon {
        width: 50px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-2 .text {
        font-size: 18px;
        padding-top: 20px;
    }
}


/*--------------------------------------------------------*\
    bg-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #bg-banner img.v1 {
        display: none;
    }
    #bg-banner img.v2 {
        display: block;
    }
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #only-text-banner .right {
        max-width: 60%;
    }
    #only-text-banner .row1 {
        font-size: 33px;
        text-align: left;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 39px;
        width: 100%;
    }
    #only-text-banner .mybutton_round_3 {
        font-size: 24px;
        padding-left: 23px;
        padding-right: 23px;
    }
    #only-text-banner .background {
        top: 30px;
        height: 380px;
    }
}

@media only screen and (max-width: 1250px) {
    #only-text-banner .right {
        max-width: 750px;
        padding: 20px;
        margin-top: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    #only-text-banner .row1 {
        text-align: center;
        margin-top: 65px;
        margin-bottom: 15px;
    }
    #only-text-banner .background {
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 420px;
        width: auto;
    }
    #only-text-banner .left {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #only-text-banner .background {
        top: 10px;
    }
    #only-text-banner .right {
        margin-top: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #only-text-banner .background {
        top: 15px;
    }
    #only-text-banner .right {
        margin-top: 360px;
    }
    #only-text-banner .countdown_button .content {
        padding-bottom: 5px;
    }
    #only-text-banner .row1 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 500px) {
    #only-text-banner .right {
        padding-bottom: 0;
    }
    #only-text-banner .background {
        top: -15px;
        min-height: 380px;
    }
    #only-text-banner .right {
        margin-top: 300px;
    }
    #only-text-banner .row1 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 400px) {
    #only-text-banner .background {
        top: 0;
        position: relative;
    }
    #only-text-banner .right {
        margin-top: 0;
    }
    #only-text-banner .row1 {
        margin-top: 20px;
    }
}


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #advise-banner {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #advise-banner .sx {
        order: 0;
        padding-top: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 30px;
    }

    #advise-banner .dx {
        max-width: 550px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #advise-banner .dx {
        order: 1;
    }

    #advise-banner .dx img {
        padding: 0;
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    #advise-banner .sx .title {
        font-size: 34px;
        line-height: 43px;
    }

    #advise-banner .sx .surtitle {
        font-size: 25px;
    }

    #advise-banner .sx > * {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #advise-banner {
        padding-top: 0;
        padding-bottom: 0;
    }

    #advise-banner .sx .subtitle {
        line-height: 26px;
    }

    #advise-banner > .content {
        padding-left: 0;
        padding-right: 0;
    }

    #advise-banner .sx {
        padding-top: 30px;
    }

    #advise-banner .sx,
    #advise-banner .under {
        padding-left: 15px;
        padding-right: 15px;
    }

    #advise-banner .sx .title {
        font-size: 31px;
        line-height: 39px;
    }

    #advise-banner .sx .surtitle {
        font-size: 23px;
    }

    #advise-banner .sx .title {
        font-size: 29px;
        line-height: 36px;
    }

    #advise-banner .sx .surtitle {
        font-size: 21px;
    }

    #advise-banner .sx > * {
        padding-bottom: 8px;
    }

    #advise-banner .price .quantity {
        width: 100%;
        padding-top: 15px;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) {
    #slider .text .innerTitle {
        line-height: 65px;
        font-size: 55px;
    }
}

@media only screen and (max-width: 64em) {
    #slider.slider_3 .images {
        order: 2;
    }

    #slider.slider_3 .text {
        order: 1;
        z-index: 99;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }

    #slider.slider_1 .images img {
        padding-left: 5px;
        padding-right: 5px;
    }

    #slider .text .title {
        padding-bottom: 0;
        line-height: 23px;
    }

    #slider .text > * {
        max-width: 800px;
    }

    #slider.slider_1 .images {
        order: 2;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
    #slider .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    #slider.slider_1 {
        padding-bottom: 0;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
    #slider .description {
        line-height: 22px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

@media screen and (max-width: 1100px) {
    #opinions {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    #opinions .carousel-cell {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #opinions {
        padding-top: 60px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    #opinions {
        padding-top: 50px;
        padding-bottom: 0;
    }

    #opinions .carousel-cell {
        padding: 15px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }

    .order_wrapper {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 399px) {
    #order > .container {
        padding: 50px 0 0 0;
    }

    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }

    #order > .content > .container {
        padding: 0;
    }

    #order #order_frame {
        margin-bottom: 0;
    }
}