@charset "UTF-8";
html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
body img {
  vertical-align: baseline;
  height: auto;
}

.spbr {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.header-fix {
  position: fixed;
  padding: 0px 20px;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  margin: 0;
  line-height: 1;
  z-index: 10000;
  height: 50px;
}
.header-logo a {
  display: block;
  height: 50px;
}
.header-logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-logo:hover {
  opacity: 0.8;
}

.nav-pc .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.nav-pc .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-pc .menu-list li {
  color: #000000;
  font-size: 1rem;
}
.nav-pc .menu-list li a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
.nav-pc .menu-list li:not(:last-child)::after {
  content: "|";
  margin-left: 20px;
  color: #999999;
  opacity: 0.7;
}
.nav-pc .menu-list li:hover {
  opacity: 0.8;
}
.nav-pc .sns-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.nav-pc .sns-icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000000;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-pc .sns-icons a img {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-pc .sns-icons a.sns-instagram {
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.nav-toggle,
.nav-sp {
  display: none;
}

.sub-header .spbr {
  display: none;
}
.sub-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5em;
  padding-bottom: 2em;
  border-bottom: 2px solid #ff858d;
}
.sub-header .sub-header-l {
  text-align: center;
  font-style: italic;
  font-weight: 800;
  color: #ffffff;
}
.sub-header .sub-header-l .spbr {
  display: none;
}
.sub-header .sub-header-l-sub {
  font-size: 1.5rem;
  padding-bottom: 0.5em;
}
.sub-header .sub-header-l-main {
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  text-shadow: 0.04em 0.04em 0 #000000;
}

.btn {
  margin: auto;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  max-width: 420px;
  width: 80%;
  background: #ffa601;
  color: white;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2em;
}

.btn:hover {
  background: #ff8037;
}

.btn::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.section-title-w,
.section-title-r {
  text-align: center;
  font-style: italic;
  font-weight: 900;
}
.section-title-w .spbr,
.section-title-r .spbr {
  display: none;
}
.section-title-w-main,
.section-title-r-main {
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.section-title-w-sub,
.section-title-r-sub {
  font-size: 1.15rem;
  padding-bottom: 1em;
}

.section-title-w {
  color: #ffffff;
}

.section-title-r-sub {
  color: #000000;
}
.section-title-r-main {
  color: #f40009;
}

.footer-btn {
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  background: rgba(255, 236, 236, 0.9);
}

.contact {
  background: #ffffff;
  padding: 5em 0;
  text-align: center;
}
.contact-text {
  margin: 2em auto 0;
  width: 50%;
}
.contact-text .detail-name {
  margin-bottom: 1em;
  font-size: 1.15rem;
  font-weight: 800;
}
.contact-text .detail {
  font-size: 1rem;
  margin: 0.2em 0;
}
.contact-text .detail a {
  text-decoration: underline;
}

.footer {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 2em 0 10em;
}
.footer .sns {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding-bottom: 2em;
}
.footer .sns-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.footer .sns p {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 2rem;
}
.footer .sns li {
  margin-top: 2em;
}
.footer .sns li:hover {
  opacity: 0.8;
}
.footer .sns-instagram, .footer .sns-x, .footer .sns-tiktok {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.footer .sns .sns-instagram {
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.footer .sns .sns-x,
.footer .sns .sns-tiktok {
  background: #ffffff;
}
.footer .sns .sns-instagram img,
.footer .sns .sns-x img,
.footer .sns .sns-tiktok img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-table {
  font-size: 1rem;
  margin: auto;
}
.footer-table th,
.footer-table td {
  padding: 0.6em 0;
  vertical-align: middle;
}
.footer-table th {
  font-weight: 500;
  position: relative;
  padding-right: 1em;
}
.footer-table th::after {
  content: "|";
  position: absolute;
  right: 0;
}
.footer-table td {
  text-align: left;
  padding-left: 1em;
}
.footer .copyright {
  margin-top: 4em;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem;
}

@media screen and (max-width: 1000px) {
  .is-scrolled .header-fix {
    top: 30px;
  }
  .header-inner {
    padding: 10px 25px;
  }
  .nav-pc {
    display: none;
  }
  .header-logo {
    height: 35px;
  }
  .header-logo a {
    height: 35px;
  }
  .nav-toggle {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 10001;
  }
  .nav-toggle span {
    display: block;
    position: absolute;
    left: 10px;
    width: 23px;
    height: 2px;
    background: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-toggle span:nth-child(1) {
    top: 14px;
  }
  .nav-toggle span:nth-child(2) {
    top: 21px;
  }
  .nav-toggle span:nth-child(3) {
    top: 28px;
  }
  .nav-open .nav-toggle span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .nav-open .nav-toggle span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
  .nav-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 140px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav-sp .header-right-sp {
    text-align: center;
    padding: 0;
    margin-top: 2em;
  }
  .nav-sp .header-right-sp .menu-list li {
    font-size: 1rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1rem;
  }
  .nav-sp .header-right-sp .menu-list li a {
    color: inherit;
    text-decoration: none;
  }
  .nav-sp .header-right-sp .menu-list li::after {
    content: "—";
    color: #999999;
    display: block;
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 1rem;
  }
  .nav-sp .header-right-sp .menu-list li:last-child::after {
    display: none;
  }
  .nav-sp .header-right-sp .menu-list li:hover {
    opacity: 0.8;
  }
  .nav-sp .sns-icons-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-top: 4em;
  }
  .nav-sp .sns-icons-sp a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000000;
  }
  .nav-sp .sns-icons-sp a img {
    width: 55%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nav-sp .sns-icons-sp a.sns-instagram {
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  }
  .nav-open .nav-sp {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 699px) {
  .sub-header-inner {
    width: 100%;
    padding-bottom: 2em;
  }
  .sub-header .sub-header-l .spbr {
    display: block;
  }
  .sub-header .sub-header-l-sub {
    font-size: 1.3rem;
    padding-bottom: 0.5em;
  }
  .sub-header .sub-header-l-main {
    font-size: 3.5rem;
    line-height: 0.9;
  }
  .btn {
    margin: auto;
    font-size: 1.3rem;
    width: 80%;
    max-width: 650px;
  }
  .btn a {
    padding: 1.4em;
  }
  .btn::after {
    position: absolute;
    right: 4%;
  }
  .footer-banner {
    padding: 1.5em;
  }
  .footer-banner .btn a {
    padding: 0.7em;
    line-height: 1.3em;
  }
  .section-title-w .spbr,
  .section-title-r .spbr {
    display: block;
  }
  .section-title-w-sub,
  .section-title-r-sub {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .section-title-w-main,
  .section-title-r-main {
    font-size: 2.8rem;
    line-height: 1;
  }
  .contact {
    padding: 3em 0;
  }
  .contact-text {
    margin: 2em auto 0;
    width: 100%;
  }
  .contact-text .detail-name {
    margin-bottom: 1.5em;
    font-size: 0.9rem;
  }
  .contact-text .detail {
    font-size: 0.9rem;
    line-height: 2em;
  }
  .footer {
    padding: 1em 0 10em;
  }
  .footer .sns {
    gap: 2em;
    padding-bottom: 2.5em;
  }
  .footer .sns-instagram, .footer .sns-x, .footer .sns-tiktok {
    width: 60px;
    height: 60px;
  }
  .footer-table {
    font-size: 0.8rem;
    margin: auto;
  }
  .footer-table th,
  .footer-table td {
    padding: 0.6em 0;
    vertical-align: middle;
  }
  .footer-table th {
    position: relative;
    padding-right: 1em;
  }
  .footer-table td {
    text-align: left;
    padding-left: 1em;
  }
  .footer .copyright {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=common.css.map */