@charset "UTF-8";
/* ===============================================
  CSS変数セット
=============================================== */
:root {
  --font-family-default: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  --font-family-en: "Roboto", sans-serif;
  --color-primary: #333333;
  --color-secondary01: #5dd3ff;
  --color-secondary02: #dca8ff;
  --color-bg01: #010212;
  --color-bg02: #f6f8fB;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 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;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

object, embed {
  vertical-align: top;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  width: 100%;
  color: #000;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  background: #040d35;
}

@media screen and (min-width: 769px) {
body {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  background: #010319;
}
}

a {
  display: block;
  word-break: break-all;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

picture {
  display: block;
  max-width: 100%;
}


/* =================================================
main
================================================= */
p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.125rem;
  }
}

.p-mv {
  position: relative;
  padding: 70px 0 60px;
  height: 100%;
  background-color: #010212;
}
@media screen and (min-width: 769px) {
  .p-mv {
    padding: 100px 0 60px;
  }
}

.p-mv_inner {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-mv_inner {
    padding: 0 40px;
    max-width: 1058px;
  }
}
.p-mv_bg {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.p-mv_bg::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(./bg_mv_sp.png) no-repeat 0 0/cover; */
  background: url(/xtechnext/2026kan/ad/bg_mv_sp.png) no-repeat 0 0/cover;
  animation: fadeIn 0.7s cubic-bezier(0.4, 0, 0.2, 1) 1;
  animation-fill-mode: forwards;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-mv_bg::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(./bg_mv_pc.png) no-repeat 0 0/cover; */
    background: url(/xtechnext/2026kan/ad/bg_mv_pc.png) no-repeat 0 0/cover;
    animation-fill-mode: both;
    animation-name: mvFadeIn;
    animation-duration: 0.8s;
    transition: 0.3s;
  }
}

.p-mv_titleWrap {
  opacity: 1;
  position:relative;
  z-index:1;
}
.p-mv_title {
  margin: 0 auto;
  width: 305px;
}
.p-mv_title img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv_title {
    width: 100%;
    max-width: 986px;
    padding: 0;
    margin: 18px auto;
  }
}
.p-mv_infoList {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 5px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-mv_infoList {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 28px 36px;
  }
}
.p-mv_infoListItem {
  display: flex;
  gap: 5px;
}
.p-mv_infoListItem:nth-child(3) dd {
  margin-top: -2px;
  letter-spacing: -0.13em;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-mv_infoListItem:nth-child(3) dd {
    margin-top: 0;
    letter-spacing: -0.08em;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-mv_infoListItem {
    gap: 15px;
  }
}
.p-mv_infoListTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  max-height: 16px;
  padding: 9px 6px;
  background: #ffffff;
  text-align: center;
  border-radius: 2px;
}
@media screen and (min-width: 769px) {
  .p-mv_infoListTitle {
    max-height: 29px;
    padding: 0 11px;
    border-radius: 3px;
  }
}
.p-mv_infoListTitle span {
  padding-left: 2px;
  font-size: 0.8125rem;
  color: #0C0E3C;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  .p-mv_infoListTitle span {
    font-size: 1.0625rem;
    letter-spacing: 0.2rem;
  }
}
.p-mv_infoListDate {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
}
@media screen and (min-width: 640px) {
  .p-mv_infoListDate {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .p-mv_infoListDate {
    width: fit-content;
    font-size: 1.875rem;
  }
}
.p-mv_infoListDate span {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 4px 0 6px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #ffffff;
}
@media screen and (min-width: 769px) {
  .p-mv_infoListDate span {
    top: -6px;
    margin: 0 8px 0 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #ffffff;
  }
}

.p-mv_tokyoBnrPc {
  display: none;
}

@media screen and (min-width: 1536px) {
  .p-mv_tokyoBnrPc {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 260px;
    background: linear-gradient(90deg, #4d0e0e 0%, #bb0f0f 50%, #4d0e0e 100%);
    background-size: 200% 100%;
    transition: background 0.3s ease;
  }
}
@media screen and (min-width: 1536px) and (any-hover: hover) {
  .p-mv_tokyoBnrPc:hover {
    background-position: 100% 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-mv_tokyoBnrPc_logo {
    padding: 19px 0;
  }
  .p-mv_tokyoBnrPc img {
    margin: 0 auto;
  }
}
.p-mv_tokyoBnrPc_text {
  position: relative;
  padding: 9px 25px 7px;
  font-size: 18px;
  font-weight: 700;
  color: #bb0f0f;
  text-align: center;
  line-height: 1.8;
  background: #fff;
}
.p-mv_tokyoBnrPc_text::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #bb0f0f;
  border-width: 5px 0 5px 6px;
}

.p-mv_contents {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-mv_contents {
    padding-top: 65px;
  }
}

.p-mv_text-01 {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-mv_text-01 {
    font-size: 1.625rem;
  }
}

.p-mv_btn {
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-mv_btn {
    padding-top: 30px;
    max-width: 642px;
  }
}

.p-mv_text-02 {
  position: relative;
  text-align:center;
  color:#fff;
  padding: 46px 0 0;
  overflow-wrap: anywhere;
  word-break: break-all;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-mv_text-02 {
    padding: 48px 0 0;
  }
}

.p-mv_tokyoBnrSp {
  position: relative;
  max-width: 270px;
  margin: 30px auto 0;
  background: linear-gradient(90deg, #4d0e0e 0%, #bb0f0f 50%, #4d0e0e 100%);
  background-size: 200% 100%;
  transition: background 0.25s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .p-mv_tokyoBnrSp {
    margin: 50px auto 0;
    max-width: 350px;
  }
}
@media screen and (min-width: 1536px) {
  .p-mv_tokyoBnrSp {
    display: none;
  }
}
@media (any-hover: hover) {
  .p-mv_tokyoBnrSp:hover {
    background-position: 100% 0;
  }
}
.p-mv_tokyoBnrSp_logo {
  padding: 15px 10px;
}
@media screen and (min-width: 769px) {
  .p-mv_tokyoBnrSp_logo {
    padding: 19px;
  }
}
.p-mv_tokyoBnrSp_logo img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-mv_tokyoBnrSp_logo img {
    width: 280px;
    height: auto;
  }
}
.p-mv_tokyoBnrSp_text {
  position: relative;
  padding: 9px 25px 7px;
  font-weight: 700;
  color: #bb0f0f;
  text-align: center;
  line-height: 1.8;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .p-mv_tokyoBnrSp_text {
    font-size: 18px;
  }
}
.p-mv_tokyoBnrSp_text::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #bb0f0f;
  border-width: 5px 0 5px 6px;
}


/* =================================================
  components
================================================= */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  color: var(--color-primary);
  background: var(--color-secondary01);
  text-align: center;
  transition: 0.3s linear;
  border: 2px solid var(--color-secondary01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .c-btn {
    height: 96px;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .c-btn:hover {
    background: #030724;
    color: var(--color-secondary01);
  }
  .c-btn:hover .c-btn_pdfIcon {
    content: url(ico_pdf_02.svg);
  }
}

.c-btn_label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  vertical-align: middle;
  max-width: 75%;
}
@media screen and (min-width: 769px) {
  .c-btn_label {
    font-size: 1.5rem;
  }
}

/* footer */
.l-footer {
  padding: 0 10px;
  color: #ffffff;
  background-color: #040A1F;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer {
    padding: 0 6.25%;
  }
}
.l-footer_info {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .l-footer_info::before {
    content: "";
    position: absolute;
    inset-block-start: 0;
    inset-inline: 50%;
    width: 100vw;
    height: 1px;
    background: #4F525E;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
  }
}
.l-footer_inner {
  padding: 50px 8px 25px;
  border-top: solid 1px #4F525E;
}
@media screen and (min-width: 1400px) {
  .l-footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 45px 0 52px;
    max-width: 1680px;
  }
}
.l-footer_logo {
  margin: 0 auto;
  width: 100px;
  height: auto;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .l-footer_logo {
    width: 145px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer_logo {
    margin: 0;
  }
}
@media (any-hover: hover) {
  .l-footer_logo:hover {
    opacity: 0.7;
  }
}
.l-footer_img {
  width: 100%;
}
.l-footer_navList {
  margin-top: 20px;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer_navList {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer_navList {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
  }
}
.l-footer_navItem_navItem:nth-of-type(2) {
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .l-footer_navItem:nth-of-type(2) {
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
  }
}
.l-footer li + li {
  padding-top: 20px;
}
@media screen and (min-width: 1400px) {
  .l-footer li + li {
    padding-top: 0;
  }
}
.l-footer_navLink {
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  transition: 0.3s;
}
.l-footer_navLink:visited {
  color: #ffffff;
}
@media (any-hover: hover) {
  .l-footer_navLink:hover {
    opacity: 0.7;
  }
}
.l-footer_copy {
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .l-footer_copy {
    padding-top: 10px;
    text-align: right;
  }
}
.l-footer_small {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
}


/* =================================================
  utility
================================================= */

@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 500px) and (min-width: 1280px) {
  .u-tab {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-tabPc {
    display: none;
  }
}

.u-inlineBlock {
  display: inline-block;
}

/* -----------------------------------------------
  JavaScript
----------------------------------------------- */
/* データ利用について */
.bpPrivacy {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: none;
  width: calc(100% - 32px);
  max-width: 440px;
  padding: 16px;
  background: #ffffff;
  border-top: 4px solid #1e4d84;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.bpPrivacy_message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.bpPrivacy_buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.bpPrivacy_button-detail,
.bpPrivacy_button-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: bottom;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a.bpPrivacy_button-detail {
  font-weight: 500;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}

.bpPrivacy_button-detail:hover {
  background-color: rgba(51, 51, 51, 0.06);
}

.bpPrivacy_button-close {
  margin-left: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #0068bc;
  border: none;
}

.bpPrivacy_button-close:hover {
  background-color: rgba(0, 118, 214, 0.9);
}/*# sourceMappingURL=master.css.map */