@charset "UTF-8";
:root {
  --color-navy: #22235B;
  --color-purple: #5E587A;
  --color-light-navy: #CDC7D4;
  --color-black: #111111;
  --color-gold: #CC943A;
  --color-white: #ffffff;
  --color-gray: #EDEDEE;
  --color-light-gray: #F4F4F4;

  --color-text-navy: #22235B;
  --color-text-purple: #5E587A;
  --color-text-light-navy: #CDC7D4;
  --color-text-black: #111;
  --color-text-gold: #CC943A;
  --color-text-white: #fff;
  --color-text-gray: #EDEDEE;
  --color-text-light-gray: #F4F4F4;

  --color-background-navy: #22235B;
  --color-background-purple: #5E587A;
  --color-background-light-navy: #CDC7D4;
  --color-background-black: #111;
  --color-background-gold: #CC943A;
  --color-background-white: #ffffff;
  --color-background-gray: #EDEDEE;
  --color-background-light-gray: #F4F4F4;

  --color-border-light-gray: #F4F4F4;
}
  
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-size-adjust: 100%;
  font-size: 100px;
}

@media screen and (min-width: 768px) {
  html {
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767.98px) {
  html {
    font-feature-settings: "palt";
    font-size: 31.26vw;
  }
}

html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 1200px) and (max-width: 1279px) {
  html {
    font-size: 95px;
  }
}

@media print, screen and (min-width: 1120px) and (max-width: 1199px) {
  html {
    font-size: 88px;
  }
}

@media print, screen and (min-width: 1040px) and (max-width: 1119px) {
  html {
    font-size: 83px;
  }
}

@media print, screen and (min-width: 960px) and (max-width: 1039px) {
  html {
    font-size: 75px;
  }
}

@media print, screen and (min-width: 880px) and (max-width: 959px) {
  html {
    font-size: 70px;
  }
}

@media print, screen and (min-width: 840px) and (max-width: 879px) {
  html {
    font-size: 65px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 839px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 26.6667vw;
  }
}

@media print,
screen and (min-width: 769px) {
  [data-sp] {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  [data-pc] {
    display: none !important;
  }
}

body {
  background-color: var(--color-white);
  font-size: 0.16rem;
  line-height: 2.2353;
  color: var(--color-black);
  letter-spacing: 0.05em;
  position: relative;
}

body,
dd,
div,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
td,
th,
ul {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
}

p {
  letter-spacing: 0.06em;
}