/*手機選單*/

#float_sp_info {
  position: relative;
}

.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;
}

li.active {
  border-bottom: none;
}

.mob_menu {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.mob_menu_box ul {
  padding-left: 0px;
}

.mob_menu_box {
  position: fixed;
  width: 300px;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.95);
  z-index: 4;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
}

.sp_mob_menu_box {
  position: fixed;
  width: 300px;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.95);
  z-index: 4;
  left: 0px;
  top: 0px;
  overflow-y: scroll;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.mob_menu_box02 {
  color: #777;
  padding: 0px;
  letter-spacing: 2px;
}

.mob_menu03 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
}

.mob_menu03_i {
  margin-left: auto;
  font-size: 20px;
}

.mob_menu03_sec_i {
  margin-left: auto;
  font-size: 20px;
  margin-right: 20px;
}

.mob_sec_menu {
  background-color: #ddd;
}

.mob_sec_menu:nth-child(2) {
  margin-top: 10px;
}

.mob_sec_menu li {
  display: flex;
  flex-direction: column;
}

.mob_sec_menu a {
  padding: 7px 20px;
}

.mob_third_menu {
  background-color: #efefef;
}

/*電腦選單*/
.top_icon_box01 {
  position: absolute;
  display: flex;
  flex-direction: row;
  right: 3%;
  top: 5px;
  z-index: 3;
}

.top_icon_box01 a {
  margin-right: 15px;
  font-size: 20px;
}

.top_icon_box01 a:last-child {
  margin-right: 0px;
}

.top_nav {
  position: relative;
  padding: 0px 20px;
  font-size: 18px;
}

.top_nav_last {
  position: relative;
  padding: 0px 20px;
  font-size: 18px;
}

.top_nav_a01 {
  padding: 20px 0px;
}

.top_nav::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #ddd;
  right: 0px;
  height: 15px;
  top: 7px;
}

.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: 40px;
  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%;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: center;
  position: fixed;
  top: 0px;
  z-index: 3;
  box-shadow: 0px 2px 20px 0px #ddd;
}

.top_box02 {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: center;
  max-width:1920px;  
}

.top_box02_c {
  flex-direction: column;
}

.logo_img {
  height: 60px;
  width: auto;
}

.top_box02 ul {
  display: flex;
  flex-direction: row;
}

.sub_menu li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.sub_menu a {
  margin: 0 10px;
  display: flex;
  padding: 10px 0px;
  width: fit-content;
}

.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: var(--webmainho);
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  margin-top: auto;
}

.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: 5px;
}

.top_sp_img {
  aspect-ratio: 1;
  width: 50px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
}

.top_sp_gdsword {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}

.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: 13px;
  font-weight: 500;
}

.top_sp_i {
  margin-left: auto;
  font-size: 14px;
}

ul.third_menu {
  position: absolute;
  left: 220px;
  top: 0px;
  width: 200px;
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 230px;
  overflow-y: scroll;
}

ul.sub_menu {
  display: flex;
  flex-direction: column;
}

.top_nav_bar {
  display: none;
}



@media (max-width: 1920px) {

  

  .top_icon_box01 a {
    margin-right: 15px;
  }

  .top_box02 ul {
    display: none;
  }
  .top_nav_bar {
    display: flex;
    position: absolute;
    left: 20px;
    font-size: 30px;
  }
  .top_icon_box01 {
    right: 5%;
    top: 20px;
  }
}

@media (max-width: 1366px) {
  .top_nav {
    padding: 0px 15px;
  }
}

@media (max-width: 768px) {
  .logo_img {
    height: auto;
    width: 170px;
  }
  .top_icon_box01 {
    top: 10px;
  }



}
