@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.u-serif {
  font-family: var(--font-serif);
}

.u-en {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: bold;
}

.u-color-white {
  color: #fff;
}

.u-color-red {
  color: var(--color-red);
}

.u-color-orange {
  color: var(--color-orange);
}

.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-ivorie {
  color: var(--color-ivorie);
}

.u-color-accent {
  color: var(--accent);
}

.u-bg-accent {
  background-color: var(--accent);
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-light {
  background-color: var(--color-light);
}

.u-fit-w {
  width: fit-content;
}

.u-ls-0 {
  letter-spacing: 0;
}

.u-w {
  width: var(--width);
}
@media (max-width: 767px) {
  .u-w {
    width: var(--width_sp, var(--width, auto));
  }
}

.u-nowrap {
  white-space: nowrap;
}

.u-zindex-2 {
  z-index: 2;
}

.u-grid {
  display: grid;
}

.u-relative {
  position: relative;
}

.u-underline {
  text-decoration: underline;
}

.u-absolute {
  position: absolute;
  inset: var(--inset);
}
@media (max-width: 767px) {
  .u-absolute {
    inset: var(--inset_sp, var(--inset, 0 0 0 0));
  }
}

.u-grid {
  display: grid;
}

.u-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-lh-150 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .sp\:u-static {
    position: static;
  }
  .sp\:u-lh-2 {
    line-height: 2;
  }
  .sp\:u-ls-200 {
    letter-spacing: 0.2em;
  }
  .sp\:u-lh-1_5 {
    line-height: 1.5;
  }
}
:root {
  --red: #e2402b;
  --header-height: 13.5rem;
  --transition1: cubic-bezier(0.75, 0, 0.175, 1);
}
@media (max-width: 767px) {
  :root {
    --header-height: 7.5rem;
  }
}

html {
  scroll-padding-top: var(--header-height);
  scroll-behavior: smooth;
  font-size: 0.4545454545vw;
}
@media screen and (max-width: 1679px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  a:not(.c-button):hover {
    opacity: 0.7;
  }
}

button {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  button:not(.c-button):hover {
    opacity: 0.7;
  }
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  opacity: 0.7;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  font-size: 1.4rem;
  line-height: 3rem;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.footer {
  background: linear-gradient(to right, rgb(226, 64, 43) 0%, rgb(226, 67, 46) 30.33%, rgb(228, 75, 56) 53.15%, rgb(230, 90, 72) 73.52%, rgb(233, 111, 94) 92.36%, rgb(234, 121, 106) 100%);
  text-align: center;
  font-size: 2.3rem;
  font-weight: 500;
  padding: 8rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 6rem 4rem;
  }
}
.footer__logo {
  width: 29.4rem;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 21.1rem;
    margin: 0 auto 1rem;
  }
}
.footer__logo-title {
  text-align: center;
  font-size: 2.3rem;
  color: #fff;
  margin-bottom: 7.2rem;
}
@media (max-width: 767px) {
  .footer__logo-title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.footer__address-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  text-align: left;
  gap: 4.8rem 10rem;
  color: #fff;
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .footer__address-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 5.6rem;
  font-size: 1.7rem;
  color: #fff;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-weight: normal;
    font-size: 1.6rem;
  }
}

.l-inner {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}

.header {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 1.5rem;
  }
}
.header__logo {
  width: 29.4rem;
  height: 7.2rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .header__logo {
    width: 12.8rem;
    height: auto;
  }
}
.header__nav {
  font-weight: 500;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}
.header__nav li {
  list-style: none;
}
@media (max-width: 767px) {
  .header__nav {
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
}
.header__button {
  letter-spacing: 0.12em;
  width: 24.5rem;
  height: 6.5rem;
  border-radius: 90px;
  background-color: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .header__button {
    width: 10rem;
    height: 3.8rem;
    font-size: 1.7rem;
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=common.css.map */
