@charset "UTF-8";
.pos_center, .icon-wrap .icon::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.font_robot, .footer-inner .footer-nuv {
  font-family: "Roboto", sans-serif;
}

/* ヘッダー */
header {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 999;
  color: #FFFFFF;
  mix-blend-mode: difference;
}
@media screen and (max-width: 760px) {
  header.active {
    mix-blend-mode: normal;
  }
}

.header-inner {
  width: 100%;
  height: 110px;
  padding: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .header-inner {
    height: 55px;
  }
}
.header-inner .header-logo {
  display: flex;
  align-items: center;
  color: #fff;
}
.header-inner .header-nav {
  display: flex;
  align-items: center;
}
.header-inner .header-nav ul {
  display: flex;
}
.header-inner .header-nav .list {
  margin-left: 30px;
}
.header-inner .header-nav .list a {
  color: #fff;
}
.header-inner .header-nav .mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .header-inner .header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .header-inner .header-nav.active {
    display: block;
    background-color: #313131;
  }
  .header-inner .header-nav .header-nuv-parent {
    display: block;
    width: 80%;
    height: auto;
    margin: 150px auto 0 auto;
  }
  .header-inner .header-nav .header-nuv-parent > .mobile {
    display: block;
  }
  .header-inner .header-nav .list {
    position: relative;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
  }
  .header-inner .header-nav .list.active .mobile {
    display: block;
  }
  .header-inner .header-nav .list.active::after {
    transform: rotate(135deg);
  }
  .header-inner .header-nav .list a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px 5px 10px;
    color: #D0D0D0;
  }
  .header-inner .header-nav .list a ul {
    position: relative;
    width: 100%;
  }
  .header-inner .header-nav .list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    transform: rotate(45deg);
  }
  .header-inner .header-nav .list .btn {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
}
.header-inner .icon-wrap {
  display: none;
}
.header-inner .mb-bar-wrap {
  display: none;
}
@media screen and (max-width: 760px) {
  .header-inner .icon-wrap {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin: 0;
    padding-top: 50px;
  }
  .header-inner .icon-wrap .icon {
    top: 50px;
    bottom: auto;
  }
  .header-inner .icon-wrap .ticktok-icon {
    left: 0;
  }
  .header-inner .icon-wrap .youtube-icon {
    left: 35px;
  }
  .header-inner .mb-bar-wrap {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #cecece;
  }
  .header-inner .mb-bar-wrap span {
    position: absolute;
    display: block;
    width: 14px;
    height: 1px;
    background: #000;
    left: 8px;
  }
  .header-inner .mb-bar-wrap span:first-child {
    top: 10px;
    animation: menu-bar-top 0.75s forwards;
  }
  .header-inner .mb-bar-wrap span:nth-child(2) {
    top: 15px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .header-inner .mb-bar-wrap span:last-child {
    top: 20px;
    animation: menu-bar-bottom 0.75s forwards;
  }
  .header-inner .mb-bar-wrap.active {
    background-color: #313131;
  }
  .header-inner .mb-bar-wrap.active span {
    background: #cecece;
  }
  .header-inner .mb-bar-wrap.active span:first-child {
    animation: active-menu-bar-top 0.75s forwards;
  }
  .header-inner .mb-bar-wrap.active span:nth-child(2) {
    opacity: 0;
  }
  .header-inner .mb-bar-wrap.active span:last-child {
    animation: active-menu-bar-bottom 0.75s forwards;
  }
}

footer {
  margin-top: auto;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #1E1E1E;
  color: #D0D0D0;
}
footer .icon-wrap {
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 760px) {
  footer .icon-wrap {
    bottom: 20px;
  }
}
footer .icon-wrap .ticktok-icon {
  right: 45px;
}
@media screen and (max-width: 760px) {
  footer .icon-wrap .ticktok-icon {
    right: auto;
    left: 10px;
  }
}
footer .icon-wrap .youtube-icon {
  right: 5px;
}
@media screen and (max-width: 760px) {
  footer .icon-wrap .youtube-icon {
    right: auto;
    left: 50px;
  }
}
footer .page-top {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D0D0D0;
}
footer .page-top ::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #D0D0D0 transparent;
}
footer .page-top span {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  color: #D0D0D0;
  font-size: 1rem;
  font-weight: 500;
  width: 50px;
  text-align: center;
}
@media screen and (max-width: 760px) {
  footer .page-top {
    top: 15px;
    right: 15px;
  }
}

.icon-wrap {
  position: absolute;
  max-width: 1280px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.icon-wrap .icon {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #D0D0D0;
}
.icon-wrap .icon::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background-size: 100%;
}
.icon-wrap .ticktok-icon::after {
  background-image: url("../img/footer_tiktok_logo.svg");
}
.icon-wrap .youtube-icon::after {
  background-image: url("../img/footer_youtube_logo.svg");
}

.footer-inner {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: flex;
}
.footer-inner a {
  color: #D0D0D0;
}
.footer-inner p {
  margin: 0;
  line-height: 25px;
}
.footer-inner .footer-company-info {
  padding: 20px 0;
  width: 30%;
  border-right: 1px solid #D0D0D0;
}
@media screen and (max-width: 760px) {
  .footer-inner .footer-company-info {
    border-right: none;
  }
}
.footer-inner .footer-link {
  width: 70%;
}
.footer-inner .footer-company-logo {
  width: 55px;
}
.footer-inner .footer-company-add {
  font-size: 1.4rem;
}
.footer-inner .footer-company-mail a {
  position: relative;
  padding-left: 20px;
}
.footer-inner .footer-company-mail a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/mail_icon.svg");
  background-size: 100%;
}
.footer-inner .footer-link {
  padding: 20px 0 0 50px;
}
.footer-inner .footer-nuv {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
}
.footer-inner .footer-nuv-parent {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-inner .footer-nuv-parent .list {
  display: block;
  width: auto;
  min-width: 90px;
}
.footer-inner .footer-nuv-parent .list:nth-child(n+2) {
  padding-left: 10px;
}
.footer-inner .footer-nuv-parent .list ul {
  padding-top: 25px;
  font-size: 1rem;
}
.footer-inner .footer-nuv-parent .list ul li {
  padding-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .footer-inner {
    padding: 30px 10px;
    flex-wrap: wrap;
  }
  .footer-inner .footer-company-info {
    width: 100%;
  }
  .footer-inner .footer-company-logo {
    width: 30px;
    margin-bottom: 10px;
  }
  .footer-inner .footer-company-name {
    font-size: 1.2rem;
  }
  .footer-inner .footer-company-add {
    font-size: 1rem;
    line-height: 15px;
  }
  .footer-inner .footer-company-mail {
    font-size: 1rem;
  }
  .footer-inner .footer-company-mail::after {
    width: 10px;
    height: 10px;
  }
  .footer-inner .footer-link {
    width: 100%;
    padding: 0;
  }
  .footer-inner .footer-nuv-parent {
    flex-wrap: wrap;
  }
  .footer-inner .footer-nuv-parent .list {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #cecece;
  }
  .footer-inner .footer-nuv-parent .list:nth-child(n+2) {
    padding-left: 0;
  }
  .footer-inner .footer-nuv-parent .list > a {
    display: block;
    padding: 20px 0 5px 0;
  }
  .footer-inner .footer-nuv-parent .list > p {
    display: block;
    padding: 20px 0 5px 0;
  }
  .footer-inner .footer-nuv-parent .list::after {
    content: "";
    position: absolute;
    right: 10PX;
    top: 22px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    transform: rotate(45deg);
  }
  .footer-inner .footer-nuv-parent .list ul {
    display: none;
  }
  .footer-inner .footer-nuv-parent .list.active ul {
    display: block;
    padding-left: 25px;
  }
  .footer-inner .footer-nuv-parent .list.active::after {
    transform: rotate(135deg);
  }
  .footer-inner .footer-nuv-parent .list .btn {
    position: absolute;
    top: 2px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
}

small {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 50px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  small {
    padding: 80px 10px 20px 10px;
    font-size: 0.8rem;
  }
}

.breadcrumb {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  color: #8D8D8D;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.breadcrumb a {
  color: #8D8D8D;
}
.breadcrumb li {
  display: inline;
  overflow-wrap: break-word;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  margin-right: 25px;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #D0D0D0;
  top: 50%;
  left: calc(100% + 5px);
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 760px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

h2, h3, h4 {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */