@charset "UTF-8";
#header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000000;
}
#header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-logo {
  max-width: 88px;
  max-width: 191px;
  padding-left: 9px;
  width: 100%;
}
#header .header-logo img {
  width: 100%;
}
#header .header-rig {
  display: none;
}
#header .header-menu {
  width: 35px;
  height: 55px;
}
#header .header-menu .btn-trigger {
  position: relative;
  width: 14px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f0f3f3;
  background-color: #f0f8f8;
  border-radius: 0 0 0 15px;
  max-width: 143px;
  padding-left: 12px;
  width: 50%;
}
#header .header-right-text {
  width: 92px;
}
#header .header-menu-rig.btn-trigger-box {
  display: none;
}
#header .header-menu .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#header .header-menu .btn-trigger span:nth-of-type(1) {
  bottom: 9px;
}
#header .header-menu .btn-trigger span:nth-of-type(2) {
  top: 1px;
}
#header .header-menu .btn-trigger span:nth-of-type(3) {
  top: 11px;
}
#header .header-menu.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
}
#header .header-menu.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  display: none;
}
#header .header-menu.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
}
#header .header-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 110px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 14px;
  border: 1px solid #808080;
  border-radius: 50px;
  padding: 7px 20px 7px 7px;
  background: url(../img/header2025/select.png) no-repeat center right 12px/10px, #fff;
}

@media screen and (max-width: 1199px) {
  #header .header-rig {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    border-top: 1px solid #989898;
    overflow-y: scroll;
  }
  #header .header-rig .header-nav {
    font-size: 16px;
  }
  #header .header-rig .header-nav-li-a {
    background: #F2F5F5;
    padding: 23px 25px;
    position: relative;
    display: block;
    border-bottom: 1px solid #989898;
  }
  #header .header-rig .header-nav-li-a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header .header-rig span.header-nav-li-a:before,
  #header .header-rig span.header-nav-li-a:after {
    content: "";
    width: 12px;
    height: 1px;
    background: currentColor;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #header .header-rig span.header-nav-li-a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header .header-rig span.header-nav-li-a.active:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #header .header-rig .header-nav-li .megamenu {
    display: none;
  }
  #header .header-rig .header-nav-li .megamenu-item-li-a {
    padding: 23px 25px;
    position: relative;
    display: block;
    border-bottom: 1px solid #989898;
  }
  #header .header-rig .header-nav-li .megamenu-item-li-a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header .header-rig .header-nav-li .megamenu-item-li-a span {
    font-size: 12px;
  }
  #header .header-rig .header-nav-other {
    padding: 28px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header-rig .spnav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  #header .header-rig .spnav-close span {
    width: 16px;
    height: 16px;
    position: relative;
  }
  #header .header-rig .spnav-close span:before,
  #header .header-rig .spnav-close span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .header-rig .spnav-close span:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1100px) {
  #header .header-logo .pcv {
    display: none;
  }
  #header .header-logo .spv {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #header.navno {
    position: fixed;
  }
  #header.is-fixed {
    position: fixed;
  }
  #header {
    position: relative;
    height: 68px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f2f5f5;
    background-color: #f0f8f8;
    /**
      .header-square {
        display: flex;
        justify-content: space-between;
        margin-left: 10px;
      }
      .header-oversea {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .header-oversea li {
        max-width: 33px;
        width: 100%;
        margin-right: 8px;
      }
      .header-oversea li:last-child {
        margin-right: 0;
      }
      .header-square li {
        max-width: 102px;
        width: 100%;
      }
      .header-square li:first-child {
        margin-right: 2px;
      }
    **/
  }
  #header .header-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #header .header-menu {
    display: none;
  }
  #header .header-menu {
    display: none;
  }
  #header .header-logo {
    max-width: 61px;
    padding-left: 25px;
  }
  #header .header-logo .pcv {
    display: block;
  }
  #header .header-logo .spv {
    display: none;
  }
  #header .header-rig {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  #header .header-menu-rig {
    display: none;
  }
  #header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    position: relative;
    font-size: 13px;
    font-size: 12px;
  }
  #header .header-right {
    display: none;
  }
  #header .header-nav-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .group-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
  #header .group-top-icon {
    width: 14px;
    margin-right: 5px;
  }
  #header .header-nav-li {
    position: relative;
  }
  #header .header-nav-li.active {
    color: #bfaa91;
  }
  #header .header-nav-li-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
    height: 50px;
    position: relative;
  }
  #header .header-nav-li.active .header-nav-li-a:before {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 5px solid #857560; /* 高さ */
    border-left: 5px solid transparent; /* 左側上辺の伸び */
    border-right: 5px solid transparent;
  }
  #header span.header-nav-li-a {
    padding-right: 15px;
    position: relative;
  }
  #header span.header-nav-li-a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .header-nav-li-a span {
    line-height: 1;
  }
  #header .header-lft {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #header .header-nav-li-a:hover {
    color: #bfaa91;
  }
  #header .header-nav-li:hover > .megamenu {
    display: block;
  }
  #header .megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -45px;
    padding: 30px 45px;
    background-color: #f0f8f8;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #header .megamenu-item-li {
    margin-bottom: 25px;
  }
  #header .megamenu-item-li:last-child {
    margin-bottom: 0;
  }
  #header .megamenu-item-li-a {
    display: inline-block;
  }
  #header .megamenu-item-li-a.gaibu:after {
    content: "";
    padding-right: 10px;
    margin-left: 5px;
    background-image: url(https://www.dr-recella.com/common/img/newheader/gaibu.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
  }
  #header .megamenu-item-li-a:before {
    content: "";
    padding-left: 6px;
    margin-right: 5px;
    background-image: url(https://www.dr-recella.com/common/img/newheader/arrow.png);
    background-repeat: no-repeat;
    background-size: 6px 10px;
    background-position: center;
  }
  #header .megamenu-item-li-a:hover {
    text-decoration: underline;
  }
  #header .megamenu02 {
    left: auto;
    right: 0;
  }
  #header .spnav-close {
    display: none;
  }
  #header .header-select {
    width: 62px;
    font-size: 12px;
    padding: 3px 20px 3px 10px;
    background-size: 8px;
  }
}
@media screen and (min-width: 1250px) {
  #header .header-rig {
    padding-right: 10px;
    padding-left: 10px;
  }
  #header .header-nav {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  #header .header-rig {
    padding-right: 24px;
    padding-left: 24px;
  }
}
nav {
  display: none;
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10000000;
}

@media screen and (max-width: 1200px) {
  nav {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1200px) {
  nav {
    position: relative;
    display: block;
    top: 0;
    height: auto;
    z-index: 1000000;
  }
}