@charset "UTF-8";
/*----------------------------------------*/
/* [共通変数] */
/*----------------------------------------*/
/* Asset Directory */
/* @Reference site */
/* @MEMO */
/* html5doctor.com Reset Stylesheet v1.6.1
	Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: 100%;
}

#jets-header .header__anchor .header__anchor__item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*-------------------------------------------*/
/* [ロールオーバーでドロップシャドウ] */
/*-------------------------------------------*/
/* [ロールオーバーでズームする] */
/*-------------------------------------------*/
/* [ロールオーバー opacity] */
/*-------------------------------------------*/
/* [マウスオンで下線が伸びる] */
/*-------------------------------------------*/
/* [ロールオーバーで画像の4辺に枠線が伸びる] */
/* @MEMO */
/* <div><a><span><img src=""></span></a></div> */
/* <div>は、width指定もしくはdisplay:inline-block */
/*-------------------------------------------*/
/* [ロールオーバーで枠線が太くなる] */
/* @MEMO */
/* <div><a><img src=""></a></div> */
/* <div>は、width指定もしくはdisplay:inline-block */
/*-------------------------------------------*/
/* [ロールオーバーでマーカーが伸びる(ver.1行)] */
/*-------------------------------------------*/
/* [ロールオーバーで揺らす] */
@-webkit-keyframes shakeAction {
  0% {
    -webkit-transform: rotate(1.2deg);
            transform: rotate(1.2deg);
  }
  20% {
    -webkit-transform: rotate(-0.8deg);
            transform: rotate(-0.8deg);
  }
  40% {
    -webkit-transform: rotate(0.4deg);
            transform: rotate(0.4deg);
  }
  60% {
    -webkit-transform: rotate(-0.75deg);
            transform: rotate(-0.75deg);
  }
  70% {
    -webkit-transform: rotate(0.375deg);
            transform: rotate(0.375deg);
  }
  80% {
    -webkit-transform: rotate(-0.25deg);
            transform: rotate(-0.25deg);
  }
  90% {
    -webkit-transform: rotate(0.125deg);
            transform: rotate(0.125deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shakeAction {
  0% {
    -webkit-transform: rotate(1.2deg);
            transform: rotate(1.2deg);
  }
  20% {
    -webkit-transform: rotate(-0.8deg);
            transform: rotate(-0.8deg);
  }
  40% {
    -webkit-transform: rotate(0.4deg);
            transform: rotate(0.4deg);
  }
  60% {
    -webkit-transform: rotate(-0.75deg);
            transform: rotate(-0.75deg);
  }
  70% {
    -webkit-transform: rotate(0.375deg);
            transform: rotate(0.375deg);
  }
  80% {
    -webkit-transform: rotate(-0.25deg);
            transform: rotate(-0.25deg);
  }
  90% {
    -webkit-transform: rotate(0.125deg);
            transform: rotate(0.125deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes shakeActionHard {
  0% {
    -webkit-transform: rotate(2.4deg);
            transform: rotate(2.4deg);
  }
  20% {
    -webkit-transform: rotate(-1.6deg);
            transform: rotate(-1.6deg);
  }
  40% {
    -webkit-transform: rotate(0.8deg);
            transform: rotate(0.8deg);
  }
  60% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  70% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  90% {
    -webkit-transform: rotate(0.25deg);
            transform: rotate(0.25deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes shakeActionHard {
  0% {
    -webkit-transform: rotate(2.4deg);
            transform: rotate(2.4deg);
  }
  20% {
    -webkit-transform: rotate(-1.6deg);
            transform: rotate(-1.6deg);
  }
  40% {
    -webkit-transform: rotate(0.8deg);
            transform: rotate(0.8deg);
  }
  60% {
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
  }
  70% {
    -webkit-transform: rotate(0.7deg);
            transform: rotate(0.7deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  90% {
    -webkit-transform: rotate(0.25deg);
            transform: rotate(0.25deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*-------------------------------------------*/
/* [スノーノイズ] */
@-webkit-keyframes snowNoiseFrame {
  0% {
    background-position: 50px 0;
  }
  40% {
    background-position: 10px 50%;
  }
  80% {
    background-position: 300px 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes snowNoiseFrame {
  0% {
    background-position: 50px 0;
  }
  40% {
    background-position: 10px 50%;
  }
  80% {
    background-position: 300px 100%;
  }
  100% {
    background-position: 0 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
@function slick-image-url(/wp-content/themes/anaxsw/assets/css/$url) {
    @if function-exists(image-url) {
        @return image-url(/wp-content/themes/anaxsw/assets/css/$url);
    }
    @else {
        @return url(/wp-content/themes/anaxsw/assets/css/$slick-loader-path + $url);
    }
}

@function slick-font-url(/wp-content/themes/anaxsw/assets/css/$url) {
    @if function-exists(font-url) {
        @return font-url(/wp-content/themes/anaxsw/assets/css/$url);
    }
    @else {
        @return url(/wp-content/themes/anaxsw/assets/css/$slick-font-path + $url);
    }
}
*/
/* Slider */
/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("/wp-content/themes/anaxsw/assets/css/slick.eot");
        src: slick-font-url("/wp-content/themes/anaxsw/assets/css/slick.eot#iefix") format("embedded-opentype"), slick-font-url("/wp-content/themes/anaxsw/assets/css/slick.woff") format("woff"), slick-font-url("/wp-content/themes/anaxsw/assets/css/slick.ttf") format("truetype"), slick-font-url("/wp-content/themes/anaxsw/assets/css/slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/*
.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
*/
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

/*
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
    */
.mfp-arrow-right {
  right: 0;
}

/*
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
    */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

html {
  height: 100%;
  background: transparent;
}

body {
  height: 100%;
  font-family: "Roboto", Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: "16px";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #161616;
  background-color: #000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a,
a img {
  outline: none;
}

/* Z-INDEX */
#soundSelect {
  z-index: 5000;
}

#pageLoader {
  z-index: 4900;
}

#siteHeader {
  z-index: 4800;
}

#openNav {
  z-index: 4700;
}

/* openNav transition */
/* For Mobile */
body {
  background: #000 url("/wp-content/themes/anaxsw/assets/images/common/sound_bg_layer1.png") 50% 0;
}

#wrapper {
  position: relative;
  min-height: 100vh;
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/bg_star_layer2_sp.png"), url("/wp-content/themes/anaxsw/assets/images/common/bg_star_layer1_sp.jpg");
  background-size: 100% auto, auto;
  background-repeat: no-repeat, repeat;
  background-position: 50% 250px, 50% 0;
}

#wrapper:not(.wrapper--req) {
  visibility: hidden;
  opacity: 0;
}

#contents {
  position: relative;
  padding-top: 13%;
  overflow: hidden;
}

#siteHeader {
  position: fixed;
  width: 100%;
  top: 0;
}

#siteHeader__global {
  position: relative;
  padding-top: 15.8%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/header/bg_sp.png") no-repeat;
  background-size: 100% auto;
}

#siteHeader__global .siteHeader__head {
  position: absolute;
  width: 6.6%;
  max-width: 40px;
  left: 2.5%;
  bottom: 52%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  line-height: 0;
}

#siteHeader__global .siteHeader__trigger.siteHeader__trigger--active {
  background: url("/wp-content/themes/anaxsw/assets/images/common/header/trigger_close.png") no-repeat;
  background-size: 100% auto;
}

#siteHeader__global .siteHeader__trigger.siteHeader__trigger--active img {
  opacity: 0;
}

#siteHeader__global .siteHeader__trigger a {
  display: block;
}

#siteHeader__global .siteHeader__title {
  display: none;
}

#siteHeader__global .siteHeader__logos {
  position: absolute;
  width: 40%;
  max-width: 235px;
  right: 50%;
  bottom: 60%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#siteHeader__global .siteHeader__logos ul {
  letter-spacing: -0.4em;
}

#siteHeader__global .siteHeader__logos a {
  display: block;
  text-decoration: none;
}

#siteHeader__global .siteHeader__logos__item {
  display: inline-block;
  letter-spacing: normal;
}

#siteHeader__global .siteHeader__logos__item--ana {
  width: 46%;
}

#siteHeader__global .siteHeader__logos__item--sw {
  width: 44%;
  margin-left: 10%;
  padding-left: 10%;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

#siteHeader__global .siteHeader__btns {
  display: none;
}

#siteHeader__navs {
  display: none;
}

#openNav {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100vh;
  padding: 25% 0 15%;
  box-sizing: border-box;
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/opennav/sp_bg_layer2.png"), url("/wp-content/themes/anaxsw/assets/images/common/opennav/sp_bg_layer1.png");
  background-repeat: repeat-x, repeat;
  background-position: 50% 100%, 50% 0;
}

#openNav .openNav__siteLogo {
  display: none;
}

#openNav .openNav__globalNav__item {
  position: relative;
  display: table;
  width: 100%;
  font-size: 7.5vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

#openNav .openNav__globalNav__item:not(:first-child) {
  margin-top: 6%;
}

#openNav .openNav__globalNav__item::before, #openNav .openNav__globalNav__item::after {
  content: "";
  display: table-cell;
  width: auto;
  height: 100%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/opennav/sp_line.png") 0 50% repeat-x;
  visibility: hidden;
}

#openNav .openNav__globalNav__item a {
  display: table-cell;
  text-decoration: none;
  color: #ffe900;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--front {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--front a {
  width: 27vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--whois {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.1s;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--whois a {
  width: 52vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--jets {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.15s;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--jets a {
  width: 71vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--news {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--news a {
  width: 26vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--gallery {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.25s;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--gallery a {
  width: 37vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--shop {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--shop a {
  width: 26vw;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--current::before, #openNav .openNav__globalNav__item.openNav__globalNav__item--current::after {
  visibility: visible;
}

#openNav .openNav__globalNav__item.openNav__globalNav__item--current a {
  color: #ffe87b;
  text-shadow: 0 0 6px #ffdf45;
}

#openNav .openNav__subnavs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 70px;
}

#openNav .openNav__subnavs .openNav__sns {
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}

#openNav .openNav__subnavs .openNav__sns .openNav__sns__title {
  display: inline-block;
  font-size: 3vw;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

#openNav .openNav__subnavs .openNav__sns .openNav__sns__item {
  display: inline-block;
  width: 7vw;
  margin-left: 3vw;
  vertical-align: middle;
}

#openNav .openNav__subnavs .openNavs__lang {
  margin-left: 4.5vw;
  padding-left: 4.5vw;
  border-left: 1px solid #333;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.25s;
}

#openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item {
  display: inline-block;
  font-size: 5vw;
  line-height: 1;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}

#openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  right: 50%;
  bottom: -7px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background: #60b8ff;
  box-shadow: 0px 0px 1px 1px #037cc3;
  border-radius: 2px;
  box-sizing: border-box;
  visibility: hidden;
}

#openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item--en {
  margin-left: 2vw;
  padding-left: 7vw;
  background: url("/wp-content/themes/anaxsw/assets/images/common/header/nav_shikiri.png") no-repeat;
  background-size: auto 100%;
}

#openNav .openNav__subnavs .openNav__sound {
  width: 7vw;
  margin-left: 4.5vw;
  padding-left: 4.5vw;
  border-left: 1px solid #333;
  display: none;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}

#openNav .openNav__subnavs .openNav__sound a {
  display: block;
}

#openNav .openNav__subnavs .openNav__sound.openNav__sound--active a {
  background: url("/wp-content/themes/anaxsw/assets/images/common/header/sound_on.png") no-repeat;
  background-size: 100% auto;
}

#openNav .openNav__subnavs .openNav__sound.openNav__sound--active img {
  opacity: 0;
}

#openNav .openNav__bnrs {
  width: 78%;
  margin: 40px auto 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}

#openNav .openNav__bnrs .openNav__bnrs__official {
  width: 70%;
  margin: 0 auto;
}

#openNav .openNav__bnrs .openNav__bnrs__official__title {
  display: none;
}

#openNav .openNav__bnrs .openNav__bnrs__shares {
  display: none;
}

#openNav .openNav__bnrs .openNav__acc {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}

#openNav .openNav__bnrs .openNav__acc a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #fff;
}

#openNav .openNav__bnrs .openNav__acc a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

#openNav.openNav--active .openNav__globalNav__item,
#openNav.openNav--active .openNav__sns,
#openNav.openNav--active .openNavs__lang,
#openNav.openNav--active .openNav__sound,
#openNav.openNav--active .openNav__bnrs {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

#siteFooter {
  position: relative;
  margin-top: 22%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_galaxy_sp.png") no-repeat;
  background-size: 100% auto;
}

#siteFooter .siteFooter_pageup--sp {
  width: 16.6%;
  margin: 0 auto;
}

#siteFooter .siteFooter_pageup {
  display: none;
}

#siteFooter .siteFooter__reserve {
  position: relative;
  margin-top: 30px;
}

#siteFooter .siteFooter__reserve a {
  display: block;
  background: url("/wp-content/themes/anaxsw/assets/images/common/footer/btn_reserve_sp_bg.png") 50% 0/100% auto no-repeat;
}

#siteFooter .siteFooter__sns {
  position: relative;
  margin-top: -3%;
  padding-top: 23.3%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_share_sp.png") no-repeat;
  background-size: 100% auto;
}

#siteFooter .siteFooter__sns__dl {
  position: absolute;
  width: 45%;
  right: 50%;
  top: 14%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  text-align: center;
}

#siteFooter .siteFooter__sns__title {
  display: none;
}

#siteFooter .siteFooter__sns__item {
  float: left;
  line-height: 0;
}

#siteFooter .siteFooter__sns__item.siteFooter__sns__item--facebook {
  width: 40%;
}

#siteFooter .siteFooter__sns__item.siteFooter__sns__item--twitter {
  width: 40%;
  margin-left: 20%;
}

#siteFooter .siteFooter__logos {
  position: relative;
  margin-top: -11%;
  padding-top: 15%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_copyright_sp.png") no-repeat;
  background-size: 100% auto;
}

#siteFooter .siteFooter__logos__ul {
  position: absolute;
  width: 70%;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#siteFooter .siteFooter__logos__item.siteFooter__logos__item--ana {
  float: left;
  width: 44.8%;
}

#siteFooter .siteFooter__logos__item.siteFooter__logos__item--sw {
  float: right;
  width: 43.7%;
}

#contents__title {
  position: relative;
  width: 97%;
  margin-top: 12%;
  padding-bottom: 1%;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#contents__title .contents__title__text {
  padding-left: 21%;
  font-size: 9vw;
  line-height: 1;
}

#contents__title::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}

#contents__title.contents__title--news::after {
  width: 7.5%;
  padding-top: 12%;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/anaxsw/assets/images/news/contents_title_character.png");
}

#contents__title.contents__title--gallery::after {
  width: 9%;
  padding-top: 21%;
  right: 0;
  bottom: -3%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/gallery/contents_title_character.png");
}

#contents__title.contents__title--shop::after {
  width: 8%;
  padding-top: 11%;
  right: 1%;
  bottom: -3%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/shop/contents_title_character.png");
}

#contents__title.contents__title--404::after {
  width: 17%;
  padding-top: 18.5%;
  right: -1%;
  bottom: -2%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/e404/contents_title_character.png");
}

#contents__title.contents__title--req::after {
  width: 17%;
  padding-top: 16.5%;
  right: -1%;
  bottom: -2%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/req/contents_title_character.png");
}

#contents__title.contents__title--acc .contents__title__text {
  padding-left: 11%;
}

#contents__title.contents__title--acc::after {
  width: 20%;
  padding-top: 23%;
  right: -1%;
  bottom: -6%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/req/contents_title_character.png");
}

.newsLatestLnk {
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_latest_bg_txt_sp.png") 50% 100%/100% auto no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.newsLatestLnk a {
  display: block;
  text-decoration: none;
}

.newsLatestLnk .newsLatestLnk__thumb {
  position: relative;
  padding-top: 52%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.newsLatestLnk .newsLatestLnk__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.newsLatestLnk .newsLatestLnk__category {
  position: absolute;
  min-height: 20px;
  padding: 3px 30px 0 15px;
  left: 0;
  top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_latest_category_bg.png") 100% 0 no-repeat;
}

.newsLatestLnk .newsLatestLnk__play {
  position: absolute;
  width: 20%;
  right: 50%;
  bottom: 45%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.newsLatestLnk .newsLatestLnk__main {
  position: relative;
  padding: 2% 15px 10%;
  border-top: 2px solid #937e4e;
  box-sizing: border-box;
}

.newsLatestLnk .newsLatestLnk__main::before {
  content: "";
  display: block;
  width: 5px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_latest_date_icon.png") no-repeat;
}

.newsLatestLnk .newsLatestLnk__date {
  color: #161616;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
}

.newsLatestLnk .newsLatestLnk__title {
  color: #937e4e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

.newsLatestLnk .newsLatestLnk__txt {
  color: #535353;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: normal;
}

.newsLnk {
  width: 49%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_bg_txt_sp.png") 50% 100%/100% auto no-repeat;
  overflow: hidden;
  z-index: 1;
}

.newsLnk a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.newsLnk .newsLnk__thumb {
  position: relative;
  padding-top: 76%;
  border: 1px solid #454545;
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}

.newsLnk .newsLnk__play {
  position: absolute;
  width: 25%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

.newsLnk .newsLnk__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.newsLnk .newsLnk__main {
  position: relative;
  margin: 0 1px;
  padding: 30px 15px 15%;
  border-top: 2px solid #937e4e;
  box-sizing: border-box;
}

.newsLnk .newsLnk__date {
  position: absolute;
  min-height: 20px;
  top: 0;
  left: 0px;
  padding: 3px 30px 0 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_category_bg.png") 100% 0 no-repeat;
}

.newsLnk .newsLnk__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
}

.newsLnk .newsLnk__txt {
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: normal;
  color: #aaa;
}

#soundSelect {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/sound_bg_layer1.png") 50% 0;
}

#soundSelect .soundSelect__galaxy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#soundSelect .soundSelect__galaxy canvas {
  position: relative;
  display: block;
}

#soundSelect .soundSelect__inner {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#soundSelect .soundSelect__text,
#soundSelect .soundSelect__text2 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: normal;
  color: #62dbef;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
}

#soundSelect .soundSelect__text {
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

#soundSelect .soundSelect__text2 {
  margin-top: 20px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

#soundSelect .soundSelect__btns {
  position: relative;
  margin-top: 5vw;
}

#soundSelect .soundSelect__btns__ul {
  position: relative;
  text-align: center;
}

#soundSelect .soundSelect__btns__ul::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  background: #868686;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

#soundSelect .soundSelect__btns__item {
  display: inline-block;
  vertical-align: middle;
}

#soundSelect .soundSelect__btns__item a {
  display: block;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}

#soundSelect .soundSelect__btns__item.soundSelect__btns__item--on {
  width: 11vw;
  padding: 2vw 9vw 2vw 0;
}

#soundSelect .soundSelect__btns__item.soundSelect__btns__item--on a {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

#soundSelect .soundSelect__btns__item.soundSelect__btns__item--off {
  width: 11.5vw;
  padding: 2vw 0 2vw 9vw;
}

#soundSelect .soundSelect__btns__item.soundSelect__btns__item--off a {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

#soundSelect.soundSelect--active .soundSelect__text,
#soundSelect.soundSelect--active .soundSelect__text2 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

#soundSelect.soundSelect--active .soundSelect__btns__ul::after {
  height: 100%;
}

#soundSelect.soundSelect--active .soundSelect__btns__item a {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

#pageLoader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/common/sound_bg_layer1.png") 50% 0;
  opacity: 0;
  -webkit-animation: pageLoaderView 0.3s 1 linear 1s;
          animation: pageLoaderView 0.3s 1 linear 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#pageLoader .pageLoader__inner {
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#pageLoader .pageLoader__spinner {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

#pageLoader .pageLoader__spinner__inner {
  position: relative;
  padding-top: 100%;
}

#pageLoader .pageLoader__spinner__layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#pageLoader .pageLoader__spinner__layer.pageLoader__spinner__layer--1 {
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/loader_layer1.svg");
  -webkit-animation: pageLoaderSpin 2s infinite linear;
          animation: pageLoaderSpin 2s infinite linear;
}

#pageLoader .pageLoader__spinner__layer.pageLoader__spinner__layer--2 {
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/loader_layer2.svg");
  -webkit-animation: pageLoaderSpin2 1.2s infinite linear;
          animation: pageLoaderSpin2 1.2s infinite linear;
}

#pageLoader .pageLoader__spinner__layer.pageLoader__spinner__layer--3 {
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/loader_layer3.svg");
  -webkit-animation: pageLoaderSpin 1s infinite linear;
          animation: pageLoaderSpin 1s infinite linear;
}

#pageLoader .pageLoader__spinner__layer.pageLoader__spinner__layer--4 {
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/loader_layer4.svg");
}

#pageLoader .pageLoader__spinner__layer.pageLoader__spinner__layer--5 {
  background-image: url("/wp-content/themes/anaxsw/assets/images/common/loader_layer5.svg");
  -webkit-animation: pageLoaderSpin2 0.75s infinite linear;
          animation: pageLoaderSpin2 0.75s infinite linear;
}

#pageLoader .pageLoader_text {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  color: #62dbef;
  text-align: center;
  -webkit-animation: pageLoaderBlink 1.3s infinite linear;
          animation: pageLoaderBlink 1.3s infinite linear;
}

@-webkit-keyframes pageLoaderView {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pageLoaderView {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pageLoaderSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes pageLoaderSpin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes pageLoaderSpin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes pageLoaderSpin2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes pageLoaderBlink {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes pageLoaderBlink {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* 言語による切り替え */
.ja #siteHeader__global .siteHeader__langs__item--ja a::after {
  width: 20px;
  visibility: visible;
}

.ja #openNav .openNavs__lang__item--ja a::after {
  width: 20px !important;
  visibility: visible !important;
}

.ja .soundSelect__text .soundSelect__text--ja,
.ja .soundSelect__text2 .soundSelect__text--ja {
  display: inline-block;
}

.ja .soundSelect__text .soundSelect__text--en,
.ja .soundSelect__text2 .soundSelect__text--en {
  display: none;
}

.en_US #siteHeader__global .siteHeader__langs__item--en a::after {
  width: 100%;
  visibility: visible;
}

.en_US #openNav .openNavs__lang__item--en a::after {
  width: 100% !important;
  visibility: visible !important;
}

.en_US .soundSelect__text .soundSelect__text--ja,
.en_US .soundSelect__text2 .soundSelect__text--ja {
  display: none;
}

.en_US .soundSelect__text .soundSelect__text--en,
.en_US .soundSelect__text2 .soundSelect__text--en {
  display: inline-block;
}

.pcOnly {
  display: none;
}

.btnSe {
  cursor: pointer;
}

.wrapper--front #siteFooter {
  margin-top: -30%;
  background: none;
}

.mfp-wrap .mfp-container {
  height: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mfp-wrap .mfp-arrow-left,
.mfp-wrap .mfp-arrow-right {
  width: 20px;
  height: 34px;
  margin: 0;
  opacity: 1;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}

.mfp-wrap .mfp-arrow-left::before, .mfp-wrap .mfp-arrow-left::after,
.mfp-wrap .mfp-arrow-right::before,
.mfp-wrap .mfp-arrow-right::after {
  content: none;
}

.mfp-wrap .mfp-arrow-left {
  left: 3%;
  top: 100%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/cbox_prev.png") no-repeat;
  background-size: 100% auto;
}

.mfp-wrap .mfp-arrow-right {
  right: 3%;
  top: 100%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/cbox_next.png") no-repeat;
  background-size: 100% auto;
}

.mfp-wrap .mfp-close {
  width: 30px;
  height: 30px;
  right: 2%;
  background: url("/wp-content/themes/anaxsw/assets/images/common/cbox_close.png") no-repeat;
  background-size: 100% auto;
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.mfp-wrap .mfp-counter {
  display: none;
}

.mfp-wrap .mfp-figure:after {
  content: none;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* For Tablet */

/* For PC */

/* For Mobile */
#front-kvs {
  z-index: 1;
}

#front-kvs .front-carousel {
  z-index: 0;
}

#front-kvs::after {
  z-index: 2;
}

#front-kvs .front-carousel__ui {
  z-index: 3;
}

#front-intro {
  z-index: 10;
}

#front-contentsMain {
  z-index: 2;
}

#front-kvs {
  position: relative;
  padding-bottom: 16%;
  box-sizing: border-box;
}

#front-kvs::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 17%;
  width: 100%;
  height: 100px;
  background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_bg_blurring_sp.png") 50% 100%/100% auto repeat-x;
}

#front-kvs .front-carousel {
  position: relative;
  padding-top: 58%;
  overflow: hidden;
}

#front-kvs .front-carousel__item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  visibility: hidden;
}

#front-kvs .front-carousel__item a {
  display: block;
  width: 100%;
  height: 100%;
}

#front-kvs .front-carousel__item span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
}

#front-kvs .front-carousel__item:first-child {
  visibility: visible;
}

#front-kvs .front-carousel__item.front-carousel__item--current span {
  -webkit-mask: url("/wp-content/themes/anaxsw/assets/images/index/image_mask.png") 150% 0/cover no-repeat;
  mask: url("/wp-content/themes/anaxsw/assets/images/index/image_mask.png") 150% 0/cover no-repeat;
  -webkit-animation: maskFadeIN 1.3s 1 ease-out;
          animation: maskFadeIN 1.3s 1 ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#front-kvs .front-carousel__ui {
  position: absolute;
  width: 94%;
  right: 50%;
  bottom: 15%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  text-align: right;
}

#front-kvs .front-carousel__controller {
  display: inline-block;
  padding: 5px 3vw 5px 12vw;
  background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_pager_bg_sp.png") no-repeat;
  background-size: auto 100%;
  border-top-right-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  vertical-align: bottom;
}

#front-kvs .front-carousel__controller .front-carousel__dots {
  position: absolute;
  left: 0;
  bottom: 70px;
  display: inline-block;
  line-height: 0;
  letter-spacing: -0.4em;
}

#front-kvs .front-carousel__controller .front-carousel__dots .front-carousel__dots__item {
  display: inline-block;
  letter-spacing: normal;
}

#front-kvs .front-carousel__controller .front-carousel__dots .front-carousel__dots__item button {
  position: relative;
  display: block;
  width: 16px;
  height: 10px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
}

#front-kvs .front-carousel__controller .front-carousel__dots .front-carousel__dots__item button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #FFF;
  border-radius: 50%;
  cursor: pointer;
}

#front-kvs .front-carousel__controller .front-carousel__dots .front-carousel__dots__item.front-carousel__dots--current button::after {
  background: #FFF;
  box-shadow: 0px 0px 3px 2px rgba(0, 166, 233, 0.7);
}

#front-kvs .front-carousel__controller .front-carousel__number {
  display: none;
}

#front-kvs .front-carousel__controller .front-carousel__btns {
  letter-spacing: -0.4em;
}

#front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item {
  display: inline-block;
  width: 5vw;
  letter-spacing: normal;
}

#front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item--prev {
  padding-right: 4vw;
  background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_pager_shikiri.png") 100% 0 no-repeat;
}

#front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item--next {
  padding-left: 4vw;
}

#front-kvs .front-carousel__ticker {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 60px;
  padding: 7px 10px 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_ticker_bg_sp.png") 100% 100% no-repeat;
  background-size: cover;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}

#front-kvs .front-carousel__ticker .front-carousel__ticker__title {
  padding-right: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffe900;
  white-space: nowrap;
}

#front-kvs .front-carousel__ticker .front-carousel__ticker__main {
  position: relative;
  width: 100%;
  height: 43px;
  overflow: hidden;
}

#front-kvs .front-carousel__ticker .front-carousel__ticker__item {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}

#front-kvs .front-carousel__ticker .front-carousel__ticker__item:first-child {
  display: block;
}

#front-kvs .front-carousel__ticker .front-carousel__ticker__item a {
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes maskFadeIN {
  0% {
    -webkit-mask-position: 150% 0;
    mask-position: 150% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes maskFadeIN {
  0% {
    -webkit-mask-position: 150% 0;
    mask-position: 150% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

#front-intro {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 550px;
  top: 0;
  display: none;
  background: #000;
}

#front-intro .front-intro__movie {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#front-intro .front-intro__movie::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#front-intro .front-intro__movie__iframe {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#front-intro .front-intro__slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

#front-intro .front-intro__slideshow__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#front-intro .front-intro__slideshow__item span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--01 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide01.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--02 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide02.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--03 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide03.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--04 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide04.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--05 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide05.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--06 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide06.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--07 span {
  background-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide07.jpg");
}

#front-intro .front-intro__slideshow__item.front-intro__slideshow__item--current span {
  -webkit-mask: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide_mask.png") 200% 0/cover no-repeat;
  mask: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide_mask.png") 200% 0/cover no-repeat;
  -webkit-animation: maskFadeIN 1.5s 1 ease-out;
          animation: maskFadeIN 1.5s 1 ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#front-intro .front-intro__logo {
  position: absolute;
  width: 90%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

#front-intro .front-intro__logo path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  stroke-width: 1;
  fill: transparent;
}

#front-intro .front-intro__btn {
  position: absolute;
  width: 45%;
  right: 50%;
  bottom: 15%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  display: none;
  opacity: 0;
}

#front-intro .front-intro__btn img {
  opacity: 0;
}

#front-intro .front-intro__btn a {
  display: block;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  background: url("/wp-content/themes/anaxsw/assets/images/index/intro_btn_skip.png") 0 0/100% auto no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes introFadeOut {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes introFadeOut {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

#front-contentsMain {
  position: relative;
}

#front-pickups {
  position: relative;
  width: 94%;
  margin: -30px auto 0;
}

#front-pickups .newsLatestLnk {
  margin-top: 2%;
}

#front-pickups__bnrs {
  letter-spacing: -0.4em;
}

#front-pickups__bnrs .front-pickups__bnrs__item {
  display: inline-block;
  letter-spacing: normal;
}

#front-pickups__bnrs .front-pickups__bnrs__item--jets {
  width: 100%;
}

#front-pickups__bnrs .front-pickups__bnrs__item--whois {
  width: 49.5%;
  margin-top: 0.5%;
}

#front-pickups__bnrs .front-pickups__bnrs__item--gallery {
  width: 49.5%;
  margin: 0.5% 0 0 1%;
}

#front-news {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

#front-news .front-news__main {
  display: flex;
  flex-wrap: wrap;
}

#front-news .newsLnk {
  margin: 2% 0 0 2%;
}

#front-news .newsLnk:nth-child(odd) {
  margin-left: 0;
}

#front-news .front-news__more {
  width: 60%;
  margin: 65px auto 0;
}

#front-statement {
  padding: 25% 0 85%;
  text-align: center;
  background: url("/wp-content/themes/anaxsw/assets/images/index/statement_bg_sp.png") 50% 100% no-repeat;
  background-size: 100% auto;
}

#front-statement .front-statement__title {
  width: 76%;
  margin: 0 auto;
}

#front-statement .front-statement__text1 {
  margin: 10.5% auto 0;
}

#front-statement .front-statement__text2 {
  margin: 10.5% auto 0;
}

/* 言語による切り替え */
.ja #front-statement .front-statement__text1 {
  width: 76%;
}

.ja #front-statement .front-statement__text2 {
  width: 65%;
}

.en_US #front-statement .front-statement__text1 {
  width: 64%;
}

.en_US #front-statement .front-statement__text2 {
  width: 55%;
}

/* For Tablet */

/* For PC */

/* For Mobile & Tablet */
.about {
  position: relative;
  box-sizing: border-box;
}

.about-head {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 575px;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-position: 44% 140px;
  background-color: #000;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg.png");
  background-repeat: no-repeat;
  background-size: 900px auto;
}

.about-head__ttl {
  overflow: hidden;
  margin: 0 auto 15px;
  width: 280px;
  height: 36px;
  text-indent: -99999px;
  background-position: center center;
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ttl_head.svg");
}

.about-head__ttlSub {
  margin: 0 auto 30px;
  width: 280px;
  height: 8px;
  text-indent: -99999px;
  background-position: center center;
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ttl_head_sub.svg");
}

.about-head__txt, .about-head__txt--en {
  overflow: hidden;
  margin: 0 auto;
  width: 280px;
  height: 136px;
  text-indent: -99999px;
  background-position: center center;
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/txt_head_sp.svg");
}

.about-head__txt--en {
  height: 164px;
  background-size: 280px auto;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/txt_head_en_sp.svg");
}

.about-head__inner {
  margin: 0 auto;
  padding: 70px 0 0;
}

.about-body {
  position: relative;
  box-sizing: border-box;
}

.about-detail, .about-detail--1, .about-detail--2, .about-detail--3, .about-detail--4, .about-detail--5 {
  position: relative;
  box-sizing: border-box;
  padding: 72% 25px 35px;
  border-bottom: 1px solid #fff;
  background-position: center top, center;
  background-size: 110% auto, auto;
  background-repeat: no-repeat;
}

.about-detail:last-child, .about-detail--1:last-child, .about-detail--2:last-child, .about-detail--3:last-child, .about-detail--4:last-child, .about-detail--5:last-child {
  border-bottom: none;
}

.about-detail__inner, .about-detail__inner--1, .about-detail__inner--2, .about-detail__inner--3, .about-detail__inner--4, .about-detail__inner--5 {
  position: relative;
  display: flex;
  box-sizing: border-box;
}

.about-detail--1 {
  color: #fff;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_1_sp.png"), linear-gradient(to bottom, #00a7eb 0%, #008bd6 85%, #006bbc 100%);
}

.about-detail--2 {
  color: #073190;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_2_sp.png"), linear-gradient(to bottom, #fff 0%, #e4e4e4 85%, #e3e3e3 100%);
}

.about-detail--3 {
  color: #fff;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_3_sp.png"), linear-gradient(to bottom, #00a7eb 0%, #008bd6 85%, #006bbc 100%);
}

.about-detail--4 {
  padding-bottom: 150px;
  color: #073190;
  background-position: right 90%, center top, center;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/img_jet_sp.png"), url("/wp-content/themes/anaxsw/assets/images/whois/bg_4_sp.png"), linear-gradient(to bottom, #fff 0%, #e4e4e4 85%, #e3e3e3 100%);
  background-size: 52% auto, 100% auto, auto;
}
.about-detail--5 {
  color: #073190;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_5_sp.png"), linear-gradient(to bottom, #fff 0%, #e4e4e4 85%, #e3e3e3 100%);
}
.about-detail-alpha {
  position: relative;
  box-sizing: border-box;
  margin-right: 5%;
  width: 70%;
}

.about-detail-beta, .about-detail-beta--1, .about-detail-beta--2, .about-detail-beta--3, .about-detail-beta--3e {
  width: 20%;
}

.about-detail-beta--2 {
  position: absolute;
  width: 25%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.about-detail-beta--3 {
  width: 25% !important;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
  width: 15%;
}

.about-detail-beta--3e {
  width: 25% !important;
  -webkit-transform: translate(0%, 20%);
          transform: translate(0%, 20%);
  width: 15%;
}

.about-detail-beta > img, .about-detail-beta--1 > img, .about-detail-beta--2 > img, .about-detail-beta--3 > img, .about-detail-beta--3e > img {
  margin-bottom: 5px;
  width: 100%;
}

.about-detail-beta > img:last-child, .about-detail-beta--1 > img:last-child, .about-detail-beta--2 > img:last-child, .about-detail-beta--3 > img:last-child, .about-detail-beta--3e > img:last-child {
  margin-bottom: 0;
}

.about-detail-head {
  position: relative;
  box-sizing: border-box;
}

.about-detail-head__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}

.about-detail-txt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
}

.btn-detail {
  position: relative;
  box-sizing: border-box;
  width: 145px;
}

.btn-detail__link, .btn-detail__link--b {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 8px 15px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
}

.btn-detail__link:after, .btn-detail__link--b:after {
  display: block;
  width: 5px;
  height: 10px;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  margin: auto 0;
  background-position: center center;
  background-size: 5px 10px;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ico_arr.svg");
  background-repeat: no-repeat;
}

.btn-detail__link--b {
  border-color: #073190;
  color: #073190;
}

.btn-detail__link--b:after {
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ico_arr_b.svg");
}

.about-foot {
  position: relative;
  box-sizing: border-box;
  padding: 30px 0 30px;
  border-top: 1px solid #b9b9b9;
  color: #223f9a;
  background-color: #fff;
}

.about-foot:after {
  display: block;
  width: 100%;
  height: 290px;
  content: "";
  position: absolute;
  bottom: -5px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_link_sp.png");
}

.about-foot__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 100;
  margin-bottom: 14px;
  text-align: center;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_link_ttl_sp.png");
}

.about-foot__ttl > span {
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
}

.about-foot__txt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  position: relative;
  z-index: 100;
  margin-bottom: 28px;
  text-align: center;
}

.about-bnr {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  margin: 0 auto;
  width: 70%;
}

.about-bnr-item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.about-bnr-item__link {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  border-radius: 10px;
}

.about-bnr-item__link:hover {
  -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
          filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
}

.about-bnr-item:last-child {
  margin-bottom: 0;
}

/* Header */
#jets-header .header__anchor {
  position: relative;
  width: 94%;
  margin: 35px auto 0;
}

#jets-header .header__anchor::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 4.5%;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_sp_bg_t.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor nav {
  padding: 0 4.5% 4.5% 4.5%;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_sp_bg_b.png") 0 100%/100% auto no-repeat;
}

#jets-header .header__anchor ul {
  display: flex;
  flex-wrap: wrap;
}

#jets-header .header__anchor .header__anchor__item {
  width: 48%;
}

#jets-header .header__anchor .header__anchor__item:nth-child(even) {
  margin-left: 4%;
}

#jets-header .header__anchor .header__anchor__item a {
  position: relative;
  display: block;
  padding-top: 49.3%;
}

#jets-header .header__anchor .header__anchor__item--r2d2 a {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_r2d2_sp.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor .header__anchor__item--bb8 a {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_bb8_sp.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor .header__anchor__item--c3po a {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_c3po_sp.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor .header__anchor__item--sw a {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_sw_sp.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor .header__anchor__item--falcon a {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_falcon_sp.png") 0 0/100% auto no-repeat;
}

#jets-header .header__anchor .header__anchor__item--empty span {
  position: relative;
  display: block;
  padding-top: 49.3%;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/anchor_empty_sp.png") 0 0/100% auto no-repeat;
}

/* 機体コンテンツ */
.jets-planeBox {
  width: 93%;
  margin: 20px auto 0;
  /* スペック */
  /* スケジュール */
}

.jets-planeBox section {
  padding: 50% 20px 13.5% 20px;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/box_bg_b_sp.png") 0 100%/100% auto no-repeat;
}

.jets-planeBox .planeBox__subtitle {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: normal;
  color: #073190;
}

.jets-planeBox .planeBox__spec {
  margin-top: 50px;
}

.jets-planeBox .planeBox__spec .planeBox__subtitle {
  padding: 5px 0 5px 35px;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/spec_title_icon.png") 0 50%/25px auto no-repeat;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data {
  display: none;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp {
  margin-top: 20px;
  background: #efefef;
  border: 1px solid #8f9096;
  color: #75767b;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp dl {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #8f9096;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp dl dt {
  display: inline-block;
  width: 25%;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: normal;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp dl dd {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp .planeBox__spec__image {
  border-bottom: 1px solid #8f9096;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp .planeBox__spec__decorate {
  padding: 10px 15px;
  border-bottom: 1px solid #8f9096;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
}

.jets-planeBox .planeBox__spec .planeBox__spec__data--sp .planeBox__spec__name {
  padding: 10px 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/spec_deco.png") 0 50%/auto 40% no-repeat;
}

.jets-planeBox .planeBox__schedule {
  margin-top: 50px;
}

.jets-planeBox .planeBox__schedule .planeBox__subtitle {
  padding: 5px 0 5px 35px;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_title_icon.png") 0 50%/25px auto no-repeat;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__list {
  margin-top: 20px;
  border-radius: 7px;
  border: 1px solid #82a9da;
  overflow: hidden;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__item {
  padding: 5px 15px;
  border-bottom: 1px solid #8398c8;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  color: #FFF;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(odd) {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_bg_odd.png") 0 50% repeat-x;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(even) {
  background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_bg_even.png") 0 50% repeat-x;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__item:last-child {
  border-bottom: none;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__attention {
  margin-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
  color: #e00000;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__undecided {
	margin-top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: normal;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__no {
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 20px;
  padding: 50px 20px;
  color: #FFF;
  background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_bg_no.png");
  border-radius: 7px;
  border: 1px solid #82a9da;
  overflow: hidden;
  text-align: center;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__no p:not(:first-child) {
  margin-top: 20px;
}

#jets-r2d2 {
  background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_r2d2_bg_sp.png") 0 0/100% auto no-repeat;
}

#jets-r2d2 .planeBox__title {
  width: 63.4%;
}

#jets-bb8 {
  background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_bb8_bg_sp.png") 0 0/100% auto no-repeat;
}

#jets-bb8 .planeBox__title {
  width: 63.4%;
}

#jets-c3po {
  background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_c3po_bg_sp.png") 0 0/100% auto no-repeat;
}

#jets-c3po .planeBox__title {
  width: 63.4%;
}

#jets-sw {
  background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_sw_bg_sp.png") 0 0/100% auto no-repeat;
}

#jets-sw .planeBox__title {
  width: 81%;
}

#jets-falcon {
  background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_falcon_bg_sp.png") 0 0/100% auto no-repeat;
}

#jets-falcon .planeBox__title {
  width: 81%;
}

/* For Tablet */

/* For PC */

/* For Mobile */
#news-archiveWrap {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  margin: 13% auto 0;
}

#news-archiveWrap .newsLatestLnk {
  width: 100%;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

#news-archiveWrap .newsLnk {
  margin-top: 2%;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

#news-archiveWrap > div {
  margin-left: 2%;
}

#news-archiveWrap > div:nth-child(1), #news-archiveWrap > div:nth-child(2n) {
  margin-left: 0;
}

#news-btn__more {
  width: 60%;
  margin: 65px auto 0;
}

.news-breadcrumb {
  width: 90%;
  margin: 6% auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  box-sizing: border-box;
}

.news-breadcrumb a {
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
}

#news-sgWrap {
  position: relative;
  margin: 40px 0 0 0;
}

#news-sgWrap__inner {
  padding-bottom: 10%;
  background: #FFF;
}

#news-sgKv .news-sgKv__youtube {
  position: relative;
  padding-top: 56.25%;
}

#news-sgKv .news-sgKv__youtube iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

#news-sgsub {
  position: relative;
  margin: 10% 0 0;
  border-top: 1px solid #937e4e;
}

#news-sgsub .news-sgsub__category {
  display: inline-block;
  padding: 10px 40px 10px 40px;
  box-sizing: border-box;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_category_bg.png") 100% 0 no-repeat;
  background-size: auto 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  color: #FFF;
}

#news-sgsub .news-sgsub__share {
  position: absolute;
  right: 30px;
  bottom: 40%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

#news-sgsub .news-sgsub__share__title {
  display: inline-block;
  font-size: 2.5vw;
  line-height: 1;
  color: #707276;
}

#news-sgsub .news-sgsub__share__item {
  display: inline-block;
  margin-left: 2vw;
  vertical-align: middle;
}

#news-sgsub .news-sgsub__share__item.news-sgsub__share__item--facebook {
  width: 5vw;
}

#news-sgsub .news-sgsub__share__item.news-sgsub__share__item--twitter {
  width: 5vw;
}

#news-sgsub .news-sgsub__share__item.news-sgsub__share__item--google {
  width: 6vw;
}

#news-sgTitle {
  margin: 12% 0 0 0;
  padding: 0 40px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent {
  position: relative;
  margin-top: 7%;
  padding: 0 40px;
}

#news-sgContent img {
  display: block;
  margin: 0 auto;
  height: auto;
}

#news-sgContent h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent h5 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent h6 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  font-weight: bold;
}

#news-sgContent p {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

#news-sgContent ul li {
  margin-left: 20px;
  list-style: disc;
}

#news-sgContent ol li {
  margin-left: 20px;
  list-style: decimal;
}

#news-sgContent .aligncenter, #news-sgContent .alignright {
  max-width: 100%;
}

#news-sgContent .aligncenter {
  text-align: center;
}

#news-sgContent .alignleft {
  text-align: left;
}

#news-sgContent .alignright {
  text-align: right;
}

#news-sgContent .wp-caption-text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

#news-sgContent .movie-frame {
  position: relative;
  padding-top: 56.25%;
}

#news-sgContent .movie-frame iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#news-gallery {
  margin: 100px 40px 0;
}

#news-gallery .news-gallery__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: bold;
  color: #707276;
  text-align: center;
}

#news-gallery .news-gallery__main {
  margin-top: 30px;
  padding: 3%;
  border: 1px solid #caccd1;
}

#news-gallery .news-gallery__list {
  display: flex;
  flex-wrap: wrap;
}

#news-gallery .news-gallery__item {
  width: 31.4%;
  margin: 0 0 0 2.9%;
}

#news-gallery .news-gallery__item:nth-child(3n+1) {
  margin-left: 0;
}

#news-gallery .news-gallery__item:nth-child(n+4) {
  margin-top: 2.9%;
}

#news-gallery .news-gallery__item a {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
}

#news-gallery .news-gallery__item div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#news-footShare {
  position: relative;
  margin-top: 13%;
  padding-top: 6.4%;
  background-image: url("/wp-content/themes/anaxsw/assets/images/news/single_share2_bg_sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#news-footShare .news-footShare__dl {
  position: absolute;
  right: 40px;
  bottom: 60%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

#news-footShare .news-footShare__title {
  display: inline-block;
  font-size: 2.5vw;
  line-height: 1;
  color: #707276;
}

#news-footShare .news-footShare__item {
  display: inline-block;
  margin-left: 2vw;
  vertical-align: middle;
}

#news-footShare .news-footShare__item.news-footShare__item--facebook {
  width: 5vw;
}

#news-footShare .news-footShare__item.news-footShare__item--twitter {
  width: 5vw;
}

#news-footShare .news-footShare__item.news-footShare__item--google {
  width: 6vw;
}

#news-sgNavs {
  position: relative;
  border-top: 1px solid #caccd1;
  background-image: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_bg_layer2_sp.png"), url("/wp-content/themes/anaxsw/assets/images/news/single_footer_bg_layer1_sp.png");
  background-repeat: repeat-x, no-repeat;
  background-position: 0 0, 0 100%;
  background-size: auto, 100% auto;
}

#news-sgNavs .news-sgNavs__prevNext {
  position: relative;
  width: 94%;
  margin: 6.6% auto;
}

#news-sgNavs .news-sgNavs__prevNext__inner {
  position: relative;
}

#news-sgNavs .news-sgNavs__prevNext__inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 50%;
  background: #8f9096;
}

#news-sgNavs .news-sgNavs__prevNext__ul {
  overflow: hidden;
}

#news-sgNavs .news-sgNavs__prevNext__item {
  position: relative;
  width: 50%;
  min-height: 21px;
  letter-spacing: normal;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

#news-sgNavs .news-sgNavs__prevNext__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 5%;
  padding-top: 9.5%;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

#news-sgNavs .news-sgNavs__prevNext__item a {
  color: #000;
  text-decoration: none;
}

#news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--prev {
  float: left;
  padding: 0 5% 0 6%;
}

#news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--prev::before {
  left: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_btn_prev.png") no-repeat;
  background-size: 100% auto;
}

#news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--next {
  float: right;
  padding: 0 6% 0 5%;
}

#news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--next::before {
  right: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_btn_next.png") no-repeat;
  background-size: 100% auto;
}

#news-sgNavs .news-sgNavs__btns {
  position: relative;
  display: table;
  width: 100%;
  padding: 6.6% 0;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_line_top.png") repeat-x;
}

#news-sgNavs .news-sgNavs__btns::before, #news-sgNavs .news-sgNavs__btns::after {
  content: '';
  display: table-cell;
  width: auto;
  height: 100%;
}

#news-sgNavs .news-sgNavs__btns::before {
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_line_left.png") 100% 50% no-repeat;
}

#news-sgNavs .news-sgNavs__btns::after {
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_line_right.png") 0 50% no-repeat;
}

#news-sgNavs .news-sgNavs__btns__re {
  display: table-cell;
  width: 74vw;
  padding: 0 2vw;
  box-sizing: border-box;
}

#news-sgNavs .news-sgNavs__btns__re a {
  display: block;
}

#news-featured {
  width: 94%;
  margin: 10.5% auto 0;
}

#news-featured .news-featured__title {
  font-size: 4vw;
  color: #FFF;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_link_title_line.png") 0 90% repeat-x;
}

#news-featured .news-featured__title span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 10px;
  background-color: #000;
}

#news-featured .news-featured__title span::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 11px;
  left: 0;
  bottom: 2px;
  background: url("/wp-content/themes/anaxsw/assets/images/news/single_link_title_icon.png") no-repeat;
}

#news-featured .news-featured__title strong {
  font-weight: bold;
}

#news-featured .news-featured__main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8%;
}

#news-featured .newsLnk {
  margin: 2% 0 0 2%;
}

#news-featured .newsLnk:nth-child(1), #news-featured .newsLnk:nth-child(2) {
  margin-top: 0;
}

#news-featured .newsLnk:nth-child(odd) {
  margin-left: 0;
}

/* For PC */

/* For Mobile */
.gallery-subtitle {
  padding-bottom: 10px;
  font-size: 5.5vw;
  line-height: 1;
  color: #fff;
  background-image: url("/wp-content/themes/anaxsw/assets/images/gallery/title_line_r.png"), url("/wp-content/themes/anaxsw/assets/images/gallery/title_line_l.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, 0 100%;
  text-align: center;
}

.gallery-subtitle strong {
  font-weight: bold;
}

#gallery-sliders {
  margin: 12% auto 0;
  /* slick.js */
}

#gallery-sliders .gallery-subtitle {
  width: 94%;
  margin: 0 auto;
}

#gallery-sliders .gallery-sliders__tab {
  margin-top: 15px;
  text-align: center;
}

#gallery-sliders .gallery-sliders__tab__item {
  display: inline-block;
  margin-top: 15px;
  font-size: 4.5vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#gallery-sliders .gallery-sliders__tab__item a {
  position: relative;
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#gallery-sliders .gallery-sliders__tab__item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  right: 50%;
  bottom: -1px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background: #60b8ff;
  box-shadow: 0px 0px 1px 1px #037cc3;
  border-radius: 2px;
  box-sizing: border-box;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#gallery-sliders .gallery-sliders__tab__item:not(:first-child) {
  margin-left: 3vw;
}

#gallery-sliders .gallery-sliders__tab__item.gallery-sliders__tab__item--current {
  text-shadow: 0px 0px 4px #00a6e9, 0px 0px 4px #00a6e9;
}

#gallery-sliders .gallery-sliders__tab__item.gallery-sliders__tab__item--current a::after {
  width: 100%;
  visibility: visible;
}

#gallery-sliders .gallery-sliders__main {
  margin-top: 2.5%;
  overflow: hidden;
}

#gallery-sliders .gallery-sliders__one {
  display: none;
}

#gallery-sliders .slick-slider {
  display: none;
}

#gallery-sliders .slick-slider.slick-initialized {
  display: block;
}

#gallery-sliders .slick-slide {
  position: relative;
  line-height: 0;
}

#gallery-sliders .slick-slide img {
  display: block;
  width: 100% !important;
}

#gallery-sliders .gallery-sliders__large {
  padding: 0 5px;
  border: 1px solid #666;
}

#gallery-sliders .gallery-sliders__large .slick-slide {
  padding: 5px;
  border-right: 1px solid #666;
}

#gallery-sliders .gallery-sliders__large .slick-slide a {
  position: relative;
  display: block;
  padding-top: 54%;
}

#gallery-sliders .gallery-sliders__large .slick-slide a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#gallery-sliders .gallery-sliders__large .slick-slide.slick-current a::after {
  opacity: 0;
}

#gallery-sliders .gallery-sliders__large .slick-slide .gallery-sliders__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#gallery-sliders .gallery-sliders__large .slick-next, #gallery-sliders .gallery-sliders__large .slick-prev {
  width: 20%;
  height: 100%;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1000;
}

#gallery-sliders .gallery-sliders__large .slick-next::before, #gallery-sliders .gallery-sliders__large .slick-prev::before {
  content: '';
}

#gallery-sliders .gallery-sliders__large .slick-prev {
  left: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/gallery/slider_prev.png") 50% 50% no-repeat;
  background-size: 100% auto;
}

#gallery-sliders .gallery-sliders__large .slick-next {
  right: 0;
  background: url("/wp-content/themes/anaxsw/assets/images/gallery/slider_next.png") 50% 50% no-repeat;
  background-size: 100% auto;
}

#gallery-sliders .gallery-sliders__thumb {
  padding: 0 5px;
  border: 1px solid #666;
  border-top: none;
}

#gallery-sliders .gallery-sliders__thumb .slick-slide {
  position: relative;
  padding: 0.17% 0.2%;
  border-right: 1px solid #666;
  cursor: pointer;
}

#gallery-sliders .gallery-sliders__thumb .slick-slide span {
  position: relative;
  display: block;
  padding-top: 54%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#gallery-sliders .gallery-sliders__thumb .slick-slide span::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

#gallery-sliders .gallery-sliders__thumb .slick-slide.slick-current {
  background: url("/wp-content/themes/anaxsw/assets/images/gallery/slider_current.png") no-repeat;
  background-size: 100% auto;
}

#gallery-sliders .gallery-sliders__thumb .slick-slide.slick-current span::after {
  opacity: 0;
}

.gallery-archives {
  width: 94%;
  margin: 10% auto 0;
}

.gallery-archives .gallery-archives__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6%;
  border-left: 1px solid #666;
}

.gallery-archives .gallery-archives__item {
  position: relative;
  width: 50%;
  padding: 4px;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  box-sizing: border-box;
}

.gallery-archives .gallery-archives__item:nth-child(1), .gallery-archives .gallery-archives__item:nth-child(2) {
  border-top: 1px solid #666;
}

.gallery-archives .gallery-archives__item a {
  position: relative;
  display: block;
  padding-top: 55.6%;
  overflow: hidden;
}

.gallery-archives .gallery-archives__item .gallery-archives__item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* For Tablet */

/* For PC */

/* For Mobile */
#shop-lead {
  width: 90%;
  margin: 13% auto 0;
  text-align: center;
}

#shop-lead .shop-lead__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #FFF;
}

#shop-lead .shop-lead__txt__att {
  color: #fed202;
}

#shop-lead .shop-lead__btns {
  width: 68%;
  margin: 6% auto 0;
}

#shop-lead .shop-lead__btns__item:not(:first-child) {
  margin-top: 2%;
}

#shop-archives {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 10% auto 0;
}

#shop-archives .shop-archives__pickup {
  position: relative;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/pickup_txt_bg_sp.png") 50% 100% no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

#shop-archives .shop-archives__pickup .shop-archives__pickup__thumb {
  position: relative;
  padding-top: 103%;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/pickup_image_bg.png") 50% 100% no-repeat;
  background-size: cover;
  overflow: hidden;
}

#shop-archives .shop-archives__pickup .shop-archives__pickup__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#shop-archives .shop-archives__pickup .shop-archives__pickup__main {
  position: relative;
  padding: 30px 20px 10%;
  border-top: 2px solid #937e4e;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/item_title_icon.png") 0 32px no-repeat;
  box-sizing: border-box;
}

#shop-archives .shop-archives__pickup .shop-archives__pickup__sholder {
  position: absolute;
  min-height: 20px;
  top: 0;
  left: 0px;
  padding: 3px 30px 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  background: url("/wp-content/themes/anaxsw/assets/images/common/news_latest_category_bg.png") 100% 0 no-repeat;
}

#shop-archives .shop-archives__pickup .shop-archives__pickup__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #937e4e;
}

#shop-archives .shop-archives__pickup a {
  color: #937e4e;
  text-decoration: none;
}

#shop-archives .shop-archives__item {
  width: 49%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/item_text_bg_sp.png") 50% 100% no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

#shop-archives .shop-archives__item .shop-archives__item__thumb {
  position: relative;
  padding-top: 100%;
  border: 1px solid #454545;
  border-bottom: none;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/item_image_bg.png") 50% 100% no-repeat;
  background-size: cover;
  overflow: hidden;
}

#shop-archives .shop-archives__item .shop-archives__item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#shop-archives .shop-archives__item .shop-archives__item__main {
  position: relative;
  padding: 20px 20px 20%;
  border-top: 2px solid #937e4e;
  background: url("/wp-content/themes/anaxsw/assets/images/shop/item_title_icon.png") 0 22px no-repeat;
}

#shop-archives .shop-archives__item .shop-archives__item__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  color: #FFF;
}

#shop-archives .shop-archives__item a {
  color: #FFF;
  text-decoration: none;
}

#shop-archives > div {
  margin-bottom: 2%;
  margin-left: 2%;
}

#shop-archives > div:nth-child(1), #shop-archives > div:nth-child(2n) {
  margin-left: 0;
}

#shop-bnrs {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 13% auto 0;
}

#shop-bnrs .shop-bnrs__item {
  width: 49%;
}

#shop-bnrs .shop-bnrs__item:nth-child(2n) {
  margin-left: 2%;
}

#shop-bnrs .shop-bnrs__item:nth-child(3), #shop-bnrs .shop-bnrs__item:nth-child(4) {
  margin-top: 2%;
}

/* For PC */

/* Youtube */
#solo-Ytb {
  background: #000 url("/wp-content/themes/anaxsw/assets/images/solo/youtube_bg.png") 50% 50%/100% auto no-repeat;
}

#solo-Ytb .solo-Ytb__main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#solo-Ytb .solo-Ytb__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#solo-Ytb .solo-Ytb__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#solo-Ytb .solo-Ytb__poster img {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}

/* MainBox */
#solo-mainbox {
  position: relative;
  width: 94%;
  margin: 0 auto 0;
  background: #f8edd1 url("/wp-content/themes/anaxsw/assets/images/solo/paper_bg_sp_b.png") 0 100%/100% auto no-repeat;
}

#solo-mainbox .solo-mainbox__innerbox {
  padding-bottom: 25%;
  background: url("/wp-content/themes/anaxsw/assets/images/solo/paper_bg_sp_t.png") 0 0/100% auto no-repeat;
}

#solo-mainbox .solo-mainbox__contents {
  padding: 0 8.5%;
}

/* Contents title */
.solo-boxtitle {
  text-align: center;
}

.solo-boxtitle span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  color: #833921;
  border-bottom: 3px solid #833921;
}

/* Milleniam Falcon */
.solo-falcon {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
}

/* Story */
#solo-story {
  position: relative;
  margin-top: 60px;
  color: #833921;
}

#solo-story .solo-story__lead {
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}

#solo-story .solo-story__txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

#solo-story .solo-story__image {
  margin-top: 20px;
}

/* Cast */
#solo-cast {
  position: relative;
  margin-top: 60px;
}

#solo-cast .solo-cast__innerbox {
  margin-top: 40px;
}

#solo-cast .solo-cast__item {
  padding-bottom: 15%;
  color: #833921;
  background: url("/wp-content/themes/anaxsw/assets/images/solo/cast_bg.png") 0 100%/100% auto no-repeat;
}

#solo-cast .solo-cast__image img {
  vertical-align: top;
}

#solo-cast .solo-cast__name {
  margin-top: 5%;
  padding: 0 6.5%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}

#solo-cast .solo-cast__text {
  margin-top: 10px;
  padding: 0 6.5%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

/* Cast */
#solo-campaign {
  position: relative;
  margin-top: 60px;
}

#solo-campaign .solo-campaign__innerbox {
  position: relative;
  margin-top: 30px;
  padding: 6%;
  background: #fffcf4;
  border-radius: 7px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}

#solo-campaign .solo-campaign__title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: bold;
  color: #f08300;
  text-align: center;
}

#solo-campaign .solo-campaign__sholder {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
  color: #f08300;
  text-align: center;
}

#solo-campaign .solo-campaign__cathcopy {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

#solo-campaign .solo-campaign__cathcopy strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

#solo-campaign .solo-campaign__txt {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

#solo-campaign .solo-campaign__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

#solo-campaign .solo-campaign__item dt {
  font-weight: bold;
}

#solo-campaign .solo-campaign__list .solo-campaign__item {
  margin-top: 20px;
}

#solo-campaign .solo-campaign__images {
  width: 96%;
  margin: 30px auto 0;
}

#solo-campaign .solo-campaign__images li:not(:first-child) {
  margin-top: 10px;
}

#solo-campaign .solo-campaign__memos {
  margin-top: 20px;
}

#solo-campaign .solo-campaign__memos .solo-campaign__item {
  text-align: center;
}

#solo-campaign .solo-campaign__memos .solo-campaign__item:not(:first-child) {
  margin-top: 20px;
}

#solo-campaign .solo-campaign__oubo {
  margin-top: 50px;
}

#solo-campaign .solo-campaign__official {
  margin-top: 25px;
}

/* For Tablet */

/* For PC */

/* For PC WIDE */
/* For Mobile & Tablet */
.e404 {
  padding: 40px 0 0;
}

.e404-txt {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.6;
  font-weight: normal;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}

.e404-bnr {
  margin: 0 auto;
  width: 75%;
}

.e404-bnr-item {
  margin-bottom: 10px;
}

.e404-bnr-item__link, .e404-bnr-item__link--japan, .e404-bnr-item__link--japanEn, .e404-bnr-item__link--overseas, .e404-bnr-item__link--overseasEn, .e404-bnr-item__link--space, .e404-bnr-item__link--spaceEn {
  display: block;
}

.e404-bnr-item__link > img, .e404-bnr-item__link--japan > img, .e404-bnr-item__link--japanEn > img, .e404-bnr-item__link--overseas > img, .e404-bnr-item__link--overseasEn > img, .e404-bnr-item__link--space > img, .e404-bnr-item__link--spaceEn > img {
  width: 100%;
  height: auto;
}

.e404-bnr-item:last-child {
  margin: 0;
}

/* For Mobile & Tablet */
.requirements {
  position: relative;
  box-sizing: border-box;
}

.requirements-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 0 85px;
}

.requirements-head__ttl {
  padding-top: 39.16667%;
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/anaxsw/assets/images/req/logo.png");
  overflow: hidden;
  text-indent: -99999px;
  line-height: 1;
}

.requirements-body {
  position: relative;
  box-sizing: border-box;
  padding: 0 25px;
}

.requirements-txt {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  font-weight: normal;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.requirements-main {
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 25px 15px;
  border: 1px solid #aaa;
  background: rgba(7, 49, 144, 0.7);
  color: #aaa;
}

.requirements-main-box {
  margin-right: 2%;
  width: 49%;
}

.requirements-main-box__ttl {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: normal;
}

.requirements-main-box__txt {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: normal;
}

.requirements-main-box__txt:last-child {
  margin-bottom: 0;
}

.requirements-main-box:last-child {
  margin-right: 0;
}

#acc__main {
  margin-top: 10%;
}

.acc__txt {
  padding: 0 5%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: normal;
  color: #FFF;
  text-align: center;
}

.acc__box {
  display: flex;
  width: 90%;
  margin: 7% auto 0;
  padding: 25px 15px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  background: rgba(7, 49, 144, 0.7);
  color: #aaa;
}

.acc__list {
  width: 49%;
}

.acc__list:nth-child(even) {
  margin-left: 2%;
}

.acc__list .acc__list__title {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 2;
  font-weight: normal;
}

.acc__list .acc__list__txt {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: normal;
}

.acc__list .acc__list__txt:not(:first-child) {
  margin-top: 10px;
}

/* For PC */

/* LOGIN */
.presspass {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.presspass__main {
  width: 80%;
  padding: 5% 0;
}

.presspass__title {
  width: 40%;
  margin: 0 auto;
}

.presspass__title img {
  width: 100%;
}

.presspass__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10%;
  color: #62dbef;
  text-align: center;
}

.presspass__input {
  margin-top: 10%;
}

.presspass__input input {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: #FFF;
  box-shadow: 0px 0px 8px 3px #ccc inset;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}

.presspass__submit {
  position: relative;
  width: 70%;
  margin: 10% auto 0;
}

.presspass__submit input {
  display: block;
  width: 100%;
  padding-top: 15%;
  border: none;
  background: url("/wp-content/themes/anaxsw/assets/images/press/btn_enter.png") 0 0/100% auto no-repeat;
  box-sizing: border-box;
  text-indent: 200%;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
}

/* DOWNLOAD */
.pressdl {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
}

.pressdl__title {
  width: 40%;
  margin: 0 auto;
}

.pressdl__title img {
  width: 100%;
}

.pressdl__stitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10%;
  color: #FFF;
  text-align: center;
  word-break: break-all;
}

.pressdl__main {
  position: relative;
}

.pressdl__main::after {
  content: '';
  display: block;
  padding-top: 3.1%;
  background: url("/wp-content/themes/anaxsw/assets/images/press/box_bg_b.png") 0 0/100% auto no-repeat;
}

.pressdl__main__inner {
  margin-top: 5%;
  padding: 5% 5%;
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pressdl__text1 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.pressdl__text2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}

.pressdl__list {
  margin-top: 10%;
}

.pressdl__list__one {
  padding: 5%;
  background: #f1f2f3;
  box-shadow: 0px 0px 4px 2px #ccc inset;
}

.pressdl__list__one:not(:first-child) {
  margin-top: 5px;
}

.pressdl__list__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}

.pressdl__list__btn {
  width: 35%;
  margin-top: 5%;
  background: url("/wp-content/themes/anaxsw/assets/images/press/btn_download.png") 0 0/100% auto no-repeat;
}

.pressdl__list__btn img {
  width: 100%;
  opacity: 0;
}

@media screen and (min-width: 601px) {
  #siteHeader__global {
    height: 93px;
    padding-top: 0;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/bg_tablet.png") 50% 0/auto 100% no-repeat;
  }
  #openNav {
    padding-top: 200px;
  }
  #openNav .openNav__globalNav__item {
    font-size: 5.5vw;
  }
  #openNav .openNav__globalNav__item:not(:first-child) {
    margin-top: 5%;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--front a {
    width: 20vw;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--whois a {
    width: 39vw;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--jets a {
    width: 55vw;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--news a {
    width: 20vw;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--gallery a {
    width: 29vw;
  }
  #openNav .openNav__globalNav__item.openNav__globalNav__item--shop a {
    width: 20vw;
  }
  #openNav .openNav__subnavs .openNav__sns .openNav__sns__title {
    font-size: 2.5vw;
  }
  #openNav .openNav__subnavs .openNav__sns .openNav__sns__item {
    width: 5vw;
  }
  #openNav .openNav__subnavs .openNavs__lang {
    margin-left: 3vw;
    padding-left: 3vw;
  }
  #openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item {
    font-size: 4.5vw;
  }
  #openNav .openNav__subnavs .openNavs__lang .openNavs__lang__item--en {
    margin-left: 1vw;
    padding-left: 6vw;
  }
  #openNav .openNav__subnavs .openNav__sound {
    width: 7vw;
    margin-left: 3vw;
    padding-left: 3vw;
  }
  #openNav .openNav__bnrs {
    width: 60%;
  }
  #contents {
    padding-top: 77px;
  }
  #contents__title .contents__title__text {
    font-size: 7vw;
    line-height: 1;
  }
  #contents__title.contents__title--news::after {
    width: 6.5%;
  }
  #contents__title.contents__title--gallery::after {
    width: 7%;
  }
  #contents__title.contents__title--shop::after {
    width: 7%;
  }
  #contents__title.contents__title--404::after {
    width: 14%;
    bottom: -13%;
  }
  #contents__title.contents__title--req::after {
    width: 16%;
  }
  #contents__title.contents__title--acc::after {
    width: 16%;
    bottom: -8%;
  }
  #siteFooter .siteFooter_pageup--sp {
    width: 97px;
  }
  #siteFooter .siteFooter__reserve {
    margin-top: 30px;
    text-align: center;
  }
  #siteFooter .siteFooter__reserve img {
    width: 600px;
  }
  #siteFooter .siteFooter__reserve a {
    display: block;
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/btn_reserve_tablet_bg.png") 50% 0 no-repeat;
  }
  #siteFooter .siteFooter__sns {
    height: 136px;
    margin-top: -20px;
    padding-top: 0;
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_share_tablet.png") 50% 0 no-repeat;
  }
  #siteFooter .siteFooter__sns__dl {
    width: 245px;
  }
  #siteFooter .siteFooter__logos {
    position: relative;
    height: 88px;
    margin-top: -65px;
    padding-top: 0;
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_copyright_tablet.png") 50% 0 no-repeat;
  }
  #siteFooter .siteFooter__logos__ul {
    width: 330px;
  }
  #front-intro .front-intro__logo {
    width: 526px;
  }
  #front-intro .front-intro__btn {
    width: 265px;
  }
  #front-kvs .front-carousel__controller {
    padding: 5px 20px 5px 70px;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item {
    width: 25px;
  }
  /* 機体コンテンツ */
  .jets-planeBox {
    /* スペック */
    /* スケジュール */
  }
  .jets-planeBox .planeBox__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__subtitle {
    padding: 5px 0 5px 40px;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/spec_title_icon.png") 0 50%/30px auto no-repeat;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data--sp dl dt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data--sp dl dd {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data--sp .planeBox__spec__name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__schedule {
    margin-top: 55px;
  }
  .jets-planeBox .planeBox__schedule .planeBox__subtitle {
    padding: 5px 0 5px 40px;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_title_icon.png") 0 50%/30px auto no-repeat;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item {
    padding: 10px 30px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: normal;
  }
  
  .jets-planeBox .planeBox__schedule .planeBox__schedule__attention {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}

.jets-planeBox .planeBox__schedule .planeBox__schedule__undecided {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal;
}
  
  .jets-planeBox .planeBox__schedule .planeBox__schedule__no {
    /* font-size: 14px;
     font-size: 0.875rem; */
    line-height: 1.5;
    font-weight: normal;
  }
  .gallery-subtitle {
    font-size: 4vw;
  }
  #gallery-sliders .gallery-sliders__tab__item {
    font-size: 3.0vw;
  }
  /* Page title */
  #solo-page-title {
    position: relative;
    padding-top: 29.1%;
  }
  #solo-page-title img {
    display: none;
  }
  /* Story */
  #solo-story .solo-story__image {
    width: 70%;
    margin: 20px auto 0;
  }
  /* Cast */
  #solo-cast {
    margin-top: 60px;
  }
  #solo-cast .solo-cast__innerbox {
    display: flex;
    flex-wrap: wrap;
  }
  #solo-cast .solo-cast__item {
    width: 50%;
    padding-bottom: 6.5%;
  }
  /* Campaign */
  #solo-campaign .solo-campaign__images {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }
  #solo-campaign .solo-campaign__images li {
    width: 32%;
  }
  #solo-campaign .solo-campaign__images li:not(:first-child) {
    margin: 0 0 0 2%;
  }
  #solo-campaign .solo-campaign__images img {
    width: 100%;
  }
  #solo-campaign .solo-campaign__oubo img, #solo-campaign .solo-campaign__official img {
    display: none;
  }
  #solo-campaign .solo-campaign__oubo a, #solo-campaign .solo-campaign__official a {
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #solo-campaign .solo-campaign__oubo {
    width: 70%;
    margin: 50px auto 0;
  }
  #solo-campaign .solo-campaign__oubo a {
    padding-top: 17.3%;
  }
  #solo-campaign .solo-campaign__official a {
    padding-top: 15.2%;
  }
  /*　言語 */
  .ja {
    /* Page title */
  }
  .ja #solo-page-title {
    background: url("/wp-content/themes/anaxsw/assets/images/solo/page_title.png") 0 0/100% auto no-repeat;
  }
  .ja .solo-campaign__oubo a {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_oubo.png");
  }
  .ja .solo-campaign__official a {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_official.png");
  }
  .en_US {
    /* Page title */
  }
  .en_US #solo-page-title {
    background: url("/wp-content/themes/anaxsw/assets/images/solo/page_title_en.png") 0 0/100% auto no-repeat;
  }
  .en_US .solo-campaign__oubo a {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_oubo_en.png");
  }
  .en_US .solo-campaign__official a {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_official_en.png");
  }
}

@media screen and (min-width: 961px) {
  img {
    width: auto;
  }
  #wrapper {
    background-image: url("/wp-content/themes/anaxsw/assets/images/common/bg_star_layer2.png"), url("/wp-content/themes/anaxsw/assets/images/common/bg_star_layer1.jpg");
    background-size: auto;
    background-position: 50% 250px, 50% 0;
  }
  #contents {
    padding-top: 102px;
  }
  #siteHeader {
    background: none;
  }
  #siteHeader__global {
    padding: 0;
    height: 56px;
    background-image: url("/wp-content/themes/anaxsw/assets/images/common/header/bg_left.png"), url("/wp-content/themes/anaxsw/assets/images/common/header/bg_right.png"), url("/wp-content/themes/anaxsw/assets/images/common/header/bg_center.png"), url("/wp-content/themes/anaxsw/assets/images/common/header/bg_repeat.png");
    background-size: auto;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 0 0, 100% 0, 50% 0, 50% 0;
    z-index: 1;
  }
  #siteHeader__global .siteHeader__head {
    width: 20%;
    max-width: 230px;
    left: 45px;
    bottom: 50%;
    letter-spacing: -0.4em;
  }
  #siteHeader__global .siteHeader__trigger {
    display: inline-block;
    width: 10%;
    max-width: 25px;
    margin-right: 5%;
    vertical-align: middle;
    letter-spacing: normal;
    cursor: pointer;
  }
  #siteHeader__global .siteHeader__trigger img {
    width: 100%;
  }
  #siteHeader__global .siteHeader__title {
    display: inline-block;
    width: 85%;
    max-width: 200px;
    margin-bottom: 5px;
    letter-spacing: normal;
    vertical-align: middle;
  }
  #siteHeader__global .siteHeader__title img {
    width: 100%;
  }
  #siteHeader__global .siteHeader__logos {
    width: 198px;
    bottom: 50%;
  }
  #siteHeader__global .siteHeader__logos__item {
    line-height: 0;
  }
  #siteHeader__global .siteHeader__logos__item--ana img {
    width: 94px;
  }
  #siteHeader__global .siteHeader__logos__item--sw img {
    width: 70px;
  }
  #siteHeader__global .siteHeader__btns {
    display: block;
    position: absolute;
    right: 45px;
    bottom: 55%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
  #siteHeader__global .siteHeader__langs {
    display: inline-block;
    vertical-align: middle;
  }
  #siteHeader__global .siteHeader__langs__item {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #siteHeader__global .siteHeader__langs__item a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  #siteHeader__global .siteHeader__langs__item a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    right: 50%;
    bottom: -7px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    background: #60b8ff;
    box-shadow: 0px 0px 1px 1px #037cc3;
    border-radius: 2px;
    box-sizing: border-box;
    visibility: hidden;
  }
  #siteHeader__global .siteHeader__langs__item a:hover::after {
    width: 20px;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #siteHeader__global .siteHeader__langs__item--en {
    margin-left: 5px;
    padding-left: 20px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/lang_line.png") no-repeat;
    background-size: auto 100%;
  }
  #siteHeader__global .siteHeader__sound {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 0 5px 10px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/shikiri.png") repeat-y;
    vertical-align: middle;
    cursor: pointer;
    line-height: 0;
    display: none !important;
  }
  #siteHeader__global .siteHeader__sound a {
    display: block;
  }
  #siteHeader__global .siteHeader__sound img {
    width: 20px;
  }
  #siteHeader__global .siteHeader__sound.siteHeader__sound--active a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/sound_on.png") no-repeat;
    background-size: 100% auto;
  }
  #siteHeader__global .siteHeader__sound.siteHeader__sound--active img {
    opacity: 0;
  }
  #siteHeader__navs {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: -10px;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #101010;
  }
  #siteHeader__navs::before, #siteHeader__navs::after {
    content: "";
    display: table-cell;
    width: auto;
    height: 100%;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/nav_line.png") 0 50% repeat-x;
  }
  #siteHeader__navs .siteHeader__navs__inner {
    display: table-cell;
    text-align: center;
  }
  #siteHeader__navs .siteHeader__navs__item {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #siteHeader__navs .siteHeader__navs__item a {
    position: relative;
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    color: #fff;
  }
  #siteHeader__navs .siteHeader__navs__item a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    right: 50%;
    bottom: -1px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    background: #60b8ff;
    box-shadow: 0px 0px 1px 1px #037cc3;
    border-radius: 2px;
    box-sizing: border-box;
    visibility: hidden;
  }
  #siteHeader__navs .siteHeader__navs__item.siteHeader__navs__item--current {
    text-shadow: 0px 0px 4px #00a6e9;
  }
  #siteHeader__navs .siteHeader__navs__item.siteHeader__navs__item--current a::after {
    width: 100%;
    visibility: visible;
  }
  #siteHeader__navs .siteHeader__navs__item img {
    width: 100%;
  }
  #siteHeader__navs .siteHeader__navs__item:not(:first-child) {
    margin-left: 10px;
    padding-left: 20px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/nav_shikiri.png") 0 50% no-repeat;
    background-size: 11px auto;
  }
  #openNav {
    height: 100vh;
    min-height: 640px;
    padding-top: 0;
    background-image: url("/wp-content/themes/anaxsw/assets/images/common/opennav/pc_bg_layer2.png"), url("/wp-content/themes/anaxsw/assets/images/common/opennav/pc_bg_layer1.png");
  }
  #openNav .openNav__inner {
    position: absolute;
    right: 50%;
    bottom: 55%;
    -webkit-transform: translate(50%, 55%);
            transform: translate(50%, 55%);
  }
  #openNav .openNav__siteLogo {
    display: block;
    text-align: center;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0;
  }
  #openNav .openNav__siteLogo img {
    width: 253px;
  }
  #openNav .openNav__globalNav {
    margin-top: 0px;
    text-align: center;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item {
    position: relative;
    display: block;
    width: auto;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item:not(:first-child) {
    margin-top: 20px;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item a {
    display: inline-block;
    width: auto;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #openNav .openNav__globalNav .openNav__globalNav__item a::before, #openNav .openNav__globalNav .openNav__globalNav__item a::after {
    content: none;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item a:hover {
    color: #ffe87b;
    text-shadow: 0 0 6px #ffdf45;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item.openNav__globalNav__item--news, #openNav .openNav__globalNav .openNav__globalNav__item.openNav__globalNav__item--gallery, #openNav .openNav__globalNav .openNav__globalNav__item.openNav__globalNav__item--shop {
    display: inline-block;
  }
  #openNav .openNav__globalNav .openNav__globalNav__item.openNav__globalNav__item--gallery, #openNav .openNav__globalNav .openNav__globalNav__item.openNav__globalNav__item--shop {
    margin-left: 15px;
    padding-left: 25px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/opennav/pc_nav_line.png") 0 0 no-repeat;
  }
  #openNav .openNav__subnavs {
    display: none;
  }
  #openNav .openNav__bnrs {
    position: absolute;
    width: 100%;
    right: 50%;
    bottom: 40px;
    -webkit-transform: translate(50%, 20px);
            transform: translate(50%, 20px);
    text-align: center;
  }
  #openNav .openNav__bnrs .openNav__bnrs__official {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #openNav .openNav__bnrs .openNav__bnrs__official__title {
    display: inherit;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
  }
  #openNav .openNav__bnrs .openNav__bnrs__official__item {
    display: inherit;
    vertical-align: middle;
    margin-left: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #openNav .openNav__bnrs .openNav__bnrs__official__item:hover {
    -webkit-filter: drop-shadow(0 -2px 6px rgba(0, 166, 233, 0.2));
            filter: drop-shadow(0 -2px 6px rgba(0, 166, 233, 0.2));
  }
  #openNav .openNav__bnrs .openNav__bnrs__official__item.openNav__bnrs__official__item--ana img {
    width: 210px;
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares {
    display: inline-block;
    padding: 0 40px 0 40px;
    border-right: 1px solid #303030;
    vertical-align: middle;
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__title {
    display: inherit;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 300;
    color: #fff;
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__item {
    display: inherit;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__item:hover {
    -webkit-filter: drop-shadow(0 -2px 6px rgba(0, 166, 233, 0.2));
            filter: drop-shadow(0 -2px 6px rgba(0, 166, 233, 0.2));
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__item img {
    width: 115px;
    height: auto;
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__item a {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #openNav .openNav__bnrs .openNav__acc {
    display: inline-block;
    margin: 0 0 0 40px;
    vertical-align: middle;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    font-weight: normal;
  }
  #openNav .openNav__bnrs .openNav__acc:hover {
    -webkit-filter: drop-shadow(0 -2px 6px #00a6e9);
            filter: drop-shadow(0 -2px 6px #00a6e9);
  }
  #openNav.openNav--active .openNav__siteLogo {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  #openNav.openNav--active .openNav__bnrs {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  #siteFooter {
    margin-top: 0;
    padding-top: 10.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_galaxy.png") no-repeat;
    background-size: 100% auto;
  }
  #siteFooter .siteFooter__reserve {
    width: 355px;
    margin: 0 0 0 auto;
  }
  #siteFooter .siteFooter__reserve img {
    display: none;
  }
  #siteFooter .siteFooter__reserve a {
    display: block;
    height: 40px;
  }
  #siteFooter .siteFooter__inner {
    position: relative;
    height: 66px;
    margin-top: -8px;
    background-image: url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_center.png"), url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_left.png"), url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_right.png"), url("/wp-content/themes/anaxsw/assets/images/common/footer/bg_repeat.png");
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    background-position: 50% 0, 0 0, 100% 0, 0 0;
  }
  #siteFooter .siteFooter__sns {
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: absolute;
    left: 40px;
    bottom: 55%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    line-height: 0;
  }
  #siteFooter .siteFooter__sns__dl {
    width: 140px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #siteFooter .siteFooter__sns__title {
    display: block;
    float: left;
    padding-top: 4px;
  }
  #siteFooter .siteFooter__sns__item {
    width: 16px !important;
    margin-left: 15px !important;
  }
  #siteFooter .siteFooter__sns__item img {
    display: none;
  }
  #siteFooter .siteFooter__sns__item a {
    display: block;
    height: 16px;
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #siteFooter .siteFooter__sns__item a:hover {
    opacity: 0.8;
  }
  #siteFooter .siteFooter__sns__item.siteFooter__sns__item--facebook a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/sns_facebook.png") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  #siteFooter .siteFooter__sns__item.siteFooter__sns__item--twitter a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/sns_twitter.png") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  #siteFooter .siteFooter__logos {
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  #siteFooter .siteFooter__logos__ul {
    width: 514px;
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  #siteFooter .siteFooter__logos__item img {
    display: none;
  }
  #siteFooter .siteFooter__logos__item.siteFooter__logos__item--ana {
    float: left;
    width: 360px;
  }
  #siteFooter .siteFooter__logos__item.siteFooter__logos__item--ana a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/logo_ana.png") no-repeat;
    background-size: 100% auto;
  }
  #siteFooter .siteFooter__logos__item.siteFooter__logos__item--sw {
    float: right;
    width: 134px;
    margin-left: 15px;
  }
  #siteFooter .siteFooter__logos__item.siteFooter__logos__item--sw a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/logo_starwars.png") no-repeat;
    background-size: 100% auto;
  }
  #siteFooter .siteFooter__logos__item a {
    display: block;
    height: 20px;
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #siteFooter .siteFooter__logos__item a:hover {
    opacity: 0.8;
  }
  #siteFooter .siteFooter_pageup--sp {
    display: none;
  }
  #siteFooter .siteFooter_pageup {
    display: block;
    position: absolute;
    right: 65px;
    bottom: 55%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    line-height: 0;
  }
  #siteFooter .siteFooter_pageup img {
    width: 80px;
  }
  #siteFooter .siteFooter_pageup a {
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #siteFooter .siteFooter_pageup a:hover {
    opacity: 0.8;
  }
  #contents__title {
    width: 65%;
    margin-top: 100px;
    padding-bottom: 10px;
  }
  #contents__title .contents__title__text {
    width: 580px;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 62px;
    font-size: 3.875rem;
    line-height: 1;
    font-weight: bold;
  }
  #contents__title.contents__title--news::after {
    width: 55px;
    height: 86px;
    right: 15px;
    bottom: -2px;
    padding: 0;
  }
  #contents__title.contents__title--gallery::after {
    width: 70px;
    height: 150px;
    right: 10px;
    bottom: -6px;
    padding: 0;
  }
  #contents__title.contents__title--shop::after {
    width: 58px;
    height: 77px;
    right: 10px;
    bottom: -2px;
    padding: 0;
  }
  #contents__title.contents__title--404::after {
    width: 110px;
    height: 116px;
    right: -10px;
    bottom: -10px;
    padding: 0;
  }
  #contents__title.contents__title--req::after {
    width: 110px;
    height: 116px;
    right: -10px;
    bottom: -10px;
    padding: 0;
  }
  #contents__title.contents__title--acc::after {
    width: 126px;
    height: 163px;
    right: -10px;
    bottom: -12px;
    padding: 0;
  }
  .newsLatestLnk {
    width: 49%;
    background: url("/wp-content/themes/anaxsw/assets/images/common/news_latest_bg_txt.png") 50% 100% no-repeat;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .newsLatestLnk:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .newsLatestLnk .newsLatestLnk__image {
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .newsLatestLnk .newsLatestLnk__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsLatestLnk .newsLatestLnk__main {
    padding: 12px 20px 30px;
  }
  .newsLatestLnk .newsLatestLnk__main::before {
    top: 13px;
  }
  .newsLatestLnk .newsLatestLnk__play img {
    width: 100%;
  }
  .newsLatestLnk .newsLatestLnk__title {
    position: relative;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .newsLatestLnk .newsLatestLnk__title span {
    position: relative;
  }
  .newsLatestLnk .newsLatestLnk__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #937e4e;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .newsLnk {
    width: 24.2%;
    background: url("/wp-content/themes/anaxsw/assets/images/common/news_bg_txt.png") 0 100%/100% auto no-repeat;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .newsLnk:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .newsLnk .newsLnk__image {
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .newsLnk .newsLnk__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsLnk .newsLnk__play {
    position: absolute;
    width: 21.4%;
  }
  .newsLnk .newsLnk__play img {
    width: 100%;
  }
  .newsLnk .newsLnk__main {
    margin-top: -1px;
    padding: 35px 20px;
  }
  .newsLnk .newsLnk__date {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: normal;
  }
  .newsLnk .newsLnk__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #soundSelect .soundSelect__btns {
    margin-top: 40px;
  }
  #soundSelect .soundSelect__btns__item {
    cursor: pointer;
    line-height: 0;
  }
  #soundSelect .soundSelect__btns__item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #soundSelect .soundSelect__btns__item span {
    display: block;
  }
  #soundSelect .soundSelect__btns__item.soundSelect__btns__item--on {
    padding: 8px 45px 8px 0;
    width: 58px;
  }
  #soundSelect .soundSelect__btns__item.soundSelect__btns__item--on a:hover {
    background: url("/wp-content/themes/anaxsw/assets/images/common/sound_btn_play_hover.png") no-repeat;
    background-size: 100% auto;
  }
  #soundSelect .soundSelect__btns__item.soundSelect__btns__item--off {
    padding: 8px 0 8px 45px;
    width: 50px;
  }
  #soundSelect .soundSelect__btns__item.soundSelect__btns__item--off a:hover {
    background: url("/wp-content/themes/anaxsw/assets/images/common/sound_btn_off_hover.png") no-repeat;
    background-size: 100% auto;
  }
  #pageLoader .pageLoader__spinner {
    width: 100px;
  }
  #pageLoader .pageLoader_text {
    margin-top: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 300;
  }
  .pcOnly {
    display: block;
  }
  br.pcOnly {
    display: inline-block !important;
  }
  .spOnly {
    display: none;
  }
  .wrapper--front #contents {
    padding-top: 45px;
  }
  .wrapper--front #siteFooter {
    margin-top: -50px;
    padding-top: 0;
    background: none;
  }
  .wrapper--jets #contents {
    padding-top: 45px;
  }
  .mfp-wrap .mfp-container {
    padding: 0;
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .mfp-wrap .mfp-iframe-scaler {
    padding: 0 0 0 177.77%;
    width: auto;
    height: 100vh;
  }
  .mfp-wrap .mfp-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .mfp-wrap img.mfp-img {
    position: absolute;
    padding: 0;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
  }
  .mfp-wrap .mfp-arrow-left,
  .mfp-wrap .mfp-arrow-right {
    width: 33px;
    height: 56px;
  }
  .mfp-wrap .mfp-arrow-left {
    left: 20px;
    top: 50%;
  }
  .mfp-wrap .mfp-arrow-left:hover {
    -webkit-transform: translate(-5px, -50%) !important;
            transform: translate(-5px, -50%) !important;
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .mfp-wrap .mfp-arrow-right {
    right: 20px;
    top: 50%;
  }
  .mfp-wrap .mfp-arrow-right:hover {
    -webkit-transform: translate(5px, -50%) !important;
            transform: translate(5px, -50%) !important;
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .mfp-wrap .mfp-close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
  .mfp-wrap .mfp-close:hover {
    -webkit-transform: scale(1.05) !important;
            transform: scale(1.05) !important;
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  /* 言語による切り替え */
  .ja #siteFooter .siteFooter__reserve a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/btn_reserve.png") 50% 0/100% auto no-repeat;
  }
  .en_US #siteFooter .siteFooter__reserve a {
    background: url("/wp-content/themes/anaxsw/assets/images/common/footer/btn_reserve_en.png") 50% 0/100% auto no-repeat;
  }
  /* no-touchイベント */
  .no-touchevents #siteHeader__navs .siteHeader__navs__item a:hover::after {
    width: 100%;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #front-kvs {
    padding: 0;
  }
  #front-kvs::after {
    height: 150px;
    bottom: 0;
    background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_bg_blurring.png") 50% 100% repeat-x;
  }
  #front-kvs .front-carousel__ticker__main {
    height: auto;
  }
  #front-kvs .front-carousel__ui {
    width: 94%;
    max-width: 1150px;
    bottom: 142px;
  }
  #front-kvs .front-carousel__controller {
    padding: 10px 15px 0 70px;
    height: 50px;
    background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_pager_bg.png") 0 0 no-repeat;
    background-size: auto;
  }
  #front-kvs .front-carousel__controller .front-carousel__dots {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  #front-kvs .front-carousel__controller .front-carousel__number {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: #777;
    line-height: 1;
    vertical-align: middle;
  }
  #front-kvs .front-carousel__controller .front-carousel__number .front-carousel__number__current {
    display: inline-block;
    width: 20px;
    color: #FFF;
    font-weight: bold;
  }
  #front-kvs .front-carousel__controller .front-carousel__number .front-carousel__number__total {
    display: inline-block;
    width: 20px;
    text-align: right;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns img {
    width: 15px;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item {
    width: auto;
    padding: 3px 0;
    cursor: pointer;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item--prev {
    padding-right: 20px;
  }
  #front-kvs .front-carousel__controller .front-carousel__btns .front-carousel__btns__item--next {
    padding-left: 18px;
  }
  #front-kvs .front-carousel__ticker {
    min-height: 40px;
    padding: 8px 10px 0;
    background: url("/wp-content/themes/anaxsw/assets/images/index/carousel_ticker_bg.png") 100% 0 no-repeat;
  }
  #front-kvs .front-carousel__ticker .front-carousel__ticker__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
  }
  #front-kvs .front-carousel__ticker .front-carousel__ticker__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
  }
  #front-kvs .front-carousel__ticker .front-carousel__ticker__item a {
    position: relative;
    display: inline-block;
  }
  #front-kvs .front-carousel__ticker .front-carousel__ticker__item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #front-kvs .front-carousel__ticker .front-carousel__ticker__item a:hover::after {
    width: 100%;
    opacity: 1;
  }
  #front-intro {
    position: absolute;
  }
  #front-intro .front-intro__fiximage {
    -webkit-mask-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_fiximage_mask.png");
    mask-image: url("/wp-content/themes/anaxsw/assets/images/index/intro_fiximage_mask.png");
  }
  #front-intro .front-intro__logo {
    width: 600px;
  }
  #front-intro .front-intro__logo img {
    width: 100%;
  }
  #front-intro .front-intro__btn {
    width: 225px;
    height: 54px;
    bottom: 90px;
  }
  #front-intro .front-intro__btn img {
    display: block;
    width: 100%;
  }
  #front-intro .front-intro__btn a {
    line-height: 0;
  }
  #front-intro .front-intro__btn a:hover {
    background: none;
  }
  #front-intro .front-intro__btn a:hover img {
    opacity: 1;
  }
  #front-pickups {
    display: flex;
    width: 94%;
    max-width: 1158px;
    margin: -130px auto 0;
    flex-wrap: nowrap;
    flex-flow: row-reverse;
  }
  #front-pickups .newsLatestLnk {
    margin-top: 5px;
  }
  #front-pickups__bnrs {
    width: 50%;
    margin-left: 1%;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #front-pickups__bnrs .front-pickups__bnrs__item:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #front-pickups__bnrs .front-pickups__bnrs__item img {
    display: none;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item a {
    position: relative;
    display: block;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #front-pickups__bnrs .front-pickups__bnrs__item a:hover::after {
    opacity: 1;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--jets {
    width: 100%;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--jets a {
    padding-top: 35.6%;
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_jets.png") 0 0/100% auto no-repeat;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--jets a::after {
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_jets_hover.png") 0 0/100% auto no-repeat;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--whois {
    width: 49.5%;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--whois a {
    padding-top: 71.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_whois.png") 0 0/100% auto no-repeat;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--whois a::after {
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_whois_hover.png") 0 0/100% auto no-repeat;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--gallery {
    width: 49.5%;
    margin-left: 1%;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--gallery a {
    padding-top: 71.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_gallery.png") 0 0/100% auto no-repeat;
  }
  #front-pickups__bnrs .front-pickups__bnrs__item--gallery a::after {
    background: url("/wp-content/themes/anaxsw/assets/images/index/bnr_gallery_hover.png") 0 0/100% auto no-repeat;
  }
  #front-news {
    width: 94%;
    max-width: 1158px;
  }
  #front-news .newsLnk {
    margin: 10px 0 0 1% !important;
  }
  #front-news .newsLnk:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  #front-news .front-news__more {
    width: 31%;
    max-width: 405px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #front-news .front-news__more:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #front-news .front-news__more img {
    display: none;
  }
  #front-news .front-news__more a {
    display: block;
    height: 60px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/btn_more.png") 0 0/100% auto no-repeat;
  }
  #front-statement {
    padding: 20% 0 40%;
    background: url("/wp-content/themes/anaxsw/assets/images/index/statement_bg.png") 50% 100% no-repeat;
    background-size: 100% auto;
  }
  #front-statement .front-statement__text1 {
    width: auto !important;
    margin-top: 45px;
  }
  #front-statement .front-statement__text2 {
    width: auto !important;
    margin-top: 45px;
  }
  .about-head__ttl {
    margin-bottom: 30px;
    width: 520px;
    height: 70px;
    background-size: 520px auto;
  }
  .about-head__ttlSub {
    width: 520px;
    height: 14px;
    background-size: 520px auto;
  }
  .about-head__txt, .about-head__txt--en {
    width: 520px;
    height: 234px;
    background-size: 520px auto;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/txt_head.svg");
  }
  .about-head__txt--en {
    height: 210px;
    background-size: 520px auto;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/txt_head_en.svg");
  }
  .about-head__inner {
    margin: 0 auto;
    padding-top: 130px;
    width: 520px;
  }
  .about-head {
    height: 1300px;
    border: none;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg.png");
  }
  .about-body {
    overflow: hidden;
    margin: -230px auto 0;
    width: 90%;
    max-width: 1150px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -3px 13px -6px rgba(0, 0, 0, 0.8);
  }
  .about-detail, .about-detail--1, .about-detail--2, .about-detail--3, .about-detail--4, .about-detail--5 {
    margin-top: -1px;
    box-shadow: 0px -10px 10px -1px rgba(0, 0, 0, 0.07) inset;
    padding: 0;
    height: 400px;
    background-position: center center;
    background-size: cover;
  }

  .about-detail__inner, .about-detail__inner--1, .about-detail__inner--2, .about-detail__inner--3, .about-detail__inner--4, .about-detail__inner--5 {
    position: absolute;
    top: 50%;
    display: block;
    width: 33%;
    max-width: 380px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  .about-detail__inner--1 {
    right: 13%;
    width: 29%;
    max-width: 330px;
  }
  
  .about-detail__inner--2 {
    left: 5%;
    width: 36%;
  }
  .about-detail__inner--3 {
    left: 5%;
    width: 36%;
  }
  .about-detail__inner--4 {
    right: 19%;
    width: 25%;
  }
  .about-detail__inner--5 {
    right: 13%;
    width: 31%;
  }
  .about-detail--1 {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_1.png");
  }
  
  .about-detail--2 {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_2.png");
  }
  .about-detail--3 {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_3.png");
  }
  .about-detail--4 {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_4.png");
  }
  .about-detail--5 {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_5.png");
  }
  .about-detail--4:before {
    display: block;
    width: 350px;
    height: 360px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/img_jet.png");
  }
  .about-detail-alpha {
    margin-right: 0;
    width: 100%;
  }
  .about-detail-beta, .about-detail-beta--1, .about-detail-beta--2, .about-detail-beta--3, .about-detail-beta--3e {
    position: absolute;
    top: 0;
    right: 0;
  }
  .about-detail-beta--1 {
    width: 33%;
    -webkit-transform: translate(115%, 0);
            transform: translate(115%, 0);
  }
  
  .about-detail-beta--2 {
    width: 29%;
    margin-top: 0;
    -webkit-transform: translate(110%, -20%);
            transform: translate(110%, -20%);
  }
  .about-detail-beta--3 {
    display: inline-block;
    width: 30% !important;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: center;
    letter-spacing: -0.4em;
  }
  .about-detail-beta--3 > img {
    margin: 0 !important;
  }
  .about-detail-beta--3e {
    display: inline-block;
    width: 30% !important;
    -webkit-transform: translate(90%, -20%);
            transform: translate(90%, -20%);
    text-align: center;
    letter-spacing: -0.4em;
  }
  .about-detail-beta--3e > img {
    margin: 0 !important;
  }
  .about-detail-head__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
  }
  
  .about-detail-head__ttl.en {
    font-size: 20px;
    font-size: 1.375rem;
    line-height: 1.25;
    font-weight: normal;
    margin-bottom: 11px;
  }
  
  .about-detail-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 25px;
  }
  
  .about-detail-txt.en {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.75;
    font-weight: normal;
    margin-bottom: 11px;
  }
  
  .btn-detail__link, .btn-detail__link--b {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    padding: 10px 15px;
  }
  .btn-detail__link:hover, .btn-detail__link--b:hover {
    color: #00a7eb;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
  }
  .btn-detail__link:hover:after, .btn-detail__link--b:hover:after {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ico_arr_sb.svg");
  }
  .btn-detail__link:after, .btn-detail__link--b:after {
    display: block;
    width: 7px;
    height: 13px;
    content: "";
    background-size: 7px 13px;
  }
  .btn-detail__link--b:hover {
    color: #fff;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #073190;
  }
  .btn-detail__link--b:hover:after {
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/ico_arr.svg") !important;
  }
  .btn-detail {
    width: 200px;
  }
  .about-foot {
    margin: 0 auto;
    padding: 5% 0 8%;
    width: 90%;
    max-width: 1150px;
    background-position: center bottom;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_link.png");
  }
  .about-foot:after {
    display: none;
  }
  .about-foot__ttl {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
  }
  .about-foot__ttl {
    background-size: auto;
    background-position: 50% 50%;
    background-image: url("/wp-content/themes/anaxsw/assets/images/whois/bg_link_ttl.png");
  }
  .about-foot__ttl > span {
    background: transparent;
  }
  .about-foot__txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: normal;
  }
  .about-bnr {
    display: flex;
    width: 80%;
    max-width: 930px;
    justify-content: center;
  }
  .about-bnr-item__link > img {
    width: 100%;
    height: auto;
  }
  .about-bnr-item {
    margin: 0 5% 0 0;
    width: 30%;
  }
  .about-bnr-item:last-child {
    margin-right: 0;
  }
  .en_US .about-detail-beta--2 {
    -webkit-transform: translate(40%, -5%);
            transform: translate(40%, -5%);
  }
  /* Header */
  #jets-header .header__title {
    padding-top: 30.9%;
    background: rgba(0, 0, 0, 0.5) url("/wp-content/themes/anaxsw/assets/images/jets/page_title.png") 0 0/100% auto no-repeat;
  }
  #jets-header .header__title img {
    display: none;
  }
  #jets-header .header__anchor {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 3px double rgba(255, 255, 255, 0.2);
    text-align: center;
  }
  #jets-header .header__anchor::before {
    content: none;
  }
  #jets-header .header__anchor nav {
    padding: 0;
    background: none;
  }
  #jets-header .header__anchor ul {
    display: block;
    overflow: hidden;
  }
  #jets-header .header__anchor .header__anchor__item {
    display: inline-block;
    width: auto;
    float: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: bottom;
  }
  #jets-header .header__anchor .header__anchor__item:not(:first-child) {
    margin-left: 10px;
    padding-left: 20px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/header/nav_shikiri.png") 0 50% no-repeat;
    background-size: 11px auto;
  }
  #jets-header .header__anchor .header__anchor__item a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: normal;
    padding: 10px 5px 10px;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    background: none;
    text-indent: 0;
    white-space: normal;
    overflow: auto;
  }
  #jets-header .header__anchor .header__anchor__item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    background: #60b8ff;
    box-shadow: 0px 0px 1px 1px #037cc3;
    border-radius: 7px;
    box-sizing: border-box;
    visibility: hidden;
  }
  #jets-header .header__anchor .header__anchor__item--empty {
    display: none;
  }
  /* 機体コンテンツ */
  .jets-planeBox {
    width: 90%;
    max-width: 1150px;
    margin-top: 10px;
    /* スペック */
    /* スケジュール */
  }
  .jets-planeBox section {
    padding: 28.7% 40px 7% 40px;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_bg_b.png") 0 100%/100% auto no-repeat;
  }
  .jets-planeBox .planeBox__title img {
    display: none;
  }
  .jets-planeBox .planeBox__title span {
    display: block;
  }
  .jets-planeBox .planeBox__subtitle {
    padding-left: 45px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #efefef;
    border: 2px solid #8f9096;
    box-sizing: border-box;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data td {
    width: 35%;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    color: #75767b;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__dl {
    display: table;
    width: 100%;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__dl dt {
    display: table-cell;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__dl dd {
    display: table-cell;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__length, .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__height {
    border-top: 1px solid #8f9096;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__distance {
    border-left: 1px solid #8f9096;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__seat {
    border-left: 1px solid #8f9096;
    border-top: 1px solid #8f9096;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__name {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: normal;
    border-top: 1px solid #8f9096;
    text-align: center;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/spec_deco.png") 0 50%/auto 40% no-repeat;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__decorate {
    border-top: 1px solid #8f9096;
    border-left: 1px solid #8f9096;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__image {
    width: 30%;
    padding: 0;
    border-left: 1px solid #8f9096;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data .planeBox__spec__image img {
    width: 100%;
  }
  .jets-planeBox .planeBox__spec .planeBox__spec__data--sp {
    display: none;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #8398c8;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_bg_odd.png") 0 50% repeat-x !important;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(odd) {
    border-left: 1px solid #82a9da;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(even) {
    border-left: 1px solid #8398c8;
    border-right: 1px solid #82a9da;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(4n-1), .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(4n) {
    background: url("/wp-content/themes/anaxsw/assets/images/jets/schedule_bg_even.png") 0 50% repeat-x !important;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(1), .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-child(2) {
    border-top: 1px solid #82a9da;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__item:nth-last-child(2), .jets-planeBox .planeBox__schedule .planeBox__schedule__item:last-child {
    border-bottom: 1px solid #82a9da;
  }
  .jets-planeBox .planeBox__schedule .planeBox__schedule__no {
    padding: 50px 20px;
  }
  #jets-r2d2 {
    margin-top: 50px;
    background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_r2d2_bg.png") 0 0/100% auto no-repeat;
  }
  #jets-r2d2 .planeBox__title {
    width: 65%;
  }
  #jets-r2d2 .planeBox__title span {
    padding-top: 10%;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_r2d2_title.png") 0 0/100% auto no-repeat;
  }
  #jets-bb8 {
    background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_bb8_bg.png") 0 0/100% auto no-repeat;
  }
  #jets-bb8 .planeBox__title {
    width: 65%;
  }
  #jets-bb8 .planeBox__title span {
    padding-top: 11%;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_bb8_title.png") 0 0/100% auto no-repeat;
  }
  #jets-c3po {
    background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_c3po_bg.png") 0 0/100% auto no-repeat;
  }
  #jets-c3po .planeBox__title {
    width: 65%;
  }
  #jets-c3po .planeBox__title span {
    padding-top: 11%;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_c3po_title.png") 0 0/100% auto no-repeat;
  }
  #jets-sw {
    background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_sw_bg.png") 0 0/100% auto no-repeat;
  }
  #jets-sw .planeBox__title {
    width: 65%;
  }
  #jets-sw .planeBox__title span {
    padding-top: 11%;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_sw_title.png") 0 0/100% auto no-repeat;
  }
  #jets-falcon {
    background: #efefef url("/wp-content/themes/anaxsw/assets/images/jets/box_falcon_bg.png") 0 0/100% auto no-repeat;
  }
  #jets-falcon section {
    padding-top: 27.8%;
  }
  #jets-falcon .planeBox__title {
    width: 77%;
  }
  #jets-falcon .planeBox__title span {
    padding-top: 9.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/jets/box_falcon_title.png") 0 0/100% auto no-repeat;
  }
  #jets-falcon .planeBox__spec__height {
    height: 30px;
    background: linear-gradient(4.2deg, transparent, transparent 49%, #8f9096 49%, #8f9096 51%, transparent 51%, transparent);
  }
  /* 日本語ページ */
  .ja {
    /* ミレニアムファルコン */
    /* 機体コンテンツ */
  }
  .ja .falcon__spec__dl_s {
    width: 42%;
  }
  .ja .falcon__spec__dl_l {
    width: 80px;
  }
  .ja .planeBox__spec__dl_s {
    width: 50px;
  }
  .ja .planeBox__spec__dl_l {
    width: 80px;
  }
  /* 英語ページ */
  .en_US {
    /* ミレニアムファルコン */
    /* 機体コンテンツ */
  }
  .en_US .falcon__spec__dl_s {
    width: 42%;
  }
  .en_US .falcon__spec__dl_l {
    width: 135px;
  }
  .en_US .planeBox__spec__dl_s {
    width: 60px;
  }
  .en_US .planeBox__spec__dl_l {
    width: 105px;
  }
  /* no-touchイベント */
  .no-touchevents #jets-header .header__anchor a {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .no-touchevents #jets-header .header__anchor a:hover {
    -webkit-filter: drop-shadow(0 0 8px #00a6e9);
            filter: drop-shadow(0 0 8px #00a6e9);
  }
  .no-touchevents #jets-header .header__anchor a:hover::after {
    width: 98%;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #news-archiveWrap {
    width: 94%;
    max-width: 1152px;
    margin: 100px auto 0;
  }
  #news-archiveWrap .newsLatestLnk {
    width: 49.4%;
  }
  #news-archiveWrap > div {
    margin: 0 0 0 1% !important;
  }
  #news-archiveWrap > div:nth-child(1), #news-archiveWrap > div:nth-child(4n) {
    margin-left: 0 !important;
  }
  #news-archiveWrap > div:nth-child(n+4) {
    margin-top: 10px !important;
  }
  #news-btn__more {
    width: 31%;
    max-width: 405px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #news-btn__more:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #news-btn__more img {
    display: none;
  }
  #news-btn__more span {
    display: block;
    height: 60px;
    background: url("/wp-content/themes/anaxsw/assets/images/common/btn_more.png") 0 0/100% auto no-repeat;
    cursor: pointer;
  }
  .news-breadcrumb {
    width: 78%;
    max-width: 980px;
    margin: 15px auto 0;
    padding-left: 15px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .news-breadcrumb a:hover {
    text-decoration: underline;
  }
  #news-sgWrap {
    width: 78%;
    max-width: 980px;
    margin: 35px auto 0;
  }
  #news-sgWrap__inner {
    padding-bottom: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  #news-sgKv img {
    width: 100%;
  }
  #news-sgKv .news-sgKv__youtube iframe {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
  #news-sgsub {
    margin: 60px 13% 0;
  }
  #news-sgsub .news-sgsub__category {
    padding: 10px 50px 10px 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
  }
  #news-sgsub .news-sgsub__share {
    right: 5px;
  }
  #news-sgsub .news-sgsub__share__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
  }
  #news-sgsub .news-sgsub__share__item {
    margin-left: 15px;
  }
  #news-sgsub .news-sgsub__share__item img {
    width: 100%;
  }
  #news-sgsub .news-sgsub__share__item.news-sgsub__share__item--facebook {
    width: 25px;
  }
  #news-sgsub .news-sgsub__share__item.news-sgsub__share__item--twitter {
    width: 26px;
  }
  #news-sgsub .news-sgsub__share__item.news-sgsub__share__item--google {
    width: 31px;
  }
  #news-sgTitle {
    margin: 80px 0 0 0;
    padding: 0 13%;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #news-sgContent {
    margin-top: 30px;
    padding: 0 13%;
  }
  #news-sgContent img {
    max-width: 100%;
  }
  #news-sgContent p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #news-sgContent .aligncenter, #news-sgContent .alignright {
    width: auto;
  }
  #news-footShare {
    height: 44px;
    margin: 50px 13% 0 13%;
    padding-top: 0;
    background-image: url("/wp-content/themes/anaxsw/assets/images/news/single_share2_bg.png");
  }
  #news-footShare .news-footShare__dl {
    right: 0;
    bottom: 70%;
  }
  #news-footShare .news-footShare__title {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 500;
  }
  #news-footShare .news-footShare__item {
    margin-left: 15px;
  }
  #news-footShare .news-footShare__item img {
    width: 100%;
  }
  #news-footShare .news-footShare__item.news-footShare__item--facebook {
    width: 2.2vw;
    max-width: 25px;
  }
  #news-footShare .news-footShare__item.news-footShare__item--twitter {
    width: 2.2vw;
    max-width: 26px;
  }
  #news-sgNavs {
    background-image: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_bg_layer2.png"), url("/wp-content/themes/anaxsw/assets/images/news/single_footer_bg_layer1.png");
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  #news-sgNavs .news-sgNavs__prevNext {
    width: 81%;
    max-width: 800px;
    margin: 25px auto;
  }
  #news-sgNavs .news-sgNavs__prevNext__item {
    min-height: 42px;
  }
  #news-sgNavs .news-sgNavs__prevNext__item a:hover {
    text-decoration: underline;
  }
  #news-sgNavs .news-sgNavs__prevNext__item::before {
    width: 19px;
    height: 34px;
    padding-top: 0;
  }
  #news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--prev {
    padding: 0 75px 0 55px;
  }
  #news-sgNavs .news-sgNavs__prevNext__item.news-sgNavs__prevNext__item--next {
    padding: 0 55px 0 75px;
  }
  #news-sgNavs .news-sgNavs__btns {
    padding: 25px 0;
  }
  #news-sgNavs .news-sgNavs__btns__re {
    width: 47%;
    max-width: 425px;
    padding: 0 10px;
  }
  #news-sgNavs .news-sgNavs__btns__re img {
    display: none;
  }
  #news-sgNavs .news-sgNavs__btns__re a {
    padding-top: 15.2%;
  }
  #news-gallery {
    margin: 60px 13% 0;
  }
  #news-gallery .news-gallery__title {
    text-align: left;
  }
  #news-gallery .news-gallery__main {
    margin-top: 20px;
    padding: 19px;
  }
  #news-gallery .news-gallery__item {
    width: 18%;
    margin: 0 0 0 2.5% !important;
  }
  #news-gallery .news-gallery__item:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  #news-gallery .news-gallery__item:nth-child(n+6) {
    margin-top: 10px !important;
  }
  #news-gallery .news-gallery__item div {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #news-gallery .news-gallery__item a::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 1px solid #00a7eb;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #news-gallery .news-gallery__item a:hover::after {
    opacity: 1;
  }
  #news-gallery .news-gallery__item a:hover div {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #news-featured {
    width: 94%;
    max-width: 1150px;
    margin-top: 80px;
  }
  #news-featured .news-featured__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 300;
  }
  #news-featured .news-featured__main {
    margin-top: 45px;
  }
  #news-featured .newsLnk {
    margin: 0 0 0 10px !important;
  }
  #news-featured .newsLnk:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  /* 言語による切り替え */
  .ja .news-sgNavs__btns__re a {
    background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_btn_archive.png") 0 0/100% auto no-repeat;
  }
  .en_US .news-sgNavs__btns__re a {
    background: url("/wp-content/themes/anaxsw/assets/images/news/single_footer_btn_archive_en.png") 0 0/100% auto no-repeat;
  }
  .gallery-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 300;
  }
  #gallery-sliders {
    width: 90%;
    max-width: 1150px;
    margin-top: 90px;
  }
  #gallery-sliders .gallery-subtitle {
    width: auto;
  }
  #gallery-sliders .gallery-sliders__tab__item {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: normal;
  }
  #gallery-sliders .gallery-sliders__tab__item a {
    padding: 0 10px 5px;
    cursor: pointer;
  }
  #gallery-sliders .gallery-sliders__tab__item:not(:first-child) {
    margin-left: 40px;
  }
  #gallery-sliders .gallery-sliders__main {
    margin-top: 20px;
  }
  #gallery-sliders .gallery-sliders__thumb .slick-slide:hover span::after {
    opacity: 0;
  }
  #gallery-sliders .gallery-sliders__large .slick-next, #gallery-sliders .gallery-sliders__large .slick-prev {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #gallery-sliders .gallery-sliders__large .slick-next:hover, #gallery-sliders .gallery-sliders__large .slick-prev:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .no-touchevents #gallery-sliders .gallery-sliders__tab__item a:hover::after {
    width: 100%;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .gallery-archives {
    width: 90%;
    max-width: 1150px;
    margin-top: 90px;
  }
  .gallery-archives .gallery-archives__list {
    margin-top: 20px;
  }
  .gallery-archives .gallery-archives__item {
    width: 33.3%;
  }
  .gallery-archives .gallery-archives__item:nth-child(3) {
    border-top: 1px solid #666;
  }
  .gallery-archives .gallery-archives__item::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/wp-content/themes/anaxsw/assets/images/gallery/thumb_hover.png");
    background-size: 100% auto;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
  }
  .gallery-archives .gallery-archives__item .gallery-archives__item__image {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .gallery-archives .gallery-archives__item:hover .gallery-archives__item__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .gallery-archives .gallery-archives__item:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #shop-lead {
    width: 94%;
    max-width: 912px;
    margin: 90px auto 0;
    text-align: center;
  }
  #shop-lead .shop-lead__txt {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
  }
  #shop-lead .shop-lead__txt__att {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 300;
    color: #fed202;
  }
  #shop-lead .shop-lead__btns {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #shop-lead .shop-lead__btns__item {
    display: inline-block;
    width: 49%;
    letter-spacing: normal;
  }
  #shop-lead .shop-lead__btns__item img {
    display: none;
  }
  #shop-lead .shop-lead__btns__item a {
    display: block;
    padding-top: 26.6%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #shop-lead .shop-lead__btns__item a:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #shop-lead .shop-lead__btns__item:not(:first-child) {
    margin-left: 2%;
  }
  #shop-archives {
    width: 90%;
    max-width: 1150px;
    margin: 40px auto 0;
  }
  #shop-archives .shop-archives__pickup {
    width: 66.25%;
    background: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #shop-archives .shop-archives__pickup:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #shop-archives .shop-archives__pickup section, #shop-archives .shop-archives__pickup a {
    display: block;
    height: 100%;
  }
  #shop-archives .shop-archives__pickup .shop-archives__pickup__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 63%;
    height: 100%;
    padding-top: 0;
  }
  #shop-archives .shop-archives__pickup .shop-archives__pickup__image {
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #shop-archives .shop-archives__pickup .shop-archives__pickup__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #shop-archives .shop-archives__pickup .shop-archives__pickup__main {
    position: absolute;
    width: 37%;
    height: 100%;
    padding: 60px 45px 60px 20px;
    right: 0;
    top: 0;
    border-top: none;
    border-left: 2px solid #937e4e;
    background-image: url("/wp-content/themes/anaxsw/assets/images/shop/pickup_txt_bg_layer2.png"), url("/wp-content/themes/anaxsw/assets/images/shop/pickup_txt_bg_layer1.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 100%, 100% 0;
    background-size: 100% auto, 100% auto;
  }
  #shop-archives .shop-archives__pickup .shop-archives__pickup__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #shop-archives .shop-archives__item {
    width: 32.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/shop/item_text_bg.png") 50% 100%/100% auto no-repeat;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #shop-archives .shop-archives__item:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  #shop-archives .shop-archives__item .shop-archives__item__main {
    padding: 20px 20px 50px;
  }
  #shop-archives .shop-archives__item .shop-archives__item__image {
    transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #shop-archives .shop-archives__item .shop-archives__item__image:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #shop-archives .shop-archives__item .shop-archives__item__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: normal;
  }
  #shop-archives > div {
    margin-left: 1.25% !important;
    margin-bottom: 10px;
  }
  #shop-archives > div:nth-child(1), #shop-archives > div:nth-child(3n+3) {
    margin-left: 0 !important;
  }
  #shop-bnrs {
    width: 90%;
    max-width: 1120px;
  }
  #shop-bnrs .shop-bnrs__item {
    width: 24%;
    margin: 0 !important;
  }
  #shop-bnrs .shop-bnrs__item:not(:first-child) {
    margin: 0 0 0 1.33% !important;
  }
  #shop-bnrs .shop-bnrs__item img {
    display: none;
  }
  #shop-bnrs .shop-bnrs__item a {
    display: block;
    padding-top: 40.6%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #shop-bnrs .shop-bnrs__item a:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  /* 言語による切り替え */
  .ja #shop-lead .shop-lead__btns__item--mile a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/btn_mile.png") 0 0/100% auto no-repeat;
  }
  .ja #shop-lead .shop-lead__btns__item--tenso a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/btn_tenso.png") 0 0/100% auto no-repeat;
  }
  .ja #shop-bnrs .shop-bnrs__item--register a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_register.png") 0 0/100% auto no-repeat;
  }
  .ja #shop-bnrs .shop-bnrs__item--store a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_store.png") 0 0/100% auto no-repeat;
  }
  .ja #shop-bnrs .shop-bnrs__item--card a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_card.png") 0 0/100% auto no-repeat;
  }
  .ja #shop-bnrs .shop-bnrs__item--campaign a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_campaign.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-lead .shop-lead__btns__item--mile a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/btn_mile_en.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-lead .shop-lead__btns__item--tenso a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/btn_tenso_en.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-bnrs .shop-bnrs__item--register a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_register_en.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-bnrs .shop-bnrs__item--store a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_store_en.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-bnrs .shop-bnrs__item--card a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_card_en.png") 0 0/100% auto no-repeat;
  }
  .en_US #shop-bnrs .shop-bnrs__item--campaign a {
    background: url("/wp-content/themes/anaxsw/assets/images/shop/bnr_campaign_en.png") 0 0/100% auto no-repeat;
  }
  /* Youtube */
  #solo-Ytb .solo-Ytb__inner {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
  }
  #solo-Ytb .solo-Ytb__poster img {
    max-width: 100%;
    height: auto;
  }
  /* MainBox */
  #solo-mainbox {
    width: 90%;
    max-width: 1150px;
    background: #f8edd1 url("/wp-content/themes/anaxsw/assets/images/solo/paper_bg_b.png") 0 100%/100% auto no-repeat;
  }
  #solo-mainbox .solo-mainbox__innerbox {
    padding-bottom: 15%;
    background: url("/wp-content/themes/anaxsw/assets/images/solo/paper_bg_t.png") 0 0/100% auto no-repeat;
  }
  #solo-mainbox .solo-mainbox__contents {
    padding: 0 7%;
  }
  /* Contents title */
  .solo-boxtitle {
    text-align: left;
  }
  .solo-boxtitle span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
  }
  /* Milleniam Falcon */
  .solo-falcon {
    width: 20%;
    -webkit-transform: translate(11%, 55%);
            transform: translate(11%, 55%);
  }
  .solo-falcon img {
    width: 100%;
  }
  /* Story */
  #solo-story {
    margin-top: 10px;
  }
  #solo-story .solo-story__innerbox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #solo-story .solo-story__le {
    width: 74%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #solo-story .solo-story__ri {
    width: 26%;
  }
  #solo-story .solo-story__lead {
    margin-top: 0;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #solo-story .solo-story__txt {
    margin-top: 10px;
  }
  #solo-story .solo-story__image {
    width: 100%;
    margin-top: 0;
    padding-top: 66.5%;
    background: url("/wp-content/themes/anaxsw/assets/images/solo/story_image.png") 0 0/100% auto no-repeat;
  }
  #solo-story .solo-story__image img {
    display: none;
  }
  /* Cast */
  #solo-cast .solo-cast__item {
    width: 33.3%;
  }
  #solo-cast .solo-cast__image img {
    width: 100%;
  }
  /* Campaign */
  #solo-campaign .solo-campaign__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
  }
  #solo-campaign .solo-campaign__sholder {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
  }
  #solo-campaign .solo-campaign__item {
    display: flex;
    flex-wrap: nowrap;
  }
  #solo-campaign .solo-campaign__item:not(:first-child) {
    margin-top: 10px !important;
  }
  #solo-campaign .solo-campaign__list {
    margin-top: 30px;
  }
  #solo-campaign .solo-campaign__memos {
    margin-top: 40px;
  }
  #solo-campaign .solo-campaign__memos .solo-campaign__item {
    text-align: left;
  }
  #solo-campaign .solo-campaign__oubo {
    width: 41%;
    margin: 50px auto 0;
  }
  #solo-campaign .solo-campaign__official {
    width: 67%;
    margin: 25px auto 0;
  }
  /* Language */
  .ja .solo-campaign__list dt {
    width: 45px;
  }
  .ja .solo-campaign__memos dt {
    width: 90px;
  }
  .en_US .solo-campaign__list dt {
    width: 95px;
  }
  .en_US .solo-campaign__memos dt {
    width: 135px;
  }
  /* no-touchイベント */
  .no-touchevents {
    /* Youtube */
  }
  .no-touchevents .solo-Ytb__poster {
    transition: all 0.3s ease-out;
  }
  .no-touchevents .solo-Ytb__poster:hover {
    opacity: 0.7;
  }
  .no-touchevents .ja .solo-campaign__oubo a:hover {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_oubo_hover.png");
  }
  .no-touchevents .ja .solo-campaign__official a:hover {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_official_hover.png");
  }
  .no-touchevents .en_US .solo-campaign__oubo a:hover {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_oubo_en_hover.png");
  }
  .no-touchevents .en_US .solo-campaign__official a:hover {
    background-image: url("/wp-content/themes/anaxsw/assets/images/solo/btn_official_en_hover.png");
  }
  .e404 {
    padding-top: 100px;
  }
  .e404-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.1;
    font-weight: normal;
    margin-bottom: 50px;
    padding: 0;
  }
  .e404-bnr {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .e404-bnr-item__link--japan {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_japan.png");
  }
  .e404-bnr-item__link--japanEn {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_japan_en.png");
  }
  .e404-bnr-item__link--overseas {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_overseas.png");
  }
  .e404-bnr-item__link--overseasEn {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_overseas_en.png");
  }
  .e404-bnr-item__link--space {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_space.png");
  }
  .e404-bnr-item__link--spaceEn {
    background-image: url("/wp-content/themes/anaxsw/assets/images/e404/bnr_space_en.png");
  }
  .e404-bnr-item__link, .e404-bnr-item__link--japan, .e404-bnr-item__link--japanEn, .e404-bnr-item__link--overseas, .e404-bnr-item__link--overseasEn, .e404-bnr-item__link--space, .e404-bnr-item__link--spaceEn {
    overflow: hidden;
    width: 242px;
    height: 90px;
    text-indent: -99999px;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .e404-bnr-item__link:hover, .e404-bnr-item__link--japan:hover, .e404-bnr-item__link--japanEn:hover, .e404-bnr-item__link--overseas:hover, .e404-bnr-item__link--overseasEn:hover, .e404-bnr-item__link--space:hover, .e404-bnr-item__link--spaceEn:hover {
    opacity: .8;
    transition: all cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  }
  .e404-bnr-item {
    margin: 0 10px 0 0;
    width: 240px;
  }
  .requirements {
    margin: 0 auto;
    width: 650px;
  }
  .requirements-head__ttl {
    margin: 0 auto;
    padding-top: 0;
    width: 360px;
    height: 140px;
  }
  .requirements-head {
    padding: 0 100px;
  }
  .requirements-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: normal;
  }
  .requirements-txt span {
    display: block;
  }
  .requirements-txt br {
    display: none;
  }
  .requirements-main {
    padding: 40px 55px;
    justify-content: center;
  }
  .requirements-main-box__ttl {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .requirements-main-box__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .requirements-main-box__txt > br {
    display: none;
  }
  .requirements-main-box {
    margin-right: 50px;
    width: 245px;
  }
  #acc__main {
    margin-top: 70px;
  }
  .acc__txt {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: normal;
  }
  .acc__box {
    width: 650px;
    margin: 35px auto 0;
    padding: 40px 55px;
  }
  .acc__list .acc__list__title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    font-weight: normal;
  }
  .acc__list .acc__list__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .presspass__main {
    width: 50%;
    max-width: 600px;
    padding: 50px 0;
  }
  .presspass__text {
    margin-top: 50px;
  }
  .presspass__input {
    margin-top: 50px;
  }
  .presspass__submit {
    width: 55%;
    margin-top: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .presspass__submit:hover {
    -webkit-filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
            filter: drop-shadow(0 -2px 8px rgba(0, 166, 233, 0.4));
  }
  .pressdl {
    width: 76%;
    max-width: 980px;
    padding: 50px 0;
  }
  .pressdl__title {
    width: 25%;
  }
  .pressdl__stitle {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 50px;
  }
  .pressdl__main__inner {
    margin-top: 30px;
    padding: 40px 14% 80px;
  }
  .pressdl__text1 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .pressdl__list {
    margin-top: 60px;
  }
  .pressdl__list__one {
    padding: 10px 20px;
  }
  .pressdl__list__inner {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  .pressdl__list__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    width: 85%;
  }
  .pressdl__list__btn {
    width: 15%;
    margin-top: 0;
  }
  .pressdl__list__btn a:hover img {
    opacity: 1;
  }
}

@media screen and (min-width: 1280px) {
  #siteHeader__global .siteHeader__head {
    left: 65px;
  }
  #siteHeader__global .siteHeader__btns {
    right: 65px;
  }
  #siteHeader__global .siteHeader__sound {
    margin-left: 20px;
    padding: 5px 0 5px 20px;
  }
  #openNav .openNav__bnrs .openNav__bnrs__official__item.openNav__bnrs__official__item--ana img {
    width: 286px;
  }
  #openNav .openNav__bnrs .openNav__bnrs__shares__item img {
    width: 155px;
  }
  #siteFooter .siteFooter__sns {
    left: 65px;
  }
  .about-detail-head__ttl {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: normal;
  }
  .about-detail-txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    font-weight: normal;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 960px) and (orientation: portrait) {
  .mfp-wrap .mfp-content,
  .mfp-wrap .mfp-figure {
    width: 100%;
  }
  .mfp-wrap img.mfp-img {
    width: 100% !important;
    max-width: initial !important;
    max-height: initial !important;
  }
}

@media screen and (max-width: 960px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-wrap .mfp-iframe-holder {
    padding: 0;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-content {
    height: 100%;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-iframe-scaler {
    height: 100%;
    padding: 0;
  }
  .mfp-wrap .mfp-iframe-holder .mfp-close {
    top: 20px;
    z-index: 1000;
  }
  .mfp-wrap .mfp-container {
    height: 100%;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .mfp-wrap .mfp-arrow-left,
  .mfp-wrap .mfp-arrow-right {
    top: 50%;
  }
  .mfp-wrap .mfp-img {
    padding: 0;
  }
}

@media screen and (orientation: landscape) {
  #front-intro .front-intro__slideshow__item.front-intro__slideshow__item--current span {
    -webkit-mask: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide_mask_landscape.png") 150% 0/cover no-repeat;
    mask: url("/wp-content/themes/anaxsw/assets/images/index/intro_slide_mask_landscape.png") 150% 0/cover no-repeat;
    -webkit-animation: maskFadeIN 1.3s 1 ease-out;
            animation: maskFadeIN 1.3s 1 ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
