@charset "utf-8";

.first-eyt {
    position: relative;
    overflow: hidden;
}

.first-eyt > img {
    width: 100%;
}

.first-eyt .__inner {
    position: absolute;
    top: 42.5%;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    display: flex;
    justify-content: center;
}

.title {
    white-space: nowrap;
    text-align: center;
    line-height: 0.8;
    font-size: 246px;
    letter-spacing: 4px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2), -1px -1px 5px rgba(0, 0, 0, 0.2);
}

.title span {
    padding-top: 6px;
    font-size: 30px;
    display: block;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 0px;
}

.first-eyt .__inner img {
    width: 75%;
    max-width: 1025px;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.intro .__img {
    width: 48%;
    height: 600px;
    background-image: url(../images/top-img-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 10px 20px;
}

.intro .__img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.intro .__img h2 {
    color: #fff;
    text-align: center;
    font-size: 86px;
    line-height: 1;
    letter-spacing: 4px;
}

.intro .__desc {
    background-color: #ab0b26;
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 40px 70px;
}

.intro .__desc h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.9;
}

.service {
    padding: 75px 0px;
    overflow: hidden;
}

.service-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service-title p {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.6;
    padding-top: 35px;
}

.service-top .__desc {
    flex: 1;
    padding-left: 85px;
}

.service-img {
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}

.service-img .txt {
    position: absolute;
    font-size: 48px;
    font-weight: 900;
    background-color: #fff;
    line-height: 1.2;
    padding: 26px 35px;
    right: 0;
    bottom: 0;
    width: fit-content;
}

.product {
    padding: 70px 0px;
    overflow: hidden;
    background-image: url(../images/product-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.product-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-top .__desc {
    flex: 1;
    padding-left: 50px;
    padding-top: 4px;
}

.product-top h3 {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 900;
}

.item {
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 54px;
    row-gap: 20px;
}

.item .__thumb img {
    width: 430px;
}

.item:last-child .__thumb img {
    width: unset;
}

.item-info {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.item-info h3 {
    font-size: 30px;
    line-height: 1.4;
}

.item-info .size {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 24px;
    flex: 1;
}

.item-info .size .__old {
    text-decoration: line-through;
}

.item-info .size .__ct {
    padding-left: 10px;
    font-weight: 900;
    font-size: 1.1em;
}

.item .__desc {
    flex: 1;
}

.item .__desc h3 {
    font-size: 36px;
    line-height: 1.5;
    margin-top: -6px;
    margin-bottom: 35px;
}

.item .__desc p {
    font-size: 15px;
}

.quality {
    padding: 85px 0px;
    overflow: hidden;
    background-image: url(../images/quality-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.quality-list {
    padding: 45px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 60px;
    row-gap: 65px;
}

.quality-item {
    width: calc(100%/2 - 30px);
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.quality-top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 12px;
    align-items: center;
}

.quality-top h3 {
    font-size: 48px;
    line-height: 1.2;
    padding-top: 28px;
}

.quality-intro {
    padding-top: 16px;
    font-size: 36px;
    line-height: 1.5;
}

.quality-intro p {
    font-size: 24px;
    font-weight: 500;
}

.quality-box {
    background-color: #000;
    width: 1220px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    color: #fff;
}

.quality-box h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    width: fit-content;
    padding: 18px 20px;
}

.quality-img {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.quality-img::after {
    position: absolute;
    content: "";
    background-image: url(../images/icons8-arrow-100.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quality-img img {
    width: 50%;
}

.__hl {
    color: #ba8a2d;
}

.ytb {
    padding: 70px 0px 110px;
}

.ytb .container {
    max-width: 1052px;
}

.ytb-text h2,
.ytb-video h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.ytb-row {
    /* padding: 60px 0px 0px; */
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    column-gap: 65px;
    row-gap: 20px;
}

.ytb-row > img {
    width: 300px;
    max-width: 100%;
}

.ytb-row .ytb-text {
    flex: 1;
}

/* .ytb-row .ytb-text p {
    font-size: 15px;
} */

.ytb-video {
    width: 100%;
    padding: 80px 45px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 25px;
    row-gap: 25px;
}
.ytb-video_reserve{flex-direction: row-reverse;padding-left:0;padding-right:0}
.ytb-text {
    flex: 1;
}



.ytb-video iframe {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.contact {
    position: relative;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    padding: 75px 0px 95px;
}

.f-contact-title {
    width: fit-content;
    margin: 0 auto;
}

.f-contact-title > img {
    margin: 0 auto;
}

.f-contact-title h3 {
    font-size: 30px;
    padding-top: 12px;
    text-align: center;
}

.f-contact-title .--ct {
    font-size: 14px;
}

.f-contact {
    padding-top: 55px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    row-gap: 25px;
}

/* .f-contact-tel {
    padding-top: 4px;
} */

.f-contact-tel p {
    text-align: center;
    /* padding-top: 6px;
    letter-spacing: -1px;
    padding-left: 10px; */
}

.f-contact-mail a {
    background-color: #ea5413;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 13px 90px;
    display: block;
    border-radius: 70px;
    letter-spacing: 1px;
}

.info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
    font-size: 18px;
}

.info-line p {
    white-space: nowrap;
}

.info-line p:first-child {
    width: 227px;
}

.info-line + .info-line {
    margin-top: 0px;
    margin-bottom: 40px;
}

.info-line span {
    font-weight: 600;
}

.step {
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 60px;
}

.step .__step-cl img {
/*    aspect-ratio: 4/3;*/
}

.step .__step-cl {
    max-width: 100%;
    position: relative;
}

.step .__step-cl::after {
    position: absolute;
    content: "";
/*    background-image: url(../images/icons8-arrow-100.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -55px;
    transform: translate( 0%, -50%);
}

.step .__step-cl:first-child::after {
    top: -55px;
    left: 50%;
    transform: rotate(90deg) translate(0%, 50%);
}

/*=========== Responsive style ===========*/
@media only screen and (max-width: 1200px) {
    .intro .__desc h3 {
        font-size: 24px;
        line-height: 1.8;
    }

    .intro .__img {
        height: 480px;
    }

    .service-title p,
    .service-img .txt,
    .product-top h3,
    .quality-top h3 {
        font-size: 36px;
    }

    .service-title img,
    .product-top img {
        max-height: 82px;
        object-fit: cover;
    }

    .quality-top img {
        max-height: 100px;
        object-fit: cover;
    }

    .item .__desc h3,
    .quality-intro,
    .quality-box h3,
    .ytb-text h2,
    .ytb-video h2  {
        font-size: 28px;
    }

    .quality-intro p {
        font-size: 18px;
        line-height: 1.6;
    }

    .f-contact-title img {
        max-height: 82px;
        object-fit: cover;
    }

    .title {
        font-size: 200px;
    }

    .intro .__img h2 {
        font-size: 68px;
    }

    /* .f-contact-title h3 {
        font-size: 24px;
    } */
}

@media only screen and (max-width: 1024px) {
    .title {
        font-size: 140px;
    }

    .intro .__img h2 {
        font-size: 48px;
    }

    .item {
        column-gap: 25px;
    }

    .item:last-child .__desc {
        flex: unset;
        width: 100%;
    }

    .item .__desc h3 {
        margin-bottom: 20px;
    }

    .item-info h3 {
        font-size: 28px;
    }

    .service-top .__desc {
        padding-left: 45px;
    }

    .product-top .__desc {
        padding-left: 45px;
    }

    .quality-top {
        column-gap: 45px;
    }

    .quality-list {
        column-gap: 40px;
        row-gap: 45px;
    }

    .quality-item {
        width: calc(100%/2 - 20px);
    }

    .intro .__img img {
        max-width: 80%;
    }

    .intro .__desc {
        padding: 25px 40px;
    }

    .intro .__img {
        height: 400px;
        padding-top: 100px;
    }

    .service-title img, .product-top img {
        max-height: 62px;
        object-fit: cover;
    }

    .quality-top img {
        max-height: 80px;
        object-fit: cover;
    }

    .service-title p, .service-img .txt, .product-top h3, .quality-top h3 {
        font-size: 28px;
    }

    .item .__desc h3, .quality-intro, .quality-box h3, .ytb-text h2, .ytb-video h2  {
        font-size: 24px;
    }

    .quality-item > img {
        max-width: 180px;
    }

    .f-contact-title img {
        max-height: 62px;
    }

    /* .f-contact-title h3 {
        font-size: 18px;
    } */

    .f-contact-tel a img {
        max-width: 400px;
    }

    .f-contact-tel p {
        font-size: 14px;
    }

    .f-contact-mail a {
        font-size: 20px;
    }

    .ytb-video p {
        font-size: 20px;
    }
}

/*ipad air*/
@media only screen and (max-width: 820px) {
    .intro .__desc h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .step {
        column-gap: 40px;
        padding-top: 40px;
    }

    .step .__step-cl::after {
        width: 30px;
        height: 30px;
        left: -35px;
    }

    .step .__step-cl:first-child::after {
        top: -35px;
    }

    .ytb-video p {
        font-size: 15px;
    }

    .intro .__img h2 {
        font-size: 38px;
    }

    .item .__desc {
        flex: unset;
        width: 100%;
    }

    .item {
        margin-top: 45px;
    }

    .item .__desc p {
        font-size: 14px;
    }

    .quality-item {
        width: 100%;
    }

    .intro .__desc h3 {
        font-size: 20px;
    }

    .intro .__desc {
        padding: 25px 25px;
    }

    .service,
    .product,
    .quality {
        padding: 55px 0px;
    }

    .ytb {
        padding: 55px 0px 60px;
    }

    .product-top .__desc {
        flex: unset;
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }

    .service-title p, .service-img .txt, .product-top h3, .quality-top h3 {
        font-size: 20px;
    }

    .item-info h3 {
        font-size: 24px;
    }

    .product-top .__desc {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-top .__desc p {
        padding-top: 10px;
    }

    .item .__desc h3, .quality-intro, .quality-box h3, .ytb-text h2, .ytb-video h2  {
        font-size: 18px;
    }

    .service-title img, .product-top img {
        max-height: 32px;
    }

    .quality-top img {
        max-height: 50px;
        object-fit: cover;
    }

    .quality-top h3 {
        padding-top: 10px;
    }

    .quality-top {
        column-gap: 20px;
    }

    .quality-intro p {
        font-size: 14px;
    }

    .service-top .__desc {
        flex: unset;
        width: 100%;
        padding-left: 0px;
        padding-top: 15px;
    }

    .service-img .txt {
        line-height: 1.4;
        font-size: 16px;
        padding: 12px 15px;
    }

    .ytb-row .ytb-text {
        min-width: 220px;
    }

    .ytb-row {
        column-gap: 25px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .ytb-row .ytb-text p {
        font-size: 14px;
    }

    .contact {
        padding: 45px 0px;
    }

    .f-contact-title img {
        max-height: 34px;
        margin: 0 auto;
    }

    .f-contact-title h3 {
        /* font-size: 12px; */
        font-size: 24px;
    }

    .f-contact-title .--ct {
        font-size: 12px;
    }

    .f-contact-tel a img {
        max-width: 280px;
    }

    .info-line {
        font-size: 15px;
        column-gap: 10px;
    }

    .info-line + .info-line {
        margin-top: 20px;
    }

    .info-line p:first-child {
        width: 189px;
    }

    .f-contact-tel p {
        font-size: 12px;
    }

    .f-contact-mail a {
        font-size: 16px;
        padding: 12px 45px;
    }

    .f-contact {
        flex-direction: column;
        align-items: center;
        padding-top: 35px;
    }

    .title {
        font-size: 80px;
        letter-spacing: 2px;
    }
    
    .title span {
        font-size: 15px;
    }

    .ytb-video {
        padding-top: 45px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
    }
	
	.ytb-video_reserve{flex-direction:row;}

    .ytb-text {
        flex: unset;
        width: 100%;
    }

    .quality-img::after {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .title {
        font-size: 68px;
    }

    .intro .__desc {
        flex: unset;
        width: 100%;
    }

    .intro .__img {
        width: 100%;
        height: 350px;
        padding-top: 65px;
    }

    .intro .__desc h3 {
        font-size: 18px;
    }

    .item-info h3 {
        font-size: 18px;
    }

    .item-info .size {
        column-gap: 10px;
        flex: unset;
        justify-content: flex-start !important;
        width: 100%;
    }

    .quality-item > img {
        max-width: 120px;
    }

    .quality-box h3 {
        font-size: 14px;
        padding: 12px 15px;
    }

    .ytb-video iframe {
        width: 100%;
        height: 100%;
    }

}

@media only screen and (max-width: 375px) {
    .intro .__img  {
        height: 280px;
        padding-top: 50px;
    }

    .intro .__desc h3 {
        font-size: 16px;
    }

}

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

}

/*=========== Responsive style ===========*/