@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
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, (min-width: 768px) {
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.l-header {
  position: relative;
  height: 33.3333333333vw;
}

@media print, (min-width: 768px) {
  .l-header {
    height: 8.6486486486vw;
  }
  body[data-page=top] .l-header {
    height: 8.6486486486vw;
  }
}
@media print, (min-width: 1480px) {
  .l-header {
    height: 128px;
  }
  body[data-page=top] .l-header {
    height: 128px;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.5s;
}
.c-header[data-scroll=up] {
  transform: translateY(-100%);
}
.c-header__inner {
  display: flex;
  flex-direction: column;
  padding: 4.2666666667vw 0;
  gap: 4vw;
}
.c-header__left {
  display: flex;
  justify-content: space-between;
  padding-left: 4.2666666667vw;
  padding-bottom: 3.4666666667vw;
}
.c-header__logo {
  display: block;
  width: 24vw;
}
.c-header__right {
  padding: 0 7.2vw;
}
.c-header__button {
  display: flex;
  align-items: center;
  gap: 1.8666666667vw;
}
.c-header__button__link {
  display: block;
  width: 22.9333333333vw;
}
.c-header__button__link[data-type=instagram] {
  width: 8vw;
}
.c-headerText {
  position: absolute;
  top: 4vw;
  left: 42.1333333333vw;
  width: 44.2666666667vw;
}
.c-footer__navarea__inner {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.c-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1333333333vw;
  padding: 4vw 5.3333333333vw 0;
}
.c-footer__nav__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2.6666666667vw;
}
.c-footer__nav__item__heading {
  width: 30%;
  margin-top: 0.8vw;
}
.c-footer__nav__item__heading__text {
  font-weight: 700;
  font-size: 3.7333333333vw;
  color: #231815;
}
.c-footer__nav__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 1.3333333333vw;
}
.c-footer__nav__list__item {
  font-weight: 700;
  font-size: 3.2vw;
  color: #231815;
  position: relative;
  padding-left: 1em;
}
.c-footer__nav__list__item::before {
  content: "・";
  position: absolute;
  top: 0.2666666667vw;
  left: 0;
}
.c-footer__nav__list__link__text {
  font-weight: 500;
  font-size: 3.4666666667vw;
  color: #231815;
}
.c-footer__nav__list02 {
  margin-top: 1.3333333333vw;
}
.c-footer__nav__list02__item + .c-footer__nav__list02__item {
  margin-top: 1.3333333333vw;
}
.c-footer__nav__list02__heading {
  font-weight: 700;
  font-size: 3.7333333333vw;
}
.c-footer__nav__list02__link__text {
  margin-left: 2.6666666667vw;
  font-weight: 500;
  font-size: 3.4666666667vw;
  color: #231815;
}
.c-footer__others {
  display: flex;
  flex-direction: column;
  padding: 0 5.3333333333vw 2.6666666667vw;
}
.c-footer__others__button {
  display: block;
  width: 24vw;
}
.c-footer__others__link {
  margin-top: 1.3333333333vw;
}
.c-footer__others__link__text {
  position: relative;
  display: inline-block;
  padding-right: 0.6em;
  white-space: nowrap;
  font-weight: 700;
  font-size: 3.4666666667vw;
  color: #1360A1;
}
.c-footer__others__link__text::after {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0.2em, -50%);
}
.c-footer__copyright {
  background: #F6F6F6;
  padding: 1.3333333333vw 0;
}
.c-footer__copyright__text {
  font-weight: 700;
  font-size: 3.7333333333vw;
  color: #231815;
  text-align: center;
}
.c-spmenubutton {
  position: fixed;
  top: 21.3333333333vw;
  left: 69.3333333333vw;
  z-index: 1500;
  width: 23.2vw;
  transition: 0.3s;
}
.c-spmenubutton.is-active {
  transform: translateX(-65.3333333333vw);
}
.c-spmenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
}
.c-spmenu__mask {
  width: 100%;
  height: 100%;
  background: rgba(4, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.c-spmenu__container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68.2666666667vw;
  height: calc(100% - 21.3333333333vw);
  background: #040000;
  padding: 2.6666666667vw 4.8vw;
  overflow-y: auto;
  transform: translateX(120%);
  transition: 0.3s;
}
.c-spmenu__container.is-active {
  transform: translateX(0%);
}
.c-spmenu__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-spmenu__nav__item + .c-spmenu__nav__item {
  margin-top: 1.3333333333vw;
}
.c-spmenu__nav__item__heading {
  font-weight: 700;
  font-size: 3.7333333333vw;
  color: #ffffff;
}
.c-spmenu__nav__item__content {
  margin-top: 1.3333333333vw;
  padding-left: 3.7333333333vw;
}
.c-spmenu__nav__list01__item + .c-spmenu__nav__list01__item {
  margin-top: 1.3333333333vw;
}
.c-spmenu__nav__list01__text {
  font-weight: 700;
  font-size: 3.2vw;
  color: #ffffff;
}
.c-spmenu__nav__list02 {
  margin-top: 1.3333333333vw;
  padding-left: 3.2vw;
}
.c-spmenu__nav__list02__heading {
  font-weight: 700;
  font-size: 3.2vw;
  color: #ffffff;
}
.c-spmenu__nav__list02__inner {
  margin-top: 1.3333333333vw;
}
.c-spmenu__nav__list02__item + .c-spmenu__nav__list02__item {
  margin-top: 1.3333333333vw;
}
.c-spmenu__nav__list02__text {
  font-weight: 700;
  font-size: 3.2vw;
  color: #ffffff;
}
.c-spmenu__link {
  color: #FFF;
}
.c-spmenu__others {
  margin-top: 5.3333333333vw;
}
.c-spmenu__others__text {
  font-weight: 700;
  font-size: 3.7333333333vw;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.c-spmenu.is-active {
  visibility: visible;
  opacity: 1;
}
.c-side-nav {
  display: none;
}
.c-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.3s;
}
.c-to-top.is-show {
  pointer-events: inherit;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .c-header__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.7027027027vw;
    padding: 1.6891891892vw 4.0540540541vw;
  }
  .c-header__left {
    flex-grow: 1;
    gap: 2.7027027027vw;
    padding-left: 0;
    padding-bottom: 0;
  }
  .c-header__logo {
    width: 13.6486486486vw;
    transition: 0.3s;
  }
  .c-header__logo:hover {
    opacity: 0.7;
  }
  .c-header__right {
    padding: 0;
  }
  .c-header__button {
    gap: 1.0135135135vw;
  }
  .c-header__button__link {
    width: 12.7027027027vw;
    transition: 0.3s;
  }
  .c-header__button__link[data-type=instagram] {
    width: 3.7162162162vw;
  }
  .c-header__button__link:hover {
    opacity: 0.7;
  }
  .c-headerText {
    top: 2.9947916667vw;
    left: 25.6510416667vw;
    width: 34.765625vw;
  }
  .c-footer {
    position: relative;
  }
  .c-footer__navarea {
    display: block;
    padding: 60px 0 40px;
  }
  .c-footer__navarea__inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 90px;
  }
  .c-footer__nav {
    gap: 40px;
    padding: 0 20px;
  }
  .c-footer__nav__item {
    flex-direction: column;
    gap: 0;
    width: auto;
  }
  .c-footer__nav__item__heading {
    width: inherit;
    margin-top: 0;
    transition: 0.3s;
  }
  .c-footer__nav__item__heading__text {
    font-size: 18px;
  }
  .c-footer__nav__item__heading:hover {
    opacity: 0.7;
  }
  .c-footer__nav__list {
    display: block;
    gap: 0;
    margin-top: 5px;
  }
  .c-footer__nav__list__item {
    font-size: 14px;
  }
  .c-footer__nav__list__item::before {
    top: 0;
  }
  .c-footer__nav__list__item + .c-footer__nav__list__item {
    margin-top: 5px;
  }
  .c-footer__nav__list__link {
    font-weight: 700;
    transition: 0.3s;
  }
  .c-footer__nav__list__link__text {
    font-size: 14px;
    font-weight: 700;
  }
  .c-footer__nav__list__link:hover {
    opacity: 0.7;
  }
  .c-footer__nav__list02 {
    margin-top: 5px;
  }
  .c-footer__nav__list02__item + .c-footer__nav__list02__item {
    margin-top: 5px;
  }
  .c-footer__nav__list02__heading {
    font-size: 16px;
  }
  .c-footer__nav__list02__link {
    transition: 0.3s;
  }
  .c-footer__nav__list02__link__text {
    margin-left: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .c-footer__nav__list02__link:hover {
    opacity: 0.7;
  }
  .c-footer__others {
    gap: 10px;
    padding: 0 20px 0 0;
  }
  .c-footer__others__button {
    width: 197px;
    transition: 0.3s;
  }
  .c-footer__others__button:hover {
    opacity: 0.7;
  }
  .c-footer__others__link {
    margin-top: 0;
    transition: 0.3s;
  }
  .c-footer__others__link__text {
    font-size: 16px;
    letter-spacing: -0.1em;
  }
  .c-footer__others__link:hover {
    opacity: 0.7;
  }
  .c-footer__copyright {
    padding: 20px 0 36px;
  }
  .c-footer__copyright__text {
    font-size: 16px;
  }
  .c-spmenubutton {
    display: none;
  }
  .c-side-nav {
    display: flex;
    position: fixed;
    flex-direction: column;
    right: 0;
    top: 40dvh;
    width: clamp(150px, 9dvw, 250px);
    height: auto;
    z-index: 1000;
    gap: 10px;
  }
  .c-side-nav__link {
    transition: 0.3s;
  }
  .c-side-nav__link:hover {
    opacity: 0.7;
  }
  .c-to-top {
    bottom: 24px;
    right: 24px;
    width: 51px;
    height: 51px;
  }
  .c-to-top.is-show:hover {
    opacity: 0.7;
  }
  body[data-page=top] .c-headerText {
    display: none;
  }
}
@media print, (min-width: 1480px) {
  .c-header__inner {
    gap: 40px;
    padding: 25px 60px;
  }
  .c-header__left {
    gap: 40px;
  }
  .c-header__logo {
    width: 200px;
  }
  .c-header__button {
    gap: 15px;
  }
  .c-header__button__link {
    width: 148px;
  }
  .c-header__button__link[data-type=instagram] {
    width: 45px;
  }
  .c-headerText {
    top: 30px;
    left: calc(380px + (100vw - 1480px) / 2);
    width: 400px;
  }
}
@media print, (max-width: 1320px) {
  .c-side-nav {
    flex-direction: row;
    justify-content: center;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    transition: opacity 0.3s;
  }
  .c-side-nav__link {
    width: min(18vw, 196px);
  }
  .c-side-nav.is-hide {
    animation: sideNavHide 0.3s ease forwards;
    z-index: 0;
    opacity: 0;
  }
  .c-side-nav.is-hide .c-side-nav__link {
    pointer-events: none;
  }
}
@media print {
  .c-side-nav {
    display: none !important;
  }
}
@keyframes sideNavHide {
  from {
    visibility: visible;
  }
  to {
    visibility: hidden;
  }
}
.u-d--none--sp {
  display: none !important;
}

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

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

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