@charset "UTF-8";
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}
#loading .loading-wrap {
  width: 22.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.index-header {
  margin-bottom: 4.8rem;
  padding-top: 7.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header-lead {
  width: 60%;
}
.header-lead h2 {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: 500;
}

.index-contents-navi {
  display: grid;
  gap: 4rem;
  grid-template-areas: "area01 area02" "area01 area03";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.index-contents-navi .contents-link {
  position: relative;
  background-color: #e2e2e2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index-contents-navi .contents-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.index-contents-navi .contents-link::after {
  content: "";
  border: 1px solid #FFF;
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.index-contents-navi .contents-link > a {
  width: 100%;
  height: 100%;
  padding: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  z-index: 2;
}
.index-contents-navi .contents-link h3 {
  margin-bottom: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
}
.index-contents-navi .contents-link .more {
  width: 22rem;
  max-width: 100%;
  margin: 1.6rem auto 0;
  padding: 1.7rem 3rem 1.7rem 4.5rem;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  line-height: 1;
  background-color: #CCC;
  position: relative;
}
.index-contents-navi .contents-link .more::before, .index-contents-navi .contents-link .more::after {
  content: "";
  background-color: #FFF;
  position: absolute;
}
.index-contents-navi .contents-link .more::before {
  width: 2.4rem;
  height: 1px;
  top: 50%;
  left: 1.6rem;
  margin-top: 0.2rem;
}
.index-contents-navi .contents-link .more::after {
  width: 1rem;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
  top: 50%;
  left: 3rem;
  margin-top: 0.2rem;
}
.index-contents-navi .link01 {
  padding-bottom: 88%;
  background-image: url(../../images/top/bg_beauty.jpg);
  grid-area: area01;
}
.index-contents-navi .link01 h3 {
  font-size: 3.4rem;
}
.index-contents-navi .link01 .more {
  width: 30rem;
  margin-top: 3rem;
  background-color: #65AADD;
}
.index-contents-navi .link02 {
  background-image: url(../../images/top/bg_nail.jpg);
  grid-area: area02;
}
.index-contents-navi .link02 .more {
  background-color: #DD6B9C;
}
.index-contents-navi .link03 {
  background-image: url(../../images/top/bg_pet.jpg);
  grid-area: area03;
}
.index-contents-navi .link03 .more {
  background-color: #EAAF31;
}

.index-news-list .date {
  margin-right: 2.6rem;
  font-weight: 700;
  display: inline-block;
  flex: none;
}
.index-news-list .icon-new {
  margin-right: 1rem;
  padding: 0.2em 0.3em;
  background-color: #AB0000;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  flex: none;
}
.index-news-list .title {
  width: 100%;
  display: block;
}
.index-news-list .more {
  width: fit-content;
  margin-left: auto;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.index-news-archive li {
  margin: 0 !important;
  padding: 1.5em 1.5em;
  border-top: 1px solid #CCCCCC;
}
.index-news-archive li:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.index-news-archive .date {
  margin-right: 4.7rem;
}
.index-news-archive .icon-new {
  margin-right: 1.4rem;
}

.site-index .blog-header {
  margin-bottom: 3rem;
}
.site-index .blog-header .blog-title {
  font-size: 2.6rem;
}
.site-index .blog-header .date {
  margin-bottom: 0.4em;
  display: inline-block;
}
.site-index .post-content + .pv-link {
  margin-top: 7rem;
}

.privacy-block h3 {
  margin-bottom: 0.4em;
  font-size: 1.8rem;
}
.privacy-block p {
  line-height: 1.625;
}
.privacy-block * + h3 {
  margin-top: 3rem;
}

@media (min-width: 834px) {
  .index-news .content {
    display: flex;
    justify-content: space-between;
  }
  .index-news .headline-01 {
    margin-right: 10rem;
    text-align: left;
    flex: none;
  }
  .index-news .headline-01 .title {
    font-size: 5rem;
  }
  .index-news .index-news-list {
    width: 100%;
  }
  .index-news-list li {
    margin: 0.8em 0;
    display: flex;
    align-items: center;
  }
  .index-news-list .title {
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (max-width: 833px) {
  #loading .loading-wrap {
    width: 16rem;
  }
  .index-header {
    padding-top: 5rem;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    display: block;
  }
  .header-logo {
    margin-bottom: 4rem;
    text-align: center;
  }
  .header-logo img {
    width: 20rem;
  }
  .header-lead {
    width: 100%;
  }
  .header-lead h2 {
    margin-bottom: 0.8em;
    font-size: 2.4rem;
  }
  .index-contents-navi {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
    display: block;
  }
  .index-contents-navi .contents-link {
    padding-bottom: 88%;
  }
  .index-contents-navi .contents-link + .contents-link {
    margin-top: 2rem;
  }
  .index-contents-navi .contents-link > a {
    padding: 2.5rem;
  }
  .index-contents-navi .contents-link h3 {
    font-size: 2.4rem;
  }
  .index-contents-navi .contents-link p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
  }
  .index-contents-navi .contents-link .more {
    width: 22rem;
  }
  .index-news-list li + li {
    margin-top: 3rem;
  }
  .index-news-list .date {
    margin-right: 1rem;
  }
  .index-news-list .title {
    margin-top: 0.2em;
  }
  .index-news-archive li {
    padding-right: 0;
    padding-left: 0;
  }
}