/*--------------------------------------------------------*\
    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: 1000px) {
    #navMenu .menu ul li.logo_li img {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 850px) {
    #navMenu .menu ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 750px) {/* sm */
    #navMenu .menu ul li.logo_li {
        display: none !important;
    }
    #navMenu .logo {
        padding-bottom: 0;
        display: inline-block;
    }
    #navMenu .menu ul {
        width: 100%;
    }
    #navMenu .menu ul li {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        height: fit-content;
    }
    #navMenu .menu ul li:first-child {
        margin-top: 15px;
    }
    #navMenu .mobile-menu {
        display: block;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) { 
    #header > .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1200px) { 
    #header .logo-column .row2 {
        font-size: 55px;
        line-height: 55px;
    }

    #header .logo-column .row3 img {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #header > .content {
        padding-top: 70px;
    }

    #header .object {
        margin-top: 20px;
    }

    #header .logo-column .row2 {
        font-size: 57px;
        line-height: 58px;
    }

    #header .logo-column .row3 img {
        padding-bottom: 5px;
    }

    #header .logo-column .row2 > img {
        max-width: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) { 
    #header > .content {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 60px;
    }

    #header .object img {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*--------------------------------------------------------*\
    doubleImages
\*--------------------------------------------------------*/

@media only screen and (max-width: 1150px) { 
    #doubleImages > .content {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1050px) { 
    #doubleImages .sx,
    #doubleImages .dx {
        padding-left: 25px;
        padding-right: 25px;
    }

    #doubleImages .dx .text, 
    #doubleImages .sx .text {
        font-size: 35px;
        line-height: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 950px) { 
    #doubleImages .dx .text, 
    #doubleImages .sx .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 900px) { 
    #doubleImages > .content {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #doubleImages .sx {
        padding-right: 13px;
    }

    #doubleImages .dx {
        padding-left: 13px;
    }
}

@media only screen and (max-width: 48em) { 
    #doubleImages .sx,
    #doubleImages .dx {
        padding-left: 25px;
        padding-right: 25px;
    }

    #doubleImages .sx .text {
        order: 1;
    }

    #doubleImages .sx .image {
        order: 2;
    }

    #doubleImages > .content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 550px) { 
    #doubleImages > .content {
        padding-top: 5px;
    }

    #doubleImages .sx, 
    #doubleImages .dx {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 450px) { 
    #doubleImages > .content {
        padding-bottom: 40px;
    }

    #doubleImages .dx .text, 
    #doubleImages .sx .text {
        font-size: 28px;
        line-height: 32px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner.second .text {
        margin-top: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }
    
    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
        padding-top: 10px;
    }

    #text-image-banner .image img {
        max-width: 600px;
        width: 100%;
    }

    #text-image-banner .text {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner .content { 
        margin-top: 0;
    }
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    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%;
    }
}


/*--------------------------------------------------------*\
    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;
    }
    #only-text-banner .background {
        top: 0;
        border-radius: 0;
        position: relative;
    }
    #only-text-banner .right {
        margin-top: 0;
    }
    #only-text-banner .row1 {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------*\
    product
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 40px;
        padding-left: 20px;
    }
    #product .supertitle {
        margin-right: -5px;
    }
}

@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;
    }
    #product .innerTitle {
        font-size: 60px;
    }
    #product.product_1 .text .description {
        margin-right: 15px;
    }
    #product .floating {
        right: 15px;
        max-width: 115px !important;
    }
}

@media only screen and (max-width: 900px) {
    #product.product_1 {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    #product .innerTitle {
        font-size: 58px;
    }
}

@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: 48em) {
    #product.product_1 {
        padding-top: 0;
        padding-bottom: 40px;
    }
    #product .top .images {
        order: 2;
        margin-bottom: 50px;
    }
    #product .top {
        padding-bottom: 0;
    }
    #product .top .text {
        order: 1;
    }
    #product .carousel {
        order: 3;
        padding-top: 20px;
    }
    #product .description {
        margin-left: 0;
        margin-right: 0;
    }
    #product .top .images img {
        max-width: 600px;
    }
    #product .supertitle {
        margin-right: 0;
    }
    #product.product_1 .text, 
    #product.product_2 .text,
    #product.product_3 .text {
        padding-right: 10px;
        padding-left: 10px;
    }
    #product.product_2 {
        padding-bottom: 0;
    }
    #product .innerTitle {
        font-size: 68px;
    }
    #product .top .images {
        margin-top: 30px;
    }
    #product .carousel .carousel-cell {
        padding: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    #product .top .images {
        margin-bottom: 40px;
    }
    #product.product_2,
    #product.product_3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #product .floating {
        max-width: 90px;
    }
}

@media only screen and (max-width: 500px) {
    #product.product_2,
    #product.product_3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #product>.content {
        padding: 15px;
        padding: 15px;
    }
    #product.product_1 .text .description {
        margin-right: 0;
    }
    #product .description {
        margin-left: 0;
    }
    #product .carousel {
        padding-top: 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: 0;
    }
    #product .supertitle {
        padding-bottom: 20px;
        margin-right: -15%;
    }
    #product .underTitle {
        margin-left: 0;
        margin-left: -15%;
    }
    #product .innerTitle {
        font-size: 60px;
    }
    #product .underTitle {
        font-size: 85px;
        margin-left: -15%;
    }
}

@media only screen and (max-width: 400px) {
    #product .text .description ul.sizes li {
        margin-left: 7px;
    }
    #product .innerTitle {
        font-size: 66px;
        line-height: 74px;
    }
    #product .supertitle {
        margin: 0 !important;
    }
    #product .underTitle {
        display: none;
    }
    #product>.content {
        padding-top: 0;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #text-image-banner-3.container {
        width: 100%;
    }
    #text-image-banner-3 .text {
        font-size: 18px;
    }
    #text-image-banner-3 .text {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner-3 .price .quantity {
        font-size: 20px;
    }
    #text-image-banner-3 .price .new {
        font-size: 41px;
    }
    #text-image-banner-3 .price .old {
        font-size: 28px;
    }
    #text-image-banner-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    #text-image-banner-3 .text {
        padding-bottom: 20px;
    }
    #text-image-banner-3 {
        padding-bottom: 50px;
    }
    #text-image-banner-3 .os-images {
        max-width: 300px;
    }
    #text-image-banner-3 .os-images img {
        margin: 20px 10px 0 10px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-3 .innerTitle {
        font-size: 31px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 650px) {
    .order_wrapper {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #order>.content>.container {
        padding: 50px 0 0 0;
    }
    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}


/*--------------------------------------------------------*\
    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 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }

    #slider.slider_1 .images img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-top: 50px;
    }
    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
    #slider .content {
        padding-left: 0;
        padding-right: 0;
    }

    #slider #myPlayer {
        max-height: 500px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
    #slider .description {
        line-height: 24px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}