@charset "UTF-8";
#page.sitemap {
  background-color: #000;
  padding-top: 100px;
}
#page.sitemap .sitemap-content {
  padding-bottom: 120px;
}
#page.sitemap .sitemap-content .c-page-ttl {
  color: #fff;
}
#page.sitemap .sitemap-content .c-page-sub {
  color: #fff;
  margin-bottom: 89px;
}
#page.sitemap .sitemap-content .c-page-sub::after {
  background-color: #fff;
  height: 26px;
  bottom: -55px;
}
#page.sitemap .sitemap-body {
  max-width: 860px;
  margin: 0 auto;
}
#page.sitemap .sitemap-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
#page.sitemap .sitemap-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page.sitemap .sitemap-list {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#page.sitemap .sitemap-list-sub {
  margin-top: 40px;
}
#page.sitemap .sitemap-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#page.sitemap .sitemap-list-item > a {
  display: block;
  padding: 18px 8px;
  padding-right: 30px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.sitemap .sitemap-list-item > a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #8c6e4f;
  border-right: 1px solid #8c6e4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-list-item > a:hover {
  color: #8c6e4f;
  padding-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-list-item > a:hover::after {
  right: 4px;
}
#page.sitemap .sitemap-list-child {
  padding-left: 20px;
}
#page.sitemap .sitemap-list-child li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#page.sitemap .sitemap-list-child li:last-child {
  border-bottom: none;
}
#page.sitemap .sitemap-list-child li a {
  display: block;
  padding: 14px 8px 14px 16px;
  padding-right: 30px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.sitemap .sitemap-list-child li a::before {
  content: "─";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}
#page.sitemap .sitemap-list-child li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #8c6e4f;
  border-right: 1px solid #8c6e4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-list-child li a:hover {
  color: #8c6e4f;
  padding-left: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-list-child li a:hover::after {
  right: 4px;
}
#page.sitemap .sitemap-external {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#page.sitemap .sitemap-external-ttl {
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #8c6e4f;
  margin-bottom: 20px;
}
#page.sitemap .sitemap-external-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#page.sitemap .sitemap-external-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#page.sitemap .sitemap-external-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 8px;
  padding-right: 30px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #ccc;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#page.sitemap .sitemap-external-list li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #8c6e4f;
  border-right: 1px solid #8c6e4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-external-list li a:hover {
  color: #8c6e4f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.sitemap .sitemap-external-list li a:hover::after {
  right: 4px;
}
#page.sitemap .sitemap-external-list li a:hover .sitemap-external-icon img {
  opacity: 0.8;
}
#page.sitemap .sitemap-external-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
#page.sitemap .sitemap-external-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #page.sitemap .sitemap-content {
    padding-bottom: 80px;
  }
  #page.sitemap .sitemap-content .c-page-sub {
    margin-bottom: 60px;
  }
  #page.sitemap .sitemap-content .c-page-sub::after {
    height: 20px;
    bottom: -38px;
  }
  #page.sitemap .sitemap-body {
    max-width: 100%;
  }
  #page.sitemap .sitemap-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #page.sitemap .sitemap-list-sub {
    margin-top: 0;
    border-top: none;
  }
  #page.sitemap .sitemap-list-item > a {
    font-size: 13px;
    padding: 16px 8px;
    padding-right: 28px;
  }
  #page.sitemap .sitemap-list-child {
    padding-left: 16px;
  }
  #page.sitemap .sitemap-list-child li a {
    font-size: 12px;
    padding: 12px 8px 12px 16px;
    padding-right: 28px;
  }
  #page.sitemap .sitemap-external {
    margin-top: 0;
    padding-top: 32px;
  }
  #page.sitemap .sitemap-external-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  #page.sitemap .sitemap-external-list li a {
    font-size: 12px;
    padding: 14px 8px;
    padding-right: 28px;
    gap: 10px;
  }
  #page.sitemap .sitemap-external-icon {
    width: 18px;
    height: 18px;
  }
}