@charset "UTF-8";
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* よく使うプロパティ */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* 色の指定 */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Keyframe */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_b {
    display: none !important;
  }
}

.pc_i {
  display: inline !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_i {
    display: none !important;
  }
}

.pc_ib {
  display: inline-block !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_ib {
    display: none !important;
  }
}

.pc_f {
  display: flex !important;
}
@media print, screen and (max-width: 1024px) {
  .pc_f {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_b {
    display: block !important;
  }
}

.sp_i {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_i {
    display: inline !important;
  }
}

.sp_ib {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.sp_f {
  display: none !important;
}
@media print, screen and (max-width: 1024px) {
  .sp_f {
    display: flex !important;
  }
}

html {
  font-size: 62.5%;
  line-height: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  position: relative;
  z-index: 0;
  color: #fff;
  background: rgb(5, 11, 38);
  background: linear-gradient(90deg, rgb(5, 11, 38) 0%, rgb(1, 4, 20) 30%, rgb(1, 4, 20) 70%, rgb(5, 11, 38) 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.6s ease;
}
@media print, screen and (max-width: 1024px) {
  body {
    min-width: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.is-loading * {
  transition: none !important;
  transition-delay: unset !important;
}

.is-resizing *,
.is-resizing *::before,
.is-resizing *::after {
  transition: none !important;
  transition-delay: unset !important;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  backface-visibility: hidden;
}
img:not(.sw-Box .news-thumb img) {
  width: 100%;
  height: 100%;
}

.otgs-development-site-front-end {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  display: block;
}

/*-------------------------------------------------------------------*/
/* Structure */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* st-Wrapper */
/*-------------------------------------------------------------------*/
.st-Wrapper {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

/*-------------------------------------------------------------------*/
/* st-Content */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* st-Main */
/*-------------------------------------------------------------------*/
.st-Main {
  display: block;
  position: relative;
  z-index: 2;
}
.st-Main::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  width: 300px;
  height: 100%;
  background: url(../../images/pc/common/pt_left.png) repeat-y 0 450px/100% auto;
}
.st-Main::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
  width: 300px;
  height: 100%;
  background: url(../../images/pc/common/pt_right.png) repeat-y 0 -300px/100% auto;
}
@media print, screen and (min-width: 1920px) {
  .st-Main::before {
    left: 0;
  }
  .st-Main::after {
    right: 0;
  }
}
@media print, screen and (max-width: 1500px) {
  .st-Main::before, .st-Main::after {
    display: none;
  }
}
.st-Main.child {
  background: url(../../images/pc/common/header_bg.png) no-repeat right 0/100% auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Main.child {
    background: url(../../images/sp/common/header_bg.png) no-repeat right 0/100% auto;
  }
}
.st-Main.child::before {
  top: 300px;
  height: calc(100% - 300px);
  background: url(../../images/pc/common/pt_left.png) repeat-y 0 460px/100% auto;
}
.st-Main.child::after {
  background: url(../../images/pc/common/pt_right.png) repeat-y 0 0/100% auto;
}

/*-------------------------------------------------------------------*/
/* Site wide */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
.sw-Ttl .en {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  display: inline-block;
  font-size: 100px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 2px 2px 0 #016277, -2px -2px 0 #D00079;
  padding-right: 18px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Ttl .en {
    font-size: 11.71875vw;
  }
}
.sw-Ttl .ja {
  font-family: "Noto Serif JP";
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .sw-Ttl .ja {
    font-size: 3.125vw;
  }
}

.shake_obj.shake {
  animation-name: shake;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  font-size: 0.5em;
  font-weight: 700;
  white-space: nowrap;
}
@keyframes shake {
  0% {
    transform: skewX(-20deg);
  }
  2% {
    transform: skewX(20deg);
  }
  4% {
    transform: skewX(-20deg);
  }
  6% {
    transform: skewX(20deg);
  }
  8% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.sw-Pagetitle .sw-Pagetitle_Inner {
  position: relative;
  z-index: 0;
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-inline: auto;
  margin: 0 auto 90px;
  padding-top: 190px;
}
@media screen and (max-width: 1024px) {
  .sw-Pagetitle .sw-Pagetitle_Inner {
    width: calc(100% - 10.4166666667vw);
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle .sw-Pagetitle_Inner {
    width: 89.5833333333vw;
    padding-top: 26.0416666667vw;
    margin: 0 auto 13.0208333333vw;
  }
}
.sw-Pagetitle .sw-Pagetitle_Inner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30px;
  left: -197px;
  width: 413px;
  height: 330px;
  background: url("../../images/common/index/deco_dansou.svg") no-repeat center center/cover;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle .sw-Pagetitle_Inner::before {
    top: 10.9375vw;
    left: -6.5104166667vw;
    width: 33.8541666667vw;
    height: 32.5520833333vw;
  }
}
.sw-Pagetitle .sw-Pagetitle_Inner .en {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  display: inline-block;
  font-size: 100px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-shadow: 2px 2px 0 #016277, -2px -2px 0 #D00079;
  padding-right: 20px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle .sw-Pagetitle_Inner .en {
    font-size: 11.71875vw;
  }
}
.sw-Pagetitle .sw-Pagetitle_Inner .ja {
  font-family: "Noto Serif JP";
  letter-spacing: 0.06em;
  font-weight: 500;
  display: block;
  margin-top: 30px;
  padding-left: 0.5em;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle .sw-Pagetitle_Inner .ja {
    font-size: 3.125vw;
    margin-top: 2.0833333333vw;
    padding-left: 0;
  }
}

.sw-Modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(1, 4, 20, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
}
.sw-Modal.open {
  opacity: 1;
  pointer-events: all;
}
.sw-Modal .modal-close {
  position: absolute;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239%22%20height%3D%2240%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22m3%201%2035.355%2035.355-2.828%202.829L.172%203.828z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M0%2036%2035.355.645l2.829%202.828L2.828%2038.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .sw-Modal .modal-close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal .modal-close {
    top: 5.2083333333vw;
    right: 5.2083333333vw;
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
@media (any-hover: hover) {
  .sw-Modal .modal-close {
    transition: 0.4s ease;
  }
  .sw-Modal .modal-close:hover {
    transform: scale(1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Modal_Inner {
    width: 66.6666666667vw;
    height: 37.5vw;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1/1) {
  .sw-Modal_Inner {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 1/1) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal_Inner {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Modal_Inner .modal-wrapper {
    height: 100%;
    padding: 0 2.6041666667vw;
  }
}
.sw-Modal_Inner .modal-wrapper iframe {
  width: 100%;
  height: 100%;
}

.sw-Button1 {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;
  transition: 0.4s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 1024px) {
  .sw-Button1 {
    font-size: 3.3854166667vw;
  }
}
.sw-Button1 * {
  transition: 0.4s ease;
}
.sw-Button1 svg {
  margin-left: 16px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Button1 svg {
    position: relative;
    top: -0.6510416667vw;
    width: 10.4166666667vw;
    margin-left: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Button1:hover {
    color: #80A5BB;
  }
  .sw-Button1:hover svg circle {
    stroke: #80A5BB;
  }
  .sw-Button1:hover svg rect,
  .sw-Button1:hover svg path {
    fill: #80A5BB;
  }
}

.sw-Pagination {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin: 60px auto 0;
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(100% - 10.4166666667vw);
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(100% - 60px);
    max-width: 708;
    margin-inline: auto;
    margin: 5.2083333333vw auto 0;
    padding-bottom: 20.8333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sw-Pagination {
    width: calc(100% - 10.4166666667vw);
  }
}
.sw-Pagination_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sw-Pagination_Inner .pagination-arrow {
  position: relative;
  display: block;
  color: #fff;
  transition: 0.4s ease;
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow:hover {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow:before {
    transition: 0.4s ease;
  }
}
.sw-Pagination_Inner .pagination-arrow:before {
  content: "";
}
.sw-Pagination_Inner .pagination-arrow.prev {
  display: block;
  width: 80px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDgwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDBMMCA2SDE0VjBaIiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjQiIHk9IjUiIHdpZHRoPSI3Ni4wMDAxIiBoZWlnaHQ9IjEiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow.prev {
    width: 9.1145833333vw;
    height: 0.9114583333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow.prev:hover {
    transform: translateX(-5px);
  }
}
.sw-Pagination_Inner .pagination-arrow.next {
  display: block;
  width: 80px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDgwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY2IDBMODAgNkg2NlYwWiIgZmlsbD0id2hpdGUiLz48cmVjdCB3aWR0aD0iNzYuMDAwMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA3NiA1KSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .pagination-arrow.next {
    width: 9.1145833333vw;
    height: 0.9114583333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .pagination-arrow.next:hover {
    transform: translateX(5px);
  }
}
.sw-Pagination_Inner .pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.sw-Pagination_Inner .wp-pagenavi {
  display: flex;
}
.sw-Pagination_Inner .wp-pagenavi span,
.sw-Pagination_Inner .wp-pagenavi a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: 5px;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  line-height: 1.4;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pagination_Inner .wp-pagenavi span,
  .sw-Pagination_Inner .wp-pagenavi a {
    width: 10.9375vw;
    height: 10.9375vw;
    margin: 0.9114583333vw;
    font-size: 3.6458333333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pagination_Inner .wp-pagenavi span,
  .sw-Pagination_Inner .wp-pagenavi a {
    transition: 0.4s ease;
  }
  .sw-Pagination_Inner .wp-pagenavi span:hover,
  .sw-Pagination_Inner .wp-pagenavi a:hover {
    color: #80A5BB;
    background: url(../../images/common/news/pagenavi_bg.svg) no-repeat center center/cover;
  }
}
.sw-Pagination_Inner .wp-pagenavi span.current,
.sw-Pagination_Inner .wp-pagenavi a.current {
  color: #80A5BB;
  background: url(../../images/common/news/pagenavi_bg.svg) no-repeat center center/cover;
}

.sw-Pager {
  margin: 40px auto 0;
  padding-bottom: 160px;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager {
    width: 92.1875vw;
    margin: 15.625vw auto 0;
    padding-bottom: 24.7395833333vw;
  }
}
.sw-Pager_Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sw-Pager_Inner .pagination-arrow {
  position: relative;
  display: block;
  color: #000;
  font-size: 22px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow:hover {
    transition: 0.4s ease;
  }
}
.sw-Pager_Inner .pagination-arrow:before {
  content: "";
}
.sw-Pager_Inner .pagination-arrow.pager-prev {
  display: block;
  width: 80px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDgwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDBMMCA2SDE0VjBaIiBmaWxsPSJ3aGl0ZSIvPjxyZWN0IHg9IjQiIHk9IjUiIHdpZHRoPSI3Ni4wMDAxIiBoZWlnaHQ9IjEiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow.pager-prev {
    width: 9.1145833333vw;
    height: 0.9114583333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow.pager-prev:hover {
    transform: translateX(-5px);
  }
}
.sw-Pager_Inner .pagination-arrow.pager-next {
  display: block;
  width: 80px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDgwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTY2IDBMODAgNkg2NlYwWiIgZmlsbD0id2hpdGUiLz48cmVjdCB3aWR0aD0iNzYuMDAwMSIgaGVpZ2h0PSIxIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA3NiA1KSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pagination-arrow.pager-next {
    width: 9.1145833333vw;
    height: 0.9114583333vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pagination-arrow.pager-next:hover {
    transform: translateX(5px);
  }
}
.sw-Pager_Inner .pagination-arrow.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.sw-Pager_Inner .pager-back {
  font-size: 20px;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
}
@media print, screen and (max-width: 1024px) {
  .sw-Pager_Inner .pager-back {
    font-size: 3.90625vw;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Inner .pager-back {
    transition: 0.4s ease;
  }
  .sw-Pager_Inner .pager-back:hover {
    color: #80A5BB;
  }
}

.sw-Box {
  position: relative;
  z-index: 1;
  background-color: rgba(1, 4, 20, 0.5);
  border: 1px solid #28363c;
}
@media print, screen and (min-width: 1025px) {
  .sw-Box {
    width: 100%;
    margin: 0 auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Box {
    width: 92.1875vw;
    margin: 3.90625vw auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .sw-Box_Inner {
    padding: 80px 80px 100px 80px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Box_Inner {
    padding: 9.1145833333vw 6.5104166667vw 13.0208333333vw 6.5104166667vw;
  }
}

.sw-Banner {
  position: fixed;
  transition: 0.8s ease;
  z-index: 99;
  will-change: filter;
}
@media print, screen and (min-width: 768px) {
  .sw-Banner {
    right: 0;
    bottom: 40px;
    width: 380px;
    height: 178px;
    filter: drop-shadow(0px 0px 10px rgba(179, 172, 137, 0.8));
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Banner {
    right: 0;
    bottom: 3.90625vw;
    width: 57.2916666667vw;
    height: 29.4270833333vw;
    filter: drop-shadow(0px 0px 1.3020833333vw rgba(179, 172, 137, 0.8));
  }
}
.sw-Banner.hide, .sw-Banner.disabled {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}
.sw-Banner.slide {
  transform: translateX(100%);
}
.sw-Banner button {
  position: absolute;
  z-index: 9;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2040%2024%22%3E%3Cpath%20fill%3D%22%23D0AF67%22%20d%3D%22M1%2022%2038.254.491l1.073%201.815L2.073%2023.814z%22%2F%3E%3Cpath%20fill%3D%22%23D0AF67%22%20d%3D%22m1%202%2037.254%2021.509%201.073-1.815L2.073.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 768px) {
  .sw-Banner button {
    top: 0px;
    right: 28px;
    width: 40px;
    height: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .sw-Banner button {
    top: -1.5625vw;
    right: 3.3854166667vw;
    width: 8.3333333333vw;
    height: 5.2083333333vw;
  }
}
@media (any-hover: hover) {
  .sw-Banner button {
    transition: 0.4s ease;
  }
  .sw-Banner button:hover {
    transform: scale(1.2);
  }
}
.sw-Banner a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .sw-Banner a {
    transition: 0.6s ease;
    will-change: filter;
  }
  .sw-Banner a:hover {
    filter: brightness(1.1);
  }
}
.sw-Banner a img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sw-Banner a img {
    height: 178px;
  }
}
@media print, screen and (max-width: 1024px) {
  .sw-Banner a img {
    height: 26.8229166667vw;
  }
}

.sw-Anchor {
  position: absolute;
}

/* オーバーレイ */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ポップアップ本体 */
.popup {
  max-width: 1200px;
  width: 90%;
  position: relative;
}

.popup-bnr {
  background-color: #fff;
}
.popup-bnr a {
  display: block;
  transition: all 0.3s ease;
}
.popup-bnr a:hover {
  opacity: 0.8;
}

.popup-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  cursor: pointer;
}
@media print, screen and (max-width: 1024px) {
  .popup-close {
    width: 3.90625vw;
    top: -5.2083333333vw;
  }
}

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Display */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Header */
/*-------------------------------------------------------------------*/
.st-Header {
  position: absolute;
  z-index: 999;
}
.st-Header_Inner .header-nav_hamburger {
  position: fixed;
  top: 30px;
  right: 36px;
  width: 24px;
  height: 134px;
  z-index: 999;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger {
    width: 3.90625vw;
    height: 23.4375vw;
    top: 5.2083333333vw;
    right: 3.90625vw;
  }
}
.st-Header_Inner .header-nav_hamburger.modalOpen {
  display: none;
  transition: 0.8s;
}
.st-Header_Inner .header-nav_hamburger::before {
  content: "MENU";
  display: inline-block;
  position: absolute;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 20px;
  letter-spacing: 0.12em;
  left: 2px;
  bottom: 0;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger::before {
    font-size: 3.90625vw;
    left: 0;
  }
}
.st-Header_Inner .header-nav_hamburger span {
  width: 2px;
  height: 36px;
  background: #fff;
  position: absolute;
  transition: transform 0.3s;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger span {
    height: 5.9895833333vw;
  }
}
.st-Header_Inner .header-nav_hamburger span:nth-of-type(1) {
  top: 10px;
  right: 0;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger span:nth-of-type(1) {
    top: 1.3020833333vw;
  }
}
.st-Header_Inner .header-nav_hamburger span:nth-of-type(2) {
  top: 0;
  right: 50%;
}
.st-Header_Inner .header-nav_hamburger span:nth-of-type(3) {
  top: 10px;
  left: 0;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger span:nth-of-type(3) {
    top: 1.3020833333vw;
  }
}
.st-Header_Inner .header-nav_hamburger.hover span {
  transform: translateY(0) rotate(0deg);
  animation: move-down 0.6s forwards;
}
.st-Header_Inner .header-nav_hamburger.hover span:nth-of-type(1) {
  animation-delay: 0s;
}
.st-Header_Inner .header-nav_hamburger.hover span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.st-Header_Inner .header-nav_hamburger.hover span:nth-of-type(3) {
  animation-delay: 0;
}
@keyframes move-down {
  0% {
    transform: translateY(0) rotate(0deg);
    height: 36px;
  }
  50% {
    transform: translateY(36px) rotate(0deg);
    height: 0;
  }
  51% {
    transform: translateY(0) rotate(0deg);
    height: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    height: 36px;
  }
}
.st-Header_Inner .header-nav_hamburger.open::before {
  content: "CLOSE";
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Inner .header-nav_hamburger.open span:nth-of-type(1) {
    animation: move-open1 0.3s forwards;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger.open span:nth-of-type(1) {
    animation: move-open1-sp 0.3s forwards;
    top: -1.953125vw;
  }
}
.st-Header_Inner .header-nav_hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
@media print, screen and (min-width: 1025px) {
  .st-Header_Inner .header-nav_hamburger.open span:nth-of-type(3) {
    animation: move-open2 0.3s forwards;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav_hamburger.open span:nth-of-type(3) {
    animation: move-open2-sp 0.3s forwards;
    top: -1.953125vw;
  }
}
@keyframes move-open1 {
  0% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(-11px) rotate(-30deg);
  }
}
@keyframes move-open2 {
  0% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(11px) rotate(30deg);
  }
}
@keyframes move-open1-sp {
  0% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(-1.3rem) translateY(1rem) rotate(-30deg);
  }
}
@keyframes move-open2-sp {
  0% {
    transform: translateX(0) rotate(0);
  }
  100% {
    transform: translateX(1.3rem) translateY(1rem) rotate(30deg);
  }
}
.st-Header_Inner .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100%;
  background: rgba(1, 4, 20, 0.7);
  transition: 0.4s ease;
}
.st-Header_Inner .header-nav.open {
  opacity: 1;
  pointer-events: all;
}
.st-Header_Inner .header-nav.open .header-nav_menu {
  transform: translateX(0);
}
.st-Header_Inner .header-nav .header-nav_menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  height: 100%;
  min-height: 100vh;
  background: #010414;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transform: translateX(100%);
  transition: 0.6s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu {
    width: 68.8802083333vw;
    height: 100dvh;
  }
}
.st-Header_Inner .header-nav .header-nav_menu_inner {
  position: relative;
  padding: 0 0 0 4.1666666667vw;
  display: flex;
  align-items: center;
  height: 100%;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu_inner {
    padding: 0 0 0 14.3229166667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list {
  margin: 0 0 20px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list {
    margin: 0 0 2.6041666667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item {
    padding-bottom: 10.4166666667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a {
  position: relative;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a {
    font-size: 4.9479166667vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a:hover, .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a.current {
  color: #80A5BB;
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a:hover::before, .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .menu-list_item a.current::before {
  content: ":";
  position: absolute;
  top: -2px;
  left: -10px;
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .guide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .guide {
    font-size: 3.125vw;
    gap: 3.90625vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list .guide .link {
  position: relative;
  top: calc(50% - 3px);
  width: 28px;
  height: auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list .guide .link {
    width: 5.2083333333vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a {
    gap: 0 2.0833333333vw;
    font-size: 2.8645833333vw;
  }
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a:hover, .st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a.current {
  color: #80A5BB;
}
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a:hover svg rect,
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a:hover svg path, .st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a.current svg rect,
.st-Header_Inner .header-nav .header-nav_menu nav .menu-list2 .menu-list_item2 a.current svg path {
  fill: #80A5BB;
}
.st-Header .header-logo {
  position: fixed;
  top: 30px;
  left: 30px;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .header-logo {
    top: 3.90625vw;
    left: 3.90625vw;
  }
}
.st-Header .header-logo .header-logo_inner {
  width: 180px;
  transition: 0.4s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Header .header-logo .header-logo_inner {
    width: 24.0885416667vw;
  }
}
@media (any-hover: hover) {
  .st-Header .header-logo .header-logo_inner:hover {
    opacity: 0.8;
  }
}

/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Variable */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------------------*/
.st-Footer {
  position: relative;
  z-index: 5;
  background: #010414;
  -ms-box-shadow: 0px -10px 50px 0px rgba(25, 199, 238, 0.08);
  box-shadow: 0px -10px 50px 0px rgba(25, 199, 238, 0.08);
  padding-top: 120px;
  padding-bottom: 84px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer {
    padding-top: 13.0208333333vw;
    padding-bottom: 12.3697916667vw;
  }
}
.st-Footer .st-Footer-Inner {
  width: calc(100% - 60px);
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(100% - 10.4166666667vw);
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(100% - 60px);
    max-width: 708;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner {
    width: calc(100% - 10.4166666667vw);
  }
}
.st-Footer .st-Footer-Inner .footer-logo-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-logo-area {
    flex-direction: column;
    align-items: center;
    gap: 13.0208333333vw;
    margin-bottom: 13.0208333333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-logo-area .footer-logo {
  width: 315px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-logo-area .footer-logo {
    width: 55.7291666667vw;
  }
}
.st-Footer .st-Footer-Inner .footer-logo-area .footer-logo .logo {
  opacity: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .st-Footer .st-Footer-Inner .footer-logo-area .footer-logo .logo:hover {
    opacity: 0.8;
  }
}
.st-Footer .st-Footer-Inner .footer-nav {
  width: calc(100% - 330px);
  padding-top: 15px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_footer {
  margin-bottom: 63px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_footer {
    margin-bottom: 13.0208333333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_footer ul {
    justify-content: center;
    gap: 10.4166666667vw 7.8125vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a {
  display: block;
  position: relative;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a {
    font-size: 4.4270833333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a:hover, .st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a.current {
  color: #80A5BB;
}
.st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a:hover::before, .st-Footer .st-Footer-Inner .footer-nav .nav_footer ul li a.current::before {
  content: ":";
  position: absolute;
  top: -2px;
  left: -10px;
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 58px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official {
    flex-direction: column;
    align-items: center;
    gap: 6.5104166667vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .site {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .site {
    font-size: 3.6458333333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .site * {
  transition: all 0.3s ease;
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .site:hover {
  color: #80A5BB;
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .site:hover rect,
.st-Footer .st-Footer-Inner .footer-nav .nav_official .site:hover path {
  fill: #80A5BB;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .site svg {
    width: 3.125vw;
    height: 1.953125vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .sns {
    gap: 5.2083333333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dt {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dt {
    font-size: 3.6458333333vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd {
    gap: 4.296875vw;
  }
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd a * {
  transition: all 0.3s ease;
}
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd a:hover rect,
.st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd a:hover path {
  fill: #80A5BB;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-nav .nav_official .sns dd a svg {
    width: 6.7708333333vw;
    height: 6.7708333333vw;
  }
}
.st-Footer .st-Footer-Inner .games {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .games {
    flex-direction: column-reverse;
    gap: 15.625vw;
    margin-bottom: 10.4166666667vw;
  }
}
.st-Footer .st-Footer-Inner .games .logo_games {
  width: 279px;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .games .logo_games {
    width: 63.0208333333vw;
    margin: 0 auto 0;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer-Inner .games .logo_games:hover {
    opacity: 0.8;
  }
}
.st-Footer .st-Footer-Inner .games .guide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  aspect-ratio: 300/60;
  font-size: 14px;
  background: url(../../images/common/common/btn_footer.svg) no-repeat center/100% auto;
  filter: drop-shadow(0px 0px 20px rgba(12, 149, 208, 0.3));
  transition: all 0.4s;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .games .guide {
    width: 68.75vw;
    font-size: 3.125vw;
    padding-right: 3.90625vw;
  }
}
.st-Footer .st-Footer-Inner .games .guide .link {
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 28px;
  height: auto;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .games .guide .link {
    width: 5.2083333333vw;
    right: 4.5572916667vw;
  }
}
.st-Footer .st-Footer-Inner .games .guide:hover {
  filter: none;
  transform: scale(1.05);
  text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.8);
}
.st-Footer .st-Footer-Inner .trademark {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 0px 81px;
  align-items: center;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark {
    grid-template-columns: 1fr;
    gap: 2.8645833333vw;
    margin-bottom: 9.765625vw;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item {
  display: grid;
  align-items: center;
  gap: 0px 20px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item {
    gap: 0px 3.90625vw;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.switch {
  grid-template-columns: 50px 1fr;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.switch {
    grid-template-columns: 21.2239583333vw 1fr;
  }
  .st-Footer .st-Footer-Inner .trademark .trademark-item.switch img {
    display: block;
    width: 8.8541666667vw;
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item.steam {
  grid-template-columns: 117px 1fr;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item.steam {
    grid-template-columns: 21.2239583333vw 1fr;
  }
}
.st-Footer .st-Footer-Inner .trademark .trademark-item .item-body {
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.4;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .trademark .trademark-item .item-body {
    font-size: 3.125vw;
    line-height: 1.6;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.st-Footer .st-Footer-Inner .footer-bottom * {
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link {
    margin: 0 auto 15.625vw;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul {
    gap: 3.90625vw;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a {
    font-size: 2.8645833333vw;
  }
}
@media (any-hover: hover) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a:hover {
    color: #80A5BB;
  }
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a:hover rect,
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a:hover path {
    fill: #80A5BB;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a svg {
  margin-left: 10px;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-link ul li a svg {
    margin-left: 0.6510416667vw;
  }
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-copy {
    margin: auto;
  }
}
.st-Footer .st-Footer-Inner .footer-bottom .footer-copy small {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.4);
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .st-Footer-Inner .footer-bottom .footer-copy small {
    font-size: 2.8645833333vw;
  }
}
.st-Footer .page-top {
  width: 5.8854166667vw;
  position: absolute;
  top: -2.8645833333vw;
  right: 2.6041666667vw;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .page-top {
    width: 14.7135416667vw;
    top: -7.1614583333vw;
    right: 3.90625vw;
  }
}
.st-Footer .page-top:hover {
  top: -3.125vw;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .page-top:hover {
    top: -8.4635416667vw;
  }
}
.st-Footer .bnr_special {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 320px;
  z-index: 100;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .bnr_special {
    width: 58.59375vw;
    right: 0;
    bottom: 1.8229166667vw;
  }
}
.st-Footer .bnr_special .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
}
@media print, screen and (max-width: 1024px) {
  .st-Footer .bnr_special .close {
    width: 3.90625vw;
    right: 1.8229166667vw;
  }
}

@media print, screen and (max-width: 1024px) {
  .sw-Pagetitle_Inner .en {
    font-size: 10.4166666667vw !important;
    padding-right: 0 !important;
  }
}

.guide-Content {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .guide-Content {
    width: calc(100% - 10.4166666667vw);
  }
}
.guide-Content .guide-Box {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box {
    font-size: 3.125vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .guide-Content .guide-Box_Kv {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box_Kv {
    margin-bottom: 3.90625vw;
  }
}
.guide-Content .guide-Box_Img {
  pointer-events: none;
}
.guide-Content .guide-Box_Img img {
  pointer-events: auto;
}
.guide-Content .guide-Box_Img-character {
  display: grid;
  pointer-events: none;
}
.guide-Content .guide-Box_Img-character img {
  pointer-events: auto;
}
@media print, screen and (min-width: 1025px) {
  .guide-Content .guide-Box_Img-character {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box_Img-character {
    gap: 3.90625vw;
  }
}
@media print, screen and (min-width: 1025px) {
  .guide-Content .guide-Box {
    margin: 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box {
    margin: 5.2083333333vw 0 0;
    font-size: 3.3854166667vw;
  }
}
.guide-Content .guide-Box ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.guide-Content .guide-Box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
}
.guide-Content .guide-Box ol {
  counter-reset: numberinglist 0;
}
.guide-Content .guide-Box ol li {
  position: relative;
  padding: 0 0 0 1em;
  counter-increment: numberinglist 1;
}
.guide-Content .guide-Box ol li:before {
  content: counter(numberinglist) ".";
  position: absolute;
  top: 0;
  left: 1em;
  transform: translateX(-100%);
  font-size: inherit;
  line-height: inherit;
}
.guide-Content .guide-Box table {
  width: 100% !important;
}
.guide-Content .guide-Box table tr td,
.guide-Content .guide-Box table tr th {
  width: 100%;
  padding: 1rem;
  border: 1px solid #04c4e4;
}
.guide-Content .guide-Box hr {
  color: #04c4e4;
}
.guide-Content .guide-Box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.guide-Content .guide-Box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.guide-Content .guide-Box a {
  position: relative;
  display: inline-block;
  color: #04c4e4;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 1025px) {
  .guide-Content .guide-Box a {
    margin: 0 20px 0 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box a {
    margin: 0 3.90625vw 0 0;
    font-size: 3.3854166667vw;
  }
}
.guide-Content .guide-Box a:before {
  content: "";
  position: absolute;
  background: url("../../images/common/news/icon_window-b.svg") no-repeat top center/contain;
}
@media print, screen and (min-width: 1025px) {
  .guide-Content .guide-Box a:before {
    top: 9px;
    right: -20px;
    width: 16px;
    height: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box a:before {
    top: 1.8229166667vw;
    right: -3.90625vw;
    width: 3.3854166667vw;
    height: 2.0833333333vw;
  }
}
.guide-Content .guide-Box a::after {
  content: "";
  width: 100%;
  height: 0.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.guide-Content .guide-Box a:hover {
  opacity: 0.8;
}
.guide-Content .guide-Box a:hover::after {
  background: transparent;
}
.guide-Content .guide-Box h2 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px solid #04c4e4;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h2 {
    font-size: 4.4270833333vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
    padding-left: 4.5572916667vw;
  }
}
.guide-Content .guide-Box h2::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #04c4e4;
  position: absolute;
  top: 0;
  left: 4px;
}
.guide-Content .guide-Box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h3 {
    font-size: 3.90625vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
    padding-bottom: 3.90625vw;
  }
}
.guide-Content .guide-Box h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #04c4e4;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h3::before {
    width: 6.5104166667vw;
    height: 0.2604166667vw;
  }
}
.guide-Content .guide-Box h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #28363c;
}
.guide-Content .guide-Box h4 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 0.8em;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h4 {
    font-size: 3.6458333333vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.guide-Content .guide-Box h4::before {
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
  color: #04c4e4;
}
.guide-Content .guide-Box h5 {
  background: #016277;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 8px 16px 10px 16px;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h5 {
    padding: 1.8229166667vw 3.3854166667vw 2.0833333333vw 3.3854166667vw;
    font-size: 3.6458333333vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.guide-Content .guide-Box h6 {
  position: relative;
  font-size: 16px;
  color: #80A5BB;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 1em;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box h6 {
    font-size: 3.3854166667vw;
    margin-top: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.guide-Content .guide-Box h6::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.guide-Content .guide-Box p {
  margin-top: 16px;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box p {
    margin-top: 3.90625vw;
  }
}
.guide-Content .guide-Box ul {
  margin-top: 40px;
}
@media print, screen and (max-width: 1024px) {
  .guide-Content .guide-Box ul {
    margin-top: 6.5104166667vw;
  }
}
.guide-Content #CookieDeclarationChangeConsent a {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */