@charset "UTF-8";
/*!
Theme Name: higurashi-mei
Theme URI: https://higurashi-mei.com
Description: theme for Higurashi mei
Version: 1.0
Author: D-techno
Author: https://d-techno.jp/
*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* 
  MAIN CSS
*/

html {
  font-size: 62.5%;
  font-family: "Sawarabi Mincho","Hiragino Mincho ProN","Yu Mincho","MS PMincho", serif;
}

body {
  font-size: 1.6rem;
  background: #1A1A1A url(dist/img/bg_body.png) fixed;
  color: #FFFFFF;
}

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

img {
  vertical-align: bottom;
}

a:link {
  color: #00BFFF;
}

a:visited {
  color: #00BFFF;
}

a:hover {
  color: #FF0000;
}

span.color-higurashi {
  color: #FF0000;
}

#nav-global {
  z-index: 99;
  position: fixed;
  width: 100%;
}

#nav-global #nav-btn {
  position: fixed;
  top: 0;
  left: 0;
}

#nav-global #nav-btn div {
  background: #000000;
  width: 64px;
  height: 64px;
}

#nav-global #nav-btn div span {
  display: block;
  width: 40px;
  height: 4px;
  background: #FF0000;
  position: absolute;
  left: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#nav-global #nav-btn div span:nth-child(1) {
  top: 14px;
}

#nav-global #nav-btn div span:nth-child(2) {
  top: 29px;
}

#nav-global #nav-btn div span:nth-child(3) {
  top: 44px;
}

#nav-global #nav-btn.open div span:nth-child(2) {
  opacity: 0;
}

#nav-global #nav-btn.open div span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 29px;
}

#nav-global #nav-btn.open div span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 29px;
}

@media screen and (min-width: 1024px) {
  #nav-global #nav-btn {
    display: none;
  }
}

#nav-global #nav-content {
  display: none;
}

#nav-global #nav-content.open {
  display: block;
}

#nav-global #nav-content nav {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

#nav-global #nav-content nav ul {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

#nav-global #nav-content nav ul li {
  width: 100%;
}

#nav-global #nav-content nav ul a {
  display: block;
  text-align: center;
  padding: 16px 0;
  font-size: 2.4rem;
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  #nav-global #nav-content {
    display: block;
  }
  #nav-global #nav-content nav {
    height: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  }
  #nav-global #nav-content nav ul {
    width: 988px;
    height: 100%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #nav-global #nav-content nav ul a {
    font-size: 2.0rem;
    padding: 32px 0;
  }
  #nav-global #nav-content nav ul a:hover {
    color: #FF0000;
  }
}

section {
  padding: 32px 0 56px 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  section {
    padding: 72px 0 80px 0;
  }
}

section.bk {
  background: #000000;
}

section .inner {
  margin-left: 16px;
  margin-right: 16px;
}

@media screen and (min-width: 1024px) {
  section .inner {
    width: 988px;
    margin: 0 auto;
  }
}

section h2 {
  color: #FFFFFF;
  font-size: 3.2rem;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 36px;
  margin-top: 32px;
}

section h2 span {
  color: #FF0000;
}

section h2 div {
  font-size: 1.6rem;
  margin-top: 8px;
}

section h2 div::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #FF0000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: 9px;
}

section h2::before {
  content: '';
  display: block;
  background: url(dist/img/ttl_blood.png) no-repeat top left;
  width: 140px;
  height: 195px;
  position: absolute;
  top: -72px;
  left: 50%;
  margin-left: -140px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  section h2 {
    font-size: 4.8rem;
    margin-bottom: 40px;
  }
  section h2 div {
    font-size: 2.0rem;
    margin-top: 24px;
  }
  section h2 div::before {
    width: 48px;
    margin-left: -24px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .section .inner {
    width: 988px;
    margin: 0 auto;
  }
}

.sec-bg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sec-bg {
    display: block;
    background: #000000;
    width: calc((100vw - 988px)/2 + 988px);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 1024px) {
  .sec-bg.sec-bg_chara-1 {
    background: #000000 url(dist/img/bg_chara-1.png) no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  .sec-bg.sec-bg_chara-2 {
    background: #000000 url(dist/img/bg_chara-2.png) no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  .sec-bg.sec-bg_chara-3 {
    background: #000000 url(dist/img/bg_chara-3.png) no-repeat;
  }
}

@media screen and (min-width: 1024px) {
  .sec-bg.sec-bg_right {
    right: 0;
    background-position: 118% 0;
  }
}

@media screen and (min-width: 1024px) {
  .sec-bg.sec-bg_left {
    left: 0;
    background-position: -18% 0;
  }
}

/**
 * Swiper 5.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 3, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mainarea {
  position: relative;
}

#mainarea #keyvisual img {
  width: 100%;
}

#mainarea #logo-main {
  position: absolute;
  left: 50%;
  margin-left: -169px;
  bottom: 36px;
}

#mainarea #logo-main h1 {
  background: url(dist/img/logo_main.png) no-repeat top left;
  background-size: cover;
  width: 338px;
  height: 122px;
  margin: 0 auto;
  padding-top: 122px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  #mainarea #logo-main {
    margin-left: -494px;
    bottom: 160px;
  }
  #mainarea #logo-main h1 {
    width: 988px;
    height: 358px;
    padding-top: 358px;
  }
}

@media screen and (min-width: 1600px) {
  #mainarea #logo-main {
    margin-left: -700px;
    bottom: 220px;
  }
  #mainarea #logo-main h1 {
    width: 1400px;
    height: 498px;
    padding-top: 498px;
  }
}

#mainarea #text-copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#mainarea #text-copy img {
  width: 100%;
}

#mainarea #text-copy .text-1 {
  position: absolute;
  right: 0;
  width: 50px;
  top: 8px;
}

#mainarea #text-copy .text-2 {
  position: absolute;
  right: 50px;
  width: 41px;
  top: 8px;
}

@media screen and (min-width: 1024px) {
  #mainarea #text-copy .text-1 {
    right: 8px;
    width: 140px;
    top: 120px;
  }
  #mainarea #text-copy .text-2 {
    right: 130px;
    width: 120px;
    top: 180px;
  }
}

@media screen and (min-width: 1600px) {
  #mainarea #text-copy .text-1 {
    right: 40px;
    width: 200px;
    top: 90px;
  }
  #mainarea #text-copy .text-2 {
    right: 230px;
    width: 160px;
    top: 180px;
  }
}

#list-bnr {
  padding: 24px 0;
}

#list-bnr .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 44px;
}

#list-bnr .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  width: 80%;
}

#list-bnr .swiper-slide img {
  width: 100%;
}

#list-bnr .swiper-slide a {
  width: 100%;
}



@media screen and (min-width: 1024px) {
  #list-bnr .swiper-slide img:hover {
    opacity: 0.6;
  }
  #list-bnr .swiper-pagination {
    display: none;
  }
}

#list-bnr .swiper-button-next, #list-bnr .swiper-button-prev {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #FF0000;
  top: 38%;
}

@media screen and (min-width: 1024px) {
  #list-bnr .swiper-button-next, #list-bnr .swiper-button-prev {
    top: 34%;
    display: none;
  }
}

#list-bnr .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: initial;
  width: 24px;
  height: 4px;
}

#list-bnr .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}

@media screen and (min-width: 1024px) {
  #news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  #news #news-list, #news #news-twitter {
    width: 46%;
  }
}

#news #news-list {
  margin-bottom: 56px;
}

#news #news-list #news-list-inner {
  background: #FFFFFF;
  color: #000000;
  padding: 24px 16px;
}

@media screen and (min-width: 1024px) {
  #news #news-list #news-list-inner {
    height: 360px;
    overflow-y: scroll;
  }
}

#news #news-list dl dd {
  border-bottom: 1px solid #1A1A1A;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

#news #news-list dl dd:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
  #news #news-twitter iframe {
    min-height: 360px !important;
  }
}

#intro {
  background: url(dist/img/bg_intro.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}

#intro .br-sp {
  display: none;
}

#intro h3 {
  font-size: 2.4rem;
  line-height: 2.2;
  margin-bottom: 24px;
}

#intro h3 span {
  letter-spacing: -0.2em;
}

@media screen and (min-width: 1024px) {
  #intro h3 {
    font-size: 3.2rem;
  }
}

#intro p {
  font-size: 1.6rem;
  line-height: 2.0;
}

#intro p span {
  letter-spacing: -0.1em;
}

@media screen and (min-width: 1024px) {
  #intro .br-pc {
    display: none;
  }
  #intro .br-sp {
    display: block;
  }
}

#character .inner {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #character .inner {
    margin: 0 auto;
  }
}

#character h3 {
  font-size: 2.8rem;
}

#character h3 span {
  color: #FF0000;
}

@media screen and (min-width: 1024px) {
  #character h3 {
    font-size: 3.2rem;
  }
}

#character h4 {
  font-size: 1.2rem;
  text-indent: 0.4em;
}

@media screen and (min-width: 1024px) {
  #character h4 {
    font-size: 1.6rem;
  }
}

#character .swiper-container {
  width: 100%;
  height: 100%;
}

#character .swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#character .swiper-button-next, #character .swiper-button-prev {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #FF0000;
}

#character .swiper-pagination {
  bottom: 0;
}

#character .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: initial;
  width: 24px;
  height: 4px;
}

#character .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}

#character .character-container {
  position: relative;
  min-height: 540px;
  padding: 0 48px;
}

@media screen and (min-width: 1024px) {
  #character .character-container {
    width: 80%;
  }
}

#character .character-detail {
  position: relative;
  top: 160px;
  z-index: 1;
}

#character .character-detail .character-text {
  border-top: 1px solid #FF0000;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}

#character .character-detail .character-text p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (min-width: 1024px) {
  #character .character-detail {
    width: 59%;
  }
  #character .character-detail .character-text p {
    font-size: 1.6rem;
  }
}

#character .character-image {
  position: absolute;
  top: 0;
  right: 8px;
  width: 60%;
}

#character .character-image img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #character .character-image {
    width: 40%;
  }
}

#movie {
  background: #000000;
}

@media screen and (min-width: 1024px) {
  #movie {
    background: none;
  }
}

@media screen and (min-width: 1024px) {
  #movie {
    overflow: hidden;
  }
}

#movie .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 56px;
}

#movie .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media screen and (min-width: 1024px) {
  #movie .swiper-slide iframe {
    width: 818px;
    height: 460px;
  }
}

#movie .swiper-button-next, #movie .swiper-button-prev {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #FF0000;
  top: 38%;
}

@media screen and (min-width: 1024px) {
  #movie .swiper-button-next, #movie .swiper-button-prev {
    top: 44%;
  }
}

#movie .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: initial;
  width: 24px;
  height: 4px;
}

#movie .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}

#staff {
  text-align: center;
  margin-bottom: 56px;
}

#staff h3 {
  font-size: 2.0rem;
  margin-bottom: 1em;
  margin-top: 2.0em;
}

#staff h3 span {
  background: #FF0000;
  padding: 0.2em 0.5em;
}

#staff h4 {
  font-size: 2.4rem;
}

#staff h4 span {
  font-size: 2.0rem;
}

#staff h5 {
  font-size: 1.6rem;
}

#staff #staff-others {
  margin-top: 2.4em;
}

#staff #staff-others ul {
  list-style: none;
}

@media screen and (min-width: 1024px) {
  #staff #staff-list_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #staff #staff-list_inner .staff-list {
    width: 44%;
    padding-bottom: 40px;
  }
  #staff #staff-list_inner h3 {
    font-size: 3.2rem;
  }
  #staff #staff-list_inner h3 .sub-size {
    font-size: 2.4rem;
    vertical-align: middle;
  }
  #staff #staff-list_inner h4 {
    font-size: 3.2rem;
  }
  #staff #staff-list_inner h4 span {
    font-size: 2.4rem;
  }
  #staff #staff-list_inner h5 {
    font-size: 2.4rem;
  }
  #staff #staff-others {
    font-size: 2.4rem;
    margin-top: 0em;
  }
}

#campaign {
  background: #000000;
}

@media screen and (min-width: 1024px) {
  #campaign {
    background: none;
  }
}

#campaign #campaign-container .campaign-container_inner img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #campaign #campaign-container .campaign-container_inner img {
    /* width: 46%; */
    width: 60%;
  }

  #campaign #campaign-container .campaign-container_inner.col2 img {
      width: 46%;
  }
}

@media screen and (min-width: 1024px) {
  #campaign #campaign-container .campaign-container_inner {
    /* width: 818px;
    margin: 0 auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	  justify-content: space-around;
  }
}

#campaign #campaign-btn {
  margin-top: 24px;
  text-align: center;
}

#campaign #campaign-btn a {
  display: inline-block;
  background: #FF0000;
  color: #FFFFFF;
  font-size: 2.4rem;
  padding: 0.5em 2.4em;
  text-decoration: none;
  box-shadow: 0 0 20px #FF0000;
}

@media screen and (min-width: 1024px) {
  #campaign #campaign-btn a:hover {
    background: #FFFFFF;
    color: #FF0000;
  }
}

#comment {
  background: #000000;
}

#comment .comment-block {
  margin-bottom: 32px;
}

#comment .comment-block .photo {
  text-align: center;
}

#comment .comment-block .photo img {
  width: 80%;
}

#comment .comment-block .text h3 {
  margin: 16px 0;
  text-align: center;
}

#comment .comment-block .text p {
  border-top: 1px solid #FF0000;
  margin: 16px 0;
  padding: 16px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#comment .comment-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  #comment {
    background: none;
  }

  #comment #comment-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
	  justify-content: space-around;
  }
  #comment .comment-block {
    width: 45%;
    margin-bottom: 0;
  }

  #comment .comment-block .photo img {
    width: 100%;
  }

  #comment .comment-block .text h3 {
    text-align: left;
  }
  #comment .comment-block .text p {
    font-size: 1.6rem;
  }
}

#app-detail {
  padding: 24px 0;
  background: #333333;
}

@media screen and (min-width: 1024px) {
  #app-detail {
    padding: 40px 0;
  }
}

#app-detail #app-detail-table {
  margin: 0 auto;
}

#app-detail #app-detail-table th, #app-detail #app-detail-table td {
  padding: 0.4em 0;
}

#app-detail #app-detail-table th {
  font-weight: normal;
  text-align: left;
  padding-right: 2em;
  color: #FF0000;
}

#nav_footer {
  background: #FF0000;
}
#nav_footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 8px 0;
}

#nav_footer ul li {
  margin-left: 16px;
}

#nav_footer ul li:first-child {
  margin-left: 0;
}

#nav_footer ul li a {
  color: #FFFFFF;
}

#nav_footer ul li a:hover {
  text-decoration: none;
}

footer {
  background: #000000;
  font-size: 1.2rem;
  text-align: center;
  padding: 16px 0;
}

footer address {
  font-style: normal;
}

/* footer address span {
  color: #FF0000;
} */

/* 
  CAMPAIGN PAGE
*/
#campaign-detail {
  padding-top: 108px;
}

#campaign-detail-inner {
  padding-bottom: 8px;
}

#campaign-detail-inner h3 {
  font-size: 2.4rem;
  text-align: center;
  background: #FF0000;
  padding: 8px;
}

#campaign-detail-inner figure {
  margin-bottom: 16px;
}

#campaign-detail-inner figure img {
  width: 100%;
}

#campaign-detail-inner p {
  padding: 0 8px 32px;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  #campaign-detail-inner p {
    padding: 0 64px 32px;
  }
}

#campaign-detail-inner h4 {
  border-bottom: 1px solid #FF0000;
  margin: 16px 0px 16px;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  #campaign-detail-inner h4 {
    text-align: left;
    padding-left: 60px;
  }
}

#campaign-detail-inner ul {
  padding: 0 16px 32px 32px;
}

#campaign-detail-inner ul li {
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  #campaign-detail-inner ul {
    padding: 0 64px 32px 80px;
  }
}

#campaign-detail-inner .entry-content {
  margin-bottom: 48px;
  /* padding-bottom: 16px; */
  background: #000000;
}


/* 
  DEFAULT PAGE
*/
#default_page-detail {
  padding-top: 108px;
}

#default_page-detail-inner {
  padding-bottom: 8px;
}

#default_page-detail-inner h3 {
  font-size: 2.4rem;
  text-align: center;
  background: #FF0000;
  padding: 8px;
}

#default_page-detail-inner figure {
  margin-bottom: 16px;
}

#default_page-detail-inner figure img {
  width: 100%;
}

#default_page-detail-inner p {
  padding: 16px 8px 16px;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  #default_page-detail-inner p {
    padding: 16px 64px 16px;
  }
}

#default_page-detail-inner h4 {
  border-bottom: 1px solid #FF0000;
  margin: 16px 0px 16px;
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  #default_page-detail-inner h4 {
    text-align: left;
    padding-left: 60px;
  }
}

#default_page-detail-inner ul {
  margin: 0 16px 32px 32px;
}

#default_page-detail-inner ul li {
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  #default_page-detail-inner ul {
    margin: 0 64px 32px 80px;
  }
}

#default_page-detail-inner .entry-content {
  margin-bottom: 48px;
  padding-bottom: 16px;
  background: #000000;
}

/* 最新映像 */
#new-movie {
  padding: 32px 0;
}

#new-movie h3 {
  margin: 0 auto 16px;
  text-align: center;
  font-size: 2.0rem;
}

#new-movie h3 span{
  background: #FF0000;
  padding: 4px 8px;
}

#new-movie .new-movie-container {
  text-align: center;
}

#new-movie .new-movie-container img {
  width: 90%; 
  box-shadow: 0 0 8px #ff0000;
}


@media screen and (min-width: 1024px) {
  #new-movie {
    width: 272px;
    padding: 0;
    position: absolute;
    right: 248px;
    top: 158px;
  }

  #new-movie .new-movie-container img:hover {
    opacity: 0.6;
  }
  
}

@media screen and (min-width: 1600px) {
  #new-movie {
    width: 392px;
    top: 276px;
    right: 400px;
  }
}

/* 事前登録 */
#pre-registration {
  background: url(dist/img/bg_regist.jpg) center center;
  background-size: cover;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#pre-registration h2::before {
  /* margin-left: -180px; */
}

#pre-registration .pre-registraion-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  flex-wrap: wrap;
}

#pre-registration .pre-registraion-container li {
  width: 48%;
}

#pre-registration .pre-registraion-container li.btn-store img {
  width: 100%;
}

#pre-registration .pre-registraion-container li:nth-child(1) img {
  /* width: 84%; */
}

#pre-registration .pre-registraion-container li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #FFFF;
  text-decoration: none;
  padding: 12px 0;
}

#pre-registration .pre-registraion-container li a .btn-icon {
  width: 30px;
  margin-right: 8px;
}
#pre-registration .pre-registraion-container li a .btn-icon img {
  width: 100%;
}

#pre-registration .pre-registraion-container li .btn-tw {
  background: #1DA1F2;
  box-shadow: 0 0 16px #1DA1F2;
}

#pre-registration .pre-registraion-container li .btn-yotaku10 {
  background: #C51E74;
  box-shadow: 0 0 16px #C51E74;
}

#pre-registration h3 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 8px;
}

#pre-registration #pre-registraion-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#pre-registration #pre-registraion-email #email {
  background: #FFFFFF;
  padding: 8px;
  width: 70%;
}

#pre-registration #pre-registraion-email #email_send_button {
  background: #FF0000;
  padding: 8px 16px;
  width: 30%;
}



@media screen and (min-width: 1024px) {
  #pre-registration {
    width: 988px;
    margin: 40px auto 40px;
    padding: 56px 0 48px 0;
  }

  #pre-registration h2::before {
    margin-left: -180px;
  }

  #pre-registration .pre-registraion-container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  #pre-registration .pre-registraion-container li {
    width: 30%;
    margin: 0 20px;
  }

  #pre-registration .pre-registraion-container li a .btn-icon {
    width: 64px;
    margin-right: 16px;
  }

  #pre-registration .pre-registraion-container li a {
    font-size: 2.0rem;
    padding: 20px 0;
  }

  #pre-registration .pre-registraion-container li .btn-tw:hover {
    /* background: #FFFFFF;
    color:#1DA1F2; */
    opacity: 0.6;
  }
  #pre-registration .pre-registraion-container li .btn-yotaku10:hover {
    /* background: #FFFFFF;
    color:#C51E74; */
    opacity: 0.6;
  }
  #pre-registration #pre-registraion-email {
    width: 63%;
    margin: 0 auto;
  }

  #pre-registration #pre-registraion-email #email_send_button:hover {
    background: #FFFFFF;
    color: #FF0000;
  }

  #pre-registration .pre-registraion-container li.btn-store img:hover {
    opacity: 0.6;
  }
}


/* Lity - v2.3.1 - 2018-04-20
http://sorgalla.com/lity/
Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT  */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow: hidden !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  background: #FF0000;
  border-radius: 24px;

  z-index: 9994;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -4%;
  top: -5%;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.lity-close:hover {
  background: #FFFFFF;
  color: #FF0000;
  border: solid 2px #FF0000; 
}

.lity-close:active {
  /* top: 1px;  */
}
/* //  Image  */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* //  iFrame  */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* padding-top: 120.0%; */
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


@media (max-width: 1040px) {
  .lity-close {
      top: 102%;
      left: 50%;
      margin-left: -24px;
  }

  .lity-iframe-container {
    /* padding-top: 120.0%; */
    position: relative;
    top: -16px;
  }
}


/* 20230719 */
.Twitter-linkbtn {
    display: block;
    width: 100%;
	max-width: 460px;
    border-radius: 36px;
    margin: 4px auto 0;
    padding: 18px;
    background: rgb(29,155,240);
	border-radius: 120px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    position: relative;
    transition: .3s;
}

.Twitter-linkbtn img{
	width: 36px;
	margin-right: 12px;
}

h3.tw-infoTit{
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (min-width:1080px) {
	.Twitter-linkbtn:hover{
		opacity: .6;
	}
}

@media screen and (max-width:480px) {
	.Twitter-linkbtn{ font-size: 16px; padding: 12px; }
	.Twitter-linkbtn img{ width: 26px; }
	h3.tw-infoTit{ margin-bottom: 24px; }
}