

.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-image: url("../imgs/arrow_bk.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1em;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.sec-hr-gold:after{
  content: '';
  background-image: url("../imgs/hr_gold.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1em;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.sec-hr-red:after {
  content: '';
  background-image: url("../imgs/hr_red.png");
  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{
	background:url(../imgs/icon_voice.png) no-repeat;
}
.icon_waterproof:before{
	background:url(../imgs/icon_waterproof.png) no-repeat;
}
.icon_redoled:before{
	background:url(../imgs/icon_red_oled.png) no-repeat;
}
.icon_battery:before{
	background:url(../imgs/icon_battery.png) no-repeat;
}

.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;
  }

  

}
