@charset "UTF-8";

/*===================================================
	RESET
====================================================*/
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
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;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
input,
select {
  vertical-align: middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
  line-height: 1;
}
.fa,
.fas {
  display: inline;
}
.mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===================================================
	FRAME
====================================================*/
body {
  font-size: 16px;
}

.allContain {
  position: relative;
  z-index: 1;
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  font-size: 18px;
  font-size: min(calc(45 / 1200 * 100vw), 100%);
}
section {
  position: relative;
  padding: 100px 60px 100px;
}
section:first-of-type {
}
section:last-of-type {
  padding-bottom: 100px;
}
section:last-child {
  margin-bottom: 0;
}

section h2 {
  font-size: 104px;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
section h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}

.contentBox {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 60px 100px;
  box-sizing: border-box;
  background: #00000060;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  box-shadow: rgb(0 0 0 / 0.2) 0px 12px 24px 0px, rgb(0 0 0 / 0.1) 0px 2px 4px 0px;
}
.contentBox > * {
  margin-bottom: 40px;
}
.contentBox > *:last-child {
  margin-bottom: 0;
}
.contentInner > * {
  margin-bottom: 20px;
}
.contentInner > *:last-child {
  margin-bottom: 0;
}

.inBox {
  background: #efefef;
  padding: 40px;
}
.inBox > * {
  margin-bottom: 20px;
}
.inBox > *:last-child {
  margin-bottom: 0;
}
figure {
}
/* FRAME 1200 - 771 */
@media screen and (min-width: 771px) and (max-width: 1200px) {
}
/* FRAME 770 */
@media screen and (min-width: 770px) {
}
/* FRAME 769 */
@media screen and (max-width: 769px) {
  section {
    padding: 30px 20px;
  }
  section h2 {
    font-size: 48px;
    margin-bottom: 5px;
  }
  section h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contentBox {
    padding: 30px 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .inBox {
    padding: 20px;
  }
}

/*===================================================
	TEXT
====================================================*/

h2 {
  font-size: 300%;
  line-height: 1.2em;
}
h3 {
  font-size: 160%;
  font-weight: 600;
  line-height: 1.2em;
}
h4 {
  font-size: 200%;
}
.lead {
  font-size: 130%;
  line-height: 1.4em;
}
.txt {
  font-size: 110%;
  line-height: 1.5em;
}
.cautionList {
}
.cautionList li {
  font-size: 75%;
  line-height: 1.5em;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  position: relative;
}
.cautionList li:before {
  content: "・";
  position: absolute;
  left: 0;
}

.upgradeBox .cautionList li:before {
  content: none;
  position: absolute;
  left: 0;
}

.cautionList li:last-child {
  margin: 0;
}
.attentionList {
}
.attentionList dt {
  color: #fff;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-weight: 600;
  background: #000;
  display: inline-block;
  line-height: 1.3em;
}
.attentionList dd {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 85%;
  line-height: 1.3em;
}
.attentionList dd:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  background: transparent;
  border-radius: 100px;
  border: 3px solid;
  box-sizing: border-box;
}
.attentionList dd:last-child {
}

/* FRAME 769 */
@media screen and (max-width: 769px) {
  h2 {
    font-size: 200%;
  }
  h3 {
    font-size: 140%;
  }
  .txt {
    font-size: 100%;
  }
}

/*===================================================
	LINK
====================================================*/
a {
  color: #000;
}
.innerLink {
  text-decoration: underline;
}
.btn {
  /*text-align: center;*/
}
.btn a {
  display: inline-block;
  max-width: 600px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 60px;
  font-size: 130%;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 100px;
}
.btn .ghostBtn {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}
.btnList {
  display: flex;
  justify-content: center;
}
.btnList li {
  padding: 0 10px;
}
.textLink {
}
.textLink a {
  font-weight: 600;
}
.textLink a i {
  margin: 0 0 0 5px;
}
/* btn 770 */
@media screen and (min-width: 770px) {
  a:hover {
    filter: brightness(1.3);
  }
}
/* btn 769 */
@media screen and (max-width: 769px) {
  .tikcetDetail .btn {
    text-align: center;
    padding: 20px 0 15px;
  }
  .tikcetDetail .btn a {
    padding: 15px 20px;
    font-size: 120%;
    width: 100%;
  }
  .btnList {
    display: block;
  }
  .btnList li {
    padding: 0;
    margin: 0 0 20px;
  }
  .btnList li:last-child {
    margin: 0;
  }
  .btnList li a {
    width: 100%;
  }
}
