/* pc size navigation style
----------------------------------------------- */

.navigation-area {
  background-color: #f5f5fa;
}

@media screen and (min-width: 501px) {
  .lyt-global-navigation .logo-pet {
    max-width: 244px;
    max-height: 80px;
    margin: 0;
    text-align: left;
    display: table-cell;
    float: none;
    width: 19.0625%;
    position: relative;
  }
  .lyt-global-navigation .logo-pet a {
    padding: 7.786885245901639% 13.934426229508196% 6.967213114754098%
      12.295081967213115%;
    position: absolute;
    top: 40px;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .lyt-global-navigation .logo-pet img {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 602px) {
  .lyt-global-navigation .logo-pet {
    max-width: 244px;
    max-height: 80px;
    margin: 0;
    text-align: left;
    display: table-cell;
    float: none;
    width: 30%;
    position: relative;
  }
  .lyt-global-navigation .logo-pet a {
    display: block;
  }
  .lyt-global-navigation .logo-pet img {
    width: 128px;
    height: 45px;
    padding: 9px 12px;
  }
}

.header-company {
  display: block;
  position: relative;
  z-index: 51;
  padding: 10px 0 10px 30px;
  text-align: left;
}
.header-company #header-unicharm-logo {
  width: 95px;
  height: 27px;
  vertical-align: top;
}
#header-unicharm-logo:active {
  outline-width: 0;
}
.header-company .lyt-inner {
  max-width: initial;
}
.lyt-mainvisual {
  position: relative;
}
.lyt-mainvisual .lyt-inner {
  max-width: none;
}
.navigation-area.is-float,
.lyt-mainvisual .navigation-area.is-float {
  position: fixed;
  top: 0;
  z-index: 101;
}
.lyt-mainvisual .navigation-area {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.is-static .lyt-mainvisual .navigation-area {
  position: static;
}

.is-open-menu .overlay {
  display: block;
}
.lyt-global-navigation {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.utl-btn-menu {
  display: none;
}
.global-navigation-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 40px;
  height: 80px;
}
.global-navigation {
  display: table;
  margin-left: auto;
  /*   追加  */
  height: 80px;
  /*   追加  */
}
.global-navigation > li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 60px;
}
.global-navigation > li:nth-child(3) {
  padding-left: 50px;
}
.is-static .global-navigation > li {
  display: block;
}
.global-navigation > li > a {
  color: #1f23a8;
  text-decoration: none;
  display: table;
  width: 100%;
  position: relative;
}
.global-navigation > .primary > a {
  content: "";
  padding: 0 23px 0 0;
}
.global-navigation > .primary > a::before {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/icon-arrow-pc-01.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}
.global-navigation > .primary > a.is-open::before {
  background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/icon-arrow-pc-02.png) no-repeat;
}
.global-navigation > li:first-child > a .inner-text,
.global-navigation > li:nth-child(3) > a .inner-text {
  letter-spacing: -0.1rem;
}
.global-navigation > li > a .inner-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 80px;
  line-height: 1.25;
}
.global-navigation > li > a .inner-text::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #1f23a8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
}
.global-navigation > li > a:hover .inner-text::before,
.global-navigation > li > a.is-current .inner-text::before {
  opacity: 1;
  transition: opacity 0.5s;
}
.global-navigation > li > a:hover {
  opacity: 1;
}
.global-navigation > .primary > a .inner-text::after {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #1f23a8;
  opacity: 0;
}
.global-navigation > .primary > a.is-open:hover .inner-text::after {
  opacity: 1;
  transition: opacity 0.5s;
}
.global-navigation > li:first-child > a {
  margin-left: 0;
}
.global-navigation > li:last-child > a {
  margin-right: 0;
}
.global-navigation > li > a .smaller {
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
}
.secondary {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.is-static .secondary {
  position: static;
}
.about {
  margin: 0 auto;
  padding: 30px 0 0;
  display: table;
  height: 76px;
}
.about li {
  display: table-cell;
  font-weight: bold;
  text-align: left;
  padding-left: 60px;
}
.about li:first-child {
  padding-left: 0;
}
.about li a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
}
.about li span {
  display: table-cell;
  vertical-align: middle;
}
.about li img {
  display: table-cell;
  padding-right: 17px;
  max-width: 101px;
}
.global-navigation .search-wrap {
  margin: 36px auto 30px;
}
.global-navigation .search {
  float: none;
  display: inline-block;
  max-width: 481px;
  padding-bottom: 30px;
}
.global-navigation .search::before {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
.global-navigation .search:first-child::before {
  width: 40px;
}
.global-navigation .search dt {
  font-size: 1.8rem;
}
.global-navigation .search ul {
  border: none;
  margin-top: 9px;
}
.global-navigation .search li {
  max-width: 90px;
  width: 25%;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin: 5px;
}
.global-navigation .search li a {
  color: #333;
  text-decoration: none;
}
.utl-btn-close {
  display: none;
}
.topic-path {
  display: block;
  background-color: #fff;
}
.topic-path-inner {
  margin: 0 auto;
  padding: 10px 0 10px 30px;
}
.topic-path a,
.topic-path a:hover,
.topic-path a:active,
.topic-path a:focus,
.topic-path a:visited {
  text-decoration: none;
  color: #333;
}
.topic-path em {
  font-style: normal;
}
.secondary .btn-03 a {
  padding: 20px 100px 20px 60px;
}

@media screen and (min-width: 601px) and (max-width: 950px) {
  .global-navigation-wrap {
    padding-right: 0;
  }
  .global-navigation {
    width: 100%;
  }
  .global-navigation > li:nth-child(3),
  .global-navigation > li {
    width: 25%;
    padding: 0 5px;
    text-align: center;
  }
  .about li {
    padding-left: 15px;
  }
}
@media screen and (min-width: 1281px) {
  .lyt-global-navigation .logo-pet {
    width: 244px;
  }
}
@media screen and (max-width: 600px) {
  .header-company {
    display: none;
  }
  .global-navigation-wrap {
    height: 45px;
  }
}

/* ==================================================

  2019/11

================================================== */
nav {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

@media screen and (min-width: 768px) {
  /* --------------------------------------------------
  nav
-------------------------------------------------- */

  .corp-logo .logo-pet img {
    width: 181px;
  }

  .corp-logo {
    background-color: #f6f5fb;
    padding: 10px;
  }

  #gnav.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1000;
    width: 100%;
  }

  nav {
    width: 100%;
    /* height: 70px; */
    /* position: fixed; */
    z-index: 1;
    background: #ffffff;
    padding: 15px;
  }
  nav .nav-inner {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    background-color: #fff;
  }

  /* .menu
------------------------------------------------------ */
  nav .nav-inner > .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
  nav .nav-inner > .menu > li {
    padding: 5px 0 0 50px;
  }
  nav .nav-inner > .menu > li:first-of-type {
    padding: 0;
  }
  nav .nav-inner > .menu > li > a > img {
    width: 109px;
  }

  /* .btn-sns
------------------------------------------------------ */
  nav .nav-inner > .btn-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  nav .nav-inner > .btn-sns > li {
    margin-left: 10px;
  }
  nav .nav-inner > .btn-sns > li img {
    width: 30px;
  }

  /* a
------------------------------------------------------ */
  nav .nav-inner > ul > li > a:link,
  nav .nav-inner > ul > li > a:visited {
    text-decoration: none;
    color: #707070;
  }
  nav .nav-inner > ul > li > a:hover {
    text-decoration: underline;
    color: #707070;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .corp-logo .logo-pet img {
    width: 130px;
  }

  .corp-logo {
    background-color: #f6f5fb;
    padding: 10px;
  }

  #gnav {
    position: relative;
  }

  #gnav.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1000;
    width: 100%;
  }

  /* --------------------------------------------------
  nav
-------------------------------------------------- */
  nav .nav-inner {
    position: relative;
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 10001;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .nav-inner > .logo {
    padding: 10px 0 0;
    margin: 0 auto;
  }
  nav .nav-inner > .logo > a {
    display: inline-block;
  }
  nav .nav-inner > .logo > a > img {
    width: 105px;
  }
  nav .nav-inner .open {
    text-indent: -9999px;
    width: 21px;
    height: 19px;
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/btn_menu_open.gif) no-repeat right
      top;
    position: absolute;
    top: 21px;
    left: 15px;
    cursor: pointer;
    background-size: cover;
    -moz-background-size: cover;
  }
  nav .nav-inner .open.active {
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/btn_menu_close.gif) no-repeat right
      top;
    -moz-background-size: cover;
    background-size: cover;
    width: 21px;
    height: 20px;
    left: 15px;
  }

  /* .nav-content
-------------------------------------------------- */
  nav .nav-content {
    background: #ffffff;
    height: 100vh;
    display: none;
    width: 100%;
    overflow: auto;
    overscroll-behavior: none;
  }
  nav .nav-content > ul > li {
    border-bottom: 1px solid #bfbfbf;
    font-weight: bold;
  }
  nav .nav-content > ul > .child > a {
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/arrow_down.gif) no-repeat right 30px;
  }
  nav .nav-content > ul > .child > a.open {
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/arrow_up.gif) no-repeat right 30px;
  }
  nav .nav-content > ul > li > a {
  }
  nav .nav-content > ul > li > a > img {
    width: 55px;
    display: inline;
    padding-right: 13px;
  }
  nav .nav-content > ul > li:first-child a:link,
  nav .nav-content > ul > li:first-child a:visited {
    display: block;
    padding: 15px 19px 13px 15px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
  }
  nav .nav-content > ul > li > p {
    position: relative;
    padding: 15px 19px 13px 15px;
  }
  nav .nav-content > ul > li > p > a > img {
    width: 55px;
    display: inline;
    padding-right: 13px;
  }
  nav .nav-content > ul > li > p > a:link,
  nav .nav-content > ul > li > p > a:visited {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
  }
  nav .nav-content > ul > li > p span {
    display: block;
    width: 35%;
    height: 100%;
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/arrow_down.gif) no-repeat right
      center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  nav .nav-content > ul > li > p span.open {
    background: url(/content/dam/sites/jp_unicharmpet_com/bestbalance/common/arrow_up.gif) no-repeat right center;
  }
  nav .nav-content > ul > li > ul {
    display: none;
    border-top: 1px solid #bfbfbf;
  }
  nav .nav-content > ul > li > ul > li {
    border-bottom: 1px solid #bfbfbf;
    padding: 15px 19px 13px 25px;
    font-size: 16px;
  }
  nav .nav-content > ul > li > ul > li a:link,
  nav .nav-content > ul > li > ul > li a:visited {
    display: block;
    padding: 15px 19px 13px 15px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
  }
  nav .nav-content > ul > li > ul > li:last-of-type {
    border: none;
  }
  nav .nav-content > p {
    text-align: center;
    padding: 30px 20px 30px;
  }
  nav .nav-content > p > a {
    display: inline-block;
    width: 100%;
  }
  nav .nav-content > p > a > img {
    width: 100%;
  }
  nav .nav-content .communication {
    position: relative;
    margin-bottom: 160px;
  }
  nav .nav-content .sns {
    background-color: #ffffff;
    border: none;
    padding-top: 0;
  }
  nav .nav-content .sns ul {
    width: 100%;
  }
  nav .nav-content .sns ul .line span button.icon img {
    width: 40px;
    height: 40px;
  }
  nav .nav-content .sns ul li img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  p.shop-search a {
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    border: solid 1px #cdcdcd;
    padding: 10px;
  }
}
