@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em;
  /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --baseDeviceWidth: 835;
  --screenHeight: 0px;
  --overlapSize: 0px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.-lock {
  overflow: hidden;
}

img {
  max-width: 100%;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

nav li:before {
  content: "";
  display: none;
}

.l-container {
  overflow: hidden;
  position: relative;
}

.l-main {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 835px) {
  .l-main {
    min-width: 1280px;
  }
}

.l-footer__linewrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.digicon_present .l-footer__linewrap {
  display: none;
}

.l-footer__line1 {
  position: absolute;
  top: 0;
  left: 17.5%;
  height: 100%;
  transform: rotate(35deg);
  transform-origin: 0 0;
}
.l-footer__line1 .obj {
  transform: scaleY(0);
}
.l-footer__line1.-reveal .obj {
  -webkit-animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (min-width: 835px) {
  .l-footer__line1 {
    display: none;
  }
}
.digicon_present .l-footer__line1 {
  display: none;
}

.l-footer__line2 {
  position: absolute;
  top: 6.6vw;
  left: 0%;
  height: 150vw;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.l-footer__line2 .obj {
  transform: scaleY(0);
}
.l-footer__line2.-reveal .obj {
  -webkit-animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (min-width: 835px) {
  .l-footer__line2 {
    display: none;
  }
}
.digicon_present .l-footer__line2 {
  display: none;
}

.l-footer__line3 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 200vw;
  transform: translate(-50%, -50%) rotate(55deg);
  transform-origin: 50% 50%;
  z-index: -1;
}
.l-footer__line3 .obj {
  transform: scaleY(0);
}
.-reveal .l-footer__line3 .obj {
  -webkit-animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (min-width: 835px) {
  .l-footer__line3 {
    display: none;
  }
}

.l-footer__line_w1 {
  position: absolute;
  bottom: 200px;
  right: 0;
  height: 150vw;
  mix-blend-mode: difference;
  transform: rotate(-70deg);
  transform-origin: 100% 100%;
}
.l-footer__line_w1 .obj {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
}
.l-footer__line_w1.-reveal .obj {
  -webkit-animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
@media (max-width: 834px) {
  .l-footer__line_w1 {
    display: none;
  }
}
.digicon_present .l-footer__line_w1 {
  display: none;
}

.l-footer__interlude {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.-top .l-footer__interlude {
  display: none;
}
.digicon_present .l-footer__interlude {
  display: none;
}

.l-footer__interlude__txt1 {
  background: url(../../../assets/img/common/footer/txt/txt_sword_w.svg) no-repeat 0 0/100%;
  height: 17.3vw;
  opacity: 0.08;
  transform: translate(17.1vw, -23.5vw) rotate(90deg);
  transform-origin: 0 0;
  width: 94.6vw;
  position: absolute;
  left: 0;
  bottom: -5.3vw;
}

.l-footer__interlude__txt2 {
  opacity: 0.08;
  width: 36.4vw;
  position: absolute;
  left: 20.8vw;
  bottom: -2.7vw;
}
.l-footer__interlude__txt2::before {
  content: "";
  display: block;
  padding-top: 75.2%;
}
.l-footer__interlude__txt2 .obj {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.l-footer__interlude__txt2 .obj:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../assets/img/common/footer/txt/txt_sao_w.svg) no-repeat 0 0/auto 100%;
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 22.5%, 17% 100%);
          clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 100% 22.5%, 17% 100%);
  content: "";
  height: 100%;
  width: 100%;
}
.l-footer__interlude__txt2 .obj:after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../../assets/img/common/footer/txt/txt_sao_w.svg) no-repeat 100% 0/auto 100%;
  -webkit-clip-path: polygon(0 100%, 100% 22.5%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 22.5%, 100% 100%, 0% 100%);
  content: "";
  height: 100%;
  transition: transform 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  width: 83%;
}

.l-footer__interlude__txt3 {
  background: url(../../../assets/img/common/footer/txt/txt_online_w.svg) no-repeat 0 0/100%;
  height: 11.2vw;
  opacity: 0.08;
  width: 61.4vw;
  position: absolute;
  bottom: -2.7vw;
  right: -23.5vw;
}

.l-footer__interlude__line {
  display: none;
  height: 120vw;
  transform: rotate(74deg);
  transform-origin: 0 100%;
  position: absolute;
  left: 0;
  bottom: 5.2vw;
}
.l-footer__interlude__line .obj {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
}
.-reveal .l-footer__interlude__line .obj {
  -webkit-animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: lineanim 1s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.l-footer {
  background: #000;
  color: #fff;
  position: relative;
}
@media (max-width: 834px) {
  .l-footer {
    background: #000;
  }
}
@media (min-width: 835px) {
  .-top .l-footer {
    background: none;
  }
}
.digicon_present .l-footer {
  background: #BB272D;
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 20px 60px;
  position: relative;
}
@media (min-width: 835px) {
  .l-footer__inner {
    padding: 140px 0 80px;
  }
}
@media (min-width: 835px) {
  .-top .l-footer__inner:before {
    background: #000;
    content: "";
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.l-footer__pickups {
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-footer__pickups {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 908px;
  }
}
@media (max-width: 834px) {
  .l-footer__pickups__song {
    display: none;
  }
}
@media (min-width: 835px) {
  .l-footer__pickups__song {
    position: relative;
    width: 387px;
    text-align: right;
  }
}
@media (min-width: 835px) {
  .l-footer__pickups__present {
    width: 470px;
  }
}

.l-footer__bnr {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-footer__bnr {
    flex-wrap: wrap;
    margin: 24px -5px 0;
  }
}
@media (min-width: 835px) {
  .l-footer__bnr {
    justify-content: center;
  }
}
@media (min-width: 835px) {
  .-top .l-footer__bnr {
    margin-top: 40px;
  }
}

.l-footer__bnr__item {
  margin: 5px;
  width: calc(50% - 10px);
}
@media (min-width: 835px) {
  .l-footer__bnr__item {
    margin: 0 5px;
    width: 220px;
  }
}
.l-footer__bnr__item img {
  max-width: initial;
  width: 100%;
}

@media (min-width: 835px) {
  .l-footer__linkline {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
}

.l-footer__sns {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .l-footer__sns {
    justify-content: center;
    margin-top: 32px;
  }
}
.digicon_present .l-footer__sns {
  display: none;
}

.l-footer__sns__item {
  margin: 0 10px;
  width: 35px;
}
@media (min-width: 835px) {
  .l-footer__sns__item {
    width: 28px;
  }
}

.l-footer__link {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 26px;
  position: relative;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-footer__link {
    margin-top: 0;
  }
}

.l-footer__link__item {
  font-weight: 500;
  margin: 0 10px;
  font-size: 0.75rem;
}
@media (min-width: 835px) {
  .l-footer__link__item {
    font-size: 0.8125rem;
  }
}

.l-footer__c {
  height: 26.6vw;
  margin: 20px auto;
  position: relative;
  width: 26.6vw;
  z-index: 0;
}
@media (min-width: 835px) {
  .l-footer__c {
    height: 87px;
    margin: 56px auto 24px;
    width: 93px;
  }
}
.l-footer__c::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../assets/img/common/ico/ico_c.svg) no-repeat 0 50%/100%;
  -webkit-clip-path: polygon(0% 86%, 0% 0%, 100% 0%, 100% 14%);
          clip-path: polygon(0% 86%, 0% 0%, 100% 0%, 100% 14%);
  content: "";
  height: 100%;
  width: 100%;
}
.l-footer__c::after {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../../assets/img/common/ico/ico_c.svg) no-repeat 100% 50%/100%;
  -webkit-clip-path: polygon(0 100%, 0 86%, 100% 14%, 100% 100%);
          clip-path: polygon(0 100%, 0 86%, 100% 14%, 100% 100%);
  content: "";
  height: 100%;
  transition: transform 1s 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  width: 100%;
}
@media (max-width: 834px) {
  .l-footer__c.-reveal:after {
    transform: translate(0px, 10px);
  }
}
.digicon_present .l-footer__c {
  display: none;
}

.l-footer__copyright {
  font-weight: 400;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 0.625rem;
}
@media (min-width: 835px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}
.l-footer__copyright .credit {
  display: block;
  margin-top: 1em;
}
@media (max-width: 834px) {
  .digicon_present .l-footer__copyright {
    margin-top: 25px;
  }
}
@media (min-width: 835px) {
  .digicon_present .l-footer__copyright {
    margin-top: 50px;
  }
}

@-webkit-keyframes triggeranim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes triggeranim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes overlapanim {
  0% {
    background: #00e1ff;
    height: 16px;
    width: 16px;
  }
  100% {
    background: black;
    height: var(--overlapSize);
    width: var(--overlapSize);
  }
}
@keyframes overlapanim {
  0% {
    background: #00e1ff;
    height: 16px;
    width: 16px;
  }
  100% {
    background: black;
    height: var(--overlapSize);
    width: var(--overlapSize);
  }
}
@-webkit-keyframes overlapanim_out {
  0% {
    background: black;
    height: var(--overlapSize);
    width: var(--overlapSize);
  }
  100% {
    background: #00e1ff;
    height: 16px;
    width: 16px;
  }
}
@keyframes overlapanim_out {
  0% {
    background: black;
    height: var(--overlapSize);
    width: var(--overlapSize);
  }
  100% {
    background: #00e1ff;
    height: 16px;
    width: 16px;
  }
}
.l-gnav_trigger {
  position: fixed;
  top: 10px;
  right: 10px;
  -webkit-animation: triggeranim 2s 0s ease infinite;
          animation: triggeranim 2s 0s ease infinite;
  height: 40px;
  width: 40px;
  z-index: 2;
}
@media (min-width: 835px) {
  .l-gnav_trigger {
    transition: transform 0.3s 0s ease;
  }
}
@media (min-width: 835px) {
  .l-gnav_trigger:hover {
    transform: scale(2);
  }
}
.-gnav_active .l-gnav_trigger {
  -webkit-animation: none;
          animation: none;
}
.-gnav_out .l-gnav_trigger {
  -webkit-animation: none;
          animation: none;
}
.l-gnav_trigger .green {
  background: #00e1ff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.-gnav_active .l-gnav_trigger .green {
  -webkit-animation: overlapanim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: overlapanim 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
.-gnav_out .l-gnav_trigger .green {
  -webkit-animation: overlapanim_out 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: overlapanim_out 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

@-webkit-keyframes gnavin {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes gnavin {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes gnavout {
  0% {
    opacity: 1;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes gnavout {
  0% {
    opacity: 1;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #000;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
}
.-gnav_out .l-gnav {
  opacity: 1;
  visibility: visible;
  -webkit-animation: gnavout 0.2s 0s ease forwards;
          animation: gnavout 0.2s 0s ease forwards;
}
.-gnav_active .l-gnav {
  -webkit-animation: gnavin 0.5s 0.5s ease forwards;
          animation: gnavin 0.5s 0.5s ease forwards;
}

.l-gnav__wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.l-gnav__inner {
  position: relative;
  color: #fff;
  margin: 0 20px;
  width: 100%;
}

.l-gnav__menu {
  text-align: center;
}

@-webkit-keyframes menuin {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes menuin {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes menu_txtin {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes menu_txtin {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.l-gnav__menu__item {
  display: block;
  opacity: 0;
}
@media (min-width: 835px) {
  .l-gnav__menu__item {
    width: 400px;
    margin: 0 auto;
  }
}
.l-gnav__menu__item + .l-gnav__menu__item {
  margin-top: 30px;
}
@media (min-width: 835px) {
  .l-gnav__menu__item + .l-gnav__menu__item {
    margin-top: 40px;
  }
}
.l-gnav__menu__item .ttl {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 1;
  overflow: hidden;
}
@media (min-width: 835px) {
  .l-gnav__menu__item .ttl {
    font-size: 3.125rem;
  }
}
.celebration .l-gnav__menu__item .ttl {
  font-size: 2.5rem;
}
.l-gnav__menu__item .ttl span {
  display: block;
  transform: translate(0, 100%);
}
.-gnav_active .l-gnav__menu__item .ttl span {
  -webkit-animation: menu_txtin 1s 1s ease forwards;
          animation: menu_txtin 1s 1s ease forwards;
}
.l-gnav__menu__item .subttl {
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.3;
}
@media (min-width: 835px) {
  .l-gnav__menu__item .subttl {
    font-size: 0.75rem;
  }
}
.-gnav_active .l-gnav__menu__item:nth-child(1) {
  -webkit-animation: menuin 0.8s 1.1s ease forwards;
          animation: menuin 0.8s 1.1s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(2) {
  -webkit-animation: menuin 0.8s 1.2s ease forwards;
          animation: menuin 0.8s 1.2s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(3) {
  -webkit-animation: menuin 0.8s 1.3s ease forwards;
          animation: menuin 0.8s 1.3s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(4) {
  -webkit-animation: menuin 0.8s 1.4s ease forwards;
          animation: menuin 0.8s 1.4s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(5) {
  -webkit-animation: menuin 0.8s 1.5s ease forwards;
          animation: menuin 0.8s 1.5s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(6) {
  -webkit-animation: menuin 0.8s 1.6s ease forwards;
          animation: menuin 0.8s 1.6s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(7) {
  -webkit-animation: menuin 0.8s 1.7s ease forwards;
          animation: menuin 0.8s 1.7s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(8) {
  -webkit-animation: menuin 0.8s 1.8s ease forwards;
          animation: menuin 0.8s 1.8s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(9) {
  -webkit-animation: menuin 0.8s 1.9s ease forwards;
          animation: menuin 0.8s 1.9s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(10) {
  -webkit-animation: menuin 0.8s 2s ease forwards;
          animation: menuin 0.8s 2s ease forwards;
}
.-gnav_active .l-gnav__menu__item:nth-child(11) {
  -webkit-animation: menuin 0.8s 2.1s ease forwards;
          animation: menuin 0.8s 2.1s ease forwards;
}
@media (max-width: 834px) {
  .l-gnav__menu__item:nth-child(7) .ttl {
    letter-spacing: -0.05em;
  }
}

.l-gnav__menu__twitter {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  line-height: 1;
  width: 300px;
  margin: 0 auto;
}
.l-gnav__menu__twitter div {
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .l-gnav__menu__twitter {
    position: absolute;
    top: -47px;
    left: 0;
  }
}
@media (min-width: 835px) {
  .l-gnav__menu__twitter {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    font-size: 0.9375rem;
    opacity: 0;
  }
}
@media (min-width: 835px) {
  .-gnav_active .l-gnav__menu__twitter {
    -webkit-animation: menuin 0.8s 1.8s ease forwards;
            animation: menuin 0.8s 1.8s ease forwards;
  }
}
.l-gnav__menu__twitter .ico {
  position: relative;
  width: 23px;
  height: 18px;
  background: url(../../../assets/img/common/ico/ico_twitter.svg) no-repeat 50% 50%/100%;
  margin-right: 5px;
}
@media (min-width: 835px) {
  .l-gnav__menu__twitter .ico {
    width: 30px;
    height: 25px;
  }
}

.newsmodal__content {
  padding: 20px 0;
  display: none;
}
.newsmodal__content.-active {
  display: block;
}
@media (min-width: 835px) {
  .newsmodal__content {
    padding: 40px 0;
  }
}

@media (min-width: 835px) {
  .newsmodal__content__inner {
    max-width: 960px;
    margin: 0 auto;
  }
}

.newsmodal__content__date {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}

.newsmodal__content__ttl {
  font-weight: 900;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  margin-top: 20px;
}
@media (min-width: 835px) {
  .newsmodal__content__ttl {
    font-size: 1.25rem;
  }
}

.newsmodal__content__body {
  padding-bottom: 20px;
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}
@media (min-width: 835px) {
  .newsmodal__content__body {
    font-size: 0.875rem;
  }
}
.newsmodal__content__body a {
  color: #00e1ff;
  text-decoration: underline;
}
.newsmodal__content__body a:hover {
  text-decoration: none;
}
.newsmodal__content__body img {
  margin: 1em 0;
}
.newsmodal__content__body iframe {
  margin: 1em 0;
}
@media (max-width: 834px) {
  .newsmodal__content__body iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
  }
}

.newsmodal__content__backwrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.newsmodal__content__back {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  margin: 40px auto 0;
  width: 72px;
  line-height: 1;
}
@media (min-width: 835px) {
  .newsmodal__content__back {
    font-size: 0.75rem;
    width: 100px;
  }
}
.newsmodal__content__back:before {
  position: absolute;
  top: -1px;
  left: -20px;
  content: "";
  width: 8px;
  height: 12px;
  background: url(../../../assets/img/common/ico/ico_arw_l.svg) no-repeat 0 0/auto 100%;
}

.newsmodal__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.newsmodal__categorylist {
  display: flex;
  margin: 0 -0.5em 10px;
}

.newsmodal__categorylist__item {
  font-size: 0.8125rem;
  margin: 0 0.5em;
  display: flex;
  line-height: 1;
}
@media (min-width: 835px) {
  .newsmodal__categorylist__item {
    font-size: 0.875rem;
  }
}
.newsmodal__categorylist__item:before {
  display: block;
  margin-top: 1px;
  margin-right: 3px;
  content: "";
  width: 7px;
  height: 10px;
  background: url(../../../assets/img/common/ico/ico_arw_r.svg) no-repeat 0 0/auto 100%;
  display: none;
}
.newsmodal__categorylist__item.-active:before {
  display: block;
}

.newsmodal__list__item {
  position: relative;
  width: calc(50% - 16px);
  background-color: #262626;
  margin: 30px 8px;
}
@media (min-width: 835px) {
  .newsmodal__list__item {
    margin: 50px 25px;
    width: calc(33.333% - 50px);
  }
}
.newsmodal__list__item .thumb {
  position: relative;
  margin-left: 20px;
  margin-top: -12px;
  overflow: hidden;
}
@media (min-width: 835px) {
  .newsmodal__list__item .thumb {
    margin-left: 26px;
    margin-top: -26px;
  }
}
.newsmodal__list__item .thumb:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.newsmodal__list__item .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.newsmodal__list__item .ttl {
  font-size: 0.75rem;
  padding: 15px 20px 28px;
}
@media (min-width: 835px) {
  .newsmodal__list__item .ttl {
    font-size: 0.9375rem;
    padding: 15px 40px 28px;
  }
}
.newsmodal__list__item .dateblock {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 75%);
}
@media (min-width: 835px) {
  .newsmodal__list__item .dateblock {
    transform: translate(0, 60%);
  }
}
.newsmodal__list__item .date {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 835px) {
  .newsmodal__list__item .date {
    font-size: 2rem;
  }
}
.newsmodal__list__item .date span {
  font-weight: 400;
}
.newsmodal__list__item .category {
  font-size: 0.625rem;
  line-height: 1;
  margin-top: 5px;
}
@media (min-width: 835px) {
  .newsmodal__list__item .category {
    font-size: 0.75rem;
  }
}

.newsmodal__inner {
  margin: 0 20px;
  color: #fff;
  padding: 40px 0;
}
@media (min-width: 835px) {
  .newsmodal__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.newsmodal__ttl {
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 835px) {
  .newsmodal__ttl {
    font-size: 4.375rem;
  }
}

.l-lower_share {
  display: flex;
  margin-right: 10px;
}
.l-lower_share__item {
  height: 25px;
  margin: 0 10px;
  width: 25px;
}
@media (min-width: 835px) {
  .l-lower_share__item {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 834px) {
  .celebration .l-lower_share__item {
    margin: 0 5px;
  }
}
.l-lower_share__item.-twitter a {
  background: url(../../../assets/img/common/ico/ico_twitter_bk.svg) no-repeat 50% 50%/100%;
}
.l-lower_share__item.-line a {
  background: url(../../../assets/img/common/ico/ico_line_bk.svg) no-repeat 50% 50%/100%;
}
.l-lower_share a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 834px) {
  .celebration .l-lower_share {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}

@-webkit-keyframes lowercurtain_anim {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  51% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}

@keyframes lowercurtain_anim {
  0% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  51% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.-ready.l-lower:before {
  -webkit-animation: lowercurtain_anim 1s 0s cubic-bezier(0.85, 0, 0.15, 1);
          animation: lowercurtain_anim 1s 0s cubic-bezier(0.85, 0, 0.15, 1);
}

.-ready.l-lower.-noanim:before {
  -webkit-animation: none;
          animation: none;
}

.-ready .l-lower__bg:before {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: transform 0.5s 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}

.-noanim .l-lower__bg:before {
  transform: scaleX(1);
  transform-origin: 0 0;
  transition: none;
}

.l-lower {
  min-height: 100vh;
  padding-top: 50px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-lower::before {
  background-color: #fff;
  content: "";
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 835px) {
  .l-lower {
    min-width: 1280px;
    padding-top: 90px;
  }
}
.digicon_present .l-lower {
  padding-top: 0;
}
.l-lower__content {
  margin: 0 auto;
  min-height: calc(100vh - 50px);
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  width: 89.3vw;
}
@media (min-width: 835px) {
  .l-lower__content {
    padding-top: 50px;
    width: 1280px;
  }
}
.bdbox .l-lower__content, .celebration .l-lower__content {
  padding: 0;
}
@media (max-width: 834px) {
  .digicon_present .l-lower__content {
    overflow: visible;
    padding-top: 40px;
  }
}
@media (min-width: 835px) {
  .digicon_present .l-lower__content {
    padding-top: 86px;
  }
}
.l-lower__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.l-lower__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  content: "";
  height: 100%;
  transform: scaleX(0);
  width: 100%;
}

@-webkit-keyframes lineanim {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
}

@keyframes lineanim {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
}
.js-acc {
  transition: height 0.4s 0s ease;
}

.c-br_nrw {
  display: none;
}
@media (max-width: 834px) {
  .c-br_nrw {
    display: block;
  }
}

.c-br_wide {
  display: none;
}
@media (min-width: 835px) {
  .c-br_wide {
    display: block;
  }
}

.c-sans {
  font-family: reason-new, sans-serif;
}

.c-notosans {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.c-din2014 {
  font-family: din-2014, sans-serif;
}

.c-hide {
  display: none;
}

.c-img_modal {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.c-img_modal.-active {
  opacity: 1;
  visibility: visible;
}

.c-img_modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 20px;
  position: relative;
}
@media (min-width: 835px) {
  .c-img_modal__inner {
    padding: 40px;
  }
}

.c-img_modal__picture {
  max-width: 960px;
}
.c-img_modal__picture img {
  border: 1px solid #cbcbcb;
}

.js-img_modal_open {
  cursor: pointer;
}

.c-inner {
  position: relative;
  max-width: 940px;
  margin: 0 40px;
  color: #fff;
}
@media (min-width: 835px) {
  .c-inner {
    margin: 0 auto;
  }
}
@media (max-width: 834px) {
  .c-inner.-reverse {
    margin: 0 0 0 40px;
  }
}

.c-line {
  background: #000;
  height: 100%;
  position: relative;
  width: 1px;
}
.c-line:before {
  background: #fff;
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0px;
  left: 1px;
}
.c-line:after {
  background: #fff;
  content: "";
  height: 100%;
  transform: translate(-100%, 0);
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-line.-diff {
  background: #fff;
  mix-blend-mode: difference;
}
.c-line.-diff:before {
  background: #000;
}
.c-line.-diff:after {
  background: #000;
}
.-bddvd .c-line.-diff {
  background: #000;
}

.c-line.-w {
  background: #fff;
}
.c-line.-w:before {
  background: #000;
}
.c-line.-w:after {
  background: #000;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
  overflow-y: scroll;
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__inner {
  max-width: 960px;
  margin: 0 auto;
}
.c-modal__inner.-df {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-yakuhalf {
  margin-left: -0.5em;
}

.c-arwbtn {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.4s 0s ease;
}
@media (min-width: 835px) {
  .c-arwbtn {
    width: 27px;
    height: 27px;
  }
}
.c-arwbtn:before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, 0) rotate(45deg);
  transform-origin: 100% 0;
  content: "";
  width: 50%;
  height: 1px;
  background: #ccc;
}
.c-arwbtn:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}
.c-arwbtn.-reverse:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, 0) rotate(-45deg);
  transform-origin: 0 0;
}
.c-arwbtn.-bk:after, .c-arwbtn.-bk:before {
  background: #000;
}

.c-arwbtnwrap .c-arwbtn {
  transform: translate(0, -35%);
  transition: transform 0.2s 0s ease;
}
.c-arwbtnwrap:hover .c-arwbtn {
  transform: translate(5px, -35%);
}

.c-closebtn {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 40px;
  mix-blend-mode: difference;
  transition: transform 0.3s 0s ease, opacity 0.3s 0s ease;
  width: 40px;
}
@media (min-width: 835px) {
  .c-closebtn {
    height: 70px;
    width: 70px;
  }
}
.c-closebtn:hover {
  opacity: 0.75;
  transform: scale(1.15);
}
.c-closebtn .line1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 125%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-closebtn .line2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 125%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-hover_op {
  transition: opacity 0.3s 0s ease;
}
.c-hover_op:hover {
  opacity: 0.7;
}

.c-noticebtn {
  font-size: 0.8125rem;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  display: flex;
  line-height: 1;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (max-width: 834px) {
  .c-noticebtn {
    border-radius: 20px;
    height: 40px;
    justify-content: flex-start;
    padding-left: 15px;
  }
}
@media (min-width: 835px) {
  .c-noticebtn {
    border-radius: 24px;
    height: 48px;
    justify-content: center;
    max-width: 324px;
  }
}
.c-noticebtn .ico {
  background: url(/assets/img/common/ico/ico_notice.svg) no-repeat 0 0/100%;
  display: block;
}
@media (max-width: 834px) {
  .c-noticebtn .ico {
    height: 13px;
    margin-right: 5px;
    width: 15px;
  }
}
@media (min-width: 835px) {
  .c-noticebtn .ico {
    height: 17px;
    margin-right: 8px;
    width: 19px;
  }
}
.c-noticebtn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(/assets/img/common/ico/ico_plus.svg) no-repeat 0 0/100%;
  content: "";
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .c-noticebtn:after {
    height: 13px;
    width: 13px;
  }
}
@media (min-width: 835px) {
  .c-noticebtn:after {
    position: absolute;
    top: 50%;
    right: 16px;
    height: 16px;
    width: 16px;
  }
}

.c-rectbtn {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  text-align: center;
}
@media (max-width: 834px) {
  .c-rectbtn {
    font-size: 1rem;
    height: 40px;
  }
}
@media (min-width: 835px) {
  .c-rectbtn {
    font-size: 1.125rem;
    height: 60px;
  }
}

.c-imgreveal {
  filter: contrast(130%) saturate(0);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s 0.8s ease;
}
.c-imgreveal:after {
  background: #000;
  content: "";
  height: 100%;
  transform: scaleX(1);
  transform-origin: 100% 0;
  transition: transform 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.-reveal .c-imgreveal {
  filter: none;
}
.-reveal .c-imgreveal:after {
  transform: scaleY(0);
}
.c-imgreveal img,
.c-imgreveal video {
  transform: scale(1.25);
}
.-reveal .c-imgreveal img, .-reveal .c-imgreveal video {
  transform: scale(1);
  transition: transform 2s 0s ease;
}
@media (min-width: 835px) {
  .c-imgreveal:hover img {
    transform: scale(1.1);
    transition: transform 0.3s 0s ease;
  }
}
@media (min-width: 835px) {
  .c-imgreveal:hover video {
    transform: scale(1.3);
    transition: transform 0.3s 0s ease;
  }
}
.-cs .c-imgreveal:hover img,
.-cs .c-imgreveal:hover video, .c-imgreveal.-nohv:hover img,
.c-imgreveal.-nohv:hover video {
  transform: scale(1);
}

.js-interactive_elm {
  position: relative;
}
@media (min-width: 835px) {
  .js-interactive_elm:hover .c-interactive_elm .wrap {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@-webkit-keyframes i_move {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes i_move {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.75;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.c-interactive_elm {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: i_move 2s 0s ease infinite;
          animation: i_move 2s 0s ease infinite;
  height: 100%;
  pointer-events: none;
  width: 100%;
}
.c-interactive_elm .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 26.6vw;
  transform: translate(-50%, -50%);
  transition: transform 0.5s 0s ease;
  width: 26.6vw;
}
@media (min-width: 835px) {
  .c-interactive_elm .wrap {
    height: 150px;
    width: 150px;
  }
}
.c-interactive_elm .wrap.-small {
  height: 6.6vw;
  width: 6.6vw;
}
@media (min-width: 835px) {
  .c-interactive_elm .wrap.-small {
    height: 30px;
    width: 30px;
  }
}
.c-interactive_elm .wrap.-medium {
  height: 20vw;
  width: 20vw;
}
@media (min-width: 835px) {
  .c-interactive_elm .wrap.-medium {
    height: 80px;
    width: 80px;
  }
}
.c-interactive_elm .wrap.-medium_small {
  height: 13.3vw;
  width: 13.3vw;
}
@media (min-width: 835px) {
  .c-interactive_elm .wrap.-medium_small {
    height: 60px;
    width: 60px;
  }
}
.c-interactive_elm .obj {
  position: absolute;
  top: 0;
  left: 0;
  background: #00e1ff;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.digicon_present .c-interactive_elm {
  display: none;
}

.c-interactive_prx {
  display: block;
}

.c-bgsao-wide {
  display: none;
}
@media (min-width: 835px) {
  .c-bgsao-wide {
    position: absolute;
    top: 0;
    left: 0;
    height: 120vh;
    display: block;
    mix-blend-mode: difference;
    width: 100%;
  }
}
.c-bgsao-wide__txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 33.8vw;
  transform: translate(-50%, 0);
}
.c-bgsao-wide__txt::before {
  content: "";
  display: block;
  padding-top: 75.2%;
}
.c-bgsao-wide__txt .obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../assets/img/top/mv/txt_sao_w.svg) no-repeat 0 0/auto 100%;
}
.c-bgsao-wide__txt2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60.3vw;
  height: 45.4vw;
  transform-origin: 0 0;
  transform: translate(45%, -67.5%) rotate(90deg);
  background: url(../img/common/sub/txt_sao_w.svg) no-repeat 0 0/auto 100%;
}
.c-bgsao-wide__txt3 {
  position: absolute;
  top: 0;
  right: 5.7vw;
  width: 57.2vw;
  height: 18.2vw;
  transform-origin: 100% 0;
  transform: translate(0, 46.8vw) rotate(90deg);
  background: url(../img/common/sub/txt_art_w.svg) no-repeat 0 0/auto 100%;
}

.c-bgsao {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
}
@media (min-width: 835px) {
  .c-bgsao {
    display: none;
  }
}
.c-bgsao__text {
  position: absolute;
  top: 6.1vw;
  left: -7.8vw;
  width: 114.5vw;
  background: url(../img/common/sub/txt_sao_w.svg) no-repeat 50% 0/100% auto;
  height: 100%;
}

.l-lower__content {
  visibility: hidden;
}

.c-lower__subtitle {
  opacity: 0;
  transition: opacity 0.5s 1s ease, transform 0.3s 1.5s ease;
}
.c-lower__subtitle img {
  transition: opacity 0.5s 1s ease, transform 0.3s 1.5s ease;
}

.l-lower.-ready:before {
  transform: translate(100%, 0);
}
.l-lower.-ready .l-lower__content {
  visibility: visible;
}
.l-lower.-ready .c-lower__subtitle {
  opacity: 1;
}
.l-lower.-ready .c-lower__subtitle img {
  transform: translate(0, 5px);
}
@media (min-width: 835px) {
  .l-lower.-ready .c-lower__subtitle img {
    transform: translate(0, 7px);
  }
}

.l-lower.-noanim:before {
  transform: translate(100%, 0);
}
.l-lower.-noanim .l-lower__content {
  visibility: visible;
}
.l-lower.-noanim .c-lower__subtitle {
  opacity: 1;
}
.l-lower.-noanim .c-lower__subtitle img {
  transform: translate(0, 5px);
}
@media (min-width: 835px) {
  .l-lower.-noanim .c-lower__subtitle img {
    transform: translate(0, 7px);
  }
}

.c-lowerLine {
  background-color: #000;
  transform-origin: 0 0;
  width: 1px;
  transition: height 0.35s ease-out;
}

.c-lower__subtitle {
  position: relative;
}
@media (max-width: 834px) {
  .art .c-lower__subtitle {
    width: 84vw;
  }
}
@media (min-width: 835px) {
  .art .c-lower__subtitle {
    width: 673px;
  }
}
@media (max-width: 834px) {
  .event .c-lower__subtitle {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .event .c-lower__subtitle {
    width: 650px;
  }
}
@media (max-width: 834px) {
  .bdbox .c-lower__subtitle {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .bdbox .c-lower__subtitle {
    width: 664px;
  }
}
@media (max-width: 834px) {
  .celebration .c-lower__subtitle {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .celebration .c-lower__subtitle {
    width: 647px;
  }
}

.c-lower__title_wrap {
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  display: flex;
  opacity: 0;
  transition: opacity 0.5s 1s ease;
  z-index: 1;
}

.-ready .c-lower__title_wrap {
  opacity: 1;
}

.-noanim .c-lower__title_wrap {
  opacity: 1;
  transition: none;
}

.c-lower__title {
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 1;
  padding: 9px 15px;
  position: relative;
  white-space: nowrap;
  font-size: 1.5625rem;
}
@media (min-width: 835px) {
  .c-lower__title {
    font-size: 2.375rem;
    height: 50px;
    padding: 7px 20px;
  }
}
.bdbox .c-lower__title, .celebration .c-lower__title {
  margin-top: 10px;
}
.c-lower__title::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.c-lower__title span {
  display: flex;
  position: relative;
}
.c-lower__title span::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  margin-left: 10px;
  position: relative;
}
.c-lower__title.-vote span::after {
  background-image: url(../img/vote/main/ico_voice.svg);
  height: 23px;
  width: 19px;
}
@media (min-width: 835px) {
  .c-lower__title.-vote span::after {
    height: 35px;
    width: 28px;
  }
}
.c-lower__title.-art span::after {
  background-image: url(../img/common/ico/ico_art.svg);
  height: 25px;
  width: 20px;
}
@media (min-width: 835px) {
  .c-lower__title.-art span::after {
    height: 35px;
    width: 28px;
  }
}
.c-lower__title.-event span::after {
  background-image: url(../img/event/ico_event.svg);
  height: 23px;
  width: 18px;
}
@media (min-width: 835px) {
  .c-lower__title.-event span::after {
    height: 35px;
    width: 26px;
  }
}
.c-lower__title.-bdbox span::after {
  background-image: url(../img/bdbox/header/ico_bdbox.svg);
  height: 24px;
  width: 24px;
}
@media (min-width: 835px) {
  .c-lower__title.-bdbox span::after {
    height: 34px;
    width: 34px;
  }
}
.c-lower__title.-celebration span::after {
  background-image: url(../img/celebration/header/ico_celebration.svg);
  height: 24px;
  width: 24px;
}
@media (min-width: 835px) {
  .c-lower__title.-celebration span::after {
    height: 34px;
    width: 34px;
  }
}

.c-guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5000px;
  opacity: 0.5;
  opacity: 0;
  background: url(../../../assets/img/common/ph_guide.jpg) no-repeat 0 0/100%;
  pointer-events: none;
  display: none;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}