﻿.bg_color3, .hvr_bg_color3:hover {
    background-color: #c1c7bc;
}

.bg_color1, .hvr_bg_color1:hover {
    background-color: #4d3f11;
}

.blur {
    background: rgba(221, 212, 192, 0.7) !important;
}

.bg_color2, .hvr_bg_color2:hover {
    background-color: #411f09;
        color: white !important;
}

#loading {
    background-color: #f7f7f7 !important;
}

#loading {
        background-image: url(./Dup/img/load.png);
    background-position: center;
    background-repeat: no-repeat;
}

#loading #loading_text .progressbar-text {
    color: #430909 !important;
}

.blur .txt_white{
    color: #180000;
}

.top_cms_box{
        background-color: rgba(255,255,255,0.7) !important;
}

header.scr_header {
    background-color: rgba(195, 217, 255, 0.4) !important;
}

.more .more_item:before {
    background-color: rgba(107, 143, 77, 1) !important;
}

.more .more_item {
    color: white !important;
}

#main_img:after{
         content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/copy.png);
    background-position: 72% 50%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 170px;
    pointer-events: none;
}

.intro_img2{
    display: none;
}

#page_title .en {
    font-size: max(3.2vw, 30px);
    font-weight: bold;
    color: #73915a;
}

#page_title_img:after {
       background-image: url(./Dup/img/back.jpg) !important;
    background-position: 50% 25%;
    background-size: 100%;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#page_title .en {
    top: 50px;
}

ul.cate_list a{
    color: white !important;
}

#page_title_img:before {
    background-color: rgba(0,0,0,0.15);
    z-index: 1;
}

.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}

#video2{
    margin: auto;
        margin-bottom: 100px;
         position: relative;
}

.box1{
        background-image: url(./Dup/img/ira1.png);
    background-position: 0 35%;
    background-repeat: no-repeat;
    background-size: 300px;
}

.box2{
        background-image: url(./Dup/img/ira2.png);
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: 300px;
}


.box3{
    background-image: url(./Dup/img/ira3.png);
    background-position: 0 35%;
    background-repeat: no-repeat;
    background-size: 300px;
}

#video2:before{
        content: "";
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    background-image: url(./Dup/img/kusa.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#video2 h3{
    position: absolute;
    top: -70px;
    left: -10px;
    z-index: 3;
    font-size: max(10vw, 30px);
    transform: rotate(-10deg);
}

#page10 .con_box.hgs{
    max-width: 1080px;
}

.linkStyle{
color: #29a9e0;
font-weight: bold;
}

#main_img:before {
    background-image: url(./Dup/img/main_img.jpg);
        background-position: center;
    background-repeat: no-repeat;
        background-size: cover;
}

.more .more_item:hover {
    color: transparent;
    color: black !important;
    border: 1px solid black;
}

.more .more_item:hover .icon-right.after:after{
    display: none;
}

.fax{
    text-align: center;
    margin: 50px auto;
    font-size: 28px;
}

@media screen and (max-width: 768px){
#video video {
    width: auto !important;
    height: 100% !important;
}

#video {
    height: 100vh;
}

#loading #loading_text .progressbar-text {
    top: 67%;
}

#page_title_img:before {
    background-color: rgba(0,0,0,0.28) !important;
}

#page_title_img {
    height: 350px;
}

}


@media screen and (max-width: 667px){
    #page_title .en {
    top: 10px;
}

#page_title_img:after {
    background-size: cover;
}

#page_title_img {
    height: 240px;
}

#video {
    height: 80vh;
}

#main_img:after {
    background-position: 90% 50%;
    filter: drop-shadow(2px 2px 50px black);
}

#video2 h3 {
    top: -50px;
        font-size: max(10vw, 70px);
            left: 10px;
    display: block;
    overflow: visible;
        width: 100%;
}

.box1, .box2, .box3{
    background-position: center bottom;
}

#loading_text{
    display: none;
}

}