.smenu_wrap .smenu_rel{
  padding: 0 70px;
  width: calc(100% - 240px);
}
.smenu_rel{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.smenu a{
  height: 60px;
  display: flex;
  align-items: center;
}
.smenu.smenu01 > ul:not(:first-child){
  height: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  left: -10px;
  width: 100%;
  border: 1px solid #ddd;
}
.smenu ul > li:not(:first-child){
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  left: -10px;
  width: 100%;
  border: 1px solid #ddd;
}
.smenu.smenu01 > ul:not(:first-child):hover,
.smenu ul > li:not(:first-child):hover{
  background-color: #ddd;
}
.smenu01 ul:not(:first-child) a,.smenu02 li:not(:first-child) a{
  padding-left: 20px;
}
.smenu{
  padding-right: 10px;
  position: relative;
}
.smenu:not(:last-child):after{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
  height: 40%;
  width: 1px;
}
.smenu:not(.home) a{
  width: 10em;
}
.smenu:not(.home)::before{
  content: "";
  background-image: url(../image/new_image/smenu_arrow.svg);
  background-size: contain;
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  filter: brightness(0.5);
  transform: translateY(-50%);
}
.smenu:not(.home):hover::before{
  transform: rotate(180deg) translateY(50%);
}
.smenu.home a{
  width: 40px;
}
.smenu02:hover ul > li:not(:first-child){
  opacity: 1;
  pointer-events: all;
}
.smenu01:hover > ul:not(:first-child){
  opacity: 1;
  pointer-events: all;
}
.smenu01 > ul:nth-child(2),
.smenu02 ul > li:nth-child(2){
  top: 60px;
}
.smenu01 > ul:nth-child(3),
.smenu02 ul > li:nth-child(3){
  top: 120px;
}
.smenu01 > ul:nth-child(4),
.smenu02 ul > li:nth-child(4){
  top: 180px;
}
.smenu01 > ul:nth-child(5),
.smenu02 ul > li:nth-child(5){
  top: 240px;
}
.smenu01 > ul:nth-child(6),
.smenu02 ul > li:nth-child(6){
  top: 300px;
}
.smenu01 > ul:nth-child(7),
.smenu02 ul > li:nth-child(7){
  top: 360px;
}
.smenu01 > ul:nth-child(8),
.smenu02 ul > li:nth-child(8){
  top: 420px;
}
.smenu{
  position: relative;
}