﻿.naviArea {
    
background-color: rgba(0, 0, 0);
    
border-style: solid;
    
border-width: 1px;
    
border-color: #000000;
    
position: fixed;
    
top: 18%;
    
right: -410px;
    
border-radius: 5px;
    
z-index: 9999;
    
overflow:auto;
    
/* height:415px; */
}
.naviArea ul{
    margin-left: 0px;
    margin-bottom:0px;
}
.naviArea ul li{
  list-style: unset;
    list-style-position: unset;
}

@media screen and (max-width: 767px) {
  .naviArea {
    top: 13.33333vw;
    WIDTH: 39%;
    /* height: 40%; */
  }
}

.naviArea li {
  font-size: 1.43rem;
}

.naviArea li + li {
  border-top: 1px solid #000000;
}

@media screen and (max-width: 767px) {
  .naviArea li {
    font-size: 1.0rem;
  }
  .naviArea li a{
    font-size:15px;
  }
  .naviArea ul {
      margin-left: 0px;
  }
  .naviArea ul li a{
              padding: 2.5% 0% 2.5% 9%;
  }
}

.naviArea li a {
  display: block;
  padding: 0.81429em 0.71429em 0.69429em 1.64286em;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 7px black, 0 0 7px black;
  position: relative;
  transition: color 0.3s;
}

.naviArea li a:hover {
  color: #fff005;
}

.naviArea li a:before {
  content: "";
  display: block;
  width: 0.42857em;
  height: 0.42857em;
  margin: auto;
  border-bottom: 0.14286em solid #ffffff;
  border-right: 0.14286em solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13.71429em;
  transform: translate(-0.14286em, 0.07143em) rotate(-45deg);
}

.naviAreatest{
  content: "";
  display: block;
  width: 0.42857em;
  height: 0.42857em;
  margin: auto;
  border-bottom: 0.14286em solid #d6151f;
  border-right: 0.14286em solid #d6151f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.71429em;
  transform: translate(-0.14286em, 0.07143em) rotate(90deg);
}

.clsNav {
      background: #000000;
    color: #ffffff;
    height: 55px;
    display: block;
    font-size: 4.4rem;
    text-align: center;
    padding: 8px 20px;
    cursor: pointer;
    transition: opacity 0.3s;
    text-align: left;
}

.clsNav:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .clsNav {
    height: 39.73px;
    padding: 0em;
    font-size: 14px;
    text-align: left;
    padding-left: 8%;
  }
  .naviArea li a:before {
  left: 23.71429em;
}
}

.clsNav > * {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .clsNav > * {
    padding-top: 0;
    font-size:30px;
    
  }
}

.clsNav b {
  padding-right: 5px;
  font-size: 1.28571em;
  line-height: 1;
  font: 75%/1.4 メイリオ,Meiryo,Arial,Helvetica,Verdana,ヒラギノ角ゴPro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ Ｐゴシック,sans-serif!important;
}

@media screen and (max-width: 767px) {
  .clsNav b {
    padding-right: 1.33333vw;
    margin-left: 10%;
    font: 1.28571em/1.4 メイリオ,Meiryo,Arial,Helvetica,Verdana,ヒラギノ角ゴPro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ Ｐゴシック,sans-serif!important;
  }
}
.subno {
    
    left: 0;
    bottom: 0;
    background: #000000 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    height: 20px;
    right: 11px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 20px;
    z-index: 99;
}
.naviArea2 {
  position: fixed;
  top: 64%;
    left: 0px;
  z-index: 9999;
  display:inline-grid;
  width: 45px;
}
.naviArea2 .navline{
    background: rgba(255, 255, 255,0.3);
    border-radius: 5px 0 0 5px;
    color: rgb(255, 255, 255);
    display: block;
    font: 18px/35px 'Roboto', sans-serif;
    margin-bottom: 5px;
    padding: 15% 0;
    position: relative;
    text-align: center;
    width: 45px;    
    height: 36.25px;
    padding-bottom: 10%;
}

.naviArea3 {
  position: fixed;
  top: 30%;
  left: 0px;
  z-index: 9999;
  border-top: none; 
  border-bottom: none;
  border-top: none !important;
    border-bottom: none !important;
    visibility:visible;
}
.naviArea4 {
   
  position: fixed;
  top: 395px;
  right: 0px;
  z-index: 9999;
}
.naviArea5 {
   
  position: fixed;
  top: 445px;
  right: 0px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .naviArea2 {
    top: 80%;
  }
  .naviArea3 {
    top: 202px;
    visibility:hidden;
  }
 .naviArea4 {
    top: 253px;
  }
 .naviArea5 {
    top: 305px;
  }
 .navline{
  
    
  
}
}

.naviArea2 .menuShow {
  display: block;
    transition: opacity 0.3s;
    height: 48px;
    margin-bottom: 1px;
    position: absolute;
    top: -50px;
}
.shoppingacart{
    border-radius: 5px 0 0 5px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 45px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    font: 18px/35px 'Roboto', sans-serif;
    text-decoration:unset!important;
}
.shoppingacart i{
    border: none;
    font-size: 25px;
    float: left;
    color:#000000;
    margin-top: 8px;
    padding: 0 10px;
    text-decoration:unset;
}
.navtop{
    height: 48px;
}
.naviArea2 .menuShow img{
  width:45px; 
  
}
.naviArea2 a img{
  /*width:45px;*/ 
  
}
.naviArea3 a img{
  width:70px; 
  
}
.naviArea4 a img{
  width:45px; 
  
}
.naviArea5 a img{
  width:45px; 
  
}
.navline img{
    width:auto;
    max-width: 40px;
}
.naviArea2 .menuShow:hover {
  opacity: 0.5;
}
.cm_clear{
    position: absolute;
    right: 23%;
    top: 65px;
}

@media screen and (max-width: 767px) {
  .navi3Wrap {
    display: none;
  }
  .naviArea2 .menuShow img{
  width:45px; 
  height:26px;  
}
 .naviArea2 .menuShow {
 
    position: absolute;
    top: -19%;
}
 .shoppingacart{
     height: 48px;
 }
 .shoppingacart i{
  
  top: -2px;
  
}
 .subno{
     top:15px!important;
 }
.naviArea3 a img{
  width:45px; 
  
}
.naviArea4 a img{
  width:45px; 
  
}
.naviArea5 a img{
  width:45px; 
  
}

.cm_clear{
    position: absolute;
    right: 17%;
    top: 84px;
}
.cm_clear img {
    width:50%;
}
}

.naviArea3 {
  
  text-align: center;
 
  margin: 0;
  padding: 0;
  
}

.naviArea3.fix {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.naviInner3 {
  margin: 0;
  padding: 15px 0 10px 0;
}

.naviInner3 a {
  /*background-image: url(../images/nav_arw1.png);*/
  background-repeat: no-repeat;
  background-position: 19px 7px;
  margin: 0 0 0 0;
  padding: 0 22px 0 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  background-size: 20px;
  border-left: 1px solid #fff;
}

.naviInner3 a.bar {
  border-right: 1px solid #fff;
}

.naviInner3 a:hover {
  /*background-image: url(../images/nav_arw1_on.png);*/
  color: #dae535;
}

.naviAreaSp {
  display: none;
}

.clkScrl{
    cursor: pointer;
}

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.hidenli{
    margin-left: 10px;
}


.newNav{
    /*right:0px;*/
    left:0px;
    z-index: 10005;
    top:-120%;
    width: 15%;
}
.newTOP{
    padding-top: 22px;
    padding-bottom: 21px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header__inr .menuShow{
    position: absolute;
    left:2%;
    bottom: 21px;
}
.header__inr .shoppingacart{
       position: absolute;
    right: 6%;
    top: 29%;
    background: unset;
    margin-bottom: 0;
    padding: 0;
    border-radius: 25px;
    background: white;
}
.header__inr .shoppingacart i {
    border: none;
    font-size: 18px;
    float: left;
    color: #000000;
    margin-top: 7px;
    padding: 0 5px;
}
.header__inr .shoppingacart .subno {
    left: -3px;
    bottom: 0;
    background: #000000 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 11px;
    height: 20px;
    /* right: 126px; */
    line-height: 19px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 20px;
    z-index: 99;
}
.header__inr .navline{
    position: absolute;
    
    right: 1%;
    top: 25%;
    
}
.top_need{
    height:68px;
}

@media screen and (max-width: 767px) {
    .header__inr .menuShow{
           position: absolute;
        top: 4px;
        left: 1.4%;
}
    .header__inr .shoppingacart{
    position: absolute;
    right: 13%;
        top: 6px;
}
    .header__inr .navline{
    position: absolute;
    top:8%;
}
    .newTOP{
    padding-top: 12px;
    padding-bottom: 4px;
    position: fixed;
    width: 100%;
    z-index: 999;
    font-size: 16px;
}
    .top_need{
    height:41px;
}
}

.video-bg {
   
    
 
   
}

.video-bg iframe {
   
    pointer-events: none; /* 🔥 禁止點擊 */
}

/* 讓影片保持 cover 效果（避免黑邊） */
.video-bg iframe {
    
}
.banner_img{
    width:1000px;
}
.M_officially{
    width: 60%;
    margin: 20px auto 20px auto;
    display: flex;
}
.M_officially_L{
    width: 30%;    
    font-weight: 600;    
    border: 4px #979797;    
    border-style: inset;
}
.M_officially_R{
    width: 70%;
}
@media screen and (max-width: 767px) {
    .spimgtext .rx7_detail_li img{
        width:100%;
        height:auto;
    }
    .spimgtext .rx7_detail_li p{
        text-align:center;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;
    }
    .newNav {
    
    width: 100%;
}
    .banner_img{
    width:98%;
}
    .M_officially{
    width: 90%;
    margin: 20px auto 20px auto;
    display: block;
}
    .M_officially_L{
    width: 100%;    
    font-weight: 600;    
    border: 4px #979797;    
    border-style: inset;
}
.M_officially_R{
    width: 100%;
    padding-top:10px;
}
}
.hearder_ui_img{
    filter:brightness(60%);
}
.hearder_ui_img:hover{
    filter:brightness(100%);
}