/*手機選單*/

#float_sp_info {
  position: relative;
}

#mob_menu_xmark3{
  position: absolute;right: 10px;font-size:24px;top:17px;
}

.topArea1{
  width:100%;display: flex;flex-direction: column;
}

.topArea2{
  width:100%;height: fit-content;box-sizing: border-box;display: flex;flex-direction: column;padding:20px;position: sticky;top:130px;height: fit-content;overflow-y: scroll;scrollbar-width: none;
}

.topSort1{
  display: flex;flex-direction: row;align-items: baseline;border-bottom:1px solid #dfdfdf;padding-bottom: 20px;margin-bottom: 20px;
}

.topSort2{
  display: flex;flex-direction: column;width:100%;margin-bottom: 15px;
}

.topSort1_span{
  font-size:17px;font-weight: 500;color: #c35353;
}

.topSort3{
  display: flex;flex-direction: row;width: 100%;align-items: baseline;
}

.topSort4{
  margin-bottom: 10px;display: flex;flex-direction: column;font-size:15px;line-height: 1.8;list-style-type: disclosure-closed;list-style-position: inside;padding-left: 5px;border-top:1px solid #dfdfdf;padding-top: 10px;margin-top:10px
}

.topSort5{
  display: flex;flex-direction: column;width:100%;margin-bottom: 15px;
}

.topSort6{
  width: 100%;box-sizing: border-box;padding:20px 10px;border-bottom: 1px solid #ddd;position: relative;margin-bottom: 10px;
}

.topSort7{
  width:100%;display: flex;flex-direction: column;
}

.topSort8{
  display: flex;flex-direction: row;align-items: center;color:#8b8b8b;margin:10px;font-size:18px;
}

.topSort9{
  display: flex;flex-direction: column;flex:1;box-sizing: border-box;padding-right: 40px;
}

.topSort9_rm{
  position: absolute;top:2px;right: 10px;
}

.topSpSort1{
  width:100%;padding:20px 10px 0px 10px;box-sizing: border-box;display: flex;margin-top: auto;margin-bottom:10px;border-top:1px solid #ddd;flex-direction: column;
}

.topSpSort2{
  display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 20px;font-size:20px;letter-spacing: 1px;font-weight: 600
}

.top_nav_sp {
  display: none;
}

.mobchild_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  color: #333;
}

.mob_normal_btn {
  width: 100%;
  padding: 13px 20px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-right: none;
  border-top: none;
  border-left: none;
  transition: none;
  font-size: 15px;
}

.mobchild_menu .mob_normal_btn {
  background-color: #f7f7f7;
  border-bottom: 1px solid #cecece;
}

/* .mob_normal_btn.active{
        background-color: #ddd;
    } */

.new_moba_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  color: black;
}

/* .new_moba_box.active {
  background-color: #f7f7f7;
} */

/* .new_moba_box.active .mob_normal_btn{
  border-bottom:none;
} */

/* .mob_third_menu.active .mob_normal_btn{
  background-color: #F7F7F7;
} */

.mob_child_i {
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e4e4e4;
  border-top: none;
}

.mob_third_menu .mob_child_i {
  background-color: #f7f7f7;
  border-left: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.mob_child_i.active {
  background-color: #0c860b;
  border-color: #0c860b;
  color: white;
}

.mobii_menu {
  width: 100%;
  position: relative;
}

.mobii_menu::before {
  content: '';
  width: 50%;
  left: 0px;
  height: 2px;
  bottom: -1px;
  background-color: #95000c;
  position: absolute;
  transform: translateX(0%);
  transition: 0.2s ease;
}

.mobii_menu.active::before {
  transform: translateX(100%);
}

.mobii_chosebtn {
  width: 50%;
  text-align: center;
  height: 100%;
  padding: 15px 0px;
  transition: 0.2s ease;
}

.mobii_chosebtn.active {
  background-color: #e8e8e8;
}

.mobii_jsarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
}

.mobii_jsarea.active {
  opacity: 1;
}

.mob_menu_box .pt_lnum {
  font-size: 11px;
}

.child_btn {
  width: 22px;
  font-size: 13px;
}

.top_nav a:hover,
.top_nav_last a:hover {
  color: var(--webmainho);
}

.third_ctl_btn_active {
  color: var(--webmainho);
}

.red_spnum_float {
  position: absolute;
  background-color: red;
  width: 18px;
  display: inline-flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 99%;
  color: white;
  letter-spacing: 0px;
  box-sizing: border-box;
  padding-bottom: 2px;
  left: 10px;
  top: 0px;
  font-weight: 600;
}

.red_spnum_float2 {
  position: absolute;
  background-color: red;
  width: 18px;
  display: inline-flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 99%;
  color: white;
  letter-spacing: 0px;
  box-sizing: border-box;
  padding-bottom: 2px;
  left: 15px;
  top: -6px;
  font-weight: 600;
}

li.active {
  border-bottom: none;
}

.mob_menu {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 13px 0px;
}

.mob_menu.active {
  background-color: #f7f7f7;
}

.mob_menu_box ul {
  padding-left: 0px;
}

.mob_menu_box {
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  width: 300px;
  height: 100vh;
  background-color: white;
  z-index: 999;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
  transition: transform 0.5s ease;
  max-width: 80%;
  /* color:white;
  background-color: #caad4a; */
}

.mob_menu_box.open {
  transform: none;
}

.sp_mob_menu_box {
  position: fixed;
  width: 340px;
  height: 100vh;
  background-color: white;
  z-index: 999;
  right: 0px;
  top: 0px;
  overflow-y: scroll;
  /* padding: 10px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transform: translate3d(100%, 0, 0);
  transition: 0.5s ease;
}

.sp_mob_menu_box.open {
  transform: none;
}

.mob_menu_box02 {
  color: #292929;
  padding: 0px;
  letter-spacing: 2px;
  margin: 0px;
}

.mob_menu03 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  font-size: 15px;
}

.mob_menu03_i {
  margin-left: auto;
  font-size: 17px;
}

.mob_menu03_sec_i {
  margin-left: auto;
  font-size: 17px;
  margin-right: 20px;
}

.mob_sec_menu {
  background-color: #f1f1f1;
}

.mob_sec_menu:nth-child(2) {
  margin-top: 10px;
}

.mob_sec_menu li {
  display: flex;
  flex-direction: column;
}

.mob_sec_menu a {
  padding: 10px 20px;
  font-size: 15px;
}

.mob_third_menu {
  background-color: #efefef;
}

.mob_searchArea {
  position: absolute;
  top: 82px;
  width: 100%;
  height: auto;
  background-color: #ffda00;
  padding: 5px 0px 10px 0px;
}

.mobArea{
  display: none;flex-direction: row;align-items: center;
}

/*電腦選單*/

.topPcSort1{
  display: flex;flex-direction: column;
}

.topPcSort2{
  display: flex;flex-direction: row;justify-content: flex-end;padding-right: 32px;margin-bottom: 10px;align-items: baseline;
}
.topPcSort2 a{
	color: #fff;
}
.top_icon_box01 {
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 3%;
  top: 5px;
  z-index: 3;
}

.top_icon_box01 a {
  margin-right: 25px;
  font-size: 20px;
}

.top_icon_box01 a:last-child {
  margin-right: 0px;
}

.top_nav {
  position: relative;
  padding: 0px 12px;
  font-size: 16px;
  width: fit-content;
  min-width: 80px;
  color: #383838;
  /* padding: 20px 0px; */
}

.top_nav_last {
  position: relative;
  padding: 0px 15px;
  font-size: 16px;
}

.top_nav_a01 {
  padding: 10px 0px;display: flex;flex-direction: column;align-items: center;
  color: #000;
}
.top_nav_a01 > img{
    /*
	filter: brightness(0) invert(1);	
	*/
}
.top_nav::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #d1d1d1;
  right: 0px;
  height: 35px;
  top: 22px;
  left: 2px;
}

.top_nav::before:last-child {
  content: '';
  width: 0px;
}

.sub_menu {
  background-color: #fff;
  min-width: 200px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  padding: 10px;
  position: absolute;
  top: 70px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  /* transition: 0.5s ease; */
}
/* 
.sub_menu::before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 10px solid #ddd;
  top: -20.5px;
  left: 35px;
}

.sub_menu::after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom: 10px solid white;
  top: -18.5px;
  left: 35px;
} */

.sub_active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s ease;
}

.top_box01 {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  position: fixed;
  top: 0px;
  z-index: 99;
   box-shadow: 0px 2px 20px 0px #ddd; 
  /* border-bottom: 1px solid #ddd; */
  height: 80px;
  /* max-width: 1920px; */
}

.top_box01.search_open {
  z-index: 1000;
}

.top_box02 {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
  max-width: 1920px;
  padding: 0 20px;
}

.top_box02_c {
  flex-direction: column;
}

.logo_img {
    height: auto;
    width: 100%;
    max-height: 80px;
    /* max-width: 350px; */
    box-sizing: border-box;
    padding: 5px 0px;

}

.top_box02 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sub_menu li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sub_menu a {
  margin: 0 10px;
  display: flex;
  padding: 10px 0px;
  width: 100%;
}

.top_box03 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top_box03 img {
  height: 30px;
  margin-right: 10px;
}

.top_box03 span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
}

.top_shopping_buybtn {
  background: var(--webmainho);
  width: 90%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  margin-top: 20px;
}

.top_shopping_buybtn2 {
  background: #ffaa00;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 0px;
}

.top_shopping_box {
  width: 300px;
  height: auto;
  border: 1px solid #ddd;
  position: fixed;
  right: 10px;
  top: 100px;
  z-index: 2;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_box02_c .top_shopping_box {
  top: 150px;
}

.top_sp_box01 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

.top_sp_box01:last-child {
  border-bottom: none;
}

.top_sp_img {
  aspect-ratio: 1;
  width: 70px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  margin-bottom: auto;
  background-color: #f6f6f6;
}

.top_sp_gdsword {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.top_sp_numbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.top_sp_num {
  /* margin-left: auto; */
  font-size: 16px;
  font-weight: 500;
  color: #cc3c3c;
}

.top_sp_i {
  margin-left: auto;
  font-size: 14px;
}

ul.third_menu {
  position: absolute;
  right: 100%;
  top: -10px;
  width: 200px;
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: auto;
  /* min-height: 230px; */
  /* overflow-y: scroll; */
}

ul.sub_menu {
  display: flex;
  flex-direction: column;
}

.top_nav_bar {
  display: none;
}

.top_revise_gdbox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: white;
  margin: auto;
  width: 95%;
  max-width: 800px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  box-sizing: border-box;
}

.logo_img_box {
	margin-right: auto;
    display: flex;
    align-items: center;
}

.logo_text {
  margin-right: auto;
  font-size: 25px;
  font-weight: 600;
}

.extra_mobMenu {
  width: 100%;
  padding: 15px 0px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  z-index: 1;
}

.extra_mobMenu_Tit {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  color: black;
  font-size: 17px;
}

.top_iptbox {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 22px;
}

.top_ipt {
  width: 400px;
  padding: 8px 40px 8px 15px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
}

.mob_magnify{
position: absolute;right:10px;top:10px;color: #3e3e3e;
}

@media (max-width: 1600px) {
  .top_icon_box01 a {
    margin-right: 15px;
  }

  .top_icon_box01 {
    right: 5%;
    top: 20px;
  }
}

@media (max-width: 1300px) {
  .top_ipt {
    width: 300px;
  }

  .top_iptbox {
    margin: 0 12px;
  }
}

@media (max-width: 1100px) {
  .top_box02 ul {
    display: none;
  }
  .mob_menu_btn {
    display: block;
  }

  .mobArea{
    display:flex;
  }

  .top_nav_bar {
    display: flex;
    position: absolute;
    right: 25px;
    font-size: 30px;
    top: 35%;
    color: #ff2a00;
  }
  /* 
  .logo_img_box {
    margin-right: auto;
    margin-left: auto;
  } */
}

@media (max-width: 768px) {
  /* .logo_img {
    height: 65px;
    width: auto;
  } */

  .top_nav_sp {
    display: flex;
    position: absolute;
    right: 25px;
    font-size: 25px;
    top: 27px;
    color: black;
  }
}

@media (max-width: 500px) {
  /* .logo_img {
    width: 70%;
  } */
}

@media (max-width: 400px) {
  .logo_text {
    font-size: 20px;
  }
}
