.hd {
  width: 100%;
  min-width: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  mix-blend-mode: difference; }
  @media screen and (max-width: 768px) {
    .hd {
      min-width: 100%; } }

.hd_l-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  mix-blend-mode: difference;
  z-index: 6; }
  @media screen and (max-width: 768px) {
    .hd_l-inner {
      max-width: 100%;
      position: fixed; } }

.hd_logo {
  width: 66.5px;
  height: 29px;
  position: absolute;
  top: 50px;
  left: 50px;
  mix-blend-mode: difference; }
  @media screen and (max-width: 768px) {
    .hd_logo {
      width: 11.82222vw;
      height: 5.15556vw;
      top: 4.44444vw;
      left: 4.44444vw;
      z-index: 2; } }
  .hd_logo a {
    display: block;
    -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .hd_logo a:hover {
      opacity: 0.6; }
    .hd_logo a svg {
      width: 66.5px;
      height: 29px;
      fill: #fff; }
      @media screen and (max-width: 768px) {
        .hd_logo a svg {
          width: 11.82222vw;
          height: 5.15556vw; } }

.hd_nav {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .hd_nav {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 5;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform .25s ease-out;
      transition: -webkit-transform .25s ease-out;
      transition: transform .25s ease-out;
      transition: transform .25s ease-out, -webkit-transform .25s ease-out; } }
  .hd_nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.hd_menu-wrap {
  position: absolute;
  top: 50px;
  right: 55px; }

.hd_menu {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  mix-blend-mode: difference;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50px;
  right: 55px; }
  @media screen and (max-width: 768px) {
    .hd_menu {
      display: block;
      width: 100%;
      font-size: 7.11111vw;
      text-align: center;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-70%);
              transform: translateY(-70%);
      z-index: 1; } }
  .hd_menu li {
    margin-bottom: 58px; }
    @media screen and (min-width: 769px) {
      .hd_menu li {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: inline-block; } }
    @media screen and (max-width: 768px) {
      .hd_menu li {
        margin-bottom: 9.95556vw; } }
    .hd_menu li:last-of-type {
      margin-bottom: 0; }
    .hd_menu li a {
      display: block;
      color: #fff;
      -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
      transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
      .hd_menu li a:hover {
        opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .hd_menu.pc {
      display: none; } }

.hd_map-btn {
  display: none; }
  @media screen and (max-width: 768px) {
    .hd_map-btn {
      display: block;
      width: 80vw;
      background-color: #fff;
      mix-blend-mode: difference;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 15.11111vw;
      margin: auto;
      z-index: 1; } }
  @media screen and (max-width: 768px) {
    .hd_map-btn a {
      display: block;
      width: 100%;
      font-size: 4.26667vw;
      font-weight: 700;
      color: #fff;
      text-align: center;
      padding: 5.77778vw 0;
      mix-blend-mode: difference;
      position: relative; } }
  @media screen and (max-width: 768px) {
    .hd_map-btn a::after {
      content: "";
      background-image: url("/assets/img/common/other-tab-btn-icon.png");
      background-size: 3.55556vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 3.55556vw;
      height: 3.55556vw;
      display: block;
      position: relative;
      position: absolute;
      top: 7.46667vw;
      right: 20.88889vw; } }

@media screen and (max-width: 768px) {
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 5;
    mix-blend-mode: difference; } }

.menu-trigger {
  display: none; }
  @media screen and (max-width: 768px) {
    .menu-trigger {
      display: block;
      position: absolute;
      width: 8.88889vw;
      height: 4.44444vw;
      top: 4.44444vw;
      right: 4.44444vw;
      mix-blend-mode: difference; } }

@media screen and (max-width: 768px) {
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.88889vw;
    background-color: #fff; } }

@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(1) {
    top: 0; } }

@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(2) {
    top: 1.77778vw; } }

@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(3) {
    bottom: 0; } }

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.77778vw) rotate(-45deg);
    transform: translateY(1.77778vw) rotate(-45deg); } }

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; } }

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1.77778vw) rotate(45deg);
    transform: translateY(-1.77778vw) rotate(45deg); } }

.ft {
  width: 100%;
  min-width: 1000px; }
  @media screen and (max-width: 768px) {
    .ft {
      min-width: 100%; } }

.ft_copy {
  width: 323.5px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background-color: #0e1b25;
  padding: 41px 0;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 768px) {
    .ft_copy {
      width: 64.97778vw;
      font-size: 2.66667vw;
      padding: 6.93333vw 0; } }

/* edge */
@supports (-ms-ime-align: auto) {
  .hd_map-btn a {
    color: #0e1b25; } }

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .hd_map-btn a {
  color: #0e1b25; }

#pixiview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }
  #pixiview canvas {
    min-width: 1000px; }
    @media screen and (max-width: 768px) {
      #pixiview canvas {
        min-width: 100%; } }

.adt {
  padding-top: 129px;
  padding-bottom: 100px;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .adt {
      padding-top: 19.64444vw;
      padding-bottom: 5.68889vw;
      margin-bottom: 26.66667vw; } }

.adt_l-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .adt_l-inner {
      width: 91.11111vw; } }

.adt_top {
  position: relative; }

.adt_top-ttl-wrap {
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: -41px;
  left: 50px; }
  @media screen and (max-width: 768px) {
    .adt_top-ttl-wrap {
      width: 82.31111vw;
      font-weight: 400;
      bottom: -5.24444vw;
      left: 0;
      right: 0;
      margin: auto; } }

.adt_day {
  margin-bottom: 5px;
  opacity: 0; }
  @media screen and (max-width: 768px) {
    .adt_day {
      margin-bottom: 0.88889vw; } }
  .adt_day span {
    display: inline-block;
    font-size: 1.4rem;
    padding: 8.5px 12.5px;
    background-color: #0e1b25; }
    @media screen and (max-width: 768px) {
      .adt_day span {
        font-size: 3.2vw;
        padding: 0.93333vw 2.66667vw; } }

.adt_ttl {
  opacity: 0; }
  .adt_ttl span {
    display: inline-block;
    font-size: 3rem;
    padding: 18.5px 25px;
    background-color: #0e1b25; }
    @media screen and (max-width: 768px) {
      .adt_ttl span {
        font-size: 4.26667vw;
        font-weight: 700;
        padding: 1.6vw 3.55556vw; } }

.adt_art {
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  padding-top: 98px;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .adt_art {
      font-size: 3.2vw;
      line-height: 1.66;
      padding-top: 12.8vw;
      padding-bottom: 13.33333vw; } }
  .adt_art .block-u-margin {
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .adt_art .block-u-margin {
        margin-bottom: 6.75556vw; } }
  .adt_art .img-u-margin {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .adt_art .img-u-margin {
        margin-bottom: 4.44444vw; } }

.adt_art-l-inner {
  width: 900px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .adt_art-l-inner {
      width: 82.31111vw; } }

.emphasis-word {
  font-weight: 500;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .emphasis-word {
      font-weight: 700; } }
  .type01 .emphasis-word {
    font-size: 3rem;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .type01 .emphasis-word {
        font-size: 5.33333vw;
        margin-bottom: 3.91111vw; } }
  .type02 .emphasis-word {
    font-size: 1.8rem;
    margin-bottom: 16px; }
    @media screen and (max-width: 768px) {
      .type02 .emphasis-word {
        font-size: 4.26667vw;
        margin-bottom: 6.75556vw; } }

/*# sourceMappingURL=maps/action-dt.css.map */
