@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Header
02. Footer

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media screen and (min-width: 1025px) {
}
:: for medium screen ::
@media screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. Common Setting
------------------------------ --*/
/* Reset
---------- ---------- */
.lir-header a {
  text-decoration: none;
}

.lir-header ul {
  margin: 0;
  padding: 0;
}

.lir-header ul,
.lir-header li {
  list-style-type: none;
}

.g-Area .g-BrFooterSitemapUnit {
  border: none;
  padding-right: 0;
  padding-left: 0;
}

.g-Area .g-BrFooterSitemapUnit__panel {
  margin-left: 0;
  background: none;
}

.g-Area .g-BrFooterSitemap__list__tile {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.g-Area .g-BrFooter .g-Text {
  margin-bottom: 0;
}

.g-Area .g-BrFooterSitemapUnit__title,
.g-Area .g-SocialFunction,
#area-PrivacyNotice {
  display: none;
}

.g-Area .g-BrFooterSitemapUnit__panel.is-close {
  display: block;
}

/* layout
---------- ---------- */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#area-BrHeader,
#area-BrFooter {
  flex-shrink: 0;
}

#area-Contents {
  flex: 1;
}

/* -- ------------------------------
  01. Header
------------------------------ --*/
/* common
---------- ---------- */
.lir-header .lir-header-inner {
  width: 100%;
  max-width: 1160px;
  height: 56px;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.lir-header .lir-header-logo {
  width: 168px;
  height: 83px;
  position: absolute;
  z-index: 9;
}

.lir-header .lir-header-nav {
  width: 100%;
  margin-left: 13%;
}

.lir-header .lir-nav-item {
  width: 20%;
  padding-top: 15px;
}

.lir-header .lir-nav-item > .lir-nav-link {
  color: #4e4e4e;
  font-size: .9375rem;
}

@media screen and (min-width: 1025px) {
  .lir-header .lir-nav-list {
    display: flex;
    text-align: center;
  }

  .lir-header .lir-nav-item > .lir-nav-link:hover,
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/index"] .lir-nav-item:nth-child(1) > .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_"] .lir-nav-item:nth-child(2) > .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/menstruation"] .lir-nav-item:nth-child(3) > .lir-nav-link,
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/tips_tricks_faq"] .lir-nav-item:nth-child(4) > .lir-nav-link,
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/contact"] .lir-nav-item:nth-child(5) > .lir-nav-link {
    color: #1498a5;
    border-bottom: 2px solid #00828e;
  }
}

@media screen and (max-width: 1024px) {
  .lir-header .lir-header-inner {
    height: 50px;
    border-bottom: 1px solid #e4e9e9;
  }

  .lir-header .lir-header-logo {
    width: 74px;
    height: auto;
    left: 30px;
  }

  .lir-header .lir-header-nav {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    position: relative;
  }

  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/index"] .lir-nav-item:nth-child(1),
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_"] .lir-nav-item:nth-child(2),
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/menstruation"] .lir-nav-item:nth-child(3),
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/tips_tricks_faq"] .lir-nav-item:nth-child(4),
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/contact"] .lir-nav-item:nth-child(5) {
    background: #d6f2f4;
  }

  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/index"] .lir-nav-item:nth-child(1) > .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_"] .lir-nav-item:nth-child(2) > .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/menstruation"] .lir-nav-item:nth-child(3) > .lir-nav-link,
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/tips_tricks_faq"] .lir-nav-item:nth-child(4) > .lir-nav-link,
  [data-content-path="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/contact"] .lir-nav-item:nth-child(5) > .lir-nav-link {
    color: #38a8b3;
  }
}

/* dropdown
---------- ---------- */
.lir-header .lir-dropdown-toggle {
  color: #4e4e4e;
  font-size: .9375rem;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .lir-header .lir-dropdown-toggle:hover,
  .lir-header .lir-dropdown-toggle.is-active {
    color: #1498a5;
    border-bottom: 2px solid #00828e;
  }

  .lir-header .lir-dropdown-content {
    display: none;
    width: auto;
    max-width: 990px;
    height: 46px;
    padding: 0 15px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -66px;
    left: 12%;
    z-index: 99;
  }
  .lir-header .lir-dropdown-content::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 17px solid #fff;
    border-top: 0;
    position: absolute;
    top: -17px;
    left: 288px;
  }
  .lir-header .lir-dropdown-content.is-active {
    display: block;
  }

  .lir-header .lir-dropdown-list {
    display: flex;
  }

  .lir-header .lir-dropdown-item {
    padding-top: 11px;
    margin-right: 16px;
  }
  .lir-header .lir-dropdown-item:last-child {
    margin-right: 0;
  }

  .lir-header .lir-dropdown-item [class*="link-icon-"]:before {
    content: "";
    height: 24px;
    background: url(/content/dam/sites/kao/web-kao-com/th/laurier/common/header-icon-01.png) no-repeat;
    vertical-align: bottom;
    margin-right: 5px;
    display: inline-block;
  }
  .lir-header .lir-dropdown-item .link-icon-safe:before {
    width: 17px;
    background-position: 0 0;
  }
  .lir-header .lir-dropdown-item .link-icon-slim:before {
    width: 28px;
    background-position: -17px 0;
  }
  .lir-header .lir-dropdown-item .link-icon-gentle:before {
    width: 25px;
    background-position: -69px 0;
  }
  .lir-header .lir-dropdown-item .link-icon-daily:before {
    width: 27px;
    background-position: -45px 0;
  }
  .lir-header .lir-dropdown-item [class*="link-icon-"]:hover:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_soft_safe"] .lir-header .lir-dropdown-item:nth-child(1) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_super_ultraslim"] .lir-header .lir-dropdown-item:nth-child(2) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_supergentle"] .lir-header .lir-dropdown-item:nth-child(3) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_daily_active"] .lir-header .lir-dropdown-item:nth-child(4) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_all_type"] .lir-header .lir-dropdown-item:nth-child(5) [class*="link-icon-"]:before {
    background-position-y: -24px;
  }

  .lir-header .lir-dropdown-item .lir-nav-link {
    color: #4e4e4e;
    font-size: .9375rem;
  }
  .lir-header .lir-dropdown-item .lir-nav-link:hover,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_soft_safe"] .lir-header .lir-dropdown-item:nth-child(1) .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_super_ultraslim"] .lir-header .lir-dropdown-item:nth-child(2) .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_supergentle"] .lir-header .lir-dropdown-item:nth-child(3) .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_daily_active"] .lir-header .lir-dropdown-item:nth-child(4) .lir-nav-link,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_all_type"] .lir-header .lir-dropdown-item:nth-child(5) .lir-nav-link {
    color: #1498a5;
    border-bottom: 2px solid #00828e;
  }
}

@media screen and (max-width: 1024px) {
  .lir-header .lir-dropdown-toggle {
    display: block;
    width: 100%;
    padding: 7px 0 7px 42px;
    position: relative;
    box-sizing: border-box;
  }
  .lir-header .lir-dropdown-toggle.is-active-sp:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #328e9c;
    border-right: 2px solid #328e9c;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 5px;
  }

  .lir-header .lir-dropdown-content {
    background: #e9f8f9;
    padding-left: 42px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .6s ease, visibility 0s linear .6s;
  }
  .lir-header .lir-dropdown-content.is-active-sp {
    max-height: 500px;
    visibility: visible;
    transition: max-height .6s ease, visibility 0s;
  }

  .lir-header .lir-dropdown-item .lir-nav-link {
    color: #000;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .lir-header .lir-dropdown-item [class*="link-icon-"]:before {
    content: "";
    height: 24px;
    background: url(/content/dam/sites/kao/web-kao-com/th/laurier/common/header-icon-01.png) no-repeat;
    vertical-align: bottom;
    margin-right: 5px;
    display: inline-block;
  }
  .lir-header .lir-dropdown-item .link-icon-safe:before {
    width: 17px;
    margin-right: 8px;
    margin-left: 7px;
    background-position: 0 0;
  }
  .lir-header .lir-dropdown-item .link-icon-slim:before {
    width: 28px;
    background-position: -17px 0;
  }
  .lir-header .lir-dropdown-item .link-icon-gentle:before {
    width: 25px;
    margin-right: 5px;
    margin-left: 6px;
    background-position: -69px 0;
  }
  .lir-header .lir-dropdown-item .link-icon-daily:before {
    width: 27px;
    margin-right: 3px;
    margin-left: 5px;
    background-position: -45px 0;
  }
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_soft_safe"] .lir-header .lir-dropdown-item:nth-child(1) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_super_ultraslim"] .lir-header .lir-dropdown-item:nth-child(2) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_supergentle"] .lir-header .lir-dropdown-item:nth-child(3) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_daily_active"] .lir-header .lir-dropdown-item:nth-child(4) [class*="link-icon-"]:before,
  [data-content-path*="/content/wcm_kao/sites/kao/web-kao-com/th/laurier/product_all_type"] .lir-header .lir-dropdown-item:nth-child(5) [class*="link-icon-"]:before {
    background-position-y: -24px;
  }

  .lir-header .lir-dropdown-item .lir-dropdown-toggle.active:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #328e9c;
    border-right: 2px solid #328e9c;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 5px;
  }
}

/* accordion
---------- ---------- */
@media screen and (min-width: 1025px) {
  .lir-ham-menu {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .lir-header .lir-ham-menu {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
  }

  .lir-header .lir-ham-line {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #646464;
    border-radius: 3px;
    opacity: 1;
    transform: rotate(0);
    transition: .25s ease-out;
  }
  .lir-header .lir-ham-line:nth-child(1) {
    top: 17px;
    left: 13px;
    transform-origin: left center;
  }
  .lir-header .lir-ham-line:nth-child(2) {
    top: 24px;
    left: 13px;
    transform-origin: left center;
  }
  .lir-header .lir-ham-line:nth-child(3) {
    top: 31px;
    left: 13px;
    transform-origin: left center;
  }
  .lir-header .lir-ham-menu.is-active-sp .lir-ham-line {
    width: 26px;
  }
  .lir-header .lir-ham-menu.is-active-sp .lir-ham-line:nth-child(1) {
    top: 16px;
    left: 15px;
    transform: rotate(45deg);
  }
  .lir-header .lir-ham-menu.is-active-sp .lir-ham-line:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .lir-header .lir-ham-menu.is-active-sp .lir-ham-line:nth-child(3) {
    top: 34px;
    left: 15px;
    transform: rotate(-45deg);
  }

  .lir-header .lir-nav-list {
    width: 100%;
    padding-top: 20px;
    position: absolute;
    top: 51px;
    left: 0;
    background: #fff;
    z-index: 8;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .6s ease, visibility 0s linear .6s;
  }
  .lir-header .lir-nav-list.is-active-sp {
    max-height: 500px;
    visibility: visible;
    transition: max-height .6s ease, visibility 0s;
  }

  .lir-header .lir-nav-item {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding: 7px 0 7px 42px;
  }
  .lir-header .lir-nav-item:nth-child(2) {
    padding: 0;
  }
}

/* -- ------------------------------
  02. Footer
------------------------------ --*/
.g-Area .lre-footer {
  border: none;
}

.g-Area .lre-footer .g-BrFooter__inner {
  max-width: 100%;
  padding: 11px 15px;
  background: #2abdc7;
}

.g-Area .lre-copyright-txt {
  color: #fff;
  font-size: .75rem;
}

.g-Area .lre-copyright-link,
.g-Area .lre-copyright-link:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}