@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Noto+Sans+JP:wght@400;500;700;900&family=Open+Sans:wght@400;700&display=swap");
:root {
  -webkit-font-smoothing: antialiased;
  --clr-text: #222;
  --clr-text-light: #999;
  --clr-placeholder: #a7a7a7;
  --clr-border: #ddd;
  --clr-blue-dark: #2a2d33;
  --clr-blue-dark-dull: #404248;
  --clr-yellow: #f3c51d;
  --clr-bglight: #f5f5f5;
  --clr-facebook: #1877f2;
  --clr-twitter: #1d9bf0;
  --clr-line: #4cc764;
  --fzSP: 1.4rem;
  --fzPC: 1.6rem;
  --fz-headline: 4.6rem;
  --fz-heading: 2.3rem;
  --fz-subhead: 1.6rem;
  --lh: 2;
  --ls: normal;
  --ff-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝ProN W3",
    HiraMinProN-W3, "ヒラギノ明朝Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝",
    "MS Mincho", serif;
  --ff-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  -webkit-font-feature-settings: "pkna" 1;
  font-feature-settings: "pkna" 1;
}
@media (min-width: 768px) {
  .ui-widget,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax {
  opacity: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-size: 16px;
  font-family: var(--ff-sans);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    font-size: 20px;
    line-height: var(--lh);
  }
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

select {
  border-radius: 0;
  /* appearance: none; */
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fzSP);
  font-family: var(--ff-sans);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (min-width: 768px) {
  button {
    font-size: var(--fzPC);
    cursor: pointer;
  }
}

b,
strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: baseline;
  font-size: 10px;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  img:not([src*=".svg"]) {
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
  }
}

body.js-menuopen,
body.is-overflowhidden {
  overflow: hidden;
}

#stage {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: var(--fzSP);
  font-weight: 400;
  color: var(--clr-text);
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  #stage {
    width: auto;
    overflow: visible;
    min-width: 1300px;
    margin: 0 auto;
    font-size: var(--fzPC);
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
.wow {
  visibility: hidden;
}

ul.dotlists li {
  position: relative;
  padding-left: 1em;
}
ul.dotlists li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--clr-yellow);
  position: absolute;
  left: 2px;
  top: 0.8em;
  border-radius: 100px;
}
ul.circle > li {
  position: relative;
  padding-left: 1em;
}
ul.circle > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--clr-blue);
  position: absolute;
  left: 2px;
  top: 1em;
  border-radius: 100px;
}
@media (min-width: 768px) {
  ul.circle > li::before {
    width: 5px;
    height: 5px;
    left: 0.3em;
    top: 0.8em;
  }
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
}

p {
  line-height: 2.29;
}
p + p {
  margin-top: 2em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}
@media (min-width: 768px) {
  a,
  .btn {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  a img,
  .btn img {
    -webkit-transition: -webkit-transform 0.75s
      cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
  }
  a div,
  .btn div {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  a.notrans img,
  .btn.notrans img {
    -webkit-transition: none;
    transition: none;
  }
}
a:before,
a:after,
.btn:before,
.btn:after {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
svg {
  -webkit-backface-visibility: hidden;
}

.stage {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 calc(65 / 750 * 100vw);
}

.usajingu {
  display: grid;
  gap: calc(78 / 750 * 100vw);
  img {
  }

  .text {
    font-size: 1.5rem;
    line-height: 1.4815;
  }
}

.small {
  font-size: 1.2rem;
  font-weight: 200;
  margin-top: calc(20 / 750 * 100vw);
  display: inline-block;
  text-decoration: underline;
}

.discription {
  a {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 2.05;
    text-decoration: underline;
  }
}

@media (768px <= width) {
  .stage {
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0 5.5rem;
    max-width: 120rem;
    width: 100%;
  }

  .usajingu {
    display: grid;
    grid-template-columns: 539fr 508fr;
    gap: 0 4.7rem;
    align-items: center;
    img {
    }

    .text {
      font-size: 3.8rem;
      line-height: 1.736842105263158;
    }
  }

  .small {
    grid-column: 1/3;
    font-size: 2.1rem;
    margin-top: 4.9rem;
  }

  .discription {
    margin-top: 5.5rem;
    grid-column: 1/3;
    a {
      font-size: 2.5rem;
      line-height: 1.96;
    }
  }
}

@media (hover: hover) and (width >= 768px) {
  .small,
  .discription a {
    transition: all var(--speed) ease-in-out;
  }
  .small:hover,
  .discription a:hover {
    text-decoration: none;
  }
}
