/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  /* Adjust font size */
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  letter-spacing: 0.02em;
  line-height: 1.6;
  width: 100%;
}

* {
  box-sizing: border-box;
}
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-style: none;
  color: inherit;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select {
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Apply cursor pointer to button elements */

button,
[type='button'],
[type='radio'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
// ユーティリティ系のクラス。
.pcHidden {
  @media (min-width: 768px) {
    display: none !important;
  }
}
.spHidden {
  display: none !important;
  @media (min-width: 768px) {
    display: block !important;
  }
}
.onlyTab {
  display: none !important;
  @media (min-width: 768px) {
    display: block !important;
  }
  @media (min-width: 1024px) {
    display: none !important;
  }
}
.spTabShow {
  @media (min-width: 1024px) {
    display: none !important;
  }
}
.spTabHidden {
  display: none !important;
  @media (min-width: 1024px) {
    display: block !important;
  }
}
img {
  max-width: 100%;
}
.header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: -1;
}
.coverLogo a {
  text-decoration: none;
}
.coverLogo {
  position: absolute;
  z-index: 3;
  max-width: 1920px;
  width: 100%;
  padding: 12px 0 0 20px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  @media (min-width: 768px) {
    padding: 24px 0 0 34px;
    gap: 36px;
  }
}
.coverLogo img {
  width: 120px;
  @media (min-width: 768px) {
    width: 201px;
  }
}
.coverLogoName {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  @media (min-width: 768px) {
    font-size: 14px;
  }
}
.headerVideo video {
  vertical-align: bottom;
  width: 100%;
  line-height: 1;
}
.headerBtn {
  display: none;
  @media (min-width: 768px) {
    display: block;
    position: fixed;
    right: 0;
    bottom: -4px;
    line-height: 1;
    z-index: 10;
  }
}
.bg {
  background-image: url(/img/bg-intro-sp.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  @media (min-width: 768px) {
    background-image: url(/img/bg-intro-pc.png);
  }
}
.intro {
  text-align: center;
  width: 100%;
  height: 670px;
  display: grid;
  justify-content: center;
  @media (min-width: 768px) {
    height: calc(1604px + 100vh);
    background-size: cover;
  }
}

.introCatch {
  padding-top: 120px;
  @media (min-width: 768px) {
    padding-top: 1300px;
  }
}
.introLogo {
  margin-top: auto;
  margin-bottom: -8px;
  @media (min-width: 768px) {
    margin-bottom: -28px;
    max-width: 1437px;
  }
}
.join {
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
  padding: 40px 20px;
  @media (min-width: 768px) {
    background-image: url(/img/bg-join-pc.jpg);
    background-size: 100% 100%;
    background-position: center top;
    padding: 80px 120px 60px;
  }
}
.joinInner {
  padding-bottom: 40px;
  @media (min-width: 768px) {
    padding-bottom: 120px;
  }
}
.joinLogo img {
  @media (min-width: 768px) {
    width: 132px;
  }
}
.joinTitle {
  padding-top: 20px;
  @media (min-width: 768px) {
    padding-top: 30px;
  }
}
.joinBtn {
  display: block;
  margin-top: 36px;
  @media (min-width: 768px) {
    margin-top: 72px;
  }
}
.joinFooter {
  border-top: 1px solid rgba(224, 224, 224, 0.4);
  padding-top: 28px;
  @media (min-width: 768px) {
    display: flex;
    align-items: center;
    padding-top: 48px;
  }
}
.joinLink {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  gap: 20px;
  @media (min-width: 768px) {
    gap: 40px;
  }
}
.joinLink a {
  color: #fff;
  font-family: 'Noto Sans CJK JP';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  @media (min-width: 768px) {
    font-size: 16px;
  }
}
.joinLink a:hover {
  text-decoration: none;
}
.copy {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 28px;
  @media (min-width: 768px) {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.caption {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 6px;
  @media (min-width: 768px) {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 10px;
  }
}
.fixedBnr {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  @media (min-width: 768px) {
    display: none;
  }
}
a:hover {
  @media (min-width: 768px) {
    opacity: 0.8;
  }
}
