* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.0980966325vw;
  line-height: 1.5;
  color: #ffffff;
  background: #010C20;
}
body.is-fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

ul {
  list-style-type: none;
}

@media print, (max-width: 767px) {
  body {
    font-size: 4vw;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.js-fadeup {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s ease;
}

.js-fadeup.is-inview {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

@keyframes c-spmenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes c-spmenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.c-header {
  padding: 2.196193265vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
.c-header__logo {
  display: flex;
  align-items: center;
  gap: 1.4641288433vw;
  transition: 0.3s;
}
.c-header__logo:hover {
  opacity: 0.7;
}
.c-header__logo__img {
  width: 7.9795021962vw;
}
.c-header__logo__text {
  font-weight: 700;
  font-size: 1.0980966325vw;
  line-height: 1.2;
  color: #ffffff;
}
.c-header__right {
  display: flex;
  align-items: center;
  gap: 2.196193265vw;
}
.c-header__nav {
  display: flex;
  align-items: center;
  gap: 2.196193265vw;
}
.c-header__nav__link {
  transition: 0.3s;
}
.c-header__nav__link:hover {
  opacity: 0.7;
}
.c-header__nav__text {
  font-weight: 700;
  font-size: 1.0980966325vw;
  line-height: 1.2;
  color: #ffffff;
}
.c-header__switch {
  width: 6.588579795vw;
  height: 1.756954612vw;
  border: 0.1464128843vw solid #ffffff;
  border-radius: 0.878477306vw;
}
.c-header__switch__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2928257687vw;
  width: 100%;
  height: 100%;
}
.c-header__switch__text {
  font-weight: 700;
  font-size: 1.0980966325vw;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.c-header__switch__text.is-active {
  color: #ffffff;
}
.c-header__switch__lever {
  width: 1.4641288433vw;
  height: 0.1464128843vw;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.c-header__switch__lever::after {
  content: "";
  display: block;
  width: 0.439238653vw;
  height: 0.439238653vw;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-header__button {
  display: none;
}
.c-headermask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.9092240117vw;
  background: linear-gradient(to bottom, rgba(1, 12, 32, 0.6) 0%, rgba(1, 12, 32, 0) 100%);
  pointer-events: none;
  z-index: 800;
}
.c-spmenu {
  display: none;
}
.c-footer {
  padding-top: 7.3206442167vw;
  padding-bottom: 5.1244509517vw;
  background-image: url("../img/common/footer_bg_pc.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer__logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4641288433vw;
}
.c-footer__logo__img {
  width: 8.0161054173vw;
}
.c-footer__logo__text {
  font-weight: 700;
  font-size: 1.0980966325vw;
  line-height: 1.2;
  color: #ffffff;
}
.c-footer__copyright {
  margin-top: 4.6852122987vw;
  font-weight: 700;
  font-size: 0.878477306vw;
  line-height: 1.1666666667;
}
.c-float {
  position: fixed;
  right: 2.196193265vw;
  bottom: 2.196193265vw;
  z-index: 100;
}
.c-float__button {
  width: 10.980966325vw;
}
.c-float__button__link {
  display: block;
  position: relative;
  transition: 0.3s;
}
.c-float__button__link:hover {
  opacity: 0.7;
}
.c-float__button__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.878477306vw;
  padding-top: 2.9282576867vw;
}
.c-float__button__text {
  font-weight: 700;
  font-size: 1.1713030747vw;
  line-height: 1.5625;
  color: #00FFFF;
}
.c-float__button__arrow {
  width: 1.1713030747vw;
}

@media print, (max-width: 767px) {
  .c-header {
    padding: 4vw 5.3333333333vw 4vw 4vw;
  }
  .c-header__logo {
    gap: 1.3333333333vw;
  }
  .c-header__logo:hover {
    opacity: 1;
  }
  .c-header__logo__img {
    width: 19.2vw;
  }
  .c-header__logo__text {
    font-size: 2.6666666667vw;
  }
  .c-header__right {
    gap: 8vw;
  }
  .c-header__nav {
    display: none;
  }
  .c-header__switch {
    display: none;
  }
  .c-header__button {
    display: block;
    width: 6.4vw;
    height: 6.4vw;
    position: relative;
    z-index: 1000;
  }
  .c-header__button__bar {
    display: block;
    width: 100%;
    height: 0.5333333333vw;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.3s;
  }
  .c-header__button__bar[data-item="1"] {
    transform: translateY(-400%);
  }
  .c-header__button__bar[data-item="2"] {
    transform: translateY(-50%);
  }
  .c-header__button__bar[data-item="3"] {
    transform: translateY(300%);
  }
  .c-header__button.is-open .c-header__button__bar[data-item="1"] {
    transform: translateY(-50%) rotate(45deg);
  }
  .c-header__button.is-open .c-header__button__bar[data-item="2"] {
    opacity: 0;
  }
  .c-header__button.is-open .c-header__button__bar[data-item="3"] {
    transform: translateY(-50%) rotate(-45deg);
  }
  .c-headermask {
    height: 26.6666666667vw;
  }
  .c-spmenu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #88A3B1;
    z-index: 900;
    padding-top: 16vw;
  }
  .c-spmenu.is-open {
    display: block;
    animation: c-spmenu-fade-in 0.3s ease;
  }
  .c-spmenu.is-closing {
    display: block;
    animation: c-spmenu-fade-out 0.3s ease;
  }
  .c-spmenu__switch {
    display: flex;
    justify-content: flex-end;
    padding: 0 4.8vw;
  }
  .c-spmenu__switch__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.0666666667vw;
    width: 24vw;
    height: 6.4vw;
    border: 0.5333333333vw solid #ffffff;
    border-radius: 3.2vw;
  }
  .c-spmenu__switch__text {
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
  }
  .c-spmenu__switch__text.is-active {
    color: #ffffff;
  }
  .c-spmenu__switch__lever {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .c-spmenu__switch__lever::after {
    content: "";
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c-spmenu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10.6666666667vw;
    width: 80vw;
    margin: 8vw auto 0;
  }
  .c-spmenu__list__item {
    width: 33.8666666667vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #ffffff;
  }
  .c-spmenu__list__text {
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.2;
    color: #ffffff;
  }
  .c-footer {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
    background-image: url("../img/common/footer_bg_sp.png");
  }
  .c-footer__logo__link {
    gap: 4vw;
  }
  .c-footer__logo__img {
    width: 23.3333333333vw;
  }
  .c-footer__logo__text {
    font-size: 3.2vw;
  }
  .c-footer__copyright {
    margin-top: 12vw;
    font-size: 2.6666666667vw;
  }
  .c-float {
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  .c-float__button {
    width: 100%;
  }
  .c-float__button__link:hover {
    opacity: 1;
  }
  .c-float__button__inner {
    justify-content: center;
    gap: 0;
    padding-top: 0;
  }
  .c-float__button__text {
    font-size: 4vw;
    color: #010C20;
  }
  .c-float__button__arrow {
    width: 3.7333333333vw;
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translateY(-50%);
  }
}
.u-d--none--pc {
  display: none !important;
}

.u-d--none02--pc {
  display: none !important;
}

.u-d--none03--pc {
  display: none !important;
}

.u-d--none04--pc {
  display: none !important;
}

@media print, (max-width: 767px) {
  .u-d--none--sp {
    display: none !important;
  }
  .u-d--none--pc {
    display: inline !important;
  }
  .u-d--none02--pc {
    display: block !important;
  }
  .u-d--none03--pc {
    display: flex !important;
  }
  .u-d--none04--pc {
    display: inline-block !important;
  }
}