/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1800px) {
    .wrapper {
        max-width: 1600px;
        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: 900px) {
    #navMenu > .container {
        width: 100%;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #navMenu .menu ul {
        width: 100%;
    }

    #navMenu .menu ul li {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #navMenu .logo {
        padding-bottom: 69px;
    }

    #navMenu .menu ul li:first-child {
        margin-top: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    #header .object {
        min-height: 700px;
    }
}

@media only screen and (max-width: 800px) {
    #header .object {
        min-height: 600px;
    }
}

@media only screen and (max-width: 550px) {
    #header .object {
        min-height: 500px;
    }
}

@media only screen and (max-width: 450px) {
    #header .object {
        min-height: 400px;
    }
}

@media only screen and (max-width: 350px) {
    #header .object {
        min-height: 350px;
    }
}


/*--------------------------------------------------------*\
    priceHeader
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #priceHeader .title {
        font-size: 60px;
        line-height: 70px;
    }

    #priceHeader .title img {
        max-width: 62px;
        margin-right: 22px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 500px) {
    #priceHeader .title {
        font-size: 60px;
        line-height: 70px;
    }

    #priceHeader .title img {
        width: 100%;
        max-width: 100%;
        max-height: 100px;
        height: 100%;
        margin-bottom: 10px;
    }

    #priceHeader .title .italic {
        margin-top: 10px;
        font-size: 52px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 350px) {
    #priceHeader .title {
        font-size: 56px;
        line-height: 66px;
    }

    #priceHeader .title img {
        width: 100%;
        max-width: 100%;
        max-height: 90px;
        height: 100%;
        margin-bottom: 6px;
    }

    #priceHeader .title .italic {
        margin-top: 8px;
        font-size: 48px;
        line-height: 50px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #box-banner ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    #box-banner {
        margin-top: -110px;
    }
}

@media only screen and (max-width: 500px) {
    #box-banner {
        margin-top: -90px;
    }
}

@media only screen and (max-width: 750px) {
    #box-banner ul li {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    bg-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #bg-banner img.v1 {
        display: none;
    }

    #bg-banner img.v2 {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    #bg-banner.bg2 {
        display: none;
    }
}


/*--------------------------------------------------------*\
    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: 35px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 420px;
        width: 100%;
    }

    #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 .background {
        top: -20px;
    }

    #only-text-banner .right {
        margin-top: 300px;
    }

    #only-text-banner .row1 {
        font-size: 26px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 400px) {
    #only-text-banner .background {
        top: -35px;
    }

    #only-text-banner .right {
        margin-top: 280px;
    }
}

@media only screen and (max-width: 300px) {
    #only-text-banner .right {
        margin-top: 260px;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #big-g .feature-s2 .feature-item,
    #big-g .feature-s2 .feature-item:first-child {
        margin-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #big-g .feature p {
        margin-bottom: 0;
    }

    #big-g .feature-s2 .feature-img img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 650px) {
    #big-g .main-title h2 {
        font-size: 55px;
    }

    #big-g .main-title h2 span {
        margin-left: 180px;
    }

    #big-g .right-text {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #big-g .container {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #big-g .main-title h2 {
        font-size: 50px;
    }

    #big-g .main-title h2 span {
        margin-left: 150px;
    }


    #big-g .feature p {
        margin-top: 10px;
    }

    #big-g .img-box span {
        max-width: 250px;
    }
}

@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;
    }

    #big-g .main-title h2 span {
        margin-left: 0;
    }

    #big-g .main-title {
        margin-bottom: 0;
    }

    #big-g .feature-s2 .feature-item {
        margin-bottom: 20px;
    }

    #big-g .feature p {
        margin-left: 0;
        margin-top: 15px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #text-image-banner .image {
        max-width: 360px;
    }

    #text-image-banner .image img {
        margin-top: -40px;
    }

    #text-image-banner .text {
        font-size: 23px;
        line-height: 31px;
    }
    
}

@media only screen and (max-width: 1050px) {
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }

    #text-image-banner .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    #text-image-banner {
        padding-top: 45px;
    }

    #text-image-banner.banner-2 {
        padding-top: 75px;
    }

    #text-image-banner .image {
        margin-top: 45px;
    }

    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
    }

    #text-image-banner {
        padding-bottom: 0;
    }

    #text-image-banner iframe {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner {
        padding-bottom: 0;
        padding-top: 35px;
    }

    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }

    #text-image-banner .image,
    #text-image-banner .image img {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    product
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 0;
    }

    #product.product_2 .text {
        padding-right: 10px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    #product.product_1 .text, 
    #product.product_3 .text {
        padding-right: 40px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    #product .description {
        margin-left: 5px;
        margin-right: 20px;
    }

    #product.product_1 .text, 
    #product.product_3 .text {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #product .top .images {
        order: 1;
        margin-bottom: 50px;
    }

    #product .top .text {
        order: 2;
    }

    #product .carousel {
        order: 3;
        padding-top: 40px;
    }

    #product .description {
        margin-left: 0;
        margin-right: 0;
    }

    #product .top .images img {
        max-width: 600px;
    }
}

@media only screen and (max-width: 600px) {
    #product .carousel .carousel-cell {
        padding: 10px;
        width: 50%;
    }

    #product .top {
        padding-bottom: 0;
    }

    #product .top .images {
        margin-bottom: 40px;
    }

    #product.product_1 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    
    #product.product_2,
    #product.product_3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    #product.product_2,
    #product.product_3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #product > .content {
        padding: 15px;
        padding: 15px;
    }

    #product.product_1 .text .description {
        margin-right: 0;
    }

    #product .description {
        margin-left: 0;
    }

    #product .carousel .carousel-cell {
        width: 86%;
    }

    #product .carousel .flickity-prev-next-button {
        display: block;
    }

    #product .description {
        line-height: 27px;
    }

    #product.product_1 {
        padding-bottom: 30px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 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;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) {
    #slider .text .innerTitle {
        line-height: 65px;
        font-size: 55px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #slider {
        padding-top: 30px;
    }

    #slider.slider_1 {
        padding-bottom: 100px;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-bottom: 70px;
        padding-top: 60px;
    }

    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
}