/* 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/shoshubeads/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/shoshubeads/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: -.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 .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 .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;
    }
}


/* add2607 */
header.uc-page-header{
  background-color: #fff;
}
header.uc-page-header nav{
  width: 100%;
}
.header-company img{
  width: 110px;
  height: auto;
  max-height: 34px;
}
.lyt-global-navigation .logo-pet img{
  width: 180px;
}