/* header footer */
/* Utilities */
header,
footer {}

@media screen and (max-width: 821px) {

  header .sp-only,
  footer .sp-only {
    display: block;
  }

  header .pc-only,
  footer .pc-only {
    display: none;
  }

  /* body {
      overflow-x: hidden;
    } */
}

@media screen and (min-width: 821px) {

  header .sp-only,
  footer .sp-only {
    display: none;
  }

  header .pc-only,
  footer .pc-only {
    display: block;
  }
}

:root {
  --lf-blue: #1E2766;
  --lf-skyblue: #F4F9FF;
}

/* Common */
footer h2 {
  font-size: 28px;
  color: #262626;
  display: inline-block;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/hdg2-bgimg.png');
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: bottom;
  padding-bottom: 22px;
}

/* @media screen and (max-width: 821px) {
    padding-bottom:14px;
  } */

/************
  Header
  **************/
header .CMP-CM02-global-header {
  padding: 3px 5px;
}

header *,
footer * {
  font-weight: bold;
}

header .uc-country>p {
  font-weight: normal;
}

header .CMP-CM02-global-header .uc-header-company {
  padding: 5px !important;
}

header .hdr-root {
  position: relative;
  z-index: 110;
  background-color: #fff;
}

header .brand-hdr-root {
  width: 100%;
  position: relative;
  z-index: 110;
  background-color: #fff;
}

header .v-sticky {
  position: fixed;
  top: 0;
  z-index: 110;
  width: 100%;
}

header .brand-hdr-inner * {
  color: #fff;
  font-size: 16px;
}

header .brand-hdr-outer {
  background-color: var(--lf-blue);
  padding: 10px 0;
}

header .hdr-logo {
  width: 120px;
}

header .brand-hdr-inner {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

header .hdr-menu-container {
  display: flex;
  height: 100%;
  align-items: center;
}

header .hdr-menu-container ul {
  display: flex;
  gap: 28px;
  margin-right: 28px;
  margin-bottom: 0;
}

header .ham-menu {
  width: 60px;
  position: relative;
  bottom: 30px;
}

header .btn-to-open {
  position: absolute;
  z-index: 1;
}

header .btn-to-close {
  position: absolute;
  /* z-index:-1; */
}

header .hdr-buy-btn {
  width: 124px;
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  margin-right: 28px
}

header .hdr-buy-btn a {
  color: var(--lf-blue);
  position: relative;
  padding-right: 10px;
}

header .hdr-buy-btn a::after {
  content: '';
  margin: auto;
  position: absolute;
  left: 74px;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  border-top: 1px solid var(--lf-blue);
  border-right: 1px solid var(--lf-blue);
  transform: rotate(45deg);
}

/* Lang box */
header .bg-inner {
  /* background-color:#fff !important; */
  background-image: initial;
  max-width: 1260px;
  height: 60px;
  margin: 0 auto
}

header .lang-select {
  position: relative;
  margin-left: auto;
}

header .ham-menu-mask {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
}

header .mask-container {
  position: relative;
}

header .ham-menu-mask.open {
  position: absolute;
  width: 100%;
  height: 8000vh;
  background: rgb(100 100 100);
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 100;
}

header .nav-container.open {
  right: 0;
}

header .nav-container {
  position: fixed;
  width: 817px;
  z-index: 120;
  background-color: #fff;
  right: -817px;
  display: flex;
  gap: 40px;
  padding: 6px 50px 40px 50px;
  margin-bottom: 20px;
  transition-property: right;
  transition-duration: 0.5s;
  top: 143px;
}

header .slicker>.nav-container {
  top: 80px;
}

header .nav-menu {
  margin-top: 24px;
}

header .nav-menu a {
  color: var(--lf-blue);
}

header .nav-inner-right,
header .nav-inner-left {
  width: 335px;
  ;
}

header .nav-menu>ul>li>a,
header .nolink>ul>li:nth-of-type(1) {
  position: relative;
  padding: 12px;
  display: block;
}

header .nav-menu>ul>li:nth-of-type(1)>a,
header .nolink>ul>li:nth-of-type(1) {
  background-color: #F0F7FF;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
  position: relative;
}

header .nolink>ul>li:nth-of-type(1) {
  color: var(--lf-blue);
}

header .nav-menu>ul>li>a::after {
  content: '';
  margin: auto;
  position: absolute;
  left: 300px;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  border-top: 2px solid var(--lf-blue);
  border-right: 2px solid var(--lf-blue);
  transform: rotate(45deg);
}

header .nav-menu>ul>li:nth-of-type(n+2) {
  border-bottom: 1px solid #707070;
}

header .outer-links>ul>li>a::after {
  content: '';
  margin: auto;
  position: absolute;
  left: 300px;
  top: 0;
  bottom: 0;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link.png');
  width: 14px;
  height: 14px;
  transform: rotate(0);
  background-repeat: no-repeat;
  border-top: none;
  border-right: initial;
}

/* header li>a[href="https://www.carenavi.jp/ja/home.html"] {
    position: relative;
  } */

/* header li>a[href="https://www.carenavi.jp/ja/home.html"]::before {
    content: '';
    position: absolute;
    background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link.png');
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    left: 125px;
    top: 16px;
  } */

@media screen and (max-width: 821px) {
  header .brand-hdr-inner {
    max-width: 96%;
  }

  header .hdr-logo {
    width: 87px;
  }

  header .hdr-menu-container>div.CMP-CM30-link-list {
    display: none;
  }

  header .bg-inner {
    height: 43px;
  }

  header .nav-container {
    width: 100%;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
  }

  header .nav-inner-left,
  header .nav-inner-right {
    width: 100%;
  }

  header .nav-inner-right {
    padding-bottom: 120px;
  }

  header .nav-menu>ul>li>a::after {
    left: 92%
  }

  header .nav-container {
    top: 127px;
  }

  header .nav-container.slicker {
    top: 65px;
  }

  header .slicker>.nav-container {
    top: 65px;
  }

  header .nav-menu.nolink.spacer {
    margin-top: -12px;
  }
}

header .bg-inner .lang-select a {
  color: var(--lf-blue);
}
@media screen and (max-width: 821px) {
  .uc-page-header .uc-header-company .uc-mod-media-01 img[src*=".svg"] {
    height: 28px;
  }
}

/* **********

  FOOTER

  *********** */
section.sec-upper-footer {
  background-color: var(--lf-skyblue);
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/footer-hr-pc.png');
  background-repeat: no-repeat;
  background-size: contain;
  /* background-position-y:-50px; */
  padding-top: 200px;
  /* margin-top: 60px; */
  display: grid;
  place-items: center;
}

footer .footer-white-block {
  width: 87vw;
  display: grid;
  place-items: center;
  background-color: #fff;
  padding: 55px 0;
  border-radius: 10px;
}

footer .footer-small-box {
  width: 700px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin-top: 30px;
  display: grid;
  place-items: center;
  padding-top: 40px;
  text-align: center;
}

footer .phone-num {
  padding: 20px 0 11px 0;
}

footer .call-free {
  color: #2C3861;
  font-size: 44px;
  position: relative;
}

footer .call-free.sp-only a {
  font-feature-settings: "palt";
}

footer .call-free::before {
  content: '';
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/phone.png');
  position: absolute;
  width: 39px;
  height: 39px;
  top: 50%;
  transform: translateY(-50%);
  right: 465px;
  background-size: contain;
  background-repeat: no-repeat;
}

footer .call-time-day {
  margin-bottom: 24px;
}

footer .call-time-day p {
  font-size: 18px;
  color: var(--lf-blue);
}

footer .call-note {
  font-size: 12px;
  margin-bottom: 8px;
}

footer .call-note * {
  font-weight: normal !important;
}

footer .to-mail {
  margin-top: 40px;
}

footer .to-mail a {
  background-color: var(--lf-blue);
  color: #fff;
  padding: 20px;
  width: 312px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
}

footer .to-mail a::after {
  content: '';
  margin: auto;
  position: absolute;
  left: 285px;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

footer .mt40 {
  margin-top: 40px;
}

footer .chat-txt p {
  text-align: left;
  margin-left: 13px;
}

footer .chat-txt {
  position: relative;
  margin-top: 35px;
  margin-bottom: 45px;
  padding-left: 120px
}

footer .chat-txt::before {
  position: absolute;
  content: '';
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/maki-bot.png');
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  right: 350px;
  bottom: -30px;
}

footer .chat-btn a {
  background-color: #E4007F;
  color: #fff;
  padding: 20px;
  width: 298px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  position: relative;
  margin-bottom: 37px
}

footer .chat-btn a::after {
  content: '';
  margin: auto;
  position: absolute;
  left: 275px;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 821px) {
  footer section.sec-upper-footer {
    padding-top: 95px;
    background: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/footer-hr-sp.png');
    background-repeat:no-repeat;
    background-position:top 50px left 0;
    background-size: contain;
    background-color: var(--lf-skyblue);
    /* position:relative; */
  }

  footer .footer-white-block {
    width: 92vw;
    padding: 40px 0;
  }

  footer .footer-small-box {
    width: 83vw;
    padding-top: 27px;
  }

  footer .call-free {
    font-size: 32px;
    position: relative;
  }

  footer .call-free.sp-only a {
    color: #2C3861;
    font-size: 28px;
  }

  footer .call-free::before {
    width: 22px;
    height: 22px;
    right: 276px;
    background-size: contain;
    /* top: 14px; */
  }

  footer .to-mail {
    margin-top: 20px;
  }

  footer .chat-txt {
    margin-top: -3px;
    padding-left: 86px;
    margin-bottom: 12px;
  }

  footer .chat-txt::before {
    width: 100px;
    height: 100px;
    background-size: contain;
    right: 168px;
    bottom: 14px;
  }

  footer .phone-num {
    padding: 8px 0 12px 0;
  }

  footer .call-note {
    margin-bottom: 30px;
  }
}

footer section.sec-lower-footer {
  background-color: var(--lf-skyblue);
  padding-top: 94px;
}

footer .footer-site-map-container * {
  color: #262626;
}

footer .footer-site-map-container {
  max-width: 1200px;
  margin: 0 auto;
}

footer .footer-site-map {
  display: flex;
}

footer .list-container {
  width: 270px;
}

footer .none-prod-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}

footer .top-link,
footer .list-ttl {
  font-size: 22px;
}

footer .top-link {
  margin-bottom: 31px;
}

footer .list-ttl {
  margin-bottom: 8px;
  background-color: var(--lf-skyblue);
}

footer .list-container.prod {
  margin-right: 40px;
}

footer .sitemap-list {
  /* line-height: 2.25; */
}

footer .sitemap-list ul li {
  line-height: 36px !important;
}

footer .sitemap-list ul * {
  font-weight: normal;
}

footer .list-container.prod ul li:nth-of-type(2),
.list-container.prod ul li:nth-of-type(9) {
  font-size: 18px;
  font-weight: bold;
}

footer .outer-links .sitemap-list ul {
  position: relative;
}

footer .outer-links .sitemap-list ul li:nth-of-type(1)>a::before {
  content: '';
  position: absolute;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link.png');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  left: 125px;
  top: 50%;
  transform: translateY(-50%);
}

footer .sitemap-list ul li>a[href="https://www.carenavi.jp/"]::before {
  content: '';
  position: absolute;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link.png');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  left: 113px;
  top: 50%;
  transform: translateY(-50%);
}

footer .sitemap-list ul li>a[href="https://www.unicharm.co.jp/ja/csr-eco/mystylebosai.html"]::before {
  content: '';
  position: absolute;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link.png');
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  left: 146px;
  top: 50%;
  transform: translateY(-50%);
}


@media screen and (max-width: 821px) {
  footer section.sec-lower-footer {
    padding-top: 41px;
  }

  footer .footer-site-map {
    flex-direction: column;
  }

  footer .list-container.prod {
    margin-right: 0;
  }

  footer .top-link,
  .list-ttl {
    font-size: 20px;
  }

  footer .top-link {
    margin-bottom: 16px;
  }

  footer .list-ttl {
    margin-bottom: 9px;
    padding-top: 12px;
    position: relative;
    z-index: 1;
  }

  footer .list-ttl::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 0;
    border-top: 1px solid var(--lf-blue);
    border-right: 1px solid var(--lf-blue);
    left: 94%;
    bottom: 12px;
    rotate: -45deg;
  }

  footer .top-link,
  footer .list-ttl,
  footer .sitemap-list {
    padding-left: 16px;
  }

  footer .list-container.prod .sitemap-list,
  footer .list-container.leak .sitemap-list {
    line-height: 0;
    position: relative;
    z-index: -1;
  }

  footer .list-container.prod.open .sitemap-list,
  footer .list-container.leak.open .sitemap-list {
    z-index: 0;
  }

  footer .list-container {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
  }

  footer .none-prod-list-container {
    flex-direction: column;
    gap: 0;
  }

  footer .list-container.prod ul li:nth-of-type(9) {
    margin-top: 0;
    /* transition:margin-top 3s ease; */
  }

  footer .list-container.prod.open ul li:nth-of-type(9) {
    margin-top: 24px;
  }

  footer .list-container .sitemap-list ul {
    line-height: 0;
    position: relative;
    transition: 0.5s;
  }

  footer .list-container .sitemap-list ul li {
    line-height: 0 !important;
    position: relative;
    transition: 0.5s;
  }

  footer .list-container.open .sitemap-list ul {
    line-height: 36px !important;
  }

  footer .list-container.open .sitemap-list ul li {
    line-height: 36px !important;
  }


  footer .list-container .sitemap-list ul li,
  footer .list-container .sitemap-list ul li a {
    opacity: 0;
    /* transition:opacity 1s ease; */
  }

  footer .list-container.open .sitemap-list ul li,
  footer .list-container.open .sitemap-list ul li a {
    opacity: 1;
  }

  footer .sitemap-list ul li>a[href="https://www.carenavi.jp/"]::before {
    content: none;
  }

  footer .open .sitemap-list ul li>a[href="https://www.carenavi.jp/"]::before {
    content: '';
    /* top:10px; */
  }

  footer .sitemap-list ul li>a[href="https://www.unicharm.co.jp/ja/csr-eco/mystylebosai.html"]::before {
    /* top: 10px; */
  }

  footer .none-prod-list-container {
    margin-bottom: 40px;
  }
}

footer .footer-links {
  margin-top: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

footer .footer-links * {
  font-weight: normal;
}

footer .l-footer_langbtn {
  margin-top: 0;
}

footer .footer-bottom-menu * {
  font-size: 14px;
}

footer .footer-bottom-menu ul {
  display: flex;
  margin-right: 60px;
}

footer .footer-bottom-menu ul li {
  padding: 0 15px;
  border-right: 1px solid #ccc;
}

footer .footer-bottom-menu ul li:last-child {
  border-right: none;

}

footer .global-link-btn p a {
  display: inline-block;
  width: 112px;
  background-color: #fff;
  padding: 11px 6px;
  padding-left: 46px;
  border-radius: 20px;
  position: relative;
  font-size: 14px;
}

footer .global-link-btn p a::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 22px;
  background-image: url('/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/global-link-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  left: 11px;
  top: 10px
}

@media screen and (max-width:821px) {
  footer .footer-links {
    margin-top: 39px;
    flex-direction: column;
    padding-bottom: 20px;
  }

  footer .l-footer_langbtn button {
    width: 150px;
  }

  footer .footer-bottom-menu ul {
    flex-wrap: wrap;
    margin-right: 0;
  }

  footer .footer-bottom-menu ul li {
    display: block;
    width: 50%;
    text-align: center;
    border: 0.5px solid #ccc;
    padding: 10px 0;
    margin: 0 !important;
    color: var();
  }

  footer .footer-bottom-menu ul li:last-of-type {
    /* width: 100%; */
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px;
  }
}

footer .fake-global-footer {
  margin-top: 30px;
  background-color: #fff;
  padding: 37px 0;
  margin-bottom: 50px;
}

footer .fake-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin: 0 60px;
}

footer .footer-logo {
  width: 138px;
}

footer .copy-rights {
  font-size: 12px;
  padding-left: 150px
}

@media screen and (max-width:821px) {
  footer .fake-global-footer {
    margin-top: 10px;
    padding: 15px 0;
    margin-bottom: 10px;
  }

  footer .fake-inner {
    display: block;
    margin: 0;
  }

  footer .footer-logo {
    margin-left: 15px
  }

  footer .copy-rights {
    padding-left: 0;
    text-align: center;
    margin-top: 20px
  }
}




/* イキイキダイヤルアンカー対応 */
#anchor_dial {
  padding-top: 160px;
  margin-top: -160px;
}

/* 超中学生の昼間のお漏らしだい調査対応 */
footer .chat-txt p,
footer .sitemap-list li a {
  font-size: 16px !important;
  display: inline-block;
  position: relative;
}

@media screen and (max-width:821px) {
  footer .list-container .CMP-CM30-link-list.section {
    height: 0;
  }

  footer .list-container.open .CMP-CM30-link-list.section {
    height: initial;
  }
}

/* アンケート　ここから */

footer .footer-enquete-box {
  padding-bottom: 20px;
  background-color: #fbdfe5;;
  border: 3px solid #E4007F;
}

footer .footer-enquete-box .chat-btn a {
  font-size: 16px;
}

footer .footer-enquete-box .chat-txt {
  padding-left: 113px;
}

footer .footer-enquete-box .chat-txt::before {
  background-size: contain;
  background-image: url(/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/enquete.png);
  width: 152px;
  height: 130px;
  top: 56%;
  right: auto;
  bottom: auto;
  left: -20px;
  transform: translateY(-50%);
}


footer .footer-enquete-box .chat-btn a::before {
  content: '別ウインドウで開きます';
  font-size: 0;
  position: absolute;
  background-image: url(/content/dam/sites/jp_lifree_com/shareparts/ja/header-footer-new2024/outer-link-white.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  left: 245px;
  top: 50%;
  transform: translateY(-50%);
}

footer .mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 821px) {
  footer .enquete_pc-only {
    display: none;
  }

  footer .footer-enquete-box .chat-txt::before {
    left: 8px;
    width: 130px;
    height: 100px;
  }

  footer .footer-enquete-box {
    padding-bottom: 27px;
  }

  footer .footer-enquete-box .chat-btn a {
    margin-bottom: auto;
  }
}

/* アンケート　ここまで */
/* SPフッターパンくず追加 */
@media screen and (min-width:769px){
  footer .CMP-CM19-breadcrumb{
    display:none;
  }
}
@media screen and (max-width: 768px){
  footer .CMP-CM19-breadcrumb{
    display:block;
    width: 100%;
    background-color:#fff;
    position: relative;
    bottom: 95px;
    min-height: 55px;
    overflow-x: hidden;
  }
  footer .uc-mod-nav-breadcrumb-01{
    width:92vw;
    padding:0;
    /* margin:0 auto; */
  }
  footer .footer-breadcrumb{
    width:92vw;
    margin:0 auto;
  }
  footer .footer-breadcrumb ol li{
    word-break:break-all;
  }
  footer .CMP-CM19-breadcrumb *{
    font-size:12px;
  }
}

/* アンカーリンク調整 */
.hc-AnchorLink-adjustment[class] {
  margin-top:-80px;
  padding-top:80px
}