@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.78125vw;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.2820512821vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.xd_inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .xd_inner {
    width: 90%;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
}

.slick-arrow, .slick-dots button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}

/* ======================================================================
 header
====================================================================== */
.xd_header {
  box-sizing: border-box;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6.5rem 8rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .xd_header {
    padding: 6rem 4rem;
    padding: 13rem 4rem 6rem;
  }
}
.xd_header_logo {
  transition: all 0.2s ease;
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 43.3rem;
  height: 1.8rem;
  background-image: url(../img/xd/logo_xd_full_s.svg);
}
@media screen and (max-width: 768px) {
  .xd_header_logo {
    width: 33.6rem;
    height: 5.5rem;
    background-image: url(../img/xd/logo_xd_full_l.svg);
    background-size: 100%;
  }
}
.xd_header_logo._top {
  background-size: 100%;
  width: 48rem;
  height: 7.9rem;
  background-image: url(../img/xd/logo_xd_full_l.svg);
}
@media screen and (max-width: 768px) {
  .xd_header_logo._top {
    width: 55.2rem;
    height: 9.1rem;
  }
}
.xd_header_logo._top._active {
  width: 43.3rem;
  height: 1.8rem;
  background-image: url(../img/xd/logo_xd_full_s.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .xd_header_logo._top._active {
    background-image: url(../img/xd/logo_xd_full_l.svg);
    width: 33.6rem;
    height: 5.5rem;
    background-size: 100%;
  }
}
.xd_header_btn {
  border: none;
  font-size: 0;
  background: url(../img/xd/menu.svg) no-repeat 0 0;
  background-size: 100%;
  width: 3.4rem;
  height: 3.4rem;
}
.xd_header_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xd_header_menu {
    box-sizing: border-box;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding: 6rem 0 4rem;
  }
}
.xd_header_menu_btn {
  border: none;
  font-size: 0;
  position: absolute;
  top: 6rem;
  right: 4rem;
  background: url(../img/xd/menu_close.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2.9rem;
  height: 2.9rem;
}
.xd_header_menu_logo {
  width: 55.2rem;
  margin: 0 4rem;
}
.xd_header_menu_list {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_header_menu_list {
    display: block;
    margin: 11.5rem 4rem 0;
  }
}
.xd_header_menu_list a {
  position: relative;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_header_menu_list a {
    color: #FFF;
    display: block;
    font-size: 6rem;
    margin-bottom: 3rem;
  }
}
.xd_header_menu_list a._active::after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  margin-top: 0.2rem;
}
.xd_header_menu_img {
  width: 94.2307692308%;
  margin: 15rem auto 0;
}
.xd_header_menu_btm {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  bottom: 4rem;
  display: flex;
  justify-content: space-between;
  margin: 2.1rem 0 0;
  padding: 0 4rem;
}
.xd_header_menu_btm_list {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.xd_header_menu_btm_list a {
  color: #FFF;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
}
.xd_header_menu_btm_logo {
  width: 20rem;
}
.xd_header_xd {
  transition: all 0.4s ease;
  position: fixed;
  z-index: 1000;
  left: 2.5rem;
  top: 9.5rem;
  width: 16.7rem;
}
.xd_header_xd._top {
  opacity: 0;
}
.xd_header_xd._top._active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .xd_header_xd._top._active {
    opacity: 0;
  }
}
.xd_header_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  right: 9rem;
  text-transform: uppercase;
  font-size: 2.8rem;
}
.xd_header_news {
  background: #000;
  color: #FFF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .xd_header_news {
    height: 7rem;
    font-size: 2rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.xd_footer {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .xd_footer {
    padding: 40rem 0 10.5rem;
  }
}
.xd_footer_txt {
  position: fixed;
  left: 2.5rem;
  top: 25.5rem;
  width: 24.5rem;
}
@media screen and (max-width: 768px) {
  .xd_footer_txt {
    position: static;
    width: 33.5rem;
    margin: 0 4rem 7rem;
  }
}
.xd_footer_logo {
  width: 94.2307692308%;
  margin: 0 auto;
}
.xd_footer_btm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 999;
  display: flex;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_footer_btm {
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0 4rem;
    width: 100%;
    bottom: 4rem;
  }
}
.xd_footer_btm_logo, .xd_footer_btm_list {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .xd_footer_btm_logo, .xd_footer_btm_list {
    width: auto;
  }
}
.xd_footer_btm_logo {
  justify-content: center;
}
.xd_footer_btm_logo img {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .xd_footer_btm_logo img {
    width: 20rem;
  }
}
.xd_footer_btm_list {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .xd_footer_btm_list {
    padding: 0;
    gap: 4rem;
  }
}
.xd_footer_btm_list_box {
  cursor: pointer;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .xd_footer_btm_list_box {
    font-size: 3.2rem;
  }
}

.xd_pagetop {
  cursor: pointer;
  position: fixed;
  z-index: 1001;
  right: 2rem;
  bottom: 11rem;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #a5a5a5;
  background: url(../img/xd/arw_up_gy.svg) no-repeat 100% 80%;
  background-size: 1rem;
  transform: rotate(-90deg);
  font-size: 1.3rem;
  padding-right: 1.5rem;
}

/* ======================================================================
 main
====================================================================== */
.xd_txt {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .xd_txt {
    font-size: 2.5rem;
    line-height: 4.3rem;
  }
}
.xd_txt a {
  text-decoration: underline;
}
.xd_txt a:hover {
  text-decoration: none;
}

.xd_top_inner {
  width: 43.359375%;
  margin: 0 6.25% 0 50.390625%;
}
@media screen and (max-width: 768px) {
  .xd_top_inner {
    width: 90%;
    margin: 0 auto;
  }
}
.xd_top_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .xd_top_ttl {
    font-size: 4.2rem;
  }
}
.xd_top_mv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .xd_top_mv {
    height: auto;
    margin-top: 33rem;
  }
}
.xd_top_mv_txt {
  width: 49rem;
  margin-left: 4rem;
}
.xd_top_mv_logo {
  position: absolute;
  transform-origin: bottom right;
  z-index: 1000;
  width: 90rem;
  right: 2.5rem;
  bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .xd_top_mv_logo {
    position: static;
    width: 94.2307692308%;
    margin: 28.5rem auto 0;
  }
}
.xd_top_about {
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about {
    padding-top: 27rem;
  }
}
.xd_top_about .xd_top_inner {
  margin-bottom: -32rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about .xd_top_inner {
    margin-bottom: 0;
  }
}
.xd_top_about_cap {
  font-weight: 700;
  color: #b7b7b7;
  font-size: 2.2rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_cap {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 8rem;
  }
}
.xd_top_about_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_ttl {
    margin-top: 4rem;
    font-size: 2.8rem;
  }
}
.xd_top_about_ttl span {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_ttl span {
    font-size: 5.5rem;
    margin-bottom: 2rem;
  }
}
.xd_top_about_copy {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_copy {
    font-size: 2.8rem;
    line-height: 4.6rem;
  }
}
.xd_top_about_img {
  margin: 6rem auto;
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_img {
    width: 100%;
    margin: 7rem auto;
  }
}
.xd_top_about_slider {
  position: sticky;
  bottom: 6rem;
  left: 2.5rem;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_slider {
    position: static;
    width: 90%;
    margin: 7rem auto 0;
  }
}
.xd_top_about_slider .slick-dots {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_slider .slick-dots {
    margin-top: 1rem;
  }
}
.xd_top_about_slider .slick-dots li {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_slider .slick-dots li {
    margin-right: 1.5rem;
  }
}
.xd_top_about_slider .slick-dots li.slick-active button {
  color: #000;
}
.xd_top_about_slider .slick-dots li button {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a5a5a5;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_about_slider .slick-dots li button {
    font-size: 2.8rem;
  }
}
.xd_top_news {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news {
    padding-top: 25rem;
  }
}
.xd_top_news_list {
  border-top: 1px solid #d2d2d2;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list {
    margin-top: 7rem;
  }
}
.xd_top_news_list_box {
  border-bottom: 1px solid #d2d2d2;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_box {
    padding: 2.5rem 0;
  }
}
.xd_top_news_list_date {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_date {
    font-size: 2rem;
  }
}
.xd_top_news_list_ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_ttl {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
.xd_top_news_list_img {
  margin: 0 auto 2.5rem;
  width: 36.8rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_img {
    width: auto;
    margin-bottom: 4rem;
  }
}
.xd_top_news_list_top {
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_top {
    transition: none;
  }
}
.xd_top_news_list_top:hover, .xd_top_news_list_top:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_top:hover, .xd_top_news_list_top:hover img {
    opacity: 1;
  }
}
.xd_top_news_list_btm {
  display: none;
  margin-top: 3rem;
}
.xd_top_news_list_close {
  cursor: pointer;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_list_close {
    font-size: 2.8rem;
    margin: 6rem 0 2.5rem;
  }
}
.xd_top_news_slider .slick-dots {
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider .slick-dots {
    margin-top: 6rem;
  }
}
.xd_top_news_slider .slick-dots li:not(:last-child)::after {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  content: "/";
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider .slick-dots li:not(:last-child)::after {
    font-size: 2.8rem;
  }
}
.xd_top_news_slider .slick-dots li button {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #a5a5a5;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider .slick-dots li button {
    font-size: 2.8rem;
  }
}
.xd_top_news_slider .slick-dots li.slick-active button {
  color: #000;
}
.xd_top_news_slider_pager {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider_pager {
    margin-top: -3.5rem;
  }
}
.xd_top_news_slider_pager button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider_pager button {
    width: 4rem;
    height: 4rem;
  }
}
.xd_top_news_slider_pager button.slick-prev {
  background-image: url(../img/xd/arw_left_bk.svg);
  background-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider_pager button.slick-prev {
    background-size: 1.6rem;
  }
}
.xd_top_news_slider_pager button.slick-next {
  background-image: url(../img/xd/arw_right_bk.svg);
  background-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .xd_top_news_slider_pager button.slick-next {
    background-size: 1.6rem;
  }
}
.xd_top_news_slider_pager button.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.xd_top_cc {
  padding: 15rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc {
    padding: 13rem 0;
  }
}
.xd_top_cc_list_box {
  padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_list_box {
    padding: 7rem 0;
  }
}
.xd_top_cc_list_box:not(:last-child) {
  border-bottom: 1px solid #b7b7b7;
}
.xd_top_cc_list_year {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_list_year {
    font-size: 3.4rem;
  }
}
.xd_top_cc_list_year span {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #b7b7b7;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_list_year span {
    font-size: 2.8rem;
  }
}
.xd_top_cc_list_ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_list_ttl {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
.xd_top_cc_list_img {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_list_img {
    margin-top: 12rem;
  }
}
.xd_top_cc_proj {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj {
    margin-top: 12rem;
  }
}
.xd_top_cc_proj_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_ttl {
    font-size: 3.6rem;
  }
}
.xd_top_cc_proj_list {
  border-top: 1px solid #b7b7b7;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list {
    margin-top: 4rem;
  }
}
.xd_top_cc_proj_list_box {
  border-bottom: 1px solid #b7b7b7;
}
.xd_top_cc_proj_list_ttl {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_ttl {
    transition: none;
  }
}
.xd_top_cc_proj_list_ttl:hover, .xd_top_cc_proj_list_ttl:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_ttl:hover, .xd_top_cc_proj_list_ttl:hover img {
    opacity: 1;
  }
}
.xd_top_cc_proj_list_ttl {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  background: url(../img/xd/menu.svg) no-repeat 0 3rem;
  background-size: 1.6rem;
  font-size: 1.8rem;
  padding: 3rem 0 3rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_ttl {
    padding: 3.5rem 0 3.5rem 5rem;
    font-size: 2.8rem;
    background-size: 2.5rem;
    background-position: 0 3.5rem;
  }
}
.xd_top_cc_proj_list_ttl._active::after {
  transform: rotate(45deg);
}
.xd_top_cc_proj_list_ttl::after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background: url(../img/xd/plus.svg) no-repeat 0 0;
  background-size: 100%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_ttl::after {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
  }
}
.xd_top_cc_proj_list_cont {
  display: none;
  margin-left: 4.5rem;
  padding-bottom: 5rem;
}
.xd_top_cc_proj_list_img {
  cursor: pointer;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_img {
    margin-top: 4rem;
  }
}
.xd_top_cc_proj_list_img img {
  width: auto;
  object-fit: cover;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .xd_top_cc_proj_list_img img {
    height: 35rem;
  }
}
.xd_top_cc_proj_list_img .slick-slide {
  margin-right: 1.5rem;
}
.xd_top_cc_proj_list_img .slick-slide :last-child {
  margin-right: 0;
}
.xd_top_dial {
  background: #b7b7b7;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial {
    padding: 12rem 0;
  }
}
.xd_top_dial_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_ttl {
    font-size: 3.4rem;
    margin: 6rem 0 5rem;
  }
}
.xd_top_dial_list {
  border-top: 1px solid #FFF;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list {
    margin-top: 11rem;
  }
}
.xd_top_dial_list_box {
  border-bottom: 1px solid #FFF;
}
.xd_top_dial_list_top {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
.xd_top_dial_list_top._active .xd_top_dial_list_top_img {
  filter: none;
}
.xd_top_dial_list_top_desc {
  width: 65%;
}
.xd_top_dial_list_top_img {
  width: 31.5%;
  filter: grayscale(1);
}
.xd_top_dial_list_top_num {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_top_num {
    font-size: 2.8rem;
  }
}
.xd_top_dial_list_top_prof_box {
  position: relative;
}
.xd_top_dial_list_top_prof_box:first-child {
  margin-bottom: 3.5rem;
}
.xd_top_dial_list_top_prof_box:first-child::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/xd/cross.svg) no-repeat 0 0;
  background-size: 100%;
  left: 0.5rem;
  bottom: -2.5rem;
  width: 1.6rem;
  height: 1.6rem;
}
.xd_top_dial_list_top_prof_name {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_top_prof_name {
    font-size: 2.8rem;
  }
}
.xd_top_dial_list_top_prof_name span {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_top_prof_name span {
    font-size: 2.8rem;
  }
}
.xd_top_dial_list_top_prof_job {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_top_prof_job {
    font-size: 1.7rem;
  }
}
.xd_top_dial_list_btm {
  display: none;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_btm {
    padding-bottom: 6rem;
  }
}
.xd_top_dial_list_btm_btn {
  position: relative;
  text-align: center;
  display: block;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_btm_btn {
    font-size: 2.8rem;
    margin-top: 6rem;
  }
}
.xd_top_dial_list_btm_btn_close {
  cursor: pointer;
}
.xd_top_dial_list_btm_btn_more {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/xd/arw_right_bk.svg) no-repeat 100% 50%;
  background-size: 0.9rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_dial_list_btm_btn_more {
    background-size: 1.6rem;
    padding-right: 3rem;
  }
}
.xd_top_events {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .xd_top_events {
    padding-top: 12rem;
  }
}
.xd_top_events_list {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .xd_top_events_list {
    margin-top: 0;
  }
}
.xd_top_events_list_box {
  border-bottom: 1px solid #b7b7b7;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .xd_top_events_list_box {
    padding: 6rem 0;
  }
}
.xd_top_events_list_ttl {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_events_list_ttl {
    font-size: 3.4rem;
    margin-bottom: 6rem;
  }
}
.xd_top_events_list_movie {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_top_events_list_movie {
    margin-bottom: 5rem;
  }
}
.xd_top_events_list_movie iframe {
  width: 100%;
  height: 31rem;
}
@media screen and (max-width: 768px) {
  .xd_top_events_list_movie iframe {
    height: 39rem;
  }
}

.xd_sess {
  background: #b7b7b7;
}
.xd_sess_inner {
  width: 43.359375%;
  margin: -14.5rem 6.25% 0 50.390625%;
}
@media screen and (max-width: 768px) {
  .xd_sess_inner {
    width: 90%;
    margin: 0 auto;
  }
}
.xd_sess_head {
  position: sticky;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(50.390625% - 2.5rem);
  left: 2.5rem;
  top: 30rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_head {
    position: static;
    width: auto;
    margin: 0 4rem;
  }
}
.xd_sess_head_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_head_ttl {
    font-size: 3.2rem;
  }
}
.xd_sess_head_prof {
  display: flex;
  width: 90%;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_head_prof {
    width: auto;
    justify-content: space-between;
    margin-top: 5rem;
  }
}
.xd_sess_head_prof_box {
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_head_prof_box {
    box-sizing: border-box;
    font-size: 2.8rem;
    width: 50%;
  }
}
.xd_sess_head_prof_box:not(:first-child) {
  padding-left: 5rem;
}
.xd_sess_head_prof_box:first-child {
  padding-right: 6rem;
}
.xd_sess_head_prof_box:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: url(../img/xd/cross.svg) no-repeat 0 0;
  background-size: 100%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  right: 0;
}
.xd_sess_head_prof_box span {
  display: block;
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_head_prof_box span {
    font-size: 3.5rem;
  }
}
.xd_sess_ttl {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_ttl {
    padding: 25rem 4rem 4rem;
    font-size: 2.8rem;
  }
}
.xd_sess_ttl span {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_ttl span {
    font-size: 3.2rem;
  }
}
.xd_sess_cont {
  padding-top: 4rem;
}
.xd_sess_intro {
  margin-top: 8rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #FFF;
}
.xd_sess_intro_menu {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_intro_menu {
    margin-top: 7rem;
  }
}
.xd_sess_intro_menu_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_intro_menu_ttl {
    font-size: 2.8rem;
  }
}
.xd_sess_intro_menu_list {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_intro_menu_list {
    margin-top: 4rem;
  }
}
.xd_sess_intro_menu_list a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_intro_menu_list a {
    font-size: 2.8rem;
  }
}
.xd_sess_intro_menu_list a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
}
.xd_sess_post h2 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_post h2 {
    font-size: 3.4rem;
    line-height: 3.5rem;
    margin-top: 15rem;
  }
}
.xd_sess_post h3 {
  color: #FFF;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .xd_sess_post h3 {
    margin-top: 6rem;
  }
}
.xd_sess_post h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #FFF;
  width: 3rem;
  height: 1px;
  margin: -1px 0.5rem 0 0;
}
.xd_sess_post p {
  margin-top: 2em;
}
.xd_sess_post p strong {
  font-weight: 700;
}
.xd_sess_post img {
  margin: 3em 0 1em;
}
@media screen and (max-width: 768px) {
  .xd_sess_post img {
    margin-top: 8rem 0 2rem;
  }
}
.xd_sess_post figure figcaption {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_post figure figcaption {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 8rem;
  }
}
.xd_sess_prof {
  margin-top: 13rem;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof {
    display: block;
    padding: 5rem 0;
  }
}
.xd_sess_prof_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  width: 16%;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof_ttl {
    width: auto;
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.xd_sess_prof_list {
  width: 84%;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof_list {
    width: auto;
  }
}
.xd_sess_prof_list_box:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof_list_box:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.xd_sess_prof_list_ttl {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof_list_ttl {
    margin-bottom: 1.5rem;
  }
}
.xd_sess_prof_list_ttl span {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 1em;
}
.xd_sess_prof_list_txt {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_prof_list_txt {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.xd_sess_copy {
  margin-top: 3rem;
}
.xd_sess_copy_staff {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_copy_staff {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.xd_sess_copy_txt {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_copy_txt {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.xd_sess_other {
  margin-top: 13rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_other {
    margin-top: 16rem;
  }
}
.xd_sess_other_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_other_ttl {
    font-size: 2.8rem;
  }
}
.xd_sess_other .xd_top_dial_list {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_other .xd_top_dial_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .xd_sess_slider {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-left: 5%;
  }
}
.xd_sess_slider .slick-slide {
  cursor: pointer;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .xd_sess_slider .slick-slide {
    margin-right: 1.5rem;
  }
}
.xd_sess_slider .slick-slide :last-child {
  margin-right: 0;
}
.xd_sess_slider .slick-list {
  padding-right: 10%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .xd_sess_slider .slick-list {
    padding-right: 5%;
  }
}

.xd_faq {
  transition: bottom 0.5s ease-in-out;
  overflow-y: scroll;
  box-sizing: border-box;
  position: fixed;
  background: #FFF;
  z-index: 9999;
  right: 6.25%;
  width: 43.359375%;
  height: calc(100vh - 6rem);
  padding: 11rem 2rem 2rem;
  bottom: -100%;
}
.xd_faq._active {
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .xd_faq {
    right: 0;
    width: 100%;
    padding: 5%;
    height: calc(100vh - 15rem);
  }
}
.xd_faq_close {
  cursor: pointer;
  position: absolute;
  top: 11rem;
  right: 2rem;
  width: 1.6rem;
}
@media screen and (max-width: 768px) {
  .xd_faq_close {
    right: 5%;
    top: 3%;
    width: 2.9rem;
  }
}
.xd_faq_ttl {
  font-family: swiss-721-bt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .xd_faq_ttl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .xd_faq_list {
    margin-top: 5rem;
  }
}
.xd_faq_list_box {
  margin-top: 3rem;
}
.xd_faq_list_box strong {
  font-weight: 700;
}

.xd_top_loading {
  inset: 0;
  background: #000;
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.xd_top_loading_txt {
  color: #FFF;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .xd_top_loading_txt {
    text-align: center;
    font-size: 3.4rem;
    line-height: 5.6rem;
  }
}
.xd_top_loading_logo {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .xd_top_loading_logo {
    bottom: 4rem;
  }
}
.xd_top_loading_logo img {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .xd_top_loading_logo img {
    width: 20rem;
  }
}/*# sourceMappingURL=xd.css.map */