@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --noto: "Noto Sans JP", sans-serif;
  --rubik: "Rubik", sans-serif;
  --red: #e60012;
  --transition: 0.4s;
}

.rubik {
  font-family: var(--rubik);
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-b {
    display: block !important;
  }
}

.pc-ib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc-ib {
    display: none !important;
  }
}

.sp-ib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-ib {
    display: inline-block !important;
  }
}

.pc-f {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc-f {
    display: none !important;
  }
}

.sp-f {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-f {
    display: flex !important;
  }
}

.img-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

html {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0em;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: var(--noto);
  font-weight: 400;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 100%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
}

html body .main .content__wrapper__inner .main-content .article a {
  text-decoration: underline;
}
html body .main .content__wrapper__inner .main-content .article .faq__anchors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .faq__anchors {
    margin-top: -20px;
    gap: 10px;
  }
}
html body .main .content__wrapper__inner .main-content .article .faq__anchor {
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html body .main .content__wrapper__inner .main-content .article .faq__anchor {
    font-size: 16px;
  }
}
html body .main .content__wrapper__inner .main-content .article .faq__anchor::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
html body .main .content__wrapper__inner .main-content .article .day {
  margin-top: -10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .qa-wrap .detail-btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
html body .qa-wrap .detail-btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: all 0.15s;
  rotate: 135deg;
  translate: 0 -50%;
}
html body .qa-wrap .detail-btn.is-active::after {
  rotate: -45deg;
  translate: 0 0;
}
html body .qa-wrap .answer {
  margin-top: 30px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  html body .qa-wrap .answer {
    gap: 20px;
  }
}
html body .qa-wrap .answer.is-active {
  height: auto;
  line-height: 1.5;
  visibility: visible;
  opacity: 1;
}
html body .qa-wrap .answer.is-active ul li:not(:last-child) {
  margin-bottom: 10px;
}
html body .qa-wrap .answer .answer-text {
  font-size: 16px;
  letter-spacing: 0.06em;
}
html body .qa-wrap .answer ul li {
  padding-left: 0.8em;
  font-size: 16px;
  text-indent: -0.8em;
  letter-spacing: 0.06em;
}
html body .qa-wrap .answer ul li:not(:last-child) {
  margin-bottom: 0;
}
html body .qa-wrap .answer ul li a {
  text-decoration: underline;
}
@media (hover) {
  html body .qa-wrap .answer ul li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1480px) {
  html body .content-left-top {
    display: none;
  }
}
html body .main .section-title {
  margin-bottom: 120px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .main .section-title.lead-title {
  margin-bottom: 50px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  html body .main .section-title.lead-title {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 1.4;
  }
}
html body .lead {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  html body .lead {
    margin: 0 auto 35px;
  }
}
html body .speak-title {
  font-size: 36px;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  html body .speak-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
html body .soon {
  font-size: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15rem;
  opacity: 0.5 !important;
}
@media screen and (max-width: 768px) {
  html body .soon {
    font-size: 24px;
  }
}
html body .teen_info {
  margin-top: 2rem;
}

.dls-wrapper .img {
  width: 100%;
}
.dls-wrapper__teen_img {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.dls-wrapper__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .dls-wrapper__box {
    gap: 5px;
  }
}
.dls-wrapper__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dls-wrapper__text {
    font-size: 14px;
  }
}
.dls-wrapper__teen_link {
  color: #e60012;
}
.dls-wrapper__read_line {
  padding-bottom: 2rem;
  border-bottom: 1px solid white;
}
.dls-wrapper dl dd .link_txt {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd .link_txt {
    font-size: 12px;
  }
}
.dls-wrapper dl dd .link {
  color: #fff;
  position: absolute;
  padding-right: 20px;
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .dls-wrapper dl dd .link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .dls-wrapper dl dd .link {
    bottom: 8px;
    left: 0;
  }
}
@media (hover) {
  .dls-wrapper dl dd .link:hover {
    text-decoration: none !important;
  }
  .dls-wrapper dl dd .link:hover::before {
    scale: 0 1;
  }
}
.dls-wrapper dl dd .link::before {
  transform-origin: top right;
  transition: all 0.3s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.dls-wrapper dl dd .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/index/img/blank.png") no-repeat;
  background-size: contain;
}
.dls-wrapper dl dd .link.hidden {
  opacity: 0.5;
  pointer-events: none;
}

.btn {
  display: flex !important;
  text-decoration: none !important;
  border: solid 2px var(--red);
  color: #fff;
  background: var(--red);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 25px;
  max-width: 450px;
  height: 90px;
  width: 70%;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 267px;
    height: 46px;
    font-size: 15px;
  }
}
@media (hover) {
  .btn:hover {
    color: var(--red);
  }
}
.btn i {
  font-style: normal;
  z-index: 6;
}
.btn span {
  position: absolute;
  z-index: 5;
  background: #fff;
}

.ticket_btn {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  letter-spacing: 0.12em;
  border-radius: 35px;
  transition: background-color 0.3s, color 0.3s;
  border: solid 2px var(--red);
  color: #fff;
  background: var(--red);
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  width: 270px;
  height: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ticket_btn {
    flex-shrink: 0;
    font-size: 17px;
    margin-bottom: 0;
  }
}
@media (hover) {
  .ticket_btn:hover {
    color: var(--red);
  }
}
.ticket_btn span {
  position: absolute;
  z-index: 5;
  background: #fff;
}
.ticket_btn span .ticket_btn {
  color: #e60012;
}

.is-modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.form-btn-wrap {
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
}
.form-btn-wrap p {
  font-size: 1.8rem;
  line-height: 1.5;
}