.uk-card-orange {
    background: orange;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-orange .uk-card-title {
    color: #fff;
}

.uk-card-orange.uk-card-hover:hover {
    background-color: orange;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.logo {
    width: 100px;
}


.products-bg {
    background: rgb(7, 65, 55);
    background: linear-gradient(90deg, rgba(7, 65, 55, 1) 0%, rgba(0, 22, 13, 1) 100%, rgba(0, 22, 13, 1) 100%);
}

.txt-intro,
.txt-mincho,
.txt-intro-bk,
.sec-title-h2,
.sec-title-h3 {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.txt-gothic {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.txt-space2,
.txt-space-s {
    letter-spacing: 0.65em;
}


.txt-wh {
    color: #fff;
}

.txt-bk {
    color: #000;
}

.txt-gold {
    background-image: linear-gradient(0deg, rgba(184, 117, 30, 0), rgba(255, 206, 8, 37), rgba(254, 254, 178, 47), rgba(250, 250, 214, 50), rgba(254, 254, 178, 53), rgba(225, 206, 8, 63), rgba(184, 117, 30, 100));
    /* background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%); */
    -webkit-background-clip: text;
    color: transparent;
}

.txt-gold-dark {
    background-image: linear-gradient(0deg, rgba(184, 117, 30, 0), rgba(255, 206, 8, 37), rgba(254, 254, 178, 47), rgba(250, 250, 214, 50), rgba(254, 254, 178, 53), rgba(225, 206, 8, 63), rgba(184, 117, 30, 100));
    /* background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%); */
    -webkit-background-clip: text;
    color: #00000055;
    background-color: #aa9966;
}

.txt-red-tr {
    background-image: linear-gradient(0deg, #660000 0%, #aa0000 37%, #ff0000 47%, #fafad6 50%, #fefeb2 53%, #990000 63%, #660000 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.txt-red {
    color: #990000;
}

.txt-blue {
    color: #000099;
}

.txt-stroke-white {
    text-shadow:
        #FFF 2px 0 5px, #FFF 2px 2px 5px, #FFF 2px -2px 5px,
        #FFF 0 2px 5px, #FFF 0 -2px 5px, #FFF 0px 0 5px,
        #FFF -2px 0 5px, #FFF -2px 2px 5px, #FFF -2px -2px 5px;
}

.txt-large {
    font-size: 3.5vw;
}

.txt-large2 {
    font-size: 4.5vw;
}

.txt-xlarge {
    font-size: 8vw;
}

.txt-ul {
    border-bottom: solid 1px #cccccc;
}




.sec-title-h2 {
    font-size: 1.5em;

}

.sec-title-h3 {
    font-size: 1.1em;
}

.sec-arrow:after,
.sec-title-h2:after,
.sec-title-h3:before {
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 1em;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.sec-hr-gold:after {
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 1em;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.sec-hr-red:after {
    content: '';
    background-repeat: no-repeat;
    width: 100%;
    height: 1em;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

.txt-intro-flex {
    font-size: 1.5rem;
    line-height: 1.5;
}

.icon_voice,
.icon_waterproof,
.icon_redoled,
.icon_battery {
    position: relative;
    line-height: 1.8em;
    font-size: 1.8em;
    /*text-align: center;*/
}

.icon_voice:before,
.icon_waterproof:before,
.icon_redoled:before,
.icon_battery:before {
    left: 0;
    padding-right: 10px;
    content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-size: contain;
    vertical-align: sub;
}


@media (max-width:767px) {
    .txt-intro-flex {
        font-size: 1.1rem;
        line-height: 1.0;
    }

    .sec-title-h2 {
        font-size: 1.4rem;

    }

    .sec-title-h3 {
        font-size: 1.1rem;
    }

    .txt-space-s {
        letter-spacing: 0.1em;
    }



}

.title_box {
    background-color: #A79D86;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.title_box2 {
    background-color: #6666ff;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 5px 10px;
}

.img_300 {
    max-width: 300px;
}

.img_250 {
    max-width: 250px;
}

.img_200 {
    max-width: 200px;
}

.img_170 {
    max-width: 170px;
}

.img_150 {
    max-width: 150px;
}

.uk-subnav-divider>::before {
    margin-right: 0;
}

.heading03 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    color: #000000;
    font-family: serif;
    font-weight: bold;
}

.heading03::before,
.heading03::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #000000;
}

.heading03::before {
    margin-right: 30px;
}

.heading03::after {
    margin-left: 40px;
}

.title01 {
    font-size: 20px;
    font-weight: bold;
    font-family: serif;
    padding: 0.4em 0.5em;
    /*文字の上下 左右の余白*/
    color: #ffffff;
    /*文字色*/
    background: -webkit-linear-gradient(45deg, rgb(84, 84, 84) 20%, rgb(204, 204, 204));
    /*背景色*/
    border-left: solid 5px #5a5a5a;
    /*左線*/
    border-bottom: solid 3px #d6d6d6;
    /*下線*/
}

.title02 {
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#424242), to(#afafaf));
    background-image: -webkit-linear-gradient(left, #424242 0%, #afafaf 100%);
    background-image: linear-gradient(to right, #424242 0%, #afafaf 100%);
}


html {
    scroll-behavior: smooth;
}

.full-page {
    height: 100vh;
}