@charset "UTF-8";
@import url("https://use.typekit.net/jlw4roh.css");
/* =================================
リセット
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box; }

button, input, select, textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
  color: inherit;
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

/* =================================
共通
================================= */
html {
  height: 100%;
  font-size: 16px; }

body {
  display: none;
  height: 100%;
  color: #313030;
  background: #fff;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-size-adjust: none; }

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

span, strong {
  display: block; }

a {
  display: block;
  text-decoration: none;
  margin: 0 auto; }
  a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.relative_wrap {
  position: relative;
  z-index: 0; }

.smp {
  display: none; }

.inner {
  width: 90%;
  max-width: 68.75rem;
  margin: 0 auto; }

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

  .smp {
    display: inherit; } }
/* =================================
ヘッダー
================================= */
.shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.header {
  position: fixed;
  z-index: 9999;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s; }
  .header.hide {
    z-index: -1;
    transform: translateY(-160%); }
  .header h1 {
    width: 100%;
    margin-left: 2.8125rem;
    max-width: 9.875rem; }
  .header .right_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 4.375rem; }
    .header .right_area > * {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
  .header .btn_e {
    color: #fff;
    font-family: futura-pt, sans-serif;
    letter-spacing: .2em;
    width: 8.75rem;
    background: #6995ED;
    background: linear-gradient(90deg, #6995ed 0%, #9447c8 51%, #ca46da 100%);
    border-bottom-left-radius: 1.875rem; }
  .header .sp_menu {
    cursor: pointer;
    background: #fff;
    width: 4.375rem; }
    .header .sp_menu i {
      width: 2.25rem;
      height: 2.0625rem;
      display: block;
      position: relative;
      margin: 0 auto; }
    .header .sp_menu span {
      transition: all 0.3s;
      height: 0.0625rem;
      background: #313030;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .header .sp_menu span.top {
        top: 0; }
      .header .sp_menu span.middle {
        top: 0;
        bottom: 0; }
      .header .sp_menu span.bottom {
        bottom: 0; }
    .header .sp_menu.open .top {
      transform: rotate(-45deg);
      bottom: 0; }
    .header .sp_menu.open .middle {
      background: rgba(255, 255, 255, 0); }
    .header .sp_menu.open .bottom {
      transform: rotate(45deg);
      top: 0; }
  .header .header_sitemap {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    padding: 1.5625rem 3.4375rem;
    box-sizing: border-box;
    transition: all 0.3s;
    animation: hs-fadeIn 0.5s ease;
    transform: translateX(100%);
    width: calc(100% - 250px);
    max-width: 37.5rem; }
    .header .header_sitemap.open {
      transform: translateX(0); }
  .header ul {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 1.5625rem; }
    .header ul li {
      width: 47%; }
    .header ul a {
      color: inherit; }
    .header ul span {
      color: #8d4fcb;
      line-height: 1.2;
      letter-spacing: .05em;
      font-family: futura-pt, sans-serif;
      font-weight: 600;
      font-size: 0.8125rem;
      margin-bottom: .2em; }
    .header ul strong {
      font-weight: 600;
      letter-spacing: .15em;
      line-height: 1.4; }
  .header .close {
    width: 100%;
    max-width: 12.5rem;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0.625rem 0;
    margin: 1.875rem auto 0;
    text-align: center;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    border: 0.0625rem solid #313030;
    border-radius: 2.5rem; }
    .header .close:hover {
      opacity: .5;
      transition: all .2s ease-in; }

@media screen and (max-width: 768px) {
  .header {
    width: 100%; }
    .header h1 {
      margin-left: 5%;
      max-width: 6.25rem; }
    .header .right_area {
      height: 3.4375rem; }
    .header .btn_e {
      font-size: 0.9375rem;
      width: 7.5rem;
      border-bottom-left-radius: 1.5625rem; }
    .header .sp_menu {
      width: 3.4375rem; }
      .header .sp_menu i {
        width: 1.75rem;
        height: 1.5625rem; }
    .header .header_sitemap {
      width: 100%;
      max-width: none;
      display: block;
      padding: 7.5rem 10% 2.5rem; }
    .header ul {
      row-gap: 1.5625rem; }
      .header ul span {
        font-size: 0.75rem; }
      .header ul strong {
        font-size: 0.9375rem; }
    .header .close {
      font-size: 0.9375rem;
      max-width: 11.25rem;
      padding: 0.5rem 0;
      margin-top: 1.5625rem; } }
/* =================================
フッター
================================= */
footer {
  color: #757adf;
  position: sticky;
  top: 100vh;
  padding: 2.1875rem 0 1.25rem;
  border-top: 0.0625rem solid #dfdfdf; }
  footer .flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.875rem; }
    footer .flex_wrap > * {
      margin: 0;
      color: #757adf;
      width: 50%; }
  footer .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.75rem; }
    footer .right img {
      max-width: 9.875rem; }
    footer .right span {
      font-size: 0.875rem;
      font-family: futura-pt, sans-serif;
      font-weight: 600;
      color: inherit; }
  footer .left {
    font-size: 0.9375rem;
    max-width: 13.75rem;
    border: 0.0625rem solid #757adf;
    padding: 0.3125rem 0; }
  footer .copy {
    font-size: 0.875rem;
    font-family: futura-pt, sans-serif; }

@media print, screen and (max-width: 768px) {
  footer .flex_wrap {
    flex-direction: column;
    row-gap: 1.875rem;
    margin-bottom: 3.125rem; }
    footer .flex_wrap > * {
      margin: 0 auto;
      width: 100%; }
  footer .right {
    justify-content: center;
    flex-direction: column;
    row-gap: 0.5rem; }
    footer .right img {
      max-width: 7.5rem; }
    footer .right span {
      font-size: 0.8125rem; }
  footer .left {
    font-size: 0.875rem;
    max-width: 12.5rem; }
  footer .copy {
    font-size: 0.75rem; } }
