* {
  margin: 0;
  /* padding: 0; */
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.rct_had_parts_out {
  background: #f7f7f7;
}

.rct_had_parts_top {
  width: min(100%, 1116px);
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 0 10px;
  margin: 0 auto;
}

.rct_had_parts_top_left {
  font-weight: bold;
}

.rct_had_parts_top_right ul {
  display: flex;
}

.rct_had_parts_top_right ul li a {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #333;
  line-height: 1;
  font-size: 12px;
  color: #333;
}

.rct_had_parts_top_right ul li a:hover {
  color: #d80c18;
  transition: all 1s;
}

.rct_had_parts {
  position: relative;
}

.rct_had_parts_bottom_out {
  background: #2f3842;
}

.rct_had_parts_bottom {
  width: min(100%, 1116px);
  padding: 6px 10px;
  margin: 0 auto;
}

.rct_had_parts_bottom_block {
  display: flex;
  align-items: center;
}

.rct_had_parts_bottom_eria {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 1%;
}

.rct_had_parts_bottom_right {
  display: flex;
  align-items: center;
}

.rct_had_parts_bottom_inner > a > h1.logo {
  width: 148px;
  height: 50px;
  background-image: url(https://www.rakuten.ne.jp/gold/gottsuprice/point/img/logo.ver2.svg);
}

.rct_had_parts_bottom_right_sarch {
  margin-right: 10px;
}

.rct_had_parts_bottom_right_cart img {
  width: 30px;
  height: 30px;
}

nav.rct_had_parts_bottom_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.nav_block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

li.nav_box {
  padding: 15px 13px 15px 15px;
}

li.nav_box span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

ul.nav_box_sub {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.nav_block > li:hover {
  transition: all 0.5s;
}

ul.nav_box_sub li a {
  color: #333;
}

ul.nav_box_sub li a:hover {
  color: #d80c18;
  opacity: 0.5;
}

li.nav_box ul.nav_box_sub {
  position: absolute;
  top: 88px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 30px 20%;
  background: #f7f7f7;
  transition: all 0.2s ease;
}

li.nav_box:hover ul.nav_box_sub {
  top: 88px;
  visibility: visible;
  opacity: 1;
}

li.nav_box ul.nav_box_sub > li {
  width: 20%;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}

li.nav_box span:hover {
  border-bottom: 1px solid #d80c18;
  transition: all 1s;
}

.nav_img img {
  width: 80px;
  margin: auto;
}

.rct_headline_out {
  background: #f7f7f7;
}

.rct_headline {
  width: min(100%, 1116px);
  padding: 8px 10px;
  margin: 0 auto;
}

.rct_headline span {
  font-size: 12px;
}

span.rct_headline_c {
  color: #d80c18;
  font-weight: bold;
}

.sarch_bax .text {
  width: 200px;
  height: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  text-indent: 10px;
}
.sarch_bax .text:focus {
  background: #fffeed;
}

.sarch_bax .btn {
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  width: 40px;
  border: none;
  margin-left: -50px;
}
/*# sourceMappingURL=header.css.map */
